Re: [PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features

2023-09-08 Thread Peter Maydell
On Fri, 8 Sept 2023 at 12:55, Peter Maydell wrote: > > On Wed, 30 Aug 2023 at 00:24, Richard Henderson > wrote: > > > > Changes for v5: > > * Updates for review. > > * Include linux-user ESR changes. > > > > Patch 10 is the only one without review. > > > > > > r~ > > Applied to target-arm.nex

Re: [PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features

2023-09-08 Thread Peter Maydell
On Wed, 30 Aug 2023 at 00:24, Richard Henderson wrote: > > Changes for v5: > * Updates for review. > * Include linux-user ESR changes. > > Patch 10 is the only one without review. > > > r~ Applied to target-arm.next. Thanks to both you and Aaron for this work. -- PMM

[PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features

2023-08-29 Thread Richard Henderson
Changes for v5: * Updates for review. * Include linux-user ESR changes. Patch 10 is the only one without review. r~ Aaron Lindsay (6): target/arm: Add ID_AA64ISAR2_EL1 target/arm: Add feature detection for FEAT_Pauth2 and extensions target/arm: Implement FEAT_EPAC target/arm: Imple