All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>,
	"Pavel V. Panteleev" <pp_84@mail.ru>, Cliff Wickman <cpw@sgi.com>
Subject: [GIT PULL] percpu for v2.6.35-rc3
Date: Sun, 27 Jun 2010 18:29:42 +0200	[thread overview]
Message-ID: <4C277C76.8060704@kernel.org> (raw)

Hello, Linus.

Please pull from the following branch to receive percpu changes for
2.6.35-rc3.

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

There are two fixes.  One is to fix two trivial and harmless bugs in
pcpu_build_alloc_info().  The other fixes a bug in
per_cpu_ptr_to_phys() which can cause oops during operations which
need to map percpu addresses to physical addresses such as kdump or
reading /sys/devices/system/cpu/cpuN/crash_notes.

Thanks.

Pavel V. Panteleev (1):
      percpu: fix trivial bugs in pcpu_build_alloc_info()

Tejun Heo (1):
      percpu: fix first chunk match in per_cpu_ptr_to_phys()

 mm/percpu.c |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

--
tejun

                 reply	other threads:[~2010-06-27 16:31 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=4C277C76.8060704@kernel.org \
    --to=tj@kernel.org \
    --cc=cpw@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pp_84@mail.ru \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.