2022-06-19 23:26:57

by Max Filippov

[permalink] [raw]
Subject: [PATCH 0/2] xtensa: context tracking updates

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


2022-06-24 14:16:55

by Frederic Weisbecker

[permalink] [raw]
Subject: Re: [PATCH 0/2] xtensa: context tracking updates

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).

2022-06-24 15:20:37

by Max Filippov

[permalink] [raw]
Subject: Re: [PATCH 0/2] xtensa: context tracking updates

On Fri, Jun 24, 2022 at 7:01 AM Frederic Weisbecker <[email protected]> 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