Re: sctp netns "unregister_netdevice: waiting for lo to become free. Usage count = 1"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2018-02-02 1:57 GMT+02:00 Alexey Kodanev <alexey.kodanev@xxxxxxxxxx>:
> For ipv6 part, shouldn't we release 'bdst' there if the previous address
> match is better and we continue to the next iteration?

Good catch!

Didn't see that one.

Tommi

> diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
> index 5d4c15b..a044096 100644
> --- a/net/sctp/ipv6.c
> +++ b/net/sctp/ipv6.c
> @@ -336,8 +336,11 @@ static void sctp_v6_get_dst(struct sctp_transport *t, union sctp_addr *saddr,
>                 }
>
>                 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a);
> -               if (matchlen > bmatchlen)
> +               if (matchlen > bmatchlen) {
> +                       if (!IS_ERR(bdst))
> +                               dst_release(bdst);
>                         continue;
> +               }
>
>                 if (!IS_ERR_OR_NULL(dst))
>                         dst_release(dst);
>
> Thanks,
> Alexey
--
To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Networking Development]     [Linux OMAP]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux