Re: [PATCH ssh v2] ssh: Do not switch session to non-blocking mode

2024-11-26 Thread Michael Tokarev
13.11.2024 15:55, Richard W.M. Jones wrote: From: Jakub Jelen The libssh does not handle non-blocking mode in SFTP correctly. The driver code already changes the mode to blocking for the SFTP initialization, but for some reason changes to non-blocking mode. This used to work accidentally until

Re: [PATCH ssh v2] ssh: Do not switch session to non-blocking mode

2024-11-22 Thread Kevin Wolf
Am 13.11.2024 um 13:55 hat Richard W.M. Jones geschrieben: > From: Jakub Jelen > > The libssh does not handle non-blocking mode in SFTP correctly. The > driver code already changes the mode to blocking for the SFTP > initialization, but for some reason changes to non-blocking mode. > This used to

[PATCH ssh v2] ssh: Do not switch session to non-blocking mode

2024-11-13 Thread Richard W.M. Jones
From: Jakub Jelen The libssh does not handle non-blocking mode in SFTP correctly. The driver code already changes the mode to blocking for the SFTP initialization, but for some reason changes to non-blocking mode. This used to work accidentally until libssh in 0.11 branch merged the patch to avoi