[SOLVED] Enabling CONFIG_PROC_EVENTS ?
Hi,
Is there any chance we can get CONFIG_PROC_EVENTS enabled in the kernel? This is enabled by default in stock Ubuntu, Arch, Amazon and OpenSUSE kernels, among others. This requires CONFIG_CONNECTOR=y as far as I know. The reason why this is useful is to get notifications of new processes in order to set priorities, for example. Thank in advance! Back to top |
|||||
Thanks, I added this change to the 5.6 branch: github.com/damentz/liquorix-package/commit/8356671c89
It will be in the next update. Back to top |
|||||
Thank you!
Back to top |
|||||
I can confirm that the latest kernel properly supports registering for and receiving event notifications regarding processes.
This can be confirmed yourself by installing "forkstat" and trying it out, by running :: Code :: sudo apt install forkstat
sudo forkstat -e exec,comm,fork then launching or killing some processes and watching the output from forkstat. Thank you! Back to top |
|||||
All times are GMT - 8 Hours
|