Messages in this thread |  | | From | Steve French <> | Date | Sat, 7 Jan 2023 11:27:27 -0600 | Subject | [GIT PULL] cifs/smb3 fixes |
| |
Please pull the following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:
Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc2-smb3-client-fixes
for you to fetch changes up to cc7d79d4fad6a4eab3f88c4bb237de72be4478f1:
cifs: fix interface count calculation during refresh (2023-01-04 23:18:07 -0600)
---------------------------------------------------------------- 6 cifs/smb3 client fixes, 3 for stable - 2 multichannel fixes - 3 reconnect fixes - unmap fix ---------------------------------------------------------------- Ira Weiny (1): cifs: Fix kmap_local_page() unmapping
Paulo Alcantara (3): cifs: ignore ipc reconnect failures during dfs failover cifs: fix race in assemble_neg_contexts() cifs: protect access of TCP_Server_Info::{dstaddr,hostname}
Shyam Prasad N (2): cifs: refcount only the selected iface during interface update cifs: fix interface count calculation during refresh
fs/cifs/dfs.c | 25 ++++++++++++------------- fs/cifs/misc.c | 2 ++ fs/cifs/sess.c | 3 ++- fs/cifs/smb2ops.c | 12 ++++-------- fs/cifs/smb2pdu.c | 11 +++++++---- 5 files changed, 27 insertions(+), 26 deletions(-)
-- Thanks,
Steve
|  |