Re: [PATCH v9] Add support for stack-protector

2021-04-10 Thread Tom Rini
On Sat, Apr 10, 2021 at 12:11:33PM +0200, Heinrich Schuchardt wrote: > On 4/10/21 12:27 AM, Joel Peshkin wrote: > > > > Hi Heinrich, > > > > Has there been any progress in getting the EFI erors fixed so that this > > can be committed?  There seems to be little point in my refreshing this > > patc

Re: [PATCH v9] Add support for stack-protector

2021-04-10 Thread Heinrich Schuchardt
On 4/10/21 12:27 AM, Joel Peshkin wrote: Hi Heinrich, Has there been any progress in getting the EFI erors fixed so that this can be committed?  There seems to be little point in my refreshing this patch until that is done. I have fixed up your patch to work with EFI and will add it to my nex

Re: [PATCH v9] Add support for stack-protector

2021-04-09 Thread Joel Peshkin
Hi Heinrich, Has there been any progress in getting the EFI erors fixed so that this can be committed? There seems to be little point in my refreshing this patch until that is done. Thanks, -Joel On Mon, Mar 22, 2021 at 10:37 AM Heinrich Schuchardt wrote: > On 09.02.21 04:36, Joel Peshkin w

Re: [PATCH v9] Add support for stack-protector

2021-03-22 Thread Heinrich Schuchardt
On 09.02.21 04:36, Joel Peshkin wrote: > Add support for stack protector for UBOOT, SPL, and TPL > as well as new pytest for stackprotector > > Signed-off-by: Joel Peshkin > --- > Cc: Simon Glass > Cc: Heinrich Schuchardt > > Changes for v9: >- Fix pytest script post-test reboot > Changes fo

Re: [PATCH v9] Add support for stack-protector

2021-02-09 Thread Heinrich Schuchardt
On 09.02.21 13:49, Heinrich Schuchardt wrote: > On 09.02.21 04:36, Joel Peshkin wrote: >> Add support for stack protector for UBOOT, SPL, and TPL >> as well as new pytest for stackprotector >> >> Signed-off-by: Joel Peshkin > > Before merging the patch the stack smash in > > test/py/tests/test_efi

[PATCH v9] Add support for stack-protector

2021-02-08 Thread Joel Peshkin
Add support for stack protector for UBOOT, SPL, and TPL as well as new pytest for stackprotector Signed-off-by: Joel Peshkin --- Cc: Simon Glass Cc: Heinrich Schuchardt Changes for v9: - Fix pytest script post-test reboot Changes for v8: - Fix commit message - Force canary to UL type