[PATCH 0/5] uprobes: transition from kmap_atomic to kmap_local_page
Peter Zijlstra
peterz at infradead.org
Tue Jan 6 07:25:38 PST 2026
On Sat, Jan 03, 2026 at 11:56:35AM +0100, Oleg Nesterov wrote:
> On 01/03, Keke Ming wrote:
> >
> > Keke Ming (5):
> > riscv/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
> > arm64/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
> > mips/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
> > arm/uprobes: use kmap_local_page() in arch_uprobe_copy_ixol()
> > uprobes: use kmap_local_page() for temporary page mappings
> >
> > arch/arm/probes/uprobes/core.c | 4 ++--
> > arch/arm64/kernel/probes/uprobes.c | 4 ++--
> > arch/mips/kernel/uprobes.c | 4 ++--
> > arch/riscv/kernel/probes/uprobes.c | 4 ++--
> > kernel/events/uprobes.c | 12 ++++++------
> > 5 files changed, 14 insertions(+), 14 deletions(-)
>
> Thanks,
>
> Acked-by: Oleg Nesterov <oleg at redhat.com>
Let me go stick them in tip/perf/core
More information about the linux-riscv
mailing list