public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Christoph Lameter <cl@linux-foundation.org>
Subject: [GIT PULL] percpu: fixes for v3.3-rc6
Date: Mon, 5 Mar 2012 13:48:18 -0800	[thread overview]
Message-ID: <20120305214818.GE1263@google.com> (raw)

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

                 reply	other threads:[~2012-03-05 21:48 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=20120305214818.GE1263@google.com \
    --to=tj@kernel.org \
    --cc=cl@linux-foundation.org \
    --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