diff options
author | Andrea Parri <andrea.parri@amarulasolutions.com> | 2018-05-14 19:33:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-05-15 02:11:18 -0400 |
commit | 1a00b4554d477f05199e22ee71ba4c2525ca44cb (patch) | |
tree | 0fe9d3cd4f4febae78cec3e3cc6ac4b65d9db46b | |
parent | 5ccdb7536ebec7a5f8a3883ba1985a80cec80dd3 (diff) |
tools/memory-model: Update ASPLOS information
ASPLOS 2018 was held in March: make sure this is reflected in
header comments and references.
Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Akira Yokosawa <akiyks@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Jade Alglave <j.alglave@ucl.ac.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luc Maranget <luc.maranget@inria.fr>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org
Cc: parri.andrea@gmail.com
Link: http://lkml.kernel.org/r/1526340837-12222-18-git-send-email-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | tools/memory-model/Documentation/references.txt | 11 | ||||
-rw-r--r-- | tools/memory-model/linux-kernel.bell | 4 | ||||
-rw-r--r-- | tools/memory-model/linux-kernel.cat | 4 | ||||
-rw-r--r-- | tools/memory-model/linux-kernel.def | 4 |
4 files changed, 12 insertions, 11 deletions
diff --git a/tools/memory-model/Documentation/references.txt b/tools/memory-model/Documentation/references.txt index ba2e34c2ec3f..74f448f2616a 100644 --- a/tools/memory-model/Documentation/references.txt +++ b/tools/memory-model/Documentation/references.txt | |||
@@ -67,11 +67,12 @@ o Shaked Flur, Susmit Sarkar, Christopher Pulte, Kyndylan Nienhuis, | |||
67 | Linux-kernel memory model | 67 | Linux-kernel memory model |
68 | ========================= | 68 | ========================= |
69 | 69 | ||
70 | o Andrea Parri, Alan Stern, Luc Maranget, Paul E. McKenney, | 70 | o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and |
71 | and Jade Alglave. 2017. "A formal model of | 71 | Alan Stern. 2018. "Frightening small children and disconcerting |
72 | Linux-kernel memory ordering - companion webpage". | 72 | grown-ups: Concurrency in the Linux kernel". In Proceedings of |
73 | http://moscova.inria.fr/∼maranget/cats7/linux/. (2017). [Online; | 73 | the 23rd International Conference on Architectural Support for |
74 | accessed 30-January-2017]. | 74 | Programming Languages and Operating Systems (ASPLOS 2018). ACM, |
75 | New York, NY, USA, 405-418. Webpage: http://diy.inria.fr/linux/. | ||
75 | 76 | ||
76 | o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and | 77 | o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and |
77 | Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)" | 78 | Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)" |
diff --git a/tools/memory-model/linux-kernel.bell b/tools/memory-model/linux-kernel.bell index 432c7cf71b23..64f5740e0e75 100644 --- a/tools/memory-model/linux-kernel.bell +++ b/tools/memory-model/linux-kernel.bell | |||
@@ -5,10 +5,10 @@ | |||
5 | * Copyright (C) 2017 Alan Stern <stern@rowland.harvard.edu>, | 5 | * Copyright (C) 2017 Alan Stern <stern@rowland.harvard.edu>, |
6 | * Andrea Parri <parri.andrea@gmail.com> | 6 | * Andrea Parri <parri.andrea@gmail.com> |
7 | * | 7 | * |
8 | * An earlier version of this file appears in the companion webpage for | 8 | * An earlier version of this file appeared in the companion webpage for |
9 | * "Frightening small children and disconcerting grown-ups: Concurrency | 9 | * "Frightening small children and disconcerting grown-ups: Concurrency |
10 | * in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, | 10 | * in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, |
11 | * which is to appear in ASPLOS 2018. | 11 | * which appeared in ASPLOS 2018. |
12 | *) | 12 | *) |
13 | 13 | ||
14 | "Linux-kernel memory consistency model" | 14 | "Linux-kernel memory consistency model" |
diff --git a/tools/memory-model/linux-kernel.cat b/tools/memory-model/linux-kernel.cat index 1e5c4653dd12..59b5cbe6b624 100644 --- a/tools/memory-model/linux-kernel.cat +++ b/tools/memory-model/linux-kernel.cat | |||
@@ -5,10 +5,10 @@ | |||
5 | * Copyright (C) 2017 Alan Stern <stern@rowland.harvard.edu>, | 5 | * Copyright (C) 2017 Alan Stern <stern@rowland.harvard.edu>, |
6 | * Andrea Parri <parri.andrea@gmail.com> | 6 | * Andrea Parri <parri.andrea@gmail.com> |
7 | * | 7 | * |
8 | * An earlier version of this file appears in the companion webpage for | 8 | * An earlier version of this file appeared in the companion webpage for |
9 | * "Frightening small children and disconcerting grown-ups: Concurrency | 9 | * "Frightening small children and disconcerting grown-ups: Concurrency |
10 | * in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, | 10 | * in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, |
11 | * which is to appear in ASPLOS 2018. | 11 | * which appeared in ASPLOS 2018. |
12 | *) | 12 | *) |
13 | 13 | ||
14 | "Linux-kernel memory consistency model" | 14 | "Linux-kernel memory consistency model" |
diff --git a/tools/memory-model/linux-kernel.def b/tools/memory-model/linux-kernel.def index f0553bd37c08..6fa3eb28d40b 100644 --- a/tools/memory-model/linux-kernel.def +++ b/tools/memory-model/linux-kernel.def | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | // | 2 | // |
3 | // An earlier version of this file appears in the companion webpage for | 3 | // An earlier version of this file appeared in the companion webpage for |
4 | // "Frightening small children and disconcerting grown-ups: Concurrency | 4 | // "Frightening small children and disconcerting grown-ups: Concurrency |
5 | // in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, | 5 | // in the Linux kernel" by Alglave, Maranget, McKenney, Parri, and Stern, |
6 | // which is to appear in ASPLOS 2018. | 6 | // which appeared in ASPLOS 2018. |
7 | 7 | ||
8 | // ONCE | 8 | // ONCE |
9 | READ_ONCE(X) __load{once}(X) | 9 | READ_ONCE(X) __load{once}(X) |