Re: [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing

2020-05-13 Thread Mathieu Desnoyers
- On May 6, 2020, at 12:03 PM, Alexandre Chartre alexandre.char...@oracle.com wrote: > On 5/5/20 3:16 PM, Thomas Gleixner wrote: >> The sanitizers are not really applicable to the fragile low level entry >> code. code. Entry code needs to carefully setup a normal 'runtime' > > typo: code. co

Re: [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing

2020-05-06 Thread Alexandre Chartre
On 5/5/20 3:16 PM, Thomas Gleixner wrote: The sanitizers are not really applicable to the fragile low level entry code. code. Entry code needs to carefully setup a normal 'runtime' typo: code. code. Reviewed-by: Alexandre Chartre alex. environment. Signed-off-by: Peter Zijlstra (Intel)

Re: [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing

2020-05-06 Thread Peter Zijlstra
On Tue, May 05, 2020 at 04:39:01PM -0400, Brian Gerst wrote: > On Tue, May 5, 2020 at 10:13 AM Thomas Gleixner wrote: > > > > The sanitizers are not really applicable to the fragile low level entry > > code. code. Entry code needs to carefully setup a normal 'runtime' > > environment. > > > > Sign

Re: [patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing

2020-05-05 Thread Brian Gerst
On Tue, May 5, 2020 at 10:13 AM Thomas Gleixner wrote: > > The sanitizers are not really applicable to the fragile low level entry > code. code. Entry code needs to carefully setup a normal 'runtime' > environment. > > Signed-off-by: Peter Zijlstra (Intel) > Signed-off-by: Thomas Gleixner > ---

[patch V4 part 1 19/36] x86/entry: Exclude low level entry code from sanitizing

2020-05-05 Thread Thomas Gleixner
The sanitizers are not really applicable to the fragile low level entry code. code. Entry code needs to carefully setup a normal 'runtime' environment. Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Thomas Gleixner --- arch/x86/entry/Makefile |8 1 file changed, 8 insertions(