Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540527 > unrolled thread

[GIT PULL] percpu changes for v4.10-rc1

Started byTejun Heo <tj@kernel.org>
First post2016-12-12 19:40 +0100
Last post2016-12-12 19:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] percpu changes for v4.10-rc1 Tejun Heo <tj@kernel.org> - 2016-12-12 19:40 +0100

#1540527 — [GIT PULL] percpu changes for v4.10-rc1

FromTejun Heo <tj@kernel.org>
Date2016-12-12 19:40 +0100
Subject[GIT PULL] percpu changes for v4.10-rc1
Message-ID<sNDG2-7LQ-25@gated-at.bofh.it>
Hello,

This includes one patch to reject non-power-of-2 alignments and
trigger warning.  Interestingly, this actually caught a bug in XEN
ARM64.

Thanks.

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-4.10

for you to fetch changes up to 3ca45a46f8af8c4a92dd8a08eac57787242d5021:

  percpu: ensure the requested alignment is power of two (2016-10-19 13:53:02 -0400)

----------------------------------------------------------------
zijun_hu (1):
      percpu: ensure the requested alignment is power of two

 include/linux/kernel.h | 1 +
 mm/percpu.c            | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web