From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Subject: [PATCH v18 0/3] sys_membarrier()
Date: Wed, 6 May 2015 15:21:05 -0400 [thread overview]
Message-ID: <1430940068-4326-1-git-send-email-mathieu.desnoyers@efficios.com> (raw)
Here is v18 of the sys_membarrier patchset, taking care of comments about v17.
Let see if there are further comments on this patch round.
Thanks,
Mathieu
Mathieu Desnoyers (2):
sys_membarrier(): system-wide memory barrier (generic, x86)
selftests: enhance membarrier syscall test
Pranith Kumar (1):
selftests: add membarrier syscall test
MAINTAINERS | 8 ++
arch/x86/syscalls/syscall_32.tbl | 1 +
arch/x86/syscalls/syscall_64.tbl | 1 +
include/linux/syscalls.h | 2 +
include/uapi/asm-generic/unistd.h | 4 +-
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/membarrier.h | 53 +++++++++
init/Kconfig | 12 ++
kernel/Makefile | 1 +
kernel/membarrier.c | 66 +++++++++++
kernel/sys_ni.c | 3 +
tools/testing/selftests/Makefile | 1 +
tools/testing/selftests/membarrier/.gitignore | 1 +
tools/testing/selftests/membarrier/Makefile | 11 ++
.../testing/selftests/membarrier/membarrier_test.c | 121 ++++++++++++++++++++
15 files changed, 285 insertions(+), 1 deletions(-)
create mode 100644 include/uapi/linux/membarrier.h
create mode 100644 kernel/membarrier.c
create mode 100644 tools/testing/selftests/membarrier/.gitignore
create mode 100644 tools/testing/selftests/membarrier/Makefile
create mode 100644 tools/testing/selftests/membarrier/membarrier_test.c
--
1.7.7.3
next reply other threads:[~2015-05-06 19:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 19:21 Mathieu Desnoyers [this message]
2015-05-06 19:21 ` [PATCH v18 for v4.1-rc2 1/3] sys_membarrier(): system-wide memory barrier (generic, x86) Mathieu Desnoyers
2015-05-06 20:21 ` josh
2015-05-06 20:27 ` Mathieu Desnoyers
2015-05-06 20:33 ` Mathieu Desnoyers
2015-05-06 20:39 ` Linus Torvalds
2015-05-07 2:50 ` Andy Lutomirski
2015-05-06 19:21 ` [PATCH v18 for v4.1-rc2 2/3] selftests: add membarrier syscall test Mathieu Desnoyers
2015-05-06 19:21 ` [PATCH v18 for v4.1-rc2 3/3] selftests: enhance " Mathieu Desnoyers
2015-05-08 12:06 ` [PATCH v18 0/3] sys_membarrier() Michael Kerrisk
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=1430940068-4326-1-git-send-email-mathieu.desnoyers@efficios.com \
--to=mathieu.desnoyers@efficios.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®