Module Name: src Committed By: snj Date: Thu Feb 11 23:13:25 UTC 2016
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: 1086 To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-7.0.1 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-7.0.1 diff -u src/doc/CHANGES-7.0.1:1.1.2.32 src/doc/CHANGES-7.0.1:1.1.2.33 --- src/doc/CHANGES-7.0.1:1.1.2.32 Sat Feb 6 21:34:37 2016 +++ src/doc/CHANGES-7.0.1 Thu Feb 11 23:13:25 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.1,v 1.1.2.32 2016/02/06 21:34:37 snj Exp $ +# $NetBSD: CHANGES-7.0.1,v 1.1.2.33 2016/02/11 23:13:25 snj Exp $ A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1 release: @@ -954,3 +954,9 @@ external/gpl2/xcvs/dist/src/import.c 1. path" for new files here that does not do it. [christos, ticket #1099] +sys/external/bsd/drm2/linux/linux_work.c 1.12 + + Avoid NULL dereference in linux_worker_intr() in + WORK_DELAYED_CANCELLED case. PR#49560. + [riastradh, ticket #1086] +