commit | 6c493685f1b209dd4ae41eb52c818cf12da20def | [log] [tgz] |
---|---|---|
author | Jim Keniston <jkenisto@us.ibm.com> | Mon Jul 25 07:54:50 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Sep 20 09:19:46 2011 +1000 |
tree | e524f18276205cecb1552baca95cb5dc7d981b2b | |
parent | 7392769365f32c82340f184f93408b12dc3da4dc [diff] |
powerpc/nvram: Add compression to fit more oops output into NVRAM Capture more than twice as much text from the printk buffer, and compress it to fit it in the lnx,oops-log NVRAM partition. You can view the compressed text using the new (as of July 20) --unzip option of the nvram command in the powerpc-utils package. [BenH: Added select of ZLIB_DEFLATE] Signed-off-by: Jim Keniston <jkenisto@us.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>