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

2021-01-28 Thread Heinrich Schuchardt
On 28.01.21 12:00, Heinrich Schuchardt wrote: > On 28.01.21 09:20, Heinrich Schuchardt wrote: >> On 1/28/21 1:57 AM, Tom Rini wrote: >>> On Thu, Jan 14, 2021 at 12:35:35PM -0800, Joel Peshkin wrote: >>> Add support for stack protector for UBOOT, SPL, and TPL as well as new pytest for stac

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

2021-01-28 Thread Heinrich Schuchardt
On 28.01.21 09:20, Heinrich Schuchardt wrote: > On 1/28/21 1:57 AM, Tom Rini wrote: >> On Thu, Jan 14, 2021 at 12:35:35PM -0800, 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 >>> R

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

2021-01-28 Thread Heinrich Schuchardt
On 1/28/21 1:57 AM, Tom Rini wrote: On Thu, Jan 14, 2021 at 12:35:35PM -0800, 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 Reviewed-by: Heinrich Schuchardt Oddly enough this cases a number o

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

2021-01-27 Thread Tom Rini
On Thu, Jan 14, 2021 at 12:35:35PM -0800, 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 > Reviewed-by: Heinrich Schuchardt Oddly enough this cases a number of the TPM2 tests to fail on sa

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

2021-01-15 Thread Heinrich Schuchardt
On 14.01.21 21:35, 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 Reviewed-by: Heinrich Schuchardt > > Changes for v8: >- Fix commit