mbox series

[GIT,PULL] percpu changes for v5.4-rc1

Message ID 20190917164300.GA77280@dennisz-mbp.dhcp.thefacebook.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] percpu changes for v5.4-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.4

Message

Dennis Zhou Sept. 17, 2019, 4:43 p.m. UTC
Hi Linus,

This pull request has a couple updates to clean up the code with no
change in behavior.

Thanks,
Dennis

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.4

for you to fetch changes up to 14d3761245551bdfc516abd8214a9f76bfd51435:

  percpu: Use struct_size() helper (2019-09-04 13:40:49 -0700)

----------------------------------------------------------------
Christophe JAILLET (1):
      percpu: fix typo in pcpu_setup_first_chunk() comment

Gustavo A. R. Silva (1):
      percpu: Use struct_size() helper

Kefeng Wang (1):
      percpu: Make pcpu_setup_first_chunk() void function

 arch/ia64/mm/contig.c    |  5 +----
 arch/ia64/mm/discontig.c |  5 +----
 include/linux/percpu.h   |  2 +-
 mm/percpu.c              | 23 +++++++++--------------
 4 files changed, 12 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 17, 2019, 11:40 p.m. UTC | #1
The pull request you sent on Tue, 17 Sep 2019 17:43:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git for-5.4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1902314157b19754e0ff25b44527654847cfd127

Thank you!