[uml-devel] Fwd: fuzz tested user mode linux core dumps in fs/lockd/clntproc.c:131

2013-07-27 Thread Toralf Förster
forogt to Cc: UML ml Original Message Subject: fuzz tested user mode linux core dumps in fs/lockd/clntproc.c:131 Date: Sat, 27 Jul 2013 12:03:20 +0200 From: Toralf Förster To: Andrey Vagin , Oleg Nesterov , "Eric W. Biederman" , Andrey Vagin , Al Viro CC: Linux NFS mailing

[uml-devel] [PATCH] um: Accept /dev/fd/* uml block devices

2013-07-27 Thread Gabriel de Perthuis
Useful for * limiting privileges * opening block devices O_EXCL Use dup to work around the fact /proc/self/fd can't be opened after dropping privileges. This proc behaviour doesn't match TLPI and might be a bug. Qemu has a slightly more complex fdset approach that provides fds with different acce