Re: [patch V4 part 4 07/24] x86/traps: Split int3 handler up

2020-05-14 Thread Peter Zijlstra
On Wed, May 13, 2020 at 10:03:13PM -0700, Andy Lutomirski wrote: > On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > > > For code simplicity split up the int3 handler into a kernel and user part > > which makes the code flow simpler to understand. > > > > Signed-off-by: Peter Zijlstra

Re: [patch V4 part 4 07/24] x86/traps: Split int3 handler up

2020-05-13 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > For code simplicity split up the int3 handler into a kernel and user part > which makes the code flow simpler to understand. > > Signed-off-by: Peter Zijlstra (Intel) > Signed-off-by: Thomas Gleixner > --- > arch/x86/kernel/traps.c |

[patch V4 part 4 07/24] x86/traps: Split int3 handler up

2020-05-05 Thread Thomas Gleixner
For code simplicity split up the int3 handler into a kernel and user part which makes the code flow simpler to understand. Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Thomas Gleixner --- arch/x86/kernel/traps.c | 67 +++- 1 file changed,