[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGqt0zxVN2HpXrY=L0D7+6p3Lr1rCt_z_Aa=O_-VxfCG18Wbkg@mail.gmail.com>
Date: Thu, 28 Jan 2021 00:16:12 +0000
From: Yuxuan Shui <yshuiv7@...il.com>
To: Gabriel Krisman Bertazi <krisman@...labora.com>
Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
kernel@...labora.com, tglx@...utronix.de, peterz@...radead.org,
luto@...nel.org
Subject: Re: [PATCH] ptrace: restore the previous single step reporting behavior
Hi,
On Wed, Jan 27, 2021 at 11:55 PM Gabriel Krisman Bertazi
<krisman@...labora.com> wrote:
>
> Yuxuan Shui <yshuiv7@...il.com> writes:
>
> > Commit 64eb35f701f04b30706e21d1b02636b5d31a37d2 changed when single step
> > is reported.
> >
> > Specifically, the report_single_step is changed so that single steps are
> > only reported when both SYSCALL_EMU and _TIF_SINGLESTEP are set, while
> > previously they are reported when _TIF_SINGLESTEP is set without
> > _TIF_SYSCALL_EMU being set.
> >
> > This behavior change breaks rr [1]
> >
> > This commit restores the old behavior.
> >
> > [1]: https://github.com/rr-debugger/rr/issues/2793
> >
> > Signed-off-by: Yuxuan Shui <yshuiv7@...il.com>
>
> Looks correct to me.
>
> To gather the right attention, you should directly CC the correct maintainers.
Thanks, will do.
>
> Fixes: 64eb35f701f0 ("ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag")
> Reviewed-by: Gabriel Krisman Bertazi <krisman@...labora.com>
>
> --
> Gabriel Krisman Bertazi
--
Regards
Yuxuan Shui
Powered by blists - more mailing lists