Re: [PATCH] Dump stack during sysctl registration failure

2007-10-27 Thread Eric W. Biederman
.ctl_name = CTL_KERN, >> .procname = "kernel", >> -.mode = 0755, >> + .mode = 0555, > > Speaking of... > > > [PATCH] Dump stack during sysctl registration failure > >

[PATCH] Dump stack during sysctl registration failure

2007-10-27 Thread Alexey Dobriyan
me = "kernel", > - .mode = 0755, > + .mode = 0555, Speaking of... [PATCH] Dump stack during sysctl registration failure Let's make immediately obvious from where sysctl comes from and messages itself more noticeable. Signed-of