Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 14:28:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202482] [patch] [regression] mbuf(9): m_unshare() drops m_pkthdr after r248371
Message-ID:  <bug-202482-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 202482
           Summary: [patch] [regression] mbuf(9): m_unshare() drops
                    m_pkthdr after r248371
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch, regression
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: s3erios@gmail.com
          Keywords: patch, regression

Created attachment 160103
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160103&action=edit
Reverse patch for r248371

This change causes kernel panics on some configurations.

How-to-reproduce:
Add a wireless card without hardware encryption into a bridge.
While sending a packet, m_unshare() in ieee80211_mbuf_adjust() will discard
m->m_pkthdr.rcvif after it was initialized in the ieee80211_vap_pkt_send_dest()
(mbuf must be marked as read-only).

The patch reverts this commit.

-- 
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-202482-8>