Received: by mail.netbsd.org (Postfix, from userid 605) id 3ACBC14A3B6; Fri, 21 Feb 2014 10:41:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3350814A3B3 for ; Fri, 21 Feb 2014 10:41:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lWso_lwiLYu3 for ; Fri, 21 Feb 2014 10:41:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7ADB714A39C for ; Fri, 21 Feb 2014 10:41:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 734E896; Fri, 21 Feb 2014 10:41:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 21 Feb 2014 10:41:06 +0000 From: "Stephen Borrill" Subject: CVS commit: [netbsd-6] src/sys/dev/usb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140221104106.734E896@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Stephen Borrill" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: sborrill Date: Fri Feb 21 10:41:06 UTC 2014 Modified Files: src/sys/dev/usb [netbsd-6]: umass.c umassvar.h usb_mem.c Log Message: Pull up the following revisions(s) (requested by mlelstv in ticket #1032): sys/dev/usb/umass.c: revision 1.148 sys/dev/usb/umassvar.h: revision 1.35 sys/dev/usb/usb_mem.c: revision 1.64 Fix problem where umass might allocate buffers in interrupt context which causes it to fail or a DIAGNOSTIC kernel to panic. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.141.10.1 src/sys/dev/usb/umass.c cvs rdiff -u -r1.31 -r1.31.10.1 src/sys/dev/usb/umassvar.h cvs rdiff -u -r1.51 -r1.51.2.1 src/sys/dev/usb/usb_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.