Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/dev/sbus Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/ce1fb38fce64
branches: netbsd-7
changeset: 800435:ce1fb38fce64
user: snj <snj%NetBSD.org@localhost>
date: Sat Mar 03 20:14:20 2018 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #1575):
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 716c054f3949 -r ce1fb38fce64 sys/dev/sbus/be.c
--- a/sys/dev/sbus/be.c Sun Feb 25 23:35:15 2018 +0000
+++ b/sys/dev/sbus/be.c Sat Mar 03 20:14:20 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: be.c,v 1.80 2013/06/09 09:23:35 msaitoh Exp $ */
+/* $NetBSD: be.c,v 1.80.8.1 2018/03/03 20:14:20 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.80 2013/06/09 09:23:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.80.8.1 2018/03/03 20:14:20 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