On 15. 7. 2024 15:59, Tetsuo Handa wrote: > On 2024/07/15 21:49, Matus Jokay wrote: >> Please fix io_bind and io_listen to not pass NULL ptr to related helpers >> __sys_bind_socket and __sys_listen_socket. The first helper's argument >> shouldn't be NULL, as related security hooks expect a valid socket object. >> >> See the syzkaller's bug report: >> https://lore.kernel.org/linux-security-module/0000000000007b7ce6061d1caec0@xxxxxxxxxx/ > > That was already fixed. > > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/commit/?h=for-next&id=ad00e629145b2b9f0d78aa46e204a9df7d628978 > > Tetsuo, you are very fast ;) Thank you! mY