https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283903
--- Comment #36 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2ab4a41956159e7c974979693cb0b13cf552128e commit 2ab4a41956159e7c974979693cb0b13cf552128e Author: Bjoern A. Zeeb <b...@freebsd.org> AuthorDate: 2025-02-22 02:00:17 +0000 Commit: Bjoern A. Zeeb <b...@freebsd.org> CommitDate: 2025-02-23 23:25:32 +0000 LinuxKPI: skbuff: add synchronization primitives and missing bits Make a pass over skbuff.h: - implement some missing bits, - sprinkle some const, - add locking and read/write_once calls as needed to provide synchronization as expected by Linux, - fix some typos, - remove return from void functions, - adjust tracing macros. Sponsored by: The FreeBSD Foundation MFC after: 3 days PR: 283903 (rtw88 skb leak) Tested by: Guillaume Outters (guillaume-freebsd outters.eu) Differential Revision: https://reviews.freebsd.org/D49101 sys/compat/linuxkpi/common/include/linux/skbuff.h | 281 +++++++++++++--------- sys/compat/linuxkpi/common/src/linux_skbuff.c | 2 +- 2 files changed, 165 insertions(+), 118 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.