Hi,

looking at my process list after a week or so of uptime I discoverd that PIDs
seem to wrap arround at 32767 (aka. 2^15 - 1).

I found the relevant code doing this in kernel/fork.c:get_pid() where a mask
(0xffff8000) is used to limit the PID of a new process to 15 significant bits.
(I am running 2.4.0-test6 currently)

I find this "feature" annoying, since I like to view my process list sorted by
PID, which gives a nice overview about recently started processes vs. age-old
daemons.

So, I would like to ask if someone could please explain the reason for this. If
there is no compelling reason I would like to propose to remove this limit. I
recall this was not present in 2.2.x

After all, UIDs have just been changes to 32bits, why limit PIDs?

thanks
Bernhard


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to