All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, anshuman.khandual@arm.com
Cc: Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH V2 6.12.y 7/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
Date: Tue, 15 Apr 2025 17:43:13 -0400	[thread overview]
Message-ID: <20250415122452-9db973d5f1054e17@stable.kernel.org> (raw)
In-Reply-To: <20250415045728.2248935-8-anshuman.khandual@arm.com>

[ Sasha's backport helper bot ]

Hi,

Summary of potential issues:
ℹ️ This is part 7/7 of a series
⚠️ Found matching upstream commit but patch is missing proper reference to it

Found matching upstream commit: 858c7bfcb35e1100b58bb63c9f562d86e09418d9

Status in newer kernel trees:
6.14.y | Not found
6.13.y | Not found

Note: The patch differs from the upstream commit:
---
1:  858c7bfcb35e1 ! 1:  f5de0f647be12 arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
    @@ Commit message
         Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
         Link: https://lore.kernel.org/r/20250227035119.2025171-1-anshuman.khandual@arm.com
         Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
    +    (cherry picked from commit 858c7bfcb35e1100b58bb63c9f562d86e09418d9)
    +    Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
     
      ## Documentation/arch/arm64/booting.rst ##
     @@ Documentation/arch/arm64/booting.rst: Before jumping into the kernel, the following conditions must be met:
    @@ arch/arm64/include/asm/el2_setup.h
     +.Lskip_fgt2_\@:
     +.endm
     +
    - .macro __init_el2_gcs
    - 	mrs_s	x1, SYS_ID_AA64PFR1_EL1
    - 	ubfx	x1, x1, #ID_AA64PFR1_EL1_GCS_SHIFT, #4
    + .macro __init_el2_nvhe_prepare_eret
    + 	mov	x0, #INIT_PSTATE_EL1
    + 	msr	spsr_el2, x0
     @@
      	__init_el2_nvhe_idregs
      	__init_el2_cptr
      	__init_el2_fgt
     +	__init_el2_fgt2
    -         __init_el2_gcs
      .endm
      
    + #ifndef __KVM_NVHE_HYPERVISOR__
    +
    + ## arch/arm64/tools/sysreg ##
    +@@ arch/arm64/tools/sysreg: UnsignedEnum	11:8	PMUVer
    + 	0b0110	V3P5
    + 	0b0111	V3P7
    + 	0b1000	V3P8
    ++	0b1001	V3P9
    + 	0b1111	IMP_DEF
    + EndEnum
    + UnsignedEnum	7:4	TraceVer
---

NOTE: These results are for this patch alone. Full series testing will be
performed when all parts are received.

Results of testing on various branches:

| Branch                    | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.13.y       |  Success    |  Success   |

  reply	other threads:[~2025-04-15 21:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-15  4:57 [PATCH V2 6.12.y 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9 Anshuman Khandual
2025-04-15  4:57 ` [PATCH V2 6.12.y 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 2/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Add register fields for HDFGRTR2_EL2" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 3/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Add register fields for HDFGWTR2_EL2" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 4/7] arm64/sysreg: Add register fields for HFGITR2_EL2 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Add register fields for HFGITR2_EL2" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 5/7] arm64/sysreg: Add register fields for HFGRTR2_EL2 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Add register fields for HFGRTR2_EL2" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 6/7] arm64/sysreg: Add register fields for HFGWTR2_EL2 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin
2025-04-22  7:16   ` Patch "arm64/sysreg: Add register fields for HFGWTR2_EL2" has been added to the 6.12-stable tree gregkh
2025-04-15  4:57 ` [PATCH V2 6.12.y 7/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9 Anshuman Khandual
2025-04-15 21:43   ` Sasha Levin [this message]
2025-04-22  7:16   ` Patch "arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9" has been added to the 6.12-stable tree gregkh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250415122452-9db973d5f1054e17@stable.kernel.org \
    --to=sashal@kernel.org \
    --cc=anshuman.khandual@arm.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.