[<prev] [next>] [day] [month] [year] [list]
Message-ID: <817181118.43238.1508268359153.JavaMail.zimbra@efficios.com>
Date: Tue, 17 Oct 2017 19:25:59 +0000 (UTC)
From: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
To: Ben Maurer <bmaurer@...com>, Thomas Gleixner <tglx@...utronix.de>,
Paul Turner <pjt@...gle.com>, Andrew Hunter <ahh@...gle.com>,
Peter Zijlstra <peterz@...radead.org>,
Andy Lutomirski <luto@...capital.net>,
Andi Kleen <andi@...stfloor.org>,
Dave Watson <davejwatson@...com>, Chris Lameter <cl@...ux.com>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
Steven Rostedt <rostedt@...dmis.org>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Josh Triplett <josh@...htriplett.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Russell King <linux@....linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
Michael Kerrisk <mtk.manpages@...il.com>,
Boqun Feng <boqun.feng@...il.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
Shuah Khan <shuah@...nel.org>,
Carlos O'Donell <carlos@...hat.com>
Cc: linux-api@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [ANNOUNCE] New linux-rseq tree on kernel.org
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
Powered by blists - more mailing lists