Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2011 19:05:06 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net netisr.c
Message-ID:  <201101151905.p0FJ5JEa027270@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2011-01-15 19:05:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              netisr.c 
  Log:
  SVN rev 217450 on 2011-01-15 19:05:06Z by rwatson
  
  Merge r204303 from head to stable/8:
  
    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>
  
  Revision  Changes    Path
  1.32.2.4  +3 -3      src/sys/net/netisr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101151905.p0FJ5JEa027270>