Re: ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rfc5061)

2020-06-01 Thread Neil Horman
On Sun, Apr 19, 2020 at 12:25:36PM +0200, Harald Welte wrote: > Dear Linux SCTP developers, > > this patchset (merged back in Q4/2019) has broken ABI compatibility, more > or less exactly as it was discussed/predicted in Message-Id > <20190206201430.18830-1-jul...@arista.com> > "[PATCH net] sctp:

Re: ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rfc5061)

2020-06-01 Thread Harald Welte
Dear SCTP developers, I have to get back to this bug. It is slowly turning into a nightmare. Not only affected it forwards/backwards compatibility of application binaries during upgrades of a distribution, but it also affects the ability to run containerized workloads with SCTP. It's sort-of ob

Re: ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rfc5061)

2020-05-01 Thread Marcelo Ricardo Leitner
On Fri, May 01, 2020 at 03:16:07PM +0200, Harald Welte wrote: > Dear Linux SCTP developers, > > On Sun, Apr 19, 2020 at 12:25:36PM +0200, Harald Welte wrote: > > this patchset (merged back in Q4/2019) has broken ABI compatibility, more > > or less exactly as it was discussed/predicted in Message-I

Re: ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rfc5061)

2020-05-01 Thread Harald Welte
Dear Linux SCTP developers, On Sun, Apr 19, 2020 at 12:25:36PM +0200, Harald Welte wrote: > this patchset (merged back in Q4/2019) has broken ABI compatibility, more > or less exactly as it was discussed/predicted in Message-Id > <20190206201430.18830-1-jul...@arista.com> > "[PATCH net] sctp: make

Re: [PATCH net-next 0/4] sctp: add some missing events from rfc5061

2019-10-09 Thread Jakub Kicinski
On Tue, 8 Oct 2019 19:27:32 +0800, Xin Long wrote: > There are 4 events defined in rfc5061 missed in linux sctp: > SCTP_ADDR_ADDED, SCTP_ADDR_REMOVED, SCTP_ADDR_MADE_PRIM and > SCTP_SEND_FAILED_EVENT. > > This patchset is to add them up. Applied, thanks.

Re: [PATCH net-next 0/4] sctp: add some missing events from rfc5061

2019-10-09 Thread Neil Horman
On Tue, Oct 08, 2019 at 07:27:32PM +0800, Xin Long wrote: > There are 4 events defined in rfc5061 missed in linux sctp: > SCTP_ADDR_ADDED, SCTP_ADDR_REMOVED, SCTP_ADDR_MADE_PRIM and > SCTP_SEND_FAILED_EVENT. > > This patchset is to add them up. > > Xin Long (4): > sctp: add SCTP_ADDR_ADDED even

[PATCH net-next 0/4] sctp: add some missing events from rfc5061

2019-10-08 Thread Xin Long
There are 4 events defined in rfc5061 missed in linux sctp: SCTP_ADDR_ADDED, SCTP_ADDR_REMOVED, SCTP_ADDR_MADE_PRIM and SCTP_SEND_FAILED_EVENT. This patchset is to add them up. Xin Long (4): sctp: add SCTP_ADDR_ADDED event sctp: add SCTP_ADDR_REMOVED event sctp: add SCTP_ADDR_MADE_PRIM even