Searched hist:"150 d71584b12809144b8145b817e83b81158ae5f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | futex.h | diff 150d71584b12809144b8145b817e83b81158ae5f Wed Nov 06 15:55:39 CST 2019 Thomas Gleixner <tglx@linutronix.de> futex: Split futex_mm_release() for exit/exec
To allow separate handling of the futex exit state in the futex exit code for exit and exec, split futex_mm_release() into two functions and invoke them from the corresponding exit/exec_mm_release() callsites.
Preparatory only, no functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@kernel.org> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20191106224556.332094221@linutronix.de
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 150d71584b12809144b8145b817e83b81158ae5f Wed Nov 06 15:55:39 CST 2019 Thomas Gleixner <tglx@linutronix.de> futex: Split futex_mm_release() for exit/exec
To allow separate handling of the futex exit state in the futex exit code for exit and exec, split futex_mm_release() into two functions and invoke them from the corresponding exit/exec_mm_release() callsites.
Preparatory only, no functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@kernel.org> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20191106224556.332094221@linutronix.de
|