On Tue, Mar 11, 2025 at 03:08:15PM +0100, Peter Skvarka wrote: > > ... You can then use the socket directly in the kernel... > > Is this valid also when this socket is used by separate kernel thread ? > It is different than thread which runs in ioctl and provides socket.
There is nothing thread-local involved in this scenario. Martin