Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660674
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/6] efi: Avoid fortify checks in EFI stub |
| Date | 2017-06-08 04:40 +0200 |
| Message-ID | <tPVwB-6GZ-3@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <tPeKZ-460-3@gated-at.bofh.it> <tPqj7-3hY-9@gated-at.bofh.it> <tPqj7-3hY-7@gated-at.bofh.it> <tPzFL-Xd-3@gated-at.bofh.it> <tPEYO-4kE-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 7, 2017 at 1:54 AM, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > On 7 June 2017 at 03:12, Kees Cook <keescook@chromium.org> wrote: >> On Tue, Jun 6, 2017 at 10:17 AM, Mark Rutland <mark.rutland@arm.com> wrote: >>> On Tue, Jun 06, 2017 at 05:13:07PM +0000, Ard Biesheuvel wrote: >>>> (+ Mark, Matt) >>>> >>>> On 6 June 2017 at 04:52, Kees Cook <keescook@chromium.org> wrote: >>>> > This avoids CONFIG_FORTIFY_SOURCE from being enabled during the EFI stub >>>> > build, as adding a panic() implementation may not work well. This can be >>>> > adjusted in the future. >>>> > >>>> > Suggested-by: Daniel Micay <danielmicay@gmail.com> >>>> > Signed-off-by: Kees Cook <keescook@chromium.org> >>>> > Cc; Matt Fleming <matt@codeblueprint.co.uk> >>>> > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> > [...] >>>> >>>> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> >>>> >>>> This is unlikely to conflict with anything going through the EFI tree, >>>> so feel free to queue it elsewhere. >> >> If it can go through the EFI tree, that'd be great. Less for akpm to wrangle. :) >> > > That is fine, but I'd prefer not to take a single patch out of > context. Do you have a link to the entire series? I was only cc'ed on > this patch (In the future, please cc me on the entire series in cases > such as these.) This is to fix stuff noticed by the CONFIG_FORTIFY_SOURCE feature, now in -mm: https://marc.info/?l=linux-kernel&m=149579258121273&w=2 I was originally preparing it along with various fixes in my KSPP tree, but akpm took it into -mm instead, and asked that I send out the remaining fixes that hadn't been picked up yet. The thread with my sending starts here: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1413683.html Hopefully that helps! -Kees -- Kees Cook Pixel Security
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 2/6] efi: Avoid fortify checks in EFI stub Kees Cook <keescook@chromium.org> - 2017-06-08 04:40 +0200
Re: [PATCH 2/6] efi: Avoid fortify checks in EFI stub Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-06-09 11:10 +0200
Re: [PATCH 2/6] efi: Avoid fortify checks in EFI stub Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-06-16 11:20 +0200
csiph-web