Alan Cox wrote:
>
> Things took a bit longer than intended with various security fixes needing to
> be done. If this tree tests out ok it will be 2.2.20
>
> 2.2.20pre11
> o Security fixes
> | Details censored in accordance with the US DMCA
> o Sparc updates (Dave Miller)
> o Add escaped usb hot plug config item (Ryan Maple)
> o Fix eepro10 driver problems (Aris)
> o Make request_module return match 2.4 (David Woodhouse)
> o Update SiS900 driver (Hui-Fen Hsu)
> o Update ver_linux to match 2.4 (Steven Cole)
> o Final isdn fixups for 2.2 (Kai Germaschewski)
> o scsi tape fixes from 2.4 (Kai Mäkisara)
> o Update credits entry (Henrik Storner)
> o Fix scc driver hang case (Jeroen)
> o Update credits entry (Dave Jones)
> o Update FAT documentation (Hirokazu Nomoto)
> o Small net tweaks (Dave Miller)
> o Fix cs89xx abuse of skb->len (Kapr Johnik)
Any reason for my one-liner patch to linux/net/sunrpc/sched.c
is still not included?
andreas@ws1:~/cvsdir {625} % cvs diff -C5 -rR_2-2-19~11 -rR_2-2-19~12
linux/net/sunrpc/sched.c
Index: linux/net/sunrpc/sched.c
===================================================================
RCS file:
/raid5/cvs/repository/distribution/Base/linux/net/sunrpc/sched.c,v
retrieving revision 1.1.1.6
retrieving revision 1.12
diff -C5 -r1.1.1.6 -r1.12
*** linux/net/sunrpc/sched.c 2001/03/25 16:37:42 1.1.1.6
--- linux/net/sunrpc/sched.c 2001/08/17 11:53:48 1.12
***************
*** 1066,1075 ****
--- 1066,1076 ----
rpciod_pid = current->pid;
up(&rpciod_running);
exit_files(current);
exit_mm(current);
+ exit_fs(current);
spin_lock_irq(¤t->sigmask_lock);
siginitsetinv(¤t->blocked, sigmask(SIGKILL));
recalc_sigpending(current);
spin_unlock_irq(¤t->sigmask_lock);
Without this patch, rpciod keeps the initial ramdisk rootfs
busy on our diskless clients, so we cannot umount and free
it...
Regards,
- andreas
-- Andreas Haumer | mailto:andreas@xss.co.at *x Software + Systeme | http://www.xss.co.at/ Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0 A-1100 Vienna, Austria | Fax: +43-1-6060114-71 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/