All of lore.kernel.org
 help / color / mirror / Atom feed
* backport of arm64: mte: move register initialization to C
@ 2022-10-18 22:33 Evgenii Stepanov
  2022-10-19 11:43 ` Catalin Marinas
  2022-10-21 14:23 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Evgenii Stepanov @ 2022-10-18 22:33 UTC (permalink / raw)
  To: stable; +Cc: Peter Collingbourne, Catalin Marinas, Anshuman Khandual

Hello stable,

please backport the following commits to 5.15-stable:

commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream.

Please note that the extra backport below can be avoided with a
trivial change in the above patch. Let me know if that's preferable.

Cc: <stable@vger.kernel.org> # 5.15.y: e921da6: arm64/mm: Consolidate
TCR_EL1 fields
Signed-off-by: Evgenii Stepanov <eugenis@google.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: backport of arm64: mte: move register initialization to C
  2022-10-18 22:33 backport of arm64: mte: move register initialization to C Evgenii Stepanov
@ 2022-10-19 11:43 ` Catalin Marinas
  2022-10-19 18:30   ` Evgenii Stepanov
  2022-10-21 14:23 ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Catalin Marinas @ 2022-10-19 11:43 UTC (permalink / raw)
  To: Evgenii Stepanov; +Cc: stable, Peter Collingbourne, Anshuman Khandual

On Tue, Oct 18, 2022 at 03:33:08PM -0700, Evgenii Stepanov wrote:
> please backport the following commits to 5.15-stable:
> 
> commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream.
> 
> Please note that the extra backport below can be avoided with a
> trivial change in the above patch. Let me know if that's preferable.
> 
> Cc: <stable@vger.kernel.org> # 5.15.y: e921da6: arm64/mm: Consolidate TCR_EL1 fields
> Signed-off-by: Evgenii Stepanov <eugenis@google.com>

If cherry-picking commit e921da6 is sufficient for the backport, I'd go
with that. Note that I haven't tried, does it work for both 5.15 and
5.10?

-- 
Catalin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: backport of arm64: mte: move register initialization to C
  2022-10-19 11:43 ` Catalin Marinas
@ 2022-10-19 18:30   ` Evgenii Stepanov
  0 siblings, 0 replies; 5+ messages in thread
From: Evgenii Stepanov @ 2022-10-19 18:30 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: stable, Peter Collingbourne, Anshuman Khandual

On Wed, Oct 19, 2022 at 4:43 AM Catalin Marinas <catalin.marinas@arm.com> wrote:
>
> On Tue, Oct 18, 2022 at 03:33:08PM -0700, Evgenii Stepanov wrote:
> > please backport the following commits to 5.15-stable:
> >
> > commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream.
> >
> > Please note that the extra backport below can be avoided with a
> > trivial change in the above patch. Let me know if that's preferable.
> >
> > Cc: <stable@vger.kernel.org> # 5.15.y: e921da6: arm64/mm: Consolidate TCR_EL1 fields
> > Signed-off-by: Evgenii Stepanov <eugenis@google.com>
>
> If cherry-picking commit e921da6 is sufficient for the backport, I'd go
> with that. Note that I haven't tried, does it work for both 5.15 and
> 5.10?

5.10 is missing arm64.nomte logic in the first place (commit 7a062ce3
upstream). No need to backport this change.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: backport of arm64: mte: move register initialization to C
  2022-10-18 22:33 backport of arm64: mte: move register initialization to C Evgenii Stepanov
  2022-10-19 11:43 ` Catalin Marinas
@ 2022-10-21 14:23 ` Greg KH
  2022-10-21 22:31   ` Evgenii Stepanov
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2022-10-21 14:23 UTC (permalink / raw)
  To: Evgenii Stepanov
  Cc: stable, Peter Collingbourne, Catalin Marinas, Anshuman Khandual

On Tue, Oct 18, 2022 at 03:33:08PM -0700, Evgenii Stepanov wrote:
> Hello stable,
> 
> please backport the following commits to 5.15-stable:
> 
> commit 973b9e37330656dec719ede508e4dc40e5c2d80c upstream.

It does not apply to 5.15.y :(

> Please note that the extra backport below can be avoided with a
> trivial change in the above patch. Let me know if that's preferable.
> 
> Cc: <stable@vger.kernel.org> # 5.15.y: e921da6: arm64/mm: Consolidate
> TCR_EL1 fields
> Signed-off-by: Evgenii Stepanov <eugenis@google.com>

Yes, please provide a working backport.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: backport of arm64: mte: move register initialization to C
  2022-10-21 14:23 ` Greg KH
@ 2022-10-21 22:31   ` Evgenii Stepanov
  0 siblings, 0 replies; 5+ messages in thread
From: Evgenii Stepanov @ 2022-10-21 22:31 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Peter Collingbourne, Catalin Marinas, Anshuman Khandual

On Fri, Oct 21, 2022 at 7:23 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> > Please note that the extra backport below can be avoided with a
> > trivial change in the above patch. Let me know if that's preferable.
> >
> > Cc: <stable@vger.kernel.org> # 5.15.y: e921da6: arm64/mm: Consolidate
> > TCR_EL1 fields
> > Signed-off-by: Evgenii Stepanov <eugenis@google.com>
>
> Yes, please provide a working backport.

Thanks! I've sent a backport for "arm64/mm: Consolidate TCR_EL1 fields".

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-21 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 22:33 backport of arm64: mte: move register initialization to C Evgenii Stepanov
2022-10-19 11:43 ` Catalin Marinas
2022-10-19 18:30   ` Evgenii Stepanov
2022-10-21 14:23 ` Greg KH
2022-10-21 22:31   ` Evgenii Stepanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.