Re: [PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads

2024-10-17 Thread Stanislav Fomichev
On 10/16, Anjali Kulkarni wrote: > Add a new type PROC_CN_MCAST_NOTIFY to proc connector API, which allows a > thread to notify the kernel that is going to exit with a non-zero exit > code and specify the exit code in it. When thread exits in the kernel, > it will send this exit code as a proc filt

[PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads

2024-10-16 Thread Anjali Kulkarni
Add a new type PROC_CN_MCAST_NOTIFY to proc connector API, which allows a thread to notify the kernel that is going to exit with a non-zero exit code and specify the exit code in it. When thread exits in the kernel, it will send this exit code as a proc filter notification to any listening process.