Message ID | 20200428164921.41641-1-mark.rutland@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: vdso: cleanups | expand |
On Tue, 28 Apr 2020 17:49:17 +0100, Mark Rutland wrote: > While attempting to review an arm64 vdso patch, I noticed some of the existing > code was somewhat baroque, making it harder than necessary to understand and > extend. These patches attempt to improve this by making the code more > consistent and avoiding unnecessary duplication. > > The series is based on v5.7-rc3 and can be found in my arm64/vdso-cleanup > branch [1]. > > [...] Applied to arm64 (for-next/vdso), thanks! [1/4] arm64: vdso: remove aarch32_vdso_pages[] https://git.kernel.org/arm64/c/74fc72e77dc5 [2/4] arm64: vdso: simplify arch_vdso_type ifdeffery https://git.kernel.org/arm64/c/3ee16ff3437c [3/4] arm64: vdso: use consistent 'abi' nomenclature https://git.kernel.org/arm64/c/d3418f3839b6 [4/4] arm64: vdso: use consistent 'map' nomenclature https://git.kernel.org/arm64/c/1d09094aa620 Cheers,