under linux kernel on process adress space



each process runs in its private space.A process running in User Mode
refers to private stack,data and code areas. When running in Kernel
Mode,the process addresses the kernel data and code areas and uses
another private stack.

Because the kenel is reentrant,several kernel contral paths-----each
related to a different process---may be executed in turn.

i can't understand the key "different" from above "how can several
kernel contral paths related to a different process."

.



Relevant Pages

  • under linux kernel on process adress space
    ... each process runs in its private space.A process running in User Mode ... When running in Kernel ... Mode,the process addresses the kernel data and code areas and uses ...
    (alt.os.linux)
  • Routing differencies between 2.4 and 2.6 kernels
    ... FreeSWAN 2.06 and OpenVPN 2.0. ... tunnels to our corporate private network. ... All ip_forward flags in kernel are set to 1. ...
    (comp.os.linux.networking)
  • Private driver support emails should be avoided.
    ... Don't send private driver support emails. ... I will receive a private email asking for help on a SATA or net driver problem. ... While the email will indeed be skimmed -- looking at a mass of bug reports, one can better detect patterns -- the people seeking support privately will almost NEVER RECEIVE A RESPONSE. ... As another tip, if a kernel bug or annoyance persists, people are encouraged to maintain wiki and web pages describing the behavior, and discussed problem history. ...
    (Linux-Kernel)
  • Re: Extremely Noobish Documentation Question
    ... method is part of Kernel and why is it invoked when I call 'File.open'? ... Kernel#open is a private instance method of Kernel. ... open method defined as a class method in IO. ... will create a public version of it, so I won't get the error message ...
    (comp.lang.ruby)
  • Re: Bug: fio traps into kernel without exiting because futex has a deadloop
    ... fio traps into kernel and doesn't exit ... Oprofile data shows kernel consumes time with some futex functions. ... using a private futex on a shm section is wrong in and of itself. ...
    (Linux-Kernel)