Searched hist:"35 d7bdc86031a2c1ae05ac27dfa93b2acdcbaecc" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/ |
H A D | sys.c | diff 35d7bdc86031a2c1ae05ac27dfa93b2acdcbaecc Fri Apr 23 03:20:25 CDT 2021 David Hildenbrand <david@redhat.com> kernel/fork: factor out replacing the current MM exe_file
Let's factor the main logic out into replace_mm_exe_file(), such that all mm->exe_file logic is contained in kernel/fork.c.
While at it, perform some simple cleanups that are possible now that we're simplifying the individual functions.
Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: David Hildenbrand <david@redhat.com>
|
H A D | fork.c | diff 35d7bdc86031a2c1ae05ac27dfa93b2acdcbaecc Fri Apr 23 03:20:25 CDT 2021 David Hildenbrand <david@redhat.com> kernel/fork: factor out replacing the current MM exe_file
Let's factor the main logic out into replace_mm_exe_file(), such that all mm->exe_file logic is contained in kernel/fork.c.
While at it, perform some simple cleanups that are possible now that we're simplifying the individual functions.
Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: David Hildenbrand <david@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | mm.h | diff 35d7bdc86031a2c1ae05ac27dfa93b2acdcbaecc Fri Apr 23 03:20:25 CDT 2021 David Hildenbrand <david@redhat.com> kernel/fork: factor out replacing the current MM exe_file
Let's factor the main logic out into replace_mm_exe_file(), such that all mm->exe_file logic is contained in kernel/fork.c.
While at it, perform some simple cleanups that are possible now that we're simplifying the individual functions.
Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: David Hildenbrand <david@redhat.com>
|