lkml.org 
[lkml]   [2009]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] show message when exceeded rlimit of pending signals

* nooiwa <nooiwa@miraclelinux.com> wrote:

> +++ b/kernel/sysctl.c
> @@ -67,6 +67,7 @@ static int deprecated_sysctl_warning(struct __sysctl_args *args);
> /* External variables not in a header file. */
> extern int C_A_D;
> extern int print_fatal_signals;
> +extern int print_reach_rlimit_sigpending;

Ooiwa-san, Roland, Andrew - what do you think about just making this
part of the existing print_fatal_signals flag, instead of adding a new
one?

Signal queue overflows are a 'fatal', signal-related condition as well -
we lose a signal in essence. The patch would be smaller as well.

Ingo


\
 
 \ /
  Last update: 2009-10-26 12:41    [from the cache]
©2003-2011 Jasper Spaans