summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZijun Hu <quic_zijuhu@quicinc.com>2025-04-10 04:01:27 +0300
committerJakub Kicinski <kuba@kernel.org>2025-04-12 02:32:40 +0300
commitfaeefc173be40512341b102cf1568aa0b6571acd (patch)
tree6cd3712f0a0fba38dcc76048f632d3ac6bdc01a2 /scripts
parent61499764e5cc5918c9f63026d3b7a34c8668d4b8 (diff)
downloadlinux-faeefc173be40512341b102cf1568aa0b6571acd.tar.xz
sock: Correct error checking condition for (assign|release)_proto_idx()
(assign|release)_proto_idx() wrongly check find_first_zero_bit() failure by condition '(prot->inuse_idx == PROTO_INUSE_NR - 1)' obviously. Fix by correcting the condition to '(prot->inuse_idx == PROTO_INUSE_NR)' Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://patch.msgid.link/20250410-fix_net-v2-1-d69e7c5739a4@quicinc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions