Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc tickets 994, 996
details: https://anonhg.NetBSD.org/src/rev/5a2683fb0dfe
branches: netbsd-6-0
changeset: 774889:5a2683fb0dfe
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Dec 14 19:37:40 2013 +0000
description:
tickets 994, 996
diffstat:
doc/CHANGES-6.0.4 | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r f49685d64eca -r 5a2683fb0dfe doc/CHANGES-6.0.4
--- a/doc/CHANGES-6.0.4 Sat Dec 14 19:37:02 2013 +0000
+++ b/doc/CHANGES-6.0.4 Sat Dec 14 19:37:40 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.6 2013/11/25 08:31:28 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.7 2013/12/14 19:37:40 bouyer Exp $
A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
release:
@@ -82,3 +82,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