Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/sbus Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/dcdcf9e58e96
branches:  netbsd-8
changeset: 851422:dcdcf9e58e96
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 26 13:45:11 2018 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #590):
        sys/dev/sbus/be.c: revision 1.86
spl leak, found by Mootja a long time ago

diffstat:

 sys/dev/sbus/be.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9920624826a0 -r dcdcf9e58e96 sys/dev/sbus/be.c
--- a/sys/dev/sbus/be.c Mon Feb 26 13:36:01 2018 +0000
+++ b/sys/dev/sbus/be.c Mon Feb 26 13:45:11 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: be.c,v 1.85 2016/12/15 09:28:06 ozaki-r Exp $  */
+/*     $NetBSD: be.c,v 1.85.8.1 2018/02/26 13:45:11 martin Exp $       */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.85 2016/12/15 09:28:06 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.85.8.1 2018/02/26 13:45:11 martin Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -1119,6 +1119,7 @@
 
        callout_reset(&sc->sc_tick_ch, hz, be_tick, sc);
 
+       splx(s);
        return 0;
 out:
        splx(s);



Home | Main Index | Thread Index | Old Index