public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] percpu: fixes for v3.3-rc6
@ 2012-03-05 21:48 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2012-03-05 21:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Christoph Lameter

Hello, Linus.

This pull request contains four patches.  One replaces manual clearing
with bitmap_clear(), two fix generic definition of __this_cpu ops so
that they don't choose unnecessarily strict arch version.  One makes
_this_cpu definition use raw_local_irq_*() so that it doesn't end up
wrecking irq on/off state tracking when used from inside lockdep.

Of the four patches, the raw_local_irq_*() update is the most
important, so please feel free to cherry pick only that one patch and
ignore the rest if you want to - e920d5971d "percpu: use
raw_local_irq_* in _this_cpu op".

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

Akinobu Mita (1):
      percpu: use bitmap_clear

Konstantin Khlebnikov (2):
      percpu: fix generic definition of __this_cpu_add_and_return()
      percpu: fix __this_cpu_{sub,inc,dec}_return() definition

Ming Lei (1):
      percpu: use raw_local_irq_* in _this_cpu op

 include/linux/percpu.h |   29 +++++++++++++++--------------
 mm/percpu-vm.c         |    3 +--
 2 files changed, 16 insertions(+), 16 deletions(-)

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-05 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 21:48 [GIT PULL] percpu: fixes for v3.3-rc6 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox