Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 15:15:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197096] panic in arp_ifscrub when deleting entries marked LLE_STATIC
Message-ID:  <bug-197096-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197096

            Bug ID: 197096
           Summary: panic in arp_ifscrub when deleting entries marked
                    LLE_STATIC
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: lidl@pix.net

Created attachment 152183
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152183&action=edit
patch to correct locking in arp_ifscrub

When renaming interfaces, if you attempt to delete the ARP entries that
are marked LLE_STATIC, the kernel will panic.

This is due to only holding a read lock when a write lock is required.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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