mbox series

[GIT,PULL] percpu changes for v6.8-rc4

Message ID ZcQtvkrWhIkRVfS9@snowbird (mailing list archive)
State New
Headers show
Series [GIT,PULL] percpu changes for v6.8-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git tags/percpu-for-6.8-rc4

Message

Dennis Zhou Feb. 8, 2024, 1:26 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 8, 2024, 6:24 a.m. UTC | #1
The pull request you sent on Wed, 7 Feb 2024 17:26:22 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git tags/percpu-for-6.8-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/860d7dcb20105af1fc7228a162886c421296cd86

Thank you!