mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3 for 4.2] sys_membarrier (x86, generic)
@ 2015-06-17 12:10 Mathieu Desnoyers
  2015-06-17 12:10 ` [PATCH 1/3 v19 for 4.2] sys_membarrier(): system-wide memory barrier (generic, x86) Mathieu Desnoyers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mathieu Desnoyers @ 2015-06-17 12:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Mathieu Desnoyers

Hi,

I am submitting the membarrier system call for the upcoming Linux 4.2
merge window. It would be nice if it could sit a few days in Andrew
Morton's tree before that.

A major addition to sys_membarrier changelog is the inclusion of the
list of users which would benefit from having this system call today.

Thanks,

Mathieu

Mathieu Desnoyers (2):
  sys_membarrier(): system-wide memory barrier (generic, x86) (v19)
  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 deletion(-)
 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

-- 
2.1.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-17 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17 12:10 [PATCH 0/3 for 4.2] sys_membarrier (x86, generic) Mathieu Desnoyers
2015-06-17 12:10 ` [PATCH 1/3 v19 for 4.2] sys_membarrier(): system-wide memory barrier (generic, x86) Mathieu Desnoyers
2015-06-17 12:10 ` [PATCH 2/3 for 4.2] selftests: add membarrier syscall test Mathieu Desnoyers
2015-06-17 12:10 ` [PATCH 3/3 for 4.2] selftests: enhance " Mathieu Desnoyers

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®