Re: [PATCH v2] net: core: Convert inet_addr_is_any() to sockaddr_storage

From: Paolo Abeni
Date: Thu Dec 19 2024 - 05:09:16 EST


On 12/17/24 21:34, Kees Cook wrote:
> All the callers of inet_addr_is_any() have a sockaddr_storage-backed
> sockaddr. Avoid casts and switch prototype to the actual object being
> used.
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>
> Signed-off-by: Kees Cook <kees@xxxxxxxxxx>

It looks like the target tree is the networking one. If so, could you
please re-submit including 'net-next' into the subj, so this goes trough
our CI?

Thanks!

Paolo