Re: [PATCH] root-hopping for pre-2.3.41-3

From: almesber@lrc.di.epfl.ch
Date: Tue Jan 25 2000 - 19:38:25 EST


H. Peter Anvin wrote:
> Matthew Kirkwood wrote:
> > Where does someone in /boot end up when there is no /new_root/boot?
>
> I think we were talking about the root, not the cwd. However, the same
> issues apply. I think the cleanest is to not do anything, although it
> may have some serious problems.

cwd needs to be changed too, along with root. But I only touch them if
they are exactly at the current root. If something cared enough to
change them in the first place, it's probably wrong to touch them.

Also, anything but root and cwd (i.e. open files, opendir'ed directories,
executables, shared libraries, etc.) is not touched. You can get rid of
most of the nasty stuff with a simple exec, or by killing the process.

Fortunately, the most common cases, i.e. the /linuxrc script (or some
equivalent - we don't have to use a hard-coded name anymore) and kernel
threads are just where we need them. Also, the latter usually don't
access files anyway.

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, ICA, EPFL, CH       werner.almesberger@ica.epfl.ch /
/_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/

- 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/



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:16 EST