[Bug 197096] panic in arp_ifscrub when deleting entries marked LLE_STATIC

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 26 15:15:41 UTC 2015


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 at FreeBSD.org
          Reporter: lidl at 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.


More information about the freebsd-bugs mailing list