Re: [PATCH] RDMA/core: Fix uninitialized gid in ib_nl_process_good_ip_rsep()

From: Vlad Dumitrescu

Date: Fri Nov 07 2025 - 14:11:50 EST


On 11/7/25 07:37, Jason Gunthorpe wrote:
> The fix to whatever this is should be in ib_nl_is_good_ip_resp().

nla_parse_deprecated returns success if attrs are missing?

Other callers also check for their expected attrs to be present in tb,
after checking nla_parse_deprecated()'s return code.