[Bug 289268] net/intel-irdma-kmod: unable to build ( LINUX_KPI sk_buff related ? )
Date: Fri, 16 Jan 2026 19:42:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289268
--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=2c48a938d570b895002b16f78133ff4256efea1d
commit 2c48a938d570b895002b16f78133ff4256efea1d
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-09-03 11:01:01 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-01-16 19:37:46 +0000
LinuxKPI: skbuff: no longer use IEEE80211_DEBUG to turn on debug
A port using linux(kpi) header files but not using skbuffs is hitting
the case that it cannot find opt_wlan.h. Give up to the idea that
skbuff.h is only used by wireless drivers (or in-tree) and that
IEEE80211_DEBUG (via opt_lwan.h) could autmatically compile in debug
support.
It is likely time to add a LINUXKPI_DEBUG knob in the near future
(also for linuxkpi_debug or linuxkpi_debug_rcu).
PR: 289268
(cherry picked from commit bc222e96d135687aea4e67ee9b11fb9490f42546)
sys/compat/linuxkpi/common/include/linux/skbuff.h | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.