From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Ben Maurer <bmaurer@fb.com>, Thomas Gleixner <tglx@linutronix.de>,
Paul Turner <pjt@google.com>, Andrew Hunter <ahh@google.com>,
Peter Zijlstra <peterz@infradead.org>,
Andy Lutomirski <luto@amacapital.net>,
Andi Kleen <andi@firstfloor.org>,
Dave Watson <davejwatson@fb.com>, Chris Lameter <cl@linux.com>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
Steven Rostedt <rostedt@goodmis.org>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Josh Triplett <josh@joshtriplett.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Russell King <linux@arm.linux.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
Michael Kerrisk <mtk.manpages@gmail.com>Boqun Feng <b>
Cc: linux-api@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE] New linux-rseq tree on kernel.org
Date: Tue, 17 Oct 2017 19:25:59 +0000 (UTC) [thread overview]
Message-ID: <817181118.43238.1508268359153.JavaMail.zimbra@efficios.com> (raw)
Hi,
I have created a linux-rseq tree on kernel.org to make it easier for
developers of userspace applications and libraries to try out Restartable
Sequences. It is available at
https://git.kernel.org/pub/scm/linux/kernel/git/rseq/linux-rseq.git/
The volatile branch "rseq/dev" is the ongoing development. It will
be periodically rebased on the latest tags from Linus.
I will also push tags from time to time. I just created a tag
including changes based on feedback from the past few days as:
v4.14-rc5-rseq-20171017
Note that the system call numbers currently used may have to be
bumped whenever rebasing onto a new tag from Linus. Thus, when
updating to a newer tag, it is important to refresh kernel headers
with e.g.
"rm -rf /path_to_kernel/usr/include/ && cd /path_to_kernel && make headers_install"
and build your application with -I/path_to_kernel/usr/include
so the right kernel headers are used.
Feedback is welcome!
Thanks,
Mathieu
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Ben Maurer <bmaurer@fb.com>, Thomas Gleixner <tglx@linutronix.de>,
Paul Turner <pjt@google.com>, Andrew Hunter <ahh@google.com>,
Peter Zijlstra <peterz@infradead.org>,
Andy Lutomirski <luto@amacapital.net>,
Andi Kleen <andi@firstfloor.org>,
Dave Watson <davejwatson@fb.com>, Chris Lameter <cl@linux.com>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
Steven Rostedt <rostedt@goodmis.org>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Josh Triplett <josh@joshtriplett.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Russell King <linux@arm.linux.org.uk>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
Michael Kerrisk <mtk.manpages@gmail.com>,
Boqun Feng <boqun.feng@gmail.com>,
Alexander Viro <viro@zeniv.linux.org.uk>,
Shuah Khan <shuah@kernel.org>,
"Carlos O'Donell" <carlos@redhat.com>
Cc: linux-api@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE] New linux-rseq tree on kernel.org
Date: Tue, 17 Oct 2017 19:25:59 +0000 (UTC) [thread overview]
Message-ID: <817181118.43238.1508268359153.JavaMail.zimbra@efficios.com> (raw)
Hi,
I have created a linux-rseq tree on kernel.org to make it easier for
developers of userspace applications and libraries to try out Restartable
Sequences. It is available at
https://git.kernel.org/pub/scm/linux/kernel/git/rseq/linux-rseq.git/
The volatile branch "rseq/dev" is the ongoing development. It will
be periodically rebased on the latest tags from Linus.
I will also push tags from time to time. I just created a tag
including changes based on feedback from the past few days as:
v4.14-rc5-rseq-20171017
Note that the system call numbers currently used may have to be
bumped whenever rebasing onto a new tag from Linus. Thus, when
updating to a newer tag, it is important to refresh kernel headers
with e.g.
"rm -rf /path_to_kernel/usr/include/ && cd /path_to_kernel && make headers_install"
and build your application with -I/path_to_kernel/usr/include
so the right kernel headers are used.
Feedback is welcome!
Thanks,
Mathieu
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
next reply other threads:[~2017-10-17 19:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-17 19:25 Mathieu Desnoyers [this message]
2017-10-17 19:25 ` [ANNOUNCE] New linux-rseq tree on kernel.org Mathieu Desnoyers
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=817181118.43238.1508268359153.JavaMail.zimbra@efficios.com \
--to=mathieu.desnoyers@efficios.com \
--cc=ahh@google.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=bmaurer@fb.com \
--cc=catalin.marinas@arm.com \
--cc=cl@linux.com \
--cc=davejwatson@fb.com \
--cc=hpa@zytor.com \
--cc=josh@joshtriplett.org \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=luto@amacapital.net \
--cc=mingo@redhat.com \
--cc=mtk.manpages@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=pjt@google.com \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=will.deacon@arm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.