![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /opt/rh/gcc-toolset-11/root/usr/share/systemtap/runtime/linux/ |
/* * Is this a kernel prior to the following kernel commit: * * commit 2f064a59a11ff9bc22e52e9678bc601404c7cb34 * Author: Peter Zijlstra <[email protected]> * Date: 2021-06-11 10:28:17 +0200 * * sched: Change task_struct::state * Change the type and name of task_struct::state. Drop the volatile and * shrink it to an 'unsigned int'. Rename it in order to find all uses * such that we can use READ_ONCE/WRITE_ONCE as appropriate. */ #include <linux/sched.h> unsigned int bar (struct task_struct *foo) { return (foo->state = 0); }