Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Ticket #1125
details: https://anonhg.NetBSD.org/src/rev/c2d3c2d51b69
branches: netbsd-7
changeset: 799844:c2d3c2d51b69
user: martin <martin%NetBSD.org@localhost>
date: Sun Mar 06 18:53:50 2016 +0000
description:
Ticket #1125
diffstat:
doc/CHANGES-7.1 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r bd6452928e67 -r c2d3c2d51b69 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1 Sun Mar 06 18:52:06 2016 +0000
+++ b/doc/CHANGES-7.1 Sun Mar 06 18:53:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.62 2016/03/06 18:47:39 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.63 2016/03/06 18:53:50 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -2369,3 +2369,11 @@
a terminal.
[uwe, ticket #1131]
+sys/arch/xen/xen/if_xennet_xenbus.c 1.67
+
+ In xennet_xenbus_detach(), remove the event handler early (just after
+ xennet_stop()) so that we don't get events while slepping (e.g.
+ in softint_disestablish()) when some structures have already been
+ freed.
+ [bouyer, ticket #1125]
+
Home |
Main Index |
Thread Index |
Old Index