[GIT PULL] percpu changes for v6.8-rc4
From: Dennis Zhou
Date: Wed Feb 07 2024 - 20:26:33 EST
Hi Linus,
The PR to enable the percpu page allocator had a tlb flush parameter
mixup of end vs size.. This contains the fix.
Thanks,
Dennis
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git tags/percpu-for-6.8-rc4
for you to fetch changes up to ebd4acc0cbeae9efea15993b11b05bd32942f3f0:
riscv: Fix wrong size passed to local_flush_tlb_range_asid() (2024-01-29 00:53:19 -0800)
----------------------------------------------------------------
percpu:
- fix riscv wrong size passed to local_flush_tlb_range_asid()
----------------------------------------------------------------
Alexandre Ghiti (1):
riscv: Fix wrong size passed to local_flush_tlb_range_asid()
arch/riscv/mm/tlbflush.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)