Crash by update of shared libraries

2014-02-18 Thread Florent Fourcot
Hello, my system crash by libraries update. Some steps to reproduce the bug (without crash of the all system): $ export LD_PRELOAD=./libfake.so.1 $ cp libfake.so.1 /tmp/ $ cp /tmp/libfake.so.1 . => Bus error The cp crash, since the file of the loaded library changed (and the copy failed of

Re: Crash by update of shared libraries

2014-02-18 Thread Florent Fourcot
> Hello, > > my system crash by libraries update. Some steps to reproduce the > bug (without crash of the all system): > Sorry for the noise, the bug is in userspace (reproduced on a old 3.2 Kernel). Regards, Florent. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [patch net-next 3/5] ipv6: consider net.ipv6.conf.all sysctls when making decisions

2014-06-10 Thread Florent Fourcot
Hello, > > IN6_DEV_MAXCONF > IN6_DEV_HOPLIMIT > IN6_DEV_MTU I'm a little bit surprise to set the MTU as the maximum of all/dev value. Since the default for "all" is IPV6_MIN_MTU, it is probably harmless, but it could be a little bit surprising for administrators. > IN6_DEV_USE_TEMP