Re: [PATCH 08/10] oom: use send_sig() instead force_sig()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: KOSAKI Motohiro
Date: Sunday, June 13, 2010 - 4:24 am

> On 06/08, KOSAKI Motohiro wrote:

Thanks. I am not signal expert. 
To be honest, current special siginfo arguments have a bit unclear meanings
to me ;)
current definition (following) doesn't teach anything.

sched.h
=====================
/* These can be the second arg to send_sig_info/send_group_sig_info.  */
#define SEND_SIG_NOINFO ((struct siginfo *) 0)
#define SEND_SIG_PRIV   ((struct siginfo *) 1)
#define SEND_SIG_FORCED ((struct siginfo *) 2)


If anyone write exact meanings, I'm really really glad.




Very thanks. both name are pretty good to me.



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[0/10] 3rd pile of OOM patch series , KOSAKI Motohiro, (Tue Jun 8, 4:53 am)
[PATCH 01/10] oom: don't try to kill oom_unkillable child, KOSAKI Motohiro, (Tue Jun 8, 4:54 am)
[PATCH 03/10] oom: rename badness() to oom_badness(), KOSAKI Motohiro, (Tue Jun 8, 4:56 am)
[PATCH 04/10] oom: move sysctl declarations to oom.h, KOSAKI Motohiro, (Tue Jun 8, 4:57 am)
[PATCH 05/10] oom: enable oom tasklist dump by default, KOSAKI Motohiro, (Tue Jun 8, 4:58 am)
[PATCH 06/10] oom: cleanup has_intersects_mems_allowed(), KOSAKI Motohiro, (Tue Jun 8, 4:59 am)
[PATCH 07/10] oom: kill useless debug print, KOSAKI Motohiro, (Tue Jun 8, 4:59 am)
[PATCH 08/10] oom: use send_sig() instead force_sig(), KOSAKI Motohiro, (Tue Jun 8, 5:01 am)
Re: [PATCH 08/10] oom: use send_sig() instead force_sig(), Oleg Nesterov, (Tue Jun 8, 11:41 am)
Re: [PATCH 07/10] oom: kill useless debug print, David Rientjes, (Tue Jun 8, 12:01 pm)
Re: [PATCH 03/10] oom: rename badness() to oom_badness(), David Rientjes, (Tue Jun 8, 12:09 pm)
[PATCH 0/1] signals: introduce send_sigkill() helper, Oleg Nesterov, (Wed Jun 9, 5:59 pm)
[PATCH 1/1] signals: introduce send_sigkill() helper, Oleg Nesterov, (Wed Jun 9, 6:00 pm)
Re: [PATCH 1/1] signals: introduce send_sigkill() helper, KAMEZAWA Hiroyuki, (Thu Jun 10, 5:40 pm)
Re: [PATCH 08/10] oom: use send_sig() instead force_sig(), KOSAKI Motohiro, (Sun Jun 13, 4:24 am)
Re: [PATCH 1/1] signals: introduce send_sigkill() helper, KOSAKI Motohiro, (Sun Jun 13, 4:24 am)
Re: [PATCH 1/1] signals: introduce send_sigkill() helper, Oleg Nesterov, (Sun Jun 13, 8:29 am)
Re: [PATCH 1/1] signals: introduce send_sigkill() helper, KOSAKI Motohiro, (Wed Jun 16, 3:00 am)