commit | 6edf428ed177e333863a8e5c37751a9ec176f241 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Sep 25 23:33:03 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:49:07 2006 -0700 |
tree | cf7f3e70f4898d55dbbdbd982353057e4ef3babd | |
parent | 6b7aaad9ba4f2a059a70014be12a921eceebfc47 [diff] |
[PATCH] uml: Improve SIGBUS diagnostics UML can get a SIGBUS anywhere if the tmpfs mount being used for its memory runs out of space. This patch adds a printk before the panic to provide a clue as to what likely went wrong. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>