Re: [PATCH v2] grub-file: fix segmentation fault

2016-11-21 Thread Michael Chang
I have to resend the mail as the attached kernel image is too big that may not reach the list eventually. Sorry if you get duplicated mail. If you still have problem with reproducing the problem please let me know. I could provide download link for the kernel file. On Fri, Nov 18, 2016 at

Re: [PATCH] verify: search keyid in hashed signature subpackets (repost)

2016-11-21 Thread Ignat Korchagin
On Mon, Nov 21, 2016 at 6:56 PM, Jon McCune wrote: > On Mon, Nov 21, 2016 at 6:45 AM, Daniel Kiper wrote: >> >> On Fri, Nov 18, 2016 at 12:00:08PM +, Ignat Korchagin wrote: >> > Reposting this, as requested by Daniel and rebasing on current tree. >>

Re: [PATCH] verify: search keyid in hashed signature subpackets (repost)

2016-11-21 Thread Ignat Korchagin
On Mon, Nov 21, 2016 at 3:45 PM, Daniel Kiper wrote: > On Fri, Nov 18, 2016 at 12:00:08PM +, Ignat Korchagin wrote: >> Reposting this, as requested by Daniel and rebasing on current tree. >> >> Currently GRUB2 verify logic searches PGP keyid only in unhashed subpackets

Re: [2.02][PATCH] bootp: export server IP as environment variable

2016-11-21 Thread Daniel Kiper
On Mon, Nov 21, 2016 at 10:52:24PM +0300, Andrei Borzenkov wrote: > 21.11.2016 16:09, Daniel Kiper ??: > > On Fri, Nov 18, 2016 at 09:11:47PM +0300, Andrei Borzenkov wrote: > >> 17.11.2016 22:02, Daniel Kiper ??: > >>> On Fri, Mar 18, 2016 at 08:42:00PM +0300, Andrei Borzenkov

Re: [PATCH v2] efi: Move fdt helper into own file

2016-11-21 Thread Daniel Kiper
On Mon, Nov 21, 2016 at 08:22:41PM +0100, Alexander Graf wrote: > > Am 21.11.2016 um 20:10 schrieb Andrei Borzenkov : > > 21.11.2016 18:23, Alexander Graf ?$B'a'Z'j'V'd: > >> We only support FDT files with EFI on arm and arm64 systems, not > >> on x86. So move the helper that

Re: [PATCH 2/2] ofnet: implement a receive buffer

2016-11-21 Thread Daniel Kiper
On Fri, Nov 18, 2016 at 04:29:24PM +0300, Stanislav Kholmanskikh wrote: > On 11/16/2016 01:34 AM, Daniel Kiper wrote: > > On Tue, Apr 12, 2016 at 03:39:56PM +0300, Stanislav Kholmanskikh wrote: > >> get_card_packet() from ofnet.c allocates a netbuff based on the device's > >> MTU: > >> > >> nb

Re: [2.02][PATCH] bootp: export server IP as environment variable

2016-11-21 Thread Andrei Borzenkov
21.11.2016 16:09, Daniel Kiper пишет: > On Fri, Nov 18, 2016 at 09:11:47PM +0300, Andrei Borzenkov wrote: >> 17.11.2016 22:02, Daniel Kiper ??: >>> On Fri, Mar 18, 2016 at 08:42:00PM +0300, Andrei Borzenkov wrote: Network boot autoconfiguration sets default server to next server IP

Re: [PATCH v2] efi: Move fdt helper into own file

2016-11-21 Thread Alexander Graf
> Am 21.11.2016 um 20:10 schrieb Andrei Borzenkov : > > 21.11.2016 18:23, Alexander Graf пишет: >> We only support FDT files with EFI on arm and arm64 systems, not >> on x86. So move the helper that finds a prepopulated FDT UUID >> into its own file and only build it for

Re: [PATCH v2] serial: Poll USB devices if usbX serial port is missing

2016-11-21 Thread Andrei Borzenkov
21.11.2016 17:05, Joonas Lahtinen пишет: > On pe, 2016-11-18 at 15:21 +0300, Andrei Borzenkov wrote: >> On Fri, Nov 18, 2016 at 1:36 PM, Joonas Lahtinen >>> >>> v2: >>> - Use grub_term_poll_usb to avoid module dependency (Andrei) >>> >> >> Hmm ... note that terminal_input/terminal_output also

Re: [PATCH v2] efi: Move fdt helper into own file

2016-11-21 Thread Andrei Borzenkov
21.11.2016 18:23, Alexander Graf пишет: > We only support FDT files with EFI on arm and arm64 systems, not > on x86. So move the helper that finds a prepopulated FDT UUID > into its own file and only build it for architectures where it > also gets called. > > Signed-off-by: Alexander Graf

Re: [PATCH] verify: search keyid in hashed signature subpackets (repost)

2016-11-21 Thread Jon McCune
On Mon, Nov 21, 2016 at 6:45 AM, Daniel Kiper wrote: > On Fri, Nov 18, 2016 at 12:00:08PM +, Ignat Korchagin wrote: > > Reposting this, as requested by Daniel and rebasing on current tree. > > > > Currently GRUB2 verify logic searches PGP keyid only in unhashed >

[PATCH v2] efi: Move fdt helper into own file

2016-11-21 Thread Alexander Graf
We only support FDT files with EFI on arm and arm64 systems, not on x86. So move the helper that finds a prepopulated FDT UUID into its own file and only build it for architectures where it also gets called. Signed-off-by: Alexander Graf --- v1 -> v2: - Remove unused header

Re: [PATCH] efi: Move fdt helper into own file

2016-11-21 Thread Alexander Graf
On 21/11/2016 15:08, Daniel Kiper wrote: On Fri, Nov 18, 2016 at 01:50:07PM +0100, Alexander Graf wrote: We only support FDT files with EFI on arm and arm64 systems, not on x86. So move the helper that finds a prepopulated FDT UUID into its own file and only build it for architectures where

Re: [PATCH] verify: search keyid in hashed signature subpackets (repost)

2016-11-21 Thread Daniel Kiper
On Fri, Nov 18, 2016 at 12:00:08PM +, Ignat Korchagin wrote: > Reposting this, as requested by Daniel and rebasing on current tree. > > Currently GRUB2 verify logic searches PGP keyid only in unhashed subpackets > of PGP signature packet. As a result, signatures generated with GoLang >

Re: [PATCH v2] serial: Poll USB devices if usbX serial port is missing

2016-11-21 Thread Joonas Lahtinen
On pe, 2016-11-18 at 15:21 +0300, Andrei Borzenkov wrote: > On Fri, Nov 18, 2016 at 1:36 PM, Joonas Lahtinen > > > > v2: > > - Use grub_term_poll_usb to avoid module dependency (Andrei) > > > > Hmm ... note that terminal_input/terminal_output also auto-load > modules that handle serial ports.

Re: [PATCH] efi: Move fdt helper into own file

2016-11-21 Thread Daniel Kiper
On Fri, Nov 18, 2016 at 01:50:07PM +0100, Alexander Graf wrote: > We only support FDT files with EFI on arm and arm64 systems, not > on x86. So move the helper that finds a prepopulated FDT UUID > into its own file and only build it for architectures where it > also gets called. > > Signed-off-by:

Re: [2.02][PATCH] bootp: export server IP as environment variable

2016-11-21 Thread Daniel Kiper
On Fri, Nov 18, 2016 at 09:11:47PM +0300, Andrei Borzenkov wrote: > 17.11.2016 22:02, Daniel Kiper ??: > > On Fri, Mar 18, 2016 at 08:42:00PM +0300, Andrei Borzenkov wrote: > >> Network boot autoconfiguration sets default server to next server IP > >> (siaddr) from BOOTP/DHCP reply, but