Re: [PATCH] 10_linux: avoid multi-device root= kernel argument

2016-01-29 Thread Olaf Hering
Am 28.01.2016 um 17:46 schrieb Andrei Borzenkov: > This still respects user settings GRUB_DISABLE_LINUX_UUID. Not sure what we > should do in this case. grub cant possibly know what the device name of the target OS is. This is especially true if it tries to guess what the OS on partitions other th

Re: [PATCH] 10_linux: avoid multi-device root= kernel argument

2016-01-29 Thread Andrei Borzenkov
On Fri, Jan 29, 2016 at 11:54 AM, Olaf Hering wrote: > Am 28.01.2016 um 17:46 schrieb Andrei Borzenkov: >> This still respects user settings GRUB_DISABLE_LINUX_UUID. Not sure what we >> should do in this case. > > grub cant possibly know what the device name of the target OS is. This > is especial

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread Andrei Borzenkov
On Fri, Jan 29, 2016 at 2:48 AM, wrote: > Is it important that this go the "dedicated loader" route? It looks like > quite a bit of work to abstract out the functionality of the "linux" and > "initrd" commands in a way that enables reuse from other commands. > "It needs work" is rather weak argu

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread Shea Levy
On 2016-01-29 04:18, Andrei Borzenkov wrote: On Fri, Jan 29, 2016 at 2:48 AM, wrote: Is it important that this go the "dedicated loader" route? It looks like quite a bit of work to abstract out the functionality of the "linux" and "initrd" commands in a way that enables reuse from other comm

[PATCH] menu_entry: Disable cursor during update_screen()

2016-01-29 Thread Thomas Huth
When running grub in a VGA console of a KVM pseries guest on PowerPC, you can see the cursor sweeping over the whole line when entering a character in editor mode. This is visible because grub always refreshes the whole line when entering a character in editor mode, and drawing characters is quite

"newc additions on runtime" feature?

2016-01-29 Thread Shea Levy
Hi all, Commit 92750e4c ("Add ability to generate newc additions on runtime.") introduced special handling of initrd names starting with "newc:". I can't find any documentation for this feature nor any example of it actually in use; what are its semantics? Is there any chance this functionali

Re: [PATCH] 10_linux: avoid multi-device root= kernel argument

2016-01-29 Thread Olaf Hering
On Fri, Jan 29, Andrei Borzenkov wrote: > On Fri, Jan 29, 2016 at 11:54 AM, Olaf Hering wrote: > > Am 28.01.2016 um 17:46 schrieb Andrei Borzenkov: > >> This still respects user settings GRUB_DISABLE_LINUX_UUID. Not sure what we > >> should do in this case. > > > > grub cant possibly know what th

Re: Grub get and set efi variables

2016-01-29 Thread Ignat Korchagin
Hi. Are we still considering this? On Mon, Dec 14, 2015 at 11:17 AM, Ignat Korchagin wrote: > Sorry, pasted wrong file. Here is the correct one: > > diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def > index 0cc40bb..aa7b927 100644 > --- a/grub-core/Makefile.core.def > +++ b/

Re: [PATCH] 10_linux: avoid multi-device root= kernel argument

2016-01-29 Thread Andrei Borzenkov
29.01.2016 19:23, Olaf Hering пишет: > On Fri, Jan 29, Andrei Borzenkov wrote: > >> On Fri, Jan 29, 2016 at 11:54 AM, Olaf Hering wrote: >>> Am 28.01.2016 um 17:46 schrieb Andrei Borzenkov: This still respects user settings GRUB_DISABLE_LINUX_UUID. Not sure what we should do in this cas

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread Vladimir 'phcoder' Serbinenko
I actually think that both approaches have pros and cons. Can we settle on a design before plunging forward? We should have feature parity between Android image and plain linux. I.a. it should be possible to replace or append initrd and command line. Doing this with a single command is tricky. Does

Re: "newc additions on runtime" feature?

2016-01-29 Thread Andrei Borzenkov
29.01.2016 18:18, Shea Levy пишет: > Hi all, > > Commit 92750e4c ("Add ability to generate newc additions on runtime.") > introduced special handling of initrd names starting with "newc:". I > can't find any documentation for this feature nor any example of it > actually in use; what are its seman

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread Andrei Borzenkov
29.01.2016 20:37, Vladimir 'phcoder' Serbinenko пишет: > I actually think that both approaches have pros and cons. Can we settle on > a design before plunging forward? > We should have feature parity between Android image and plain linux. I.a. > it should be possible to replace or append initrd and

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread shea
The bootimg contains a kernel, optional initrd, optional secondary payload (unused on x86 as far as I know), and kernel command line, as well as recommended load addresses for the kernel, initrd, secondary payload, and kernel tags (also unused on x86 as far as I know). Making the linux command rec

Re: [PATCH v2] Initial support for the android bootimg filesystem.

2016-01-29 Thread Michael Zimmermann
I think we should create a new loader(maybe separating common linux and android code into a lib) for this rather than a filesystem because it would simplify grub.cfg files. Also in case we'll ever need to support 2ndloader(I'm like 99% sure this will never happen though) it would be easier to imple

[PATCH V2] tcp: add window scaling and RTTM support

2016-01-29 Thread Josef Bacik
Sometimes we have to provision boxes across regions, such as California to Sweden. The http server has a 10 minute timeout, so if we can't get our 250mb image transferred fast enough our provisioning fails, which is not ideal. So add tcp window scaling on open connections and set the window size

Re: [PATCH] menu_entry: Disable cursor during update_screen()

2016-01-29 Thread Andrei Borzenkov
29.01.2016 17:26, Thomas Huth пишет: > When running grub in a VGA console of a KVM pseries guest on PowerPC, > you can see the cursor sweeping over the whole line when entering a > character in editor mode. This is visible because grub always refreshes > the whole line when entering a character in