[PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation

2020-10-30 Thread Arnd Bergmann
From: Arnd Bergmann sys_oabi_semtimedop() is one of the last users of set_fs() on Arm. To remove this one, expose the internal code of the actual implementation that operates on a kernel pointer and call it directly after copying. There should be no measurable impact on the normal execution of

[PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation

2020-09-07 Thread Arnd Bergmann
sys_oabi_semtimedop() is one of the last users of set_fs() on Arm. To remove this one, expose the internal code of the actual implementation that operates on a kernel pointer and call it directly after copying. There should be no measurable impact on the normal execution of this function, and it