Messages in this thread Patch in this message |  | | | Date | Wed, 30 Dec 1998 16:21:47 -0700 (MST) | | From | Chris Noe <> | | Subject | [PATCH] To stop lusers from posting un-ksymoops'ed oopsen :) |
| |
TSIA, and wishes to have it included in 2.2 (preXXX at least), in an attempt to get more useful oops reports.
Chris Noe (stiker@northlink.com) -- --------------------------------------------------------- #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1 lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/) ---- http://online.offshore.com.ai/arms-trafficker/ -------- linux/arch/i386/mm/fault.c.orig Sat Aug 1 17:39:41 1998 +++ linux/arch/i386/mm/fault.c Sat Aug 1 17:39:50 1998 @@ -218,6 +218,10 @@ return; } + /* Tell the lusers wtf to do with the oopsen */ + printk(KERN_ALERT "Make sure you read linux/Documentation/oops-tracing.txt *before*" + "you send this oops report to linux-kernel@vger.rutgers.edu"); + if (address < PAGE_SIZE) printk(KERN_ALERT "Unable to handle kernel NULL pointer dereference"); else
|  |