Received: from ATHENA-AS-WELL.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA20016; Sun, 6 Jun 93 08:01:31 EDT
Received: from ACHATES.MIT.EDU by Athena.MIT.EDU with SMTP
	id AA03892; Sun, 6 Jun 93 08:01:22 EDT
Received: by Achates.MIT.EDU (5.61) id AA19853; Sun, 6 Jun 93 08:01:20 -0400
Message-Id: <9306061201.AA19853@Achates.MIT.EDU>
To: marc@Athena.MIT.EDU, sipb-afsreq@Athena.MIT.EDU, mhbraun@Athena.MIT.EDU,
        jweiss@Athena.MIT.EDU
Subject: DECstation AFS kernel
Date: Sun, 06 Jun 1993 08:01:20 EDT
From: John Carr <jfc@Athena.MIT.EDU>


You need a new kernel.  Ask ops where to get it.

I can generate a binary patch (change two words) if you want.

This is the RCS log of the change that fixed the bug.

RCS file: RCS/afs_istuff.c,v
Working file: afs_istuff.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1992/08/01 00:51:25;  author: probe;  state: Exp;  lines: +1 -1
GUPDATE requires valid (struct timeval *) arguments; the previous code
would dereference a null pointer which would panic the kernel if a
physical page had not already been mapped to virtual address 0 (and
was most exercised by the fileserver's copy-on-write).
----------------------------
revision 1.1
date: 1992/08/01 00:50:43;  author: probe;  state: Exp;
Initial revision
=============================================================================

