From: Jakub Kicinski Date: Wed, 10 Apr 2024 00:01:02 +0000 (-0700) Subject: Merge branch 'net-start-to-replace-copy_from_sockptr' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b6575c63f6df221c7343da761cd3b01e8fa36e1;p=linux.git Merge branch 'net-start-to-replace-copy_from_sockptr' Eric Dumazet says: ==================== net: start to replace copy_from_sockptr() We got several syzbot reports about unsafe copy_from_sockptr() calls. After fixing some of them, it appears that we could use a new helper to factorize all the checks in one place. This series targets net tree, we can later start converting many call sites in net-next. ==================== Link: https://lore.kernel.org/r/20240408082845.3957374-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 7b6575c63f6df221c7343da761cd3b01e8fa36e1