[PATCH 0/2] xtensa: context tracking updates

Max Filippov posted 2 patches 3 years, 10 months ago
arch/xtensa/Kconfig        | 2 +-
arch/xtensa/kernel/entry.S | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/2] xtensa: context tracking updates
Posted by Max Filippov 3 years, 10 months ago
Hi Frederic,

your recent conversion of CONTEXT_TRACKING to CONTEXT_TRACKING_USER
missed the xtensa architexture. These two patches hopefully fix it.
Please take them to the tree that holds the rest of the conversion.
(Even better if they could be folded into the corresponding conversion
 patches).

Max Filippov (2):
  xtensa: rename context_tracking_user_{enter,exit}
  xtensa: rename CONTEXT_TRACKING to CONTEXT_TRACKING_USER

 arch/xtensa/Kconfig        | 2 +-
 arch/xtensa/kernel/entry.S | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
Thanks.
-- Max
Re: [PATCH 0/2] xtensa: context tracking updates
Posted by Frederic Weisbecker 3 years, 10 months ago
On Sun, Jun 19, 2022 at 04:18:35PM -0700, Max Filippov wrote:
> Hi Frederic,
> 
> your recent conversion of CONTEXT_TRACKING to CONTEXT_TRACKING_USER
> missed the xtensa architexture. These two patches hopefully fix it.
> Please take them to the tree that holds the rest of the conversion.
> (Even better if they could be folded into the corresponding conversion
>  patches).
> 
> Max Filippov (2):
>   xtensa: rename context_tracking_user_{enter,exit}
>   xtensa: rename CONTEXT_TRACKING to CONTEXT_TRACKING_USER
> 
>  arch/xtensa/Kconfig        | 2 +-
>  arch/xtensa/kernel/entry.S | 8 ++++----
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> -- 
> Thanks.
> -- Max

Thanks a lot for these fixes. I'm likely going to reissue this
patchset so I'm going to fold your changes inside if you don't mind
(with your Signed-off-by).
Re: [PATCH 0/2] xtensa: context tracking updates
Posted by Max Filippov 3 years, 10 months ago
On Fri, Jun 24, 2022 at 7:01 AM Frederic Weisbecker <frederic@kernel.org> wrote:
>
> On Sun, Jun 19, 2022 at 04:18:35PM -0700, Max Filippov wrote:
> > Hi Frederic,
> >
> > your recent conversion of CONTEXT_TRACKING to CONTEXT_TRACKING_USER
> > missed the xtensa architexture. These two patches hopefully fix it.
> > Please take them to the tree that holds the rest of the conversion.
> > (Even better if they could be folded into the corresponding conversion
> >  patches).
> >
> > Max Filippov (2):
> >   xtensa: rename context_tracking_user_{enter,exit}
> >   xtensa: rename CONTEXT_TRACKING to CONTEXT_TRACKING_USER
> >
> >  arch/xtensa/Kconfig        | 2 +-
> >  arch/xtensa/kernel/entry.S | 8 ++++----
> >  2 files changed, 5 insertions(+), 5 deletions(-)
> >
> > --
> > Thanks.
> > -- Max
>
> Thanks a lot for these fixes. I'm likely going to reissue this
> patchset so I'm going to fold your changes inside if you don't mind
> (with your Signed-off-by).

Sure, by all means.

-- 
Thanks.
-- Max