From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Christoph Lameter <cl@linux.com>
Subject: [GIT PULL] percpu changes for v4.9-rc1
Date: Thu, 13 Oct 2016 21:54:09 -0400 [thread overview]
Message-ID: <20161014015409.GL32534@mtj.duckdns.org> (raw)
Hello, Linus.
percpu memory changes for v4.9-rc1.
* Nick improved generic implementations of percpu operations which
modify the variable and return so that they calculate the physical
address only once.
* percpu_ref percpu <-> atomic mode switching improvements. The
patchset was originally posted about a year ago but fell through the
crack.
* Misc non-critical fixes.
Thanks.
The following changes since commit 81abf2525827b29839a78fd55ab0699f033c41a5:
Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux (2016-08-08 15:39:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-4.9
for you to fetch changes up to 9b7396624a7b503220d85428654634b60762f2b0:
mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk() (2016-10-05 11:52:55 -0400)
----------------------------------------------------------------
Lance Richardson (1):
percpu: eliminate two sparse warnings
Nicholas Piggin (1):
percpu: improve generic percpu modify-return implementation
Roman Pen (1):
percpu-refcount: init ->confirm_switch member properly
Tejun Heo (5):
percpu_ref: remove unnecessary RCU grace period for staggered atomic switching confirmation
percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_ref_switch_to_atomic()
percpu_ref: unify staggered atomic switching wait behavior
percpu_ref: restructure operation mode switching
percpu_ref: allow operation mode switching operations to be called concurrently
zijun_hu (2):
mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()
mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()
arch/x86/include/asm/percpu.h | 5 +-
include/asm-generic/percpu.h | 53 +++++++------
lib/percpu-refcount.c | 169 ++++++++++++++++++++++++------------------
mm/percpu.c | 38 +++++-----
4 files changed, 148 insertions(+), 117 deletions(-)
--
tejun
reply other threads:[~2016-10-14 1:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161014015409.GL32534@mtj.duckdns.org \
--to=tj@kernel.org \
--cc=cl@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome