Home
last modified time | relevance | path

Searched hist:ff2a91127b374c75ae024b31d22f23ad49d16eb4 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask.hdiff ff2a91127b374c75ae024b31d22f23ad49d16eb4 Sun May 24 13:57:00 CDT 2020 Christian Brauner <christian.brauner@ubuntu.com> fork: remove do_fork()

Now that all architectures have been switched to use _do_fork() and the new
struct kernel_clone_args calling convention we can remove the legacy
do_fork() helper completely. The calling convention used to be brittle and
do_fork() didn't buy us anything. The only calling convention accepted
should be based on struct kernel_clone_args going forward. It's cleaner and
uniform.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
/openbmc/linux/kernel/
H A Dfork.cdiff ff2a91127b374c75ae024b31d22f23ad49d16eb4 Sun May 24 13:57:00 CDT 2020 Christian Brauner <christian.brauner@ubuntu.com> fork: remove do_fork()

Now that all architectures have been switched to use _do_fork() and the new
struct kernel_clone_args calling convention we can remove the legacy
do_fork() helper completely. The calling convention used to be brittle and
do_fork() didn't buy us anything. The only calling convention accepted
should be based on struct kernel_clone_args going forward. It's cleaner and
uniform.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>