Re: [GIT PULL] percpu changes for v5.1-rc1

2019-03-07 Thread pr-tracker-bot
The pull request you sent on Tue, 5 Mar 2019 14:46:00 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8d521d94dacd2bcca5ef2054b6d9d9986da81423 Thank you! -- Deet-doot-dot, I am a bot. ht

[GIT PULL] percpu changes for v5.1-rc1

2019-03-05 Thread Dennis Zhou
Hi Linus, There are 2 minor changes to the percpu allocator this merge window: * for loop condition that could be out of bounds on multi-socket UP * cosmetic removal of pcpu_group_offsets[0] in UP code as it is 0 There has been an interest in having better alignment with percpu allocations. Thi