lkml.org 
[lkml]   [2000]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: test6-pre5 INIT can't fork retry (.config included)
Date
Looks like a counter leak problem.  INIT_USER->user->processes
sometimes goes negative, the RLIMIT test uses unsigned int so the test
fails and init gets EAGAIN. Suspect this line added to kmod.c
exec_usermodehelper() in 2.4.0-test6-pre4. Quite often the old
current->user is INIT_USER.

atomic_dec(&user->processes);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.029 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site