Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-11-08 Thread Nick Desaulniers
On Tue, Nov 6, 2018 at 6:16 AM Ard Biesheuvel wrote: > > On 6 November 2018 at 14:15, Sedat Dilek wrote: > > > > Thanks Ard. > > This means efi-for-4.21 / efi-for-5.0? > > > > Yes Thanks for picking up this patch, Ard. Is there any way to get it into 4.20? -- Thanks, ~Nick Desaulniers

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-11-06 Thread Ard Biesheuvel
On 6 November 2018 at 14:15, Sedat Dilek wrote: > On Mon, Nov 5, 2018 at 1:52 PM Ard Biesheuvel > wrote: >> >> On 24 October 2018 at 09:22, Sedat Dilek wrote: >> > On Tue, Oct 23, 2018 at 7:53 PM Nathan Chancellor >> > wrote: >> >> >> >> On Fri, Oct 12, 2018 at 06:03:49PM -0700, Nathan

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-11-06 Thread Sedat Dilek
On Mon, Nov 5, 2018 at 1:52 PM Ard Biesheuvel wrote: > > On 24 October 2018 at 09:22, Sedat Dilek wrote: > > On Tue, Oct 23, 2018 at 7:53 PM Nathan Chancellor > > wrote: > >> > >> On Fri, Oct 12, 2018 at 06:03:49PM -0700, Nathan Chancellor wrote: > >> > When building the kernel with Clang, some

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-11-05 Thread Ard Biesheuvel
On 24 October 2018 at 09:22, Sedat Dilek wrote: > On Tue, Oct 23, 2018 at 7:53 PM Nathan Chancellor > wrote: >> >> On Fri, Oct 12, 2018 at 06:03:49PM -0700, Nathan Chancellor wrote: >> > When building the kernel with Clang, some disabled warnings appear >> > because this Makefile overrides

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-24 Thread Sedat Dilek
On Tue, Oct 23, 2018 at 7:53 PM Nathan Chancellor wrote: > > On Fri, Oct 12, 2018 at 06:03:49PM -0700, Nathan Chancellor wrote: > > When building the kernel with Clang, some disabled warnings appear > > because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to > > this list so that

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-23 Thread Nathan Chancellor
On Fri, Oct 12, 2018 at 06:03:49PM -0700, Nathan Chancellor wrote: > When building the kernel with Clang, some disabled warnings appear > because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to > this list so that the build is clean again. > > -Wpointer-sign was disabled for the

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-15 Thread Nick Desaulniers
On Mon, Oct 15, 2018 at 12:46 PM Nathan Chancellor wrote: > > On Mon, Oct 15, 2018 at 12:40:36PM -0700, Nick Desaulniers wrote: > > On Fri, Oct 12, 2018 at 6:06 PM Nathan Chancellor > > wrote: > > > > > > When building the kernel with Clang, some disabled warnings appear > > > because this

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-15 Thread Nathan Chancellor
On Mon, Oct 15, 2018 at 12:40:36PM -0700, Nick Desaulniers wrote: > On Fri, Oct 12, 2018 at 6:06 PM Nathan Chancellor > wrote: > > > > When building the kernel with Clang, some disabled warnings appear > > because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to > > this list so

Re: [PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-15 Thread Nick Desaulniers
On Fri, Oct 12, 2018 at 6:06 PM Nathan Chancellor wrote: > > When building the kernel with Clang, some disabled warnings appear > because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to > this list so that the build is clean again. > > -Wpointer-sign was disabled for the whole

[PATCH] efi/libstub: Disable some warnings for x86{,_64}

2018-10-12 Thread Nathan Chancellor
When building the kernel with Clang, some disabled warnings appear because this Makefile overrides KBUILD_CFLAGS for x86{,_64}. Add them to this list so that the build is clean again. -Wpointer-sign was disabled for the whole kernel before the beginning of git history. -Waddress-of-packed-member