mbox series

[net-next,0/2] sctp: add some missing peer_capables in sctp info dump

Message ID cover.1681507192.git.lucien.xin@gmail.com (mailing list archive)
Headers show
Series sctp: add some missing peer_capables in sctp info dump | expand

Message

Xin Long April 14, 2023, 9:21 p.m. UTC
The 1st patch removes the unused and obsolete hostname_address from
sctp_association peer and also the bit from sctp_info peer_capables,
and then reuses its bit for reconf_capable and use the higher
available bit for intl_capable in the 2nd patch.

Xin Long (2):
  sctp: delete the obsolete code for the host name address param
  sctp: add intl_capable and reconf_capable in ss peer_capable

 include/net/sctp/structs.h |  1 -
 net/sctp/sm_make_chunk.c   | 10 +---------
 net/sctp/socket.c          |  5 +++--
 3 files changed, 4 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 17, 2023, 7:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 14 Apr 2023 17:21:14 -0400 you wrote:
> The 1st patch removes the unused and obsolete hostname_address from
> sctp_association peer and also the bit from sctp_info peer_capables,
> and then reuses its bit for reconf_capable and use the higher
> available bit for intl_capable in the 2nd patch.
> 
> Xin Long (2):
>   sctp: delete the obsolete code for the host name address param
>   sctp: add intl_capable and reconf_capable in ss peer_capable
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] sctp: delete the obsolete code for the host name address param
    https://git.kernel.org/netdev/net-next/c/bd4b28189469
  - [net-next,2/2] sctp: add intl_capable and reconf_capable in ss peer_capable
    https://git.kernel.org/netdev/net-next/c/ab4f1e28c941

You are awesome, thank you!