Re: [PATCH v2] Add a module for retrieving SMBIOS information

2015-03-17 Thread David Michael
On Mon, Mar 16, 2015 at 2:26 PM, Rajat Jain wrote: > Hello, > > Just wanted to check on the status of this patch. Has it been accepted / > merged? No, sorry, I lost track of it. There are still a few points I need to change from Andrei's review before sending a new revision. David ___

Re: GnuTLS Self-Test Question

2015-03-17 Thread Mat Troi
Hi just an update on this question, it appears these 6 tests that failed in version 2.8.6 passed in version 3.3.9. I compared the test codes and they looked identical (the different is in nits like printf etc...). Just wondering if other people see the same results as me when running 2.8.6, than

Re: [bug #44238] Add support for menu.c32 and vesamenu.c32 in lib/syslinux_parse

2015-03-17 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, see my other message that I sent a few minutes ago. Those problems that I reported "elsewhere" no longer exist with the latest rebased patch. On 14/02/15 06:15, Andrei Borzenkov wrote: > В Fri, 13 Feb 2015 22:09:04 +0100 Lunar > пишет: > >> Andr

Re: [bug #44238] Add support for menu.c32 and vesamenu.c32 in lib/syslinux_parse

2015-03-17 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This is a new rebased version of the patch that Lunar linked me to: https://people.torproject.org/~lunar/volatile/2015-03-17-e3Yp1d7FifQ/0001-lib-syslinux_parse-add-support-for-vesa-menu.c32.patch I also attached it. Debian ISOLINUX menu is stil

Re: [PATCH 18/18] x86: add multiboot2 protocol support for EFI platforms

2015-03-17 Thread Daniel Kiper
On Tue, Mar 17, 2015 at 10:32:01AM +, Jan Beulich wrote: > >>> On 30.01.15 at 18:54, wrote: > > @@ -94,6 +111,17 @@ ENTRY(start) > > gdt_boot_descr: > > .word 6*8-1 > > .long sym_phys(trampoline_gdt) > > +.long 0 /* Needed for 64-bit lgdt */ > > + > > +cs32_swi

Re: [PATCH 18/18] x86: add multiboot2 protocol support for EFI platforms

2015-03-17 Thread Jan Beulich
>>> On 30.01.15 at 18:54, wrote: > @@ -94,6 +111,17 @@ ENTRY(start) > gdt_boot_descr: > .word 6*8-1 > .long sym_phys(trampoline_gdt) > +.long 0 /* Needed for 64-bit lgdt */ > + > +cs32_switch_addr: > +.long sym_phys(cs32_switch) > +.long BOOT_CS