[PATCH] xen: look for Xen notes in section headers too

2019-03-13 Thread Marek Marczykowski-Górecki
Mirror behaviour of elf loader in libxc: first look for Xen notes in PT_NOTE segment, then in SHT_NOTE section and only then fallback to a section with __xen_guest name. This fixes loading PV kernels that Xen note have outside of PT_NOTE. While this may be result of a buggy linker script, loading s

Re: [PATCH 0/2] *** SUBJECT HERE ***

2019-03-13 Thread Daniel Kiper
On Wed, Mar 13, 2019 at 10:12:26AM +, Colin Watson wrote: > On Wed, Mar 13, 2019 at 10:56:47AM +0100, Daniel Kiper wrote: > > This looks like something for longer discussion. So, I am going to take > > the patchset after the release if you do not convince me that it should > > land in the GRUB

Re: [PATCH 0/2] *** SUBJECT HERE ***

2019-03-13 Thread Colin Watson
On Wed, Mar 13, 2019 at 10:56:47AM +0100, Daniel Kiper wrote: > This looks like something for longer discussion. So, I am going to take > the patchset after the release if you do not convince me that it should > land in the GRUB 2.04. While I think it's important and I expect to be applying some v

Re: [PATCH v3 2/2] Add new MSR modules (rdmsr/wrmsr)

2019-03-13 Thread Daniel Kiper
On Wed, Mar 13, 2019 at 12:35:48AM +0100, Jesús Diéguez Fernández wrote: > El 12/3/19 a las 20:12, Daniel Kiper escribió: > > On Fri, Mar 08, 2019 at 12:14:15PM +0100, Daniel Kiper wrote: > >> On Fri, Mar 08, 2019 at 01:26:37AM +0100, Jesús Diéguez Fernández wrote: > >>> In order to be able to read

Re: [PATCH 0/2] *** SUBJECT HERE ***

2019-03-13 Thread Daniel Kiper
On Mon, Mar 11, 2019 at 03:04:49PM +, Colin Watson wrote: > Some UEFI firmware is easily provoked into running out of space in its > variable storage. This is usually due to certain kernel drivers (e.g. > pstore), but regardless of the cause it can cause grub-install to fail > because it curre