From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Desnoyers Subject: [RFC PATCH manpages 0/3] rseq, cpu_opv, membarrier man pages updates Date: Wed, 15 Nov 2017 14:13:13 -0500 Message-ID: <20171115191316.828-1-mathieu.desnoyers@efficios.com> Return-path: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michael Kerrisk Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Peter Zijlstra , "Paul E . McKenney" , Boqun Feng , Andy Lutomirski , Dave Watson , Paul Turner , Andrew Morton , Russell King , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Andrew Hunter , Andi Kleen , Chris Lameter , Ben Maurer , Steven Rostedt , Josh Triplett , Linus Torvalds , Catalin Marinas List-Id: linux-api@vger.kernel.org Hi Michael, Here are the new man pages for Restartable Sequences and cpu_opv system calls (proposed for 4.15), and an update for the membarrier man pages, which includes the private expedited commands introduced in 4.14, and the shared expedited, and core serializing private expedited commands (proposed for 4.15). Feedback is welcome! Thanks, Mathieu Mathieu Desnoyers (3): Add cpu_opv system call manpage Add rseq manpage Update membarrier manpage for 4.14, 4.15 man2/cpu_opv.2 | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ man2/membarrier.2 | 98 +++++++++++++++--- man2/rseq.2 | 268 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 649 insertions(+), 14 deletions(-) create mode 100644 man2/cpu_opv.2 create mode 100644 man2/rseq.2 -- 2.11.0