From owner-freebsd-commit Mon Aug 7 04:57:04 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA29767 for commit-outgoing; Mon, 7 Aug 1995 04:57:04 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA29694 for cvs-sys-outgoing; Mon, 7 Aug 1995 04:55:39 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA29674 ; Mon, 7 Aug 1995 04:55:34 -0700 Date: Mon, 7 Aug 1995 04:55:34 -0700 From: David Greenman Message-Id: <199508071155.EAA29674@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_disksubr.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/08/07 04:55:33 Modified: sys/ufs/ufs ufs_disksubr.c Log: Since buffers can be pulled off of the disk queue at interrupt time and disksort is called at non-interrupt time and can be actively traversing the list when that happens, there is a very small window of vulnerability. Close it by protecting disksort with splbio().