Module Name: src Committed By: sborrill Date: Fri Feb 21 10:42:12 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1032 To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.93 src/doc/CHANGES-6.2:1.1.2.94 --- src/doc/CHANGES-6.2:1.1.2.93 Thu Feb 20 13:55:53 2014 +++ src/doc/CHANGES-6.2 Fri Feb 21 10:42:12 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.93 2014/02/20 13:55:53 sborrill Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.94 2014/02/21 10:42:12 sborrill Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1329,3 +1329,12 @@ lib/libpthread/pthread_mutex.c 1.57, 1 named. Also address PR/44756. [prlw1, ticket #1029] +sys/dev/usb/umass.c 1.148 +sys/dev/usb/umassvar.h 1.35 +sys/dev/usb/usb_mem.c 1.64 + + Fix problem where umass might allocate buffers in interrupt + context which causes it to fail or a DIAGNOSTIC kernel to + panic. + [mlelstv, ticket #1032] +