In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: ensure skb headroom before skbpush This avoids occasional skbunderpanic Oops from wl1271tx_work. In this case, headroom is less than needed (typically 110 - 94 = 16 bytes).