All of lore.kernel.org
 help / color / mirror / Atom feed
  • * Re: [PATCH v3 00/20] Permission Indirection Extension
           [not found] <20230511110337.3385517-1-joey.gouly@arm.com>
           [not found] ` <20230511110337.3385517-12-joey.gouly@arm.com>
    @ 2023-06-01 12:02 ` Mark Brown
           [not found] ` <20230511110337.3385517-9-joey.gouly@arm.com>
                       ` (3 subsequent siblings)
      5 siblings, 0 replies; 8+ messages in thread
    From: Mark Brown @ 2023-06-01 12:02 UTC (permalink / raw)
      To: Joey Gouly
      Cc: linux-arm-kernel, nd, catalin.marinas, james.morse, mark.rutland,
    	maz, oliver.upton, shuah, suzuki.poulose, will, yuzenghui
    
    
    [-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]
    
    On Thu, May 11, 2023 at 12:03:17PM +0100, Joey Gouly wrote:
    > Hi all,
    > 
    > This series implements the Permission Indirection Extension introduced in 2022
    > VMSA enhancements [1].
    
    I've been using this in my general development and in particular with my
    GCS work and everything seems to be working so:
    
    Tested-by: Mark Brown <broonie@kernel.org>
    
    [-- Attachment #1.2: signature.asc --]
    [-- Type: application/pgp-signature, Size: 488 bytes --]
    
    [-- Attachment #2: Type: text/plain, Size: 176 bytes --]
    
    _______________________________________________
    linux-arm-kernel mailing list
    linux-arm-kernel@lists.infradead.org
    http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
  • [parent not found: <20230511110337.3385517-9-joey.gouly@arm.com>]
  • [parent not found: <20230511110337.3385517-10-joey.gouly@arm.com>]
  • [parent not found: <20230511110337.3385517-11-joey.gouly@arm.com>]
  • * Re: [PATCH v3 00/20] Permission Indirection Extension
           [not found] <20230511110337.3385517-1-joey.gouly@arm.com>
                       ` (4 preceding siblings ...)
           [not found] ` <20230511110337.3385517-11-joey.gouly@arm.com>
    @ 2023-06-05 17:58 ` Catalin Marinas
      5 siblings, 0 replies; 8+ messages in thread
    From: Catalin Marinas @ 2023-06-05 17:58 UTC (permalink / raw)
      To: Joey Gouly
      Cc: linux-arm-kernel, nd, broonie, james.morse, mark.rutland, maz,
    	oliver.upton, shuah, suzuki.poulose, will, yuzenghui
    
    On Thu, May 11, 2023 at 12:03:17PM +0100, Joey Gouly wrote:
    > Joey Gouly (20):
    >   arm64/sysreg: Add ID register ID_AA64MMFR3
    >   arm64/sysreg: add system registers TCR2_ELx
    >   arm64/sysreg: update HCRX_EL2 register
    >   arm64/sysreg: add PIR*_ELx registers
    >   arm64: cpufeature: add system register ID_AA64MMFR3
    >   arm64: cpufeature: add TCR2 cpucap
    >   arm64: cpufeature: add Permission Indirection Extension cpucap
    >   KVM: arm64: Save/restore TCR2_EL1
    >   KVM: arm64: Save/restore PIE registers
    >   KVM: arm64: expose ID_AA64MMFR3_EL1 to guests
    >   arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGS
    >   arm64: add PTE_WRITE to PROT_SECT_NORMAL
    >   arm64: reorganise PAGE_/PROT_ macros
    >   arm64: disable EL2 traps for PIE
    >   arm64: add encodings of PIRx_ELx registers
    >   arm64: enable Permission Indirection Extension (PIE)
    >   arm64: transfer permission indirection settings to EL2
    >   arm64: Document boot requirements for PIE
    >   KVM: selftests: get-reg-list: support ID register features
    >   KVM: selftests: get-reg-list: add Permission Indirection registers
    
    For some reason lore.kernel.org doesn't have this series, though it made
    it to infradead (and this archive:
    http://lists.openwrt.org/pipermail/linux-arm-kernel/2023-May/833014.html).
    
    I applied it manually to the arm64 for-next/feat_s1pie (I don't have a
    b4 automated reply for it).
    
    Patch 14 conflicts with Kristina's series (for-next/feat_mops) and I
    solved it in the merge resolution in for-next/core but this would get
    lost when I redo the topic branch merges.
    
    You might as well rebase this series on top of the arm64
    for-next/feat_mops and repost so that we have the Link: tag as well.
    
    Thanks.
    
    -- 
    Catalin
    
    _______________________________________________
    linux-arm-kernel mailing list
    linux-arm-kernel@lists.infradead.org
    http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread

  • end of thread, other threads:[~2023-06-05 17:59 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20230511110337.3385517-1-joey.gouly@arm.com>
         [not found] ` <20230511110337.3385517-12-joey.gouly@arm.com>
    2023-05-26  9:33   ` [PATCH v3 11/20] arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGS Catalin Marinas
    2023-06-01 12:02 ` [PATCH v3 00/20] Permission Indirection Extension Mark Brown
         [not found] ` <20230511110337.3385517-9-joey.gouly@arm.com>
    2023-06-02 14:56   ` [PATCH v3 08/20] KVM: arm64: Save/restore TCR2_EL1 Catalin Marinas
    2023-06-03  8:34   ` Marc Zyngier
         [not found] ` <20230511110337.3385517-10-joey.gouly@arm.com>
    2023-06-02 14:57   ` [PATCH v3 09/20] KVM: arm64: Save/restore PIE registers Catalin Marinas
    2023-06-03  8:35   ` Marc Zyngier
         [not found] ` <20230511110337.3385517-11-joey.gouly@arm.com>
    2023-06-03  8:35   ` [PATCH v3 10/20] KVM: arm64: expose ID_AA64MMFR3_EL1 to guests Marc Zyngier
    2023-06-05 17:58 ` [PATCH v3 00/20] Permission Indirection Extension Catalin Marinas
    

    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.