[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240325223905.100979-5-johannes@sipsolutions.net>
Date: Mon, 25 Mar 2024 23:31:25 +0100
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/3] using guard/__free in networking
Hi,
So I started playing with this for wifi, and overall that
does look pretty nice, but it's a bit weird if we can do
guard(wiphy)(&rdev->wiphy);
or so, but still have to manually handle the RTNL in the
same code.
Hence these patches. The third one is a bit more RFC than
the others, I guess. It's also not tested, I'm not sure I
even know how to hit all the BPF parts.
johannes
Powered by blists - more mailing lists