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

From: Dennis Zhou
Date: Tue Sep 17 2019 - 12:43:06 EST


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(-)