Re: 2.4.20: kernel BUG at highmem.c:169!

Trond Myklebust (trond.myklebust@fys.uio.no)
26 Mar 2003 01:30:21 +0100


>>>>> " " == Yedidyah Bar-David <didi@tau.ac.il> writes:

> Hi all, Today, a machine with vanilla 2.4.20 hung with this in
> syslog:

> kernel BUG at highmem.c:169! invalid operand: 0000

Known problem (see the L-k archives). The following patch fixes it...

Cheers,
Trond

--- linux-2.4.21-pre4/fs/nfs/symlink.c.orig 2002-08-14 05:59:37.000000000 -0700
+++ linux-2.4.21-pre4/fs/nfs/symlink.c 2003-02-25 20:42:39.000000000 -0800
@@ -46,7 +46,6 @@

error:
SetPageError(page);
- kunmap(page);
UnlockPage(page);
return -EIO;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/