Displaying 11 results from an estimated 11 matches for "msg00021".
Did you mean:
msg00011
2016 Apr 05
3
[PATCH v2 FOR DISCUSSION ONLY 1/2] scripts: Add a script for formatting all C code in the project.
See previous version:
https://www.redhat.com/archives/libguestfs/2016-April/msg00021.html
The formatting in this second version isn't too bad. Still
a few corner cases to sort out.
Rich.
2007 Sep 25
0
Bug#444007: CVE-2007-1320 multiple heap based buffer overflows
...ttempting to mark non-existent regions as dirty," aka the "bitblt"
| heap overflow.
If you fix this vulnerability please also include the CVE id
in your changelog entry.
This also affects xen in etch.
Please have a look at:
http://lists.xensource.com/archives/html/xen-devel/2007-05/msg00021.html
http://xenbits.xensource.com/xen-unstable.hg?rev/9e86260b95a4
For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1320
Kind regards
Nico
--
Nico Golde - http://ngolde.de - nion at jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is...
2010 Dec 30
2
memdisk + grub2 consumes lot of memory
...abenz/Tianocore_DUET_memdisk_compiled (append
options - floppy ro nopass) . Using syslinux when it was booting
properly, did not lead to loss of RAM. But now since syslinux does not
boot, I am using grub2. I mailed the grub2 devs regarding this at
http://lists.gnu.org/archive/html/bug-grub/2010-12/msg00021.html .
They mentioned it is a memdisk problem. I am not sure though. These
are the memdisk outputs
memmap_grub2.txt -
http://lists.gnu.org/archive/html/bug-grub/2010-12/txtjbbLXRY2Fh.txt
memmap_syslinux.txt -
http://lists.gnu.org/archive/html/bug-grub/2010-12/txtlMdsmhrNKx.txt
memmap_dirext.txt -...
2020 Aug 05
2
[PATCH nbdkit] vddk: Relax threading model and enable multi-conn.
In theory this patch depends on this series:
https://www.redhat.com/archives/libguestfs/2020-August/msg00021.html
In practice I believe they're independent of each other, but the above
series makes it easier to test.
Rich.
2005 Oct 28
3
USB Stick Install
Hello all,
I'm looking at setting up a sort of 'appliance' server and as such
its really not going to have a lot packages etc. I thought of installing
4.2 on a 1gb USB stick, however, the stick is not even recongnized by
anaconda. It did appear when I did 'modprobe usb-storage.ko' as /dev/sdc
(i have already have 2 SATA disks which are sda, sdb). Then the disk
partitioner
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...>
Reviewed-by: Shuo Liu <shuo.a.liu at intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
The device ID request:
https://github.com/oasis-tcs/virtio-spec/issues/85
The specification:
https://lists.oasis-open.org/archives/virtio-comment/202009/msg00021.html
Changes in v3:
- Move the interface into uAPI according to Jason.
- Fix issues reported by Dan Carpenter.
- Fix typo reported by Randy.
Changes in v2:
- Addressed comments received from Michael, Andy and Jason.
drivers/i2c/busses/Kconfig | 11 ++
drivers/i2c/...
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...>
Reviewed-by: Shuo Liu <shuo.a.liu at intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
The device ID request:
https://github.com/oasis-tcs/virtio-spec/issues/85
The specification:
https://lists.oasis-open.org/archives/virtio-comment/202009/msg00021.html
Changes in v3:
- Move the interface into uAPI according to Jason.
- Fix issues reported by Dan Carpenter.
- Fix typo reported by Randy.
Changes in v2:
- Addressed comments received from Michael, Andy and Jason.
drivers/i2c/busses/Kconfig | 11 ++
drivers/i2c/...
2020 Jun 02
0
[PATCH nbdkit 5/5] vddk: Munge password parameters when we reexec (RHBZ#1842440).
...h may break
+ * for special files.
+ *
+ * However we may write the password to a temporary file and
+ * substitute password=-<FD> of the opened temporary file here.
+ * The trick is described by Eric Blake here:
+ * https://www.redhat.com/archives/libguestfs/2020-June/msg00021.html
+ *
+ * (RHBZ#1842440)
+ */
+ if (strncmp (arg, "password=", 9) == 0) {
+ char tmpfile[] = "/tmp/XXXXXX";
+ char *password_fd;
+
+ /* These operations should never fail, so exit on error. */
+ fd = mkstemp (tmpfile);
+ if (fd == -1) {...
2020 Sep 22
0
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
....a.liu at intel.com>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
> The device ID request:
> https://github.com/oasis-tcs/virtio-spec/issues/85
>
> The specification:
> https://lists.oasis-open.org/archives/virtio-comment/202009/msg00021.html
>
> Changes in v3:
> - Move the interface into uAPI according to Jason.
> - Fix issues reported by Dan Carpenter.
> - Fix typo reported by Randy.
>
> Changes in v2:
> - Addressed comments received from Michael, Andy and Jason.
>
> driv...
2020 Jun 02
9
[PATCH nbdkit 0/5] vddk: Fix password parameter.
Probably needs a bit of cleanup, but seems like it is generally the
right direction.
One thing I've noticed is that the expect test randomly (but rarely)
hangs :-( I guess something is racey but I don't know what at the
moment.
Rich.
2019 Mar 19
15
[PATCH nbdkit 0/9] [mainly for discussion and early review] Implement extents.
...have only tested against qemu (3.1.0) not against any other clients
(if any exist that support this feature?)
For reference the original plan which I'm working to is here:
https://www.redhat.com/archives/libguestfs/2019-March/msg00017.html
https://www.redhat.com/archives/libguestfs/2019-March/msg00021.html
Rich.