Linux MM tree latest commits
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: akpm@linux-foundation.org, aquini@redhat.com, dave@stgolabs.net,
	manfred@colorfullife.com, mm-commits@vger.kernel.org
Subject: [folded-merged] ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix.patch removed from -mm tree
Date: Fri, 12 Dec 2014 16:47:05 -0800	[thread overview]
Message-ID: <548b8c89.ZeAE3wPYDCFT66YA%akpm@linux-foundation.org> (raw)


The patch titled
     Subject: ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix
has been removed from the -mm tree.  Its filename was
     ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix.patch

This patch was dropped because it was folded into ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix

Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Rafael Aquini <aquini@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 ipc/sem.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN ipc/sem.c~ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix ipc/sem.c
--- a/ipc/sem.c~ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb-fix-fix
+++ a/ipc/sem.c
@@ -330,8 +330,8 @@ static inline int sem_lock(struct sem_ar
 			 * The ipc object lock check must be visible on all
 			 * cores before rechecking the complex count.  Otherwise
 			 * we can race with  another thread that does:
-			 * 	complex_count++++;
-			 * 	spin_unlock(sem_perm.lock);
+			 *	complex_count++;
+			 *	spin_unlock(sem_perm.lock);
 			 */
 			smp_rmb();
 
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

origin.patch
mm-mincore-add-hwpoison-page-handle.patch
include-linux-kmemleakh-needs-slabh.patch
mm-page_owner-keep-track-of-page-owners.patch
fs-seq_file-fallback-to-vmalloc-instead-of-oom-kill-processes.patch
oom-dont-assume-that-a-coredumping-thread-will-exit-soon.patch
mm-memcontrol-fix-defined-but-not-used-compiler-warning.patch
zsmalloc-fix-zs_init-cpu-notifier-error-handling.patch
mm-zsmalloc-support-allocating-obj-with-size-of-zs_max_alloc_size.patch
mm-zsmalloc-avoid-duplicate-assignment-of-prev_class.patch
ipc-semc-chance-memory-barrier-in-sem_lock-to-smp_rmb.patch
ipc-msg-increase-msgmni-remove-scaling-checkpatch-fixes.patch
mm-cma-make-kmemleak-ignore-cma-regions.patch


                 reply	other threads:[~2014-12-13  0:47 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=548b8c89.ZeAE3wPYDCFT66YA%akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=aquini@redhat.com \
    --cc=dave@stgolabs.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=mm-commits@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox