Revision 9a789fcfe8605417f7a1a970355f5efa4fe88c64 authored by Mathieu Desnoyers on 19 June 2018, 13:32:30 UTC, committed by Ingo Molnar on 21 June 2018, 10:40:13 UTC
Considering that we explicitly forbid system calls in rseq critical
sections, it is not valid to issue a fork or clone system call within a
rseq critical section, so rseq_fork() is not required to restart an
active rseq c.s. in the child process.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Ben Maurer <bmaurer@fb.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Chris Lameter <cl@linux.com>
Cc: Dave Watson <davejwatson@fb.com>
Cc: Joel Fernandes <joelaf@google.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Paul E . McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Turner <pjt@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-api@vger.kernel.org
Cc: linux-kselftest@vger.kernel.org
Link: https://lore.kernel.org/lkml/20180619133230.4087-4-mathieu.desnoyers@efficios.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 0ea73d5
History
File Mode Size
include
.gitignore -rw-r--r-- 74 bytes
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 4.1 KB
apparmorfs.c -rw-r--r-- 62.9 KB
audit.c -rw-r--r-- 5.5 KB
capability.c -rw-r--r-- 4.2 KB
crypto.c -rw-r--r-- 2.5 KB
domain.c -rw-r--r-- 38.8 KB
file.c -rw-r--r-- 19.4 KB
ipc.c -rw-r--r-- 6.1 KB
label.c -rw-r--r-- 50.6 KB
lib.c -rw-r--r-- 12.8 KB
lsm.c -rw-r--r-- 41.5 KB
match.c -rw-r--r-- 18.6 KB
mount.c -rw-r--r-- 17.8 KB
net.c -rw-r--r-- 4.1 KB
nulldfa.in -rw-r--r-- 6.8 KB
path.c -rw-r--r-- 6.2 KB
policy.c -rw-r--r-- 31.6 KB
policy_ns.c -rw-r--r-- 9.9 KB
policy_unpack.c -rw-r--r-- 25.7 KB
procattr.c -rw-r--r-- 3.7 KB
resource.c -rw-r--r-- 5.2 KB
secid.c -rw-r--r-- 3.6 KB
stacksplitdfa.in -rw-r--r-- 7.3 KB
task.c -rw-r--r-- 4.3 KB

back to top