Date: Thu, 25 Feb 2010 09:51:14 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net netisr.c Message-ID: <201002250951.o1P9pNgI040802@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2010-02-25 09:51:14 UTC FreeBSD src repository Modified files: sys/net netisr.c Log: SVN rev 204303 on 2010-02-25 09:51:14Z by rwatson Fix edge cases in several KASSERTs: use <= rather than < when testing that counters have not gone about MAXCPU or NETISR_MAXPROT. These problems caused panics on UP kernels with INVARIANTS when using sysctl -a, but would also have caused problems for 32-core boxes or if the netisr protocol vector was fully populated. Reported by: nwhitehorn, Neel Natu <neelnatu@gmail.com> MFC after: 4 days Revision Changes Path 1.37 +3 -3 src/sys/net/netisr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002250951.o1P9pNgI040802>