Re: [Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Sedat Dilek
On Mon, Feb 8, 2021 at 12:25 AM Kyle Huey wrote: > > On Sun, Feb 7, 2021 at 3:09 PM Sedat Dilek wrote: > > > > Hi, > > > > congrats to Linux v5.11-rc7. > > > > after commit 6342adcaa683 ("entry: Ensure trap after single-step on > > system call return"): > > > > $ git grep '\_TIF_SINGLESTEP'

Re: [Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Sedat Dilek
On Mon, Feb 8, 2021 at 12:27 AM Bhaskar Chowdhury wrote: > > On 00:08 Mon 08 Feb 2021, Sedat Dilek wrote: > >Hi, > > > >congrats to Linux v5.11-rc7. > > > >after commit 6342adcaa683 ("entry: Ensure trap after single-step on > >system call return"): > > > >$ git grep '\_TIF_SINGLESTEP' arch/x86/ >

Re: [Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Bhaskar Chowdhury
On 00:08 Mon 08 Feb 2021, Sedat Dilek wrote: Hi, congrats to Linux v5.11-rc7. after commit 6342adcaa683 ("entry: Ensure trap after single-step on system call return"): $ git grep '\_TIF_SINGLESTEP' arch/x86/ arch/x86/include/asm/thread_info.h:#define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)

Re: [Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Kyle Huey
On Sun, Feb 7, 2021 at 3:09 PM Sedat Dilek wrote: > > Hi, > > congrats to Linux v5.11-rc7. > > after commit 6342adcaa683 ("entry: Ensure trap after single-step on > system call return"): > > $ git grep '\_TIF_SINGLESTEP' arch/x86/ > arch/x86/include/asm/thread_info.h:#define _TIF_SINGLESTEP > (1

[Linux v5.11-rc7] x86: entry: Leftover of _TIF_SINGLESTEP define?

2021-02-07 Thread Sedat Dilek
Hi, congrats to Linux v5.11-rc7. after commit 6342adcaa683 ("entry: Ensure trap after single-step on system call return"): $ git grep '\_TIF_SINGLESTEP' arch/x86/ arch/x86/include/asm/thread_info.h:#define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP) Is this a leftover and can be removed (now)?