Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/doc tickets 994, 996
details: https://anonhg.NetBSD.org/src/rev/53b043021c4b
branches: netbsd-6-1
changeset: 775890:53b043021c4b
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Dec 14 19:37:44 2013 +0000
description:
tickets 994, 996
diffstat:
doc/CHANGES-6.1.3 | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 5017e4c8474e -r 53b043021c4b doc/CHANGES-6.1.3
--- a/doc/CHANGES-6.1.3 Sat Dec 14 19:36:58 2013 +0000
+++ b/doc/CHANGES-6.1.3 Sat Dec 14 19:37:44 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.6 2013/11/25 08:31:24 bouyer Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.7 2013/12/14 19:37:44 bouyer Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -90,3 +90,22 @@
freeing to the wrong vmem arena in case of failed page allocations.
[para, ticket #989]
+sys/arch/sparc64/sparc64/locore.s 1.350
+
+ Increase an interrupt depth only in the case of hardware interrupts,
+ and remove the ci_idepth trick in softint_fastintr.
+ Fixes the following diagnostic panic reported in port-sparc64.
+ panic: kernel diagnostic assertion "!cpu_intr_p()" failed: file
+ "../../../../kern/subr_xcall.c", line 351
+ [nakayama, ticket #994]
+
+sys/kern/uipc_syscalls.c 1.163
+
+ PR/47591: Michael Plass: If the unix socket is closed before accept,
+ unp->unp_conn will be NULL in PRU_ACCEPT, as called from
+ sys_accept->so_accept. This will cause the usrreq to return with
+ no error, leaving the mbuf gotten from m_get() with an uninitialized
+ length, containing junk from a previous call. Initialize m_len to
+ be 0 to handle this case.
+ [spz, ticket #996]
+
Home |
Main Index |
Thread Index |
Old Index