From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030535AbcDMH3Q (ORCPT ); Wed, 13 Apr 2016 03:29:16 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51298 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932996AbcDMH3N (ORCPT ); Wed, 13 Apr 2016 03:29:13 -0400 Date: Wed, 13 Apr 2016 00:28:35 -0700 From: tip-bot for SeongJae Park Message-ID: Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, dhowells@redhat.com, akpm@linux-foundation.org, paulmck@linux.vnet.ibm.com, sj38.park@gmail.com, peterz@infradead.org, torvalds@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, dhowells@redhat.com, akpm@linux-foundation.org, paulmck@linux.vnet.ibm.com, sj38.park@gmail.com, peterz@infradead.org, tglx@linutronix.de, mingo@kernel.org, torvalds@linux-foundation.org In-Reply-To: <1460476375-27803-3-git-send-email-paulmck@linux.vnet.ibm.com> References: <1460476375-27803-3-git-send-email-paulmck@linux.vnet.ibm.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] locking/Documentation: Add missed subsection in TOC Git-Commit-ID: 01e1cd6de8e75fa28c268b4dc566bc1a39486e71 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 01e1cd6de8e75fa28c268b4dc566bc1a39486e71 Gitweb: http://git.kernel.org/tip/01e1cd6de8e75fa28c268b4dc566bc1a39486e71 Author: SeongJae Park AuthorDate: Tue, 12 Apr 2016 08:52:51 -0700 Committer: Ingo Molnar CommitDate: Wed, 13 Apr 2016 08:52:22 +0200 locking/Documentation: Add missed subsection in TOC A 'Virtual Machine Guests' subsection was added by this commit: 6a65d26385bf487 ("asm-generic: implement virt_xxx memory barriers") but the TOC was not updated - update it. Signed-off-by: SeongJae Park Signed-off-by: Paul E. McKenney Acked-by: David Howells Cc: Andrew Morton Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: bobby.prani@gmail.com Cc: dipankar@in.ibm.com Cc: dvhart@linux.intel.com Cc: edumazet@google.com Cc: fweisbec@gmail.com Cc: jiangshanlai@gmail.com Cc: josh@joshtriplett.org Cc: mathieu.desnoyers@efficios.com Cc: oleg@redhat.com Cc: rostedt@goodmis.org Link: http://lkml.kernel.org/r/1460476375-27803-3-git-send-email-paulmck@linux.vnet.ibm.com [ Rewrote the changelog. ] Signed-off-by: Ingo Molnar --- Documentation/memory-barriers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 38b1ce1..718ef25 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -61,6 +61,7 @@ Contents: (*) The things CPUs get up to. - And then there's the Alpha. + - Virtual Machine Guests. (*) Example uses.