Re: [PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features

2023-07-04 Thread Peter Maydell
On Fri, 9 Jun 2023 at 18:23, Aaron Lindsay wrote: > > Changes from v2 of this patchset [0]: > - Remove properties for EPAC, Pauth2, FPAC, FPACCombined > - Separate out aa64isar2 addition into its own patch > - Comment clarifications > - Several code formatting/simplifications > - Rebase on top of

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features

2023-06-09 Thread Aaron Lindsay
Changes from v2 of this patchset [0]: - Remove properties for EPAC, Pauth2, FPAC, FPACCombined - Separate out aa64isar2 addition into its own patch - Comment clarifications - Several code formatting/simplifications - Rebase on top of latest upstream changes (for example, those which reorganized d

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features

2023-03-22 Thread Aaron Lindsay
Changes from v2 of this patchset [0]: - Remove properties for EPAC, Pauth2, FPAC, FPACCombined - Put aa64isar2 addition/initialization into separate patch - Clarified several comments (particularly one regarding our divergence from ARM's pseudocode around EPAC feature-detection) - Several code fo