[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHO5Pa3pAb_DdQGVRErCkYMJE=-YbgZPCTNF=JXwcHODTbV9=g@mail.gmail.com>
Date: Fri, 8 May 2015 14:06:51 +0200
From: Michael Kerrisk <mtk.manpages@...il.com>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Linux API <linux-api@...r.kernel.org>
Subject: Re: [PATCH v18 0/3] sys_membarrier()
[CC += linux-api@]
On Wed, May 6, 2015 at 9:21 PM, Mathieu Desnoyers
<mathieu.desnoyers@...icios.com> wrote:
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Michael Kerrisk Linux man-pages maintainer;
http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface", http://blog.man7.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists