The problem when I reported this bug had nothing to do with kernel modules, as indicated by the snippet that reproduces the problem. /usr/include/asm/atomic.h was provided by the linux-libc-dev package. When you included this header file, breakage ensued.
In hardy, this file no longer exists (and this is likely the correct "solution"). By this time of course, I have rolled my own atomicity anyway, I suspect the real issue here is that kernel headers were leaking to userspace. -- asm/atomic.h #includes non-existant header file, asm/processor.h https://bugs.launchpad.net/bugs/65014 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
