@kees -- thanks for testing. A quick look at the changelog throws up the commit below, this was new in -rc5 and very likely the fix. Closing this Fix Released.
commit f9a196b8dceba3c1e5fe885b81e45043ad7c60fc Author: Thomas Gleixner <[email protected]> Date: Fri May 1 20:59:25 2009 +0200 x86: initialize io_bitmap_base on 32bit commit db949bba3c7cf2e664ac12e237c6d4c914f0c69d (x86-32: use non-lazy io bitmap context switching) broke ioperm for 32bit because it removed the lazy initialization of io_bitmap_base and did not set it to the real bitmap offset. [ Impact: fix non-working sys_ioperm() on 32-bit kernels ] Signed-off-by: Thomas Gleixner <[email protected]> ** Changed in: linux (Ubuntu Karmic) Status: In Progress => Fix Released -- "in" segfaults in usplash https://bugs.launchpad.net/bugs/370028 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
