Message ID | 20210713234801.3858018-1-pcc@google.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: mte: allow async MTE to be upgraded to sync on a per-CPU basis | expand |
Hi Peter, On Tue, Jul 13, 2021 at 04:47:56PM -0700, Peter Collingbourne wrote: > Peter Collingbourne (5): > arm64: mte: rename gcr_user_excl to mte_ctrl > arm64: mte: change ASYNC and SYNC TCF settings into bitfields > arm64: move preemption disablement to prctl handlers > arm64: mte: introduce a per-CPU tag checking mode preference > Documentation: document the preferred tag checking mode feature Could you please rebase these patches on top of arm64 for-next/mte (based on 5.14-rc3)? They don't apply cleanly. You may want to update the other GCR_EL1 and double ISB patches as well in case there's a specific order in which they need to be applied. Thanks.
On Tue, Jul 27, 2021 at 11:20 AM Catalin Marinas <catalin.marinas@arm.com> wrote: > > Hi Peter, > > On Tue, Jul 13, 2021 at 04:47:56PM -0700, Peter Collingbourne wrote: > > Peter Collingbourne (5): > > arm64: mte: rename gcr_user_excl to mte_ctrl > > arm64: mte: change ASYNC and SYNC TCF settings into bitfields > > arm64: move preemption disablement to prctl handlers > > arm64: mte: introduce a per-CPU tag checking mode preference > > Documentation: document the preferred tag checking mode feature > > Could you please rebase these patches on top of arm64 for-next/mte > (based on 5.14-rc3)? They don't apply cleanly. You may want to update > the other GCR_EL1 and double ISB patches as well in case there's a > specific order in which they need to be applied. Okay, I rebased this series and the double ISB patch to 5.14-rc3 (the GCR_EL1 patch didn't need to be rebased). I also double checked that there aren't any conflicts with the TFSR patch that you've already taken. The GCR_EL1 patch needs to be applied after this series, and the double ISB patch doesn't need to be applied in any particular order. Peter