Re: [PATCH] Change fs functions to add fs_ prefix

2019-04-08 Thread Vladimir 'phcoder' Serbinenko
On Mon, Apr 8, 2019 at 8:07 PM Daniel Kiper wrote: > > On Mon, Apr 08, 2019 at 03:28:48PM +1000, Vladimir 'phcoder' Serbinenko wrote: > > commit 820906d7b1e68559bcf1b3e0cb56e46cded3e84b > > Author: Vladimir Serbinenko > > Date: Mon Apr 8 07:24:24 2019 +0200 > > > > Change fs functions to ad

Re: [PATCH] Change fs functions to add fs_ prefix

2019-04-08 Thread John Paul Adrian Glaubitz
On 4/8/19 7:01 PM, Daniel Kiper wrote: >> I can help with the build-testing. > > Vladimir is trying to cut beta. If you can do your tests once again then > it will be nice. Yes, I'm also interested in a rather soonish release. Just let me know what you want to get tested. Shall I test GRUB with t

Re: [PATCH] Change fs functions to add fs_ prefix

2019-04-08 Thread Daniel Kiper
On Mon, Apr 08, 2019 at 12:12:54PM +0200, John Paul Adrian Glaubitz wrote: > On 4/8/19 12:07 PM, Daniel Kiper wrote: > > On Mon, Apr 08, 2019 at 03:28:48PM +1000, Vladimir 'phcoder' Serbinenko > > wrote: > >> commit 820906d7b1e68559bcf1b3e0cb56e46cded3e84b > >> Author: Vladimir Serbinenko > >> Da

Re: [RFC] arm64/linux/loader: Use EFI CODE allocations for the linux kernel

2019-04-08 Thread Jeffrey Hugo
On Mon, Apr 8, 2019 at 7:47 AM Jeffrey Hugo wrote: > > On Mon, Apr 8, 2019 at 3:56 AM Leif Lindholm wrote: > > > > On Mon, Apr 08, 2019 at 12:19:05PM +0300, Alexander Graf wrote: > > > On 05.04.19 06:06, Leif Lindholm wrote: > > > > This does bring to mind the clunkiness of the above. Marking > >

Re: [RFC] arm64/linux/loader: Use EFI CODE allocations for the linux kernel

2019-04-08 Thread Jeffrey Hugo
On Mon, Apr 8, 2019 at 3:56 AM Leif Lindholm wrote: > > On Mon, Apr 08, 2019 at 12:19:05PM +0300, Alexander Graf wrote: > > On 05.04.19 06:06, Leif Lindholm wrote: > > > This does bring to mind the clunkiness of the above. Marking > > > *everything* executable bypasses the improved security provid

Re: [PATCH] Change fs functions to add fs_ prefix

2019-04-08 Thread John Paul Adrian Glaubitz
On 4/8/19 12:07 PM, Daniel Kiper wrote: > On Mon, Apr 08, 2019 at 03:28:48PM +1000, Vladimir 'phcoder' Serbinenko wrote: >> commit 820906d7b1e68559bcf1b3e0cb56e46cded3e84b >> Author: Vladimir Serbinenko >> Date: Mon Apr 8 07:24:24 2019 +0200 >> >> Change fs functions to add fs_ prefix >> >>

Re: [PATCH] Change fs functions to add fs_ prefix

2019-04-08 Thread Daniel Kiper
On Mon, Apr 08, 2019 at 03:28:48PM +1000, Vladimir 'phcoder' Serbinenko wrote: > commit 820906d7b1e68559bcf1b3e0cb56e46cded3e84b > Author: Vladimir Serbinenko > Date: Mon Apr 8 07:24:24 2019 +0200 > > Change fs functions to add fs_ prefix > > This avoid conflict with gnulib > > Signe

Re: [RFC] arm64/linux/loader: Use EFI CODE allocations for the linux kernel

2019-04-08 Thread Leif Lindholm
On Mon, Apr 08, 2019 at 12:19:05PM +0300, Alexander Graf wrote: > On 05.04.19 06:06, Leif Lindholm wrote: > > This does bring to mind the clunkiness of the above. Marking > > *everything* executable bypasses the improved security provided by the > > firmware. Should I register a bug on Savannah to

Re: [RFC] arm64/linux/loader: Use EFI CODE allocations for the linux kernel

2019-04-08 Thread Alexander Graf
On 05.04.19 06:06, Leif Lindholm wrote: > On Thu, Apr 04, 2019 at 06:57:29PM +0200, Daniel Kiper wrote: >> On Thu, Apr 04, 2019 at 07:54:55AM -0700, Jeffrey Hugo wrote: >>> Some UEFI implementations for ARM64 devices apply strict permissions on >>> the different allocation types. In these implem