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