linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/4]  arm64: vdso: cleanups
@ 2020-04-28 16:49 Mark Rutland
  2020-04-28 16:49 ` [PATCHv2 1/4] arm64: vdso: remove aarch32_vdso_pages[] Mark Rutland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mark Rutland @ 2020-04-28 16:49 UTC (permalink / raw)
  To: linux-arm-kernel, will; +Cc: mark.rutland, catalin.marinas, vincenzo.frascino

Hi all,

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].

Since v1 [2]:
* Drop merged patch
* Fix broken AARCH32/AA32 naming in final two patches

I've build-tested each patch in this series with and without CONFIG_COMPAT_VDSO
selected, atop of defconfig, using the GCC 8.1.0 kernel.org cross toolchains
for arm64 and arm.

Thanks,
Mark.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=arm64/vdso-cleanup

Mark Rutland (4):
  arm64: vdso: remove aarch32_vdso_pages[]
  arm64: vdso: simplify arch_vdso_type ifdeffery
  arm64: vdso: use consistent 'abi' nomenclature
  arm64: vdso: use consistent 'map' nomenclature

 arch/arm64/kernel/vdso.c | 149 +++++++++++++++++++++--------------------------
 1 file changed, 68 insertions(+), 81 deletions(-)

-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-29 10:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 16:49 [PATCHv2 0/4] arm64: vdso: cleanups Mark Rutland
2020-04-28 16:49 ` [PATCHv2 1/4] arm64: vdso: remove aarch32_vdso_pages[] Mark Rutland
2020-04-28 16:49 ` [PATCHv2 2/4] arm64: vdso: simplify arch_vdso_type ifdeffery Mark Rutland
2020-04-28 16:49 ` [PATCHv2 3/4] arm64: vdso: use consistent 'abi' nomenclature Mark Rutland
2020-04-28 16:49 ` [PATCHv2 4/4] arm64: vdso: use consistent 'map' nomenclature Mark Rutland
2020-04-29 10:30 ` [PATCHv2 0/4] arm64: vdso: cleanups Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).