[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250410200606.20318-1-dylanbhatch@google.com>
Date: Thu, 10 Apr 2025 20:06:04 +0000
From: Dylan Hatch <dylanbhatch@...gle.com>
To: Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>,
"Mike Rapoport (Microsoft)" <rppt@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>, Luis Chamberlain <mcgrof@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>, Song Liu <song@...nel.org>,
Ard Biesheuvel <ardb@...nel.org>, Mark Rutland <mark.rutland@....com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Dylan Hatch <dylanbhatch@...gle.com>, Roman Gushchin <kfree@...gle.com>
Subject: [PATCH 0/2] arm64/module: Enable late module relocations.
Late relocations (after the module is initially loaded) are needed when
livepatches change module code. This is supported by x86, ppc, and s390.
This series borrows the x86 methodology to reach the same level of
suuport on arm64.
Dylan Hatch (2):
arm64: patching: Make text-poke src pointer const.
arm64/module: Use text-poke API for late relocations.
arch/arm64/include/asm/text-patching.h | 2 +-
arch/arm64/kernel/module.c | 129 ++++++++++++++++---------
arch/arm64/kernel/patching.c | 10 +-
3 files changed, 89 insertions(+), 52 deletions(-)
--
2.49.0.604.gff1f9ca942-goog
Powered by blists - more mailing lists