Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-09 Thread Jordan Rife
I sent this patch out to sta...@vger.kernel.org. Everyone should be CCd. Thanks for your help in confirming the fix works. -Jordan

Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-09 Thread Valentin Kleibel
Hi Would you be able to confirm that the attached patch fixes your issue as well? Yes it does. @debian maintainers: is it possible to include this patch in the next point release? Thank you for your work, Valentin

Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-08 Thread Jordan Rife
Hi Valentin, Would you be able to confirm that the attached patch fixes your issue as well? -Jordan On Thu, Feb 8, 2024 at 9:42 AM Jordan Rife wrote: > > On Thu, Feb 8, 2024 at 3:37 AM Valentin Kleibel wrote: > > > > Hi Jordan, hi all > > > > > Just a quick look comparing dlm_tcp_listen_bind

Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-08 Thread Jordan Rife
On Thu, Feb 8, 2024 at 3:37 AM Valentin Kleibel wrote: > > Hi Jordan, hi all > > > Just a quick look comparing dlm_tcp_listen_bind between the latest 6.1 > > and 6.6 stable branches, > > it looks like there is a mismatch here with the dlm_local_addr[0] parameter. > > > > 6.1 > > > > > >

Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-08 Thread Valentin Kleibel
Hi Jordan, hi all Just a quick look comparing dlm_tcp_listen_bind between the latest 6.1 and 6.6 stable branches, it looks like there is a mismatch here with the dlm_local_addr[0] parameter. 6.1 static int dlm_tcp_listen_bind(struct socket *sock) { int addr_len; /* Bind to our port */

Bug#1063338: [regression 6.1.76] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")

2024-02-07 Thread Salvatore Bonaccorso
Hi Alexander, On Wed, Feb 07, 2024 at 04:27:48PM -0500, Alexander Aring wrote: > Hi, > > On Wed, Feb 7, 2024 at 1:33 PM Jordan Rife wrote: > > > > On Wed, Feb 7, 2024 at 2:39 AM Salvatore Bonaccorso > > wrote: > > > > > > Hi Valentin, hi all > > > > > > [This is about a regression reported in