Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660674 > unrolled thread
| Started by | Kees Cook <keescook@chromium.org> |
|---|---|
| First post | 2017-06-08 04:40 +0200 |
| Last post | 2017-06-16 11:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Date | 2017-06-08 04:40 +0200 |
| Subject | Re: [PATCH 2/6] efi: Avoid fortify checks in EFI stub |
| Message-ID | <tPVwB-6GZ-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|---|
| Date | 2017-06-09 11:10 +0200 |
| Message-ID | <tQo5A-84n-25@gated-at.bofh.it> |
| In reply to | #1660674 |
On 8 June 2017 at 02:37, Kees Cook <keescook@chromium.org> wrote: > 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! > Thanks Kees Queued in efi/next
[toc] | [prev] | [next] | [standalone]
| From | Ard Biesheuvel <ard.biesheuvel@linaro.org> |
|---|---|
| Date | 2017-06-16 11:20 +0200 |
| Message-ID | <tSVA6-6x9-15@gated-at.bofh.it> |
| In reply to | #1662126 |
On 9 June 2017 at 11:01, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > On 8 June 2017 at 02:37, Kees Cook <keescook@chromium.org> wrote: >> 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! >> > > Thanks Kees > > Queued in efi/next I see this has turned up in -next now. I guess I should drop it the from the EFI tree then?
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web