[PATCH 6.12.y 0/2] Fix patch backport review

Rahul Sharma posted 2 patches 1 month, 1 week ago
There is a newer version of this series
arch/arm64/kernel/signal.c | 36 ++++++++++++++++++++++++++++--------
1 file changed, 28 insertions(+), 8 deletions(-)
[PATCH 6.12.y 0/2] Fix patch backport review
Posted by Rahul Sharma 1 month, 1 week ago
This patch series is to backport the fix d2907cbe9ea0
("arm64/fpsimd: signal: Fix restoration of SVE context")
to 6.12.y and the first patch
("arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state")
is its dependence.

Mark Rutland (2):
  arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state
  arm64/fpsimd: signal: Fix restoration of SVE context

 arch/arm64/kernel/signal.c | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

-- 
2.34.1
Re: [PATCH 6.12.y 0/2] Fix patch backport review
Posted by Mark Rutland 1 month, 1 week ago
On Tue, Mar 03, 2026 at 09:50:45AM +0800, Rahul Sharma wrote:
> This patch series is to backport the fix d2907cbe9ea0
> ("arm64/fpsimd: signal: Fix restoration of SVE context")
> to 6.12.y and the first patch
> ("arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state")
> is its dependence.

Neither of these need to be backported to the v6.12.y stable tree.

In the v6.12.y stable tree CONFIG_ARM64_SME depends on BROKEN, and these
patches only matter when CONFIG_ARM64_SME=y. I think we should leave
that BROKEN in the v6.12.y stable tree given that suddenly enabling SME
for distros could cause all sorts of surprises.

If you are going to backport patches I have written, please CC me on
those backports.

Mark.

> Mark Rutland (2):
>   arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state
>   arm64/fpsimd: signal: Fix restoration of SVE context
> 
>  arch/arm64/kernel/signal.c | 36 ++++++++++++++++++++++++++++--------
>  1 file changed, 28 insertions(+), 8 deletions(-)
> 
> -- 
> 2.34.1
>