> > scripts/Makefile.build:352: recipe for target 'sound/modules.order' failed > > make[1]: *** [sound/modules.order] Bus error > > make[1]: *** Deleting file 'sound/modules.order' > > Makefile:929: recipe for target 'sound' failed > > I just reproduced this on my Sun Blade 2500, so it can trigger on UltraSPARC-IIIi > systems too. My bisection led to the folloowing commit but it seems irrelevant (I have no sun4v on these machines): 4ccb9272892c33ef1c19a783cfa87103b30c2784 is the first bad commit commit 4ccb9272892c33ef1c19a783cfa87103b30c2784 Author: bob picco <bpicco@xxxxxxxxxx> Date: Tue Sep 16 09:26:47 2014 -0400 sparc64: sun4v TLB error power off events However, the following chunk sound slightly suspicious: + if (fault_code & FAULT_CODE_BAD_RA) + goto do_sigbus; + because SIGNUS is what I got. For some machines, it killed chekroot during startup, for some shells under some circumstances, for some sshd. -- Meelis Roos (mroos@xxxxxxxx) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>