Subject: Re: HEADS-UP: serious kernel problem (was: Panic in NFS code)
To: Matthias Scheler <tron@zhadum.de>
From: Michael Graff <explorer@flame.org>
List: current-users
Date: 06/02/2005 11:45:37
--nextPart9015106.AsmOMnVt7u
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
It is quite difficult to tell which version is compiled into a kernel, as t=
he=20
$NetBSD$ tag was removed and replaced with a constant string.
I'm committing the following:
Index: uipc_mbuf.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvsroot/src/sys/kern/uipc_mbuf.c,v
retrieving revision 1.93
diff -u -r1.93 uipc_mbuf.c
=2D-- uipc_mbuf.c 1 Apr 2005 11:59:37 -0000 1.93
+++ uipc_mbuf.c 2 Jun 2005 15:44:20 -0000
@@ -1,4 +1,4 @@
=2D/* uipc_mbuf.c,v 1.84 2004/07/21 12:06:46 yamt Exp */
+/* $NetBSD$ */
/*-
* Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
=2D__KERNEL_RCSID(0, "uipc_mbuf.c,v 1.84 2004/07/21 12:06:46 yamt Exp");
+__KERNEL_RCSID(0, "$NetBSD$");
#include "opt_mbuftrace.h"
On Thursday 02 June 2005 08:48, Matthias Scheler scribbled:
> In article <d7muj9$l7u$1@colwyn.zhadum.de>,
>
> tron@zhadum.de (Matthias Scheler) writes:
> > my NetBSD-i386 system running a kernel built from 2005-06-02 sources
> > just paniced in the NFS code:
>
> I found the problem and embarrassingly I caused it myself. Please make
> sure that you do *not* boot a kernel which was compiled from sources
> containing revision 1.94 of "src/sys/kern/uipc_mbuf.c".
>
> I'm sorry for the inconvenience.
>
> Kind regards
--nextPart9015106.AsmOMnVt7u
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (NetBSD)
iQDWAwUAQp8ppRciTDL7Ia15AQIs8gYBASoJd6Q+Uu7lpMiPoyzpHtaKoXy09OgZ
HhTFk2ur517lxaJhIViE5/4JI1XZA0kjS2uwsSd0jsssF4PCJ/tthZM4crf4G4hg
XxizC4DO/QiE+yq0ao4eI6yo6xcxxcPwp42Zoiqao7LQ7jD8DlFuhwO+oLEH+b8q
Ss4QOOqnY+RrBzGd3Mxxgkds4pO7xcE+Ux7AuCMl3A8rIogZ094VRjbpWbaYESv0
vgmPXm6nxkMMGUtk2t53wTNopW2NijcmXw==
=soWP
-----END PGP SIGNATURE-----
--nextPart9015106.AsmOMnVt7u--