Re: [PATCH net 0/2] sctp: two fixes for spp_ipv6_flowlabel and spp_dscp sockopts

2018-09-03 Thread David Miller
From: Marcelo Ricardo Leitner Date: Mon, 3 Sep 2018 19:06:06 -0300 > On Mon, Sep 03, 2018 at 03:47:09PM +0800, Xin Long wrote: >> This patchset fixes two problems in sctp_apply_peer_addr_params() >> when setting spp_ipv6_flowlabel or spp_dscp. >> >> Xin Long (2): >> sctp: fix invalid

Re: [PATCH net 0/2] sctp: two fixes for spp_ipv6_flowlabel and spp_dscp sockopts

2018-09-03 Thread Marcelo Ricardo Leitner
On Mon, Sep 03, 2018 at 03:47:09PM +0800, Xin Long wrote: > This patchset fixes two problems in sctp_apply_peer_addr_params() > when setting spp_ipv6_flowlabel or spp_dscp. > > Xin Long (2): > sctp: fix invalid reference to the index variable of the iterator > sctp: not traverse asoc trans

[PATCH net 0/2] sctp: two fixes for spp_ipv6_flowlabel and spp_dscp sockopts

2018-09-03 Thread Xin Long
This patchset fixes two problems in sctp_apply_peer_addr_params() when setting spp_ipv6_flowlabel or spp_dscp. Xin Long (2): sctp: fix invalid reference to the index variable of the iterator sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel net/sctp/socket.c