Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/7bd5ebb21e0b
branches:  netbsd-6
changeset: 777300:7bd5ebb21e0b
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Mar 13 17:20:25 2018 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1533):
        sys/dev/sbus/be.c: 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 374100245c04 -r 7bd5ebb21e0b sys/dev/sbus/be.c
--- a/sys/dev/sbus/be.c Tue Mar 13 17:18:15 2018 +0000
+++ b/sys/dev/sbus/be.c Tue Mar 13 17:20:25 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: be.c,v 1.78 2012/02/02 19:43:06 tls Exp $      */
+/*     $NetBSD: be.c,v 1.78.2.1 2018/03/13 17:20:25 snj Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.78 2012/02/02 19:43:06 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.78.2.1 2018/03/13 17:20:25 snj Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -1126,6 +1126,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