Re: [PATCH v3 3/4] staging: rtl8723bs: replace skb allocation wrappers and fix build
From: Andy Shevchenko
Date: Wed Jan 28 2026 - 17:05:04 EST
On Wed, Jan 28, 2026 at 11:09:53PM +0900, Minu Jin wrote:
> Replace the wrapper functions rtw_skb_alloc and rtw_skb_copy with
> kernel APIs __dev_alloc_skb and skb_copy.
We refer to the functions as func() (note the parentheses).
...
> Additionally, this patch restores the definitions of _rtw_malloc and
> _rtw_zmalloc that were prematurely removed in previous commits.
Huh?! Don't remove them if driver doesn't compile.
> This ensures that the driver remains buildable, fixing git bisect issues
> until all wrappers are fully migrated and can be safely removed in
> the final cleanup step.
--
With Best Regards,
Andy Shevchenko