Re: [PATCH net-next 2/2] connector/cn_proc: Selftest for threads case

2024-09-21 Thread kernel test robot
://lore.kernel.org/r/2024092933.185090-3-anjali.k.kulkarni%40oracle.com patch subject: [PATCH net-next 2/2] connector/cn_proc: Selftest for threads case :: branch date: 2 days ago :: commit date: 2 days ago compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https

[PATCH net-next 2/2] connector/cn_proc: Selftest for threads case

2024-09-19 Thread Anjali Kulkarni
Test to check if setting PROC_CN_MCAST_NOTIFY in proc connector API, allows a thread's non-zero exit status to be returned to proc_filter. The threads.c program creates 2 child threads. 1st thread handles signal SIGSEGV, and 2nd thread needs to indicate some error condition (value 1) to the kernel