Messages in this thread Patch in this message |  | | | Date | Wed, 10 Jun 1998 01:40:16 -0400 | | From | Myrdraal <> | | Subject | 2.1.106-pre1. | |
Hi,
2.1.106-pre1 needs the attached tiny patch to compile.
Also, I booted up 2.1.106-pre1, it seemed to work until I ran
mutt as a user. It oopses nastily 100% of the time when I run
mutt. Unfortunately, no oops info makes it to the disk, and I
don't have anything handy to copy it down on nearby. The odd
thing is that one of the times it oopsed, pretty much all the
oops fields were full of 'bedc' repeating. The kernel seemed
to still be running, programs on different VCs continued, but
I was not able to switch to another VC, so I rebooted. This
kernel was compiled with the latest egcs snapshot, so you can
discard this information if you feel that invalidates it.
-Myrdraal
--- linux/mm/memory.c.bak Wed Jun 10 00:27:10 1998
+++ linux/mm/memory.c Wed Jun 10 00:28:01 1998
@@ -44,6 +44,7 @@
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/swap.h>
+#include <linux/smp_lock.h>
#include <asm/system.h>
#include <asm/uaccess.h> |  |