Re: [PATCH] x86: entry: Remove _TIF_SINGLESTEP define leftover

2021-02-13 Thread Sedat Dilek
On Mon, Feb 8, 2021 at 11:01 PM Kyle Huey wrote: > > Looks good to me. > Any other comments on this patch v2? Thanks. - Sedat - > - Kyle > > On Mon, Feb 8, 2021 at 1:43 PM Sedat Dilek wrote: > > > > After commit 6342adcaa683 ("entry: Ensure trap after single-step on > > system call return") a

Re: [PATCH] x86: entry: Remove _TIF_SINGLESTEP define leftover

2021-02-08 Thread Kyle Huey
Looks good to me. - Kyle On Mon, Feb 8, 2021 at 1:43 PM Sedat Dilek wrote: > > After commit 6342adcaa683 ("entry: Ensure trap after single-step on > system call return") a _TIF_SINGLESTEP define is obsolete for arch/x86. > > So, remove the leftover in arch/x86/include/asm/thread_info.h file. > >

[PATCH] x86: entry: Remove _TIF_SINGLESTEP define leftover

2021-02-08 Thread Sedat Dilek
After commit 6342adcaa683 ("entry: Ensure trap after single-step on system call return") a _TIF_SINGLESTEP define is obsolete for arch/x86. So, remove the leftover in arch/x86/include/asm/thread_info.h file. Fixes: 6342adcaa683 ("entry: Ensure trap after single-step on system call return" CC: Ky