Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/doc Ticket 1067.



details:   https://anonhg.NetBSD.org/src/rev/59cd7580fc4d
branches:  netbsd-6-1
changeset: 775956:59cd7580fc4d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jun 18 09:34:45 2014 +0000

description:
Ticket 1067.

diffstat:

 doc/CHANGES-6.1.5 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r bfc29084700a -r 59cd7580fc4d doc/CHANGES-6.1.5
--- a/doc/CHANGES-6.1.5 Wed Jun 18 09:34:26 2014 +0000
+++ b/doc/CHANGES-6.1.5 Wed Jun 18 09:34:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.10 2014/06/18 02:15:51 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.11 2014/06/18 09:34:45 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
 release:
@@ -599,3 +599,20 @@
        differently installed modules or in the short period during upgrades
        when module files were being replaced.
        [christos, ticket #1076]
+
+sys/dist/ipf/netinet/ip_fil_netbsd.c           1.9 via patch
+sys/net/if_ethersubr.c                         1.197 via patch
+sys/net/if_loop.c                              1.77 via patch
+sys/net/if_vlan.c                              1.70 via patch
+sys/netinet/if_arp.c                           1.158
+sys/netinet/ip_carp.c                          1.54 via patch
+sys/netinet6/ip6_flow.c                                1.23 via patch
+sys/netinet6/nd6.c                             1.150 via patch
+sys/rump/librump/rumpkern/klock.c              1.4
+
+       Make sure *(if_output)() is called with KERNEL_LOCK held to avoid
+       mbuf leak. See
+       http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
+       for details. For netinet6, the problem report, fix and test were done
+       by njoly@ on current-users@
+       [bouyer, ticket #1067]



Home | Main Index | Thread Index | Old Index