commit | fee9ac06647e59a69fb7aec58f25267c134264b4 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Oct 27 00:25:57 2022 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Oct 28 20:21:25 2022 -0700 |
tree | 1e0dcc256b6989057ca328e93d0aac846722405b | |
parent | 8f279fb00bb29def9ac79e28c5d6d8e07d21f3fb [diff] |
net: remove SOCK_SUPPORT_ZC from sockmap sockmap replaces ->sk_prot with its own callbacks, we should remove SOCK_SUPPORT_ZC as the new proto doesn't support msghdr::ubuf_info. Cc: <stable@vger.kernel.org> # 6.0 Reported-by: Jakub Kicinski <kuba@kernel.org> Fixes: e993ffe3da4bc ("net: flag sockets supporting msghdr originated zerocopy") Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>