Message ID | 20210608180313.11502-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Add support for 32-bit tasks on asymmetric AArch32 systems | expand |
On Tue, 8 Jun 2021 19:02:53 +0100, Will Deacon wrote: > The sun is shining and its time for your weekly dose of asymmetric > 32-bit support patches, previously seen at: > > v1: https://lore.kernel.org/r/20201027215118.27003-1-will@kernel.org > v2: https://lore.kernel.org/r/20201109213023.15092-1-will@kernel.org > v3: https://lore.kernel.org/r/20201113093720.21106-1-will@kernel.org > v4: https://lore.kernel.org/r/20201124155039.13804-1-will@kernel.org > v5: https://lore.kernel.org/r/20201208132835.6151-1-will@kernel.org > v6: https://lore.kernel.org/r/20210518094725.7701-1-will@kernel.org > v7: https://lore.kernel.org/r/20210525151432.16875-1-will@kernel.org > v8: https://lore.kernel.org/r/20210602164719.31777-1-will@kernel.org > > [...] Since patches 1-4 are all arm64, don't do any harm on their own and conflict significantly with other arm64 changes queued for 5.14, I've queued them in the arm64 tree on the stable for-next/cpufeature branch: [01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct https://git.kernel.org/arm64/c/930a58b4093e [02/20] arm64: Allow mismatched 32-bit EL0 support https://git.kernel.org/arm64/c/2122a833316f [03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support https://git.kernel.org/arm64/c/2f6a49bbc01d [04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs https://git.kernel.org/arm64/c/873c3e89777c Cheers,