All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: jeremy.fitzhardinge@citrix.com, tj@kernel.org,
	mm-commits@vger.kernel.org
Subject: [folded] stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3.patch removed from -mm tree
Date: Mon, 31 Oct 2011 16:49:20 -0700	[thread overview]
Message-ID: <201110312349.p9VNnKBo028131@wpaz9.hot.corp.google.com> (raw)


The patch titled
     Subject: stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3.
has been removed from the -mm tree.  Its filename was
     stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3.patch

This patch was dropped because it was folded into stop_machine-make-stop_machine-safe-and-efficient-to-call-early.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Subject: stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/stop_machine.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -puN kernel/stop_machine.c~stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3 kernel/stop_machine.c
--- a/kernel/stop_machine.c~stop_machine-make-stop_machine-safe-and-efficient-to-call-early-v3
+++ a/kernel/stop_machine.c
@@ -490,8 +490,9 @@ int __stop_machine(int (*fn)(void *), vo
 
 	if (!stop_machine_initialized) {
 		/*
-		 * Handle the case where stop_machine() is called early in boot
-		 * before SMP startup.
+		 * Handle the case where stop_machine() is called
+		 * early in boot before stop_machine() has been
+		 * initialized.
 		 */
  		unsigned long flags;
 		int ret;
_

Patches currently in -mm which might be from jeremy.fitzhardinge@citrix.com are

origin.patch
mm-avoid-null-pointer-access-in-vm_struct-via-proc-vmallocinfo.patch
stop_machine-make-stop_machine-safe-and-efficient-to-call-early.patch


                 reply	other threads:[~2011-10-31 23:49 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=201110312349.p9VNnKBo028131@wpaz9.hot.corp.google.com \
    --to=akpm@linux-foundation.org \
    --cc=jeremy.fitzhardinge@citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=tj@kernel.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.