public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2026-04-11  9:04 Re: [PATCH 1/4] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call 7+ messages
2026-04-11  1:31 Re: [PATCH 0/2] SMB Direct: double-free of send_io on ib_post_send failure in batch flush path 6+ messages
2026-04-11  1:19 Re: [PATCH] smb: client: get rid of d_drop()+d_add() 2+ messages
2026-04-10 21:02 Re: [PATCH 1/8] smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder_resources} to __u16 12+ messages
2026-04-10 16:25 Re: [PATCH v3] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test 3+ messages
2026-04-10 15:18 Re: [PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check 122+ messages
2026-04-10 15:11 Re: [PATCH v2] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test 4+ messages
2026-04-10  6:20 Re: [PATCH] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test 2+ messages
2026-04-09 16:15 [PATCH] smb: client: use FullSessionKey for AES-256 encryption key derivation
2026-04-09  9:59 [PATCH 9/9] smb: client: apply rasize on remount 9+ messages
2026-04-09  3:09 Re: [PATCH 1/2] smb: client: fix off-by-8 bounds check in check_wsl_eas() 16+ messages
2026-04-08 18:00 [PATCH 6.19 025/311] smb: client: fix generic/694 due to wrong ->i_blocks
2026-04-08 18:00 [PATCH 6.18 015/277] smb: client: fix generic/694 due to wrong ->i_blocks
2026-04-08 15:59 Re: PATCH: cifs.upcall: Retry krb5 TGS request with uppercase service name 2+ messages
2026-04-08 15:18 Re: [SECURITY] SMB Direct: double-free of send_io on ib_post_send failure in batch flush path 5+ messages
2026-04-08 13:48 Re: [PATCH 2/2] smb: client: add support for O_TMPFILE 9+ messages
2026-04-07 20:58 Re: [PATCH v2 2/2] smb: client: add support for O_TMPFILE 3+ messages
2026-04-07 11:58 Re: [PATCH] ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine 2+ messages
2026-04-07  7:57 Re: [PATCH 0/3] ksmbd: some potential bugfixes 6+ messages
2026-04-07  2:32 [PATCH] ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine
2026-04-06 15:30 Re: [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support 11+ messages
2026-04-06 11:05 [PATCH AUTOSEL 6.19-5.15] fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
2026-04-05 23:38 Re: [PATCH] ksmbd: Remove unnecessary selection of CRYPTO_ECB 2+ messages
2026-04-04 19:42 [PATCH] smb: client: Remove unnecessary selection of CRYPTO_ECB
2026-04-04 15:54 Re: [RFC PATCH] smb: client: add support for O_TMPFILE 3+ messages
2026-04-04 14:59 Re: [PATCH] ksmbd: fix use-after-free in __ksmbd_close_fd() lock cleanup 5+ messages
2026-04-03 22:08 Re: [BUG] Linux Kernel CIFS Client SMB2_open_free KFENCE Double-Free 3+ messages
2026-04-03 15:38 [PATCH] smb/client: move smb2maperror declarations to smb2proto.h
2026-04-03 13:12 [PATCH v2 1/1] smb/client: avoid null-ptr-deref when tests fail in test_cmp_map() 2+ messages
2026-04-03  4:12 Re: [GIT PULL] smb3 client fix 2+ messages
2026-04-03  4:12 Re: [GIT PULL] ksmbd server fix 2+ messages
2026-04-02 22:35 Re: [PATCH v3 01/13] smb/client: annotate nterr.h with DOS error codes 15+ messages
2026-04-02 17:33 [PATCH 1/1] smb2: maperror: use KUNIT_ASSERT_NOT_NULL instead of KUNIT_EXPECT_PTR_NE with NULL
2026-04-02 11:07 [BUG] Linux Kernel ksmbd Circular Locking Dependency: Oplock Break vs Session Teardown
2026-04-02 11:07 [BUG] Linux Kernel ksmbd Multiple Memory Leaks in Session Handling
2026-04-02 11:07 [BUG] Linux Kernel CIFS Client Circular Locking: wb_lock vs lock_sem
2026-04-02 11:06 [BUG] Linux Kernel ksmbd srv_mutex Circular Deadlock — Additional Trigger Paths
2026-04-02 11:05 [BUG] Linux Kernel CIFS Client Recursive lock_sem Deadlock
2026-04-02 11:05 [BUG] Linux Kernel ksmbd Oplock Break vs Session Teardown Circular Deadlock
2026-04-02  8:38 Re: [PATCH v2 00/12] smb: improve search speed of SMB1 maperror 14+ messages
2026-04-02  1:23 Re: [PATCH] mount.cifs: fix buffer overrun in set_password 8+ messages
2026-04-01 20:43 Re: [PATCH v2] vfs: replace ints with enum component_type for LAST_XXX 2+ messages
2026-04-01  2:14 Re: [PATCH 0/3] mount.cifs: minor buflen tracking cleanups 6+ messages
2026-03-31 21:03 Re: [PATCH] fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath 2+ messages
2026-03-31  8:27 Re: [PATCH v2 6.1.y] smb/dfs_cache: Fix NULL pointer dereference on session connection failure 6+ messages
2026-03-31  1:21 Fwd: Malformed patches
2026-03-31  1:08 [PATCH] smb: client: add support for O_TMPFILE
2026-03-30 13:57 Re: [PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain 44+ messages
2026-03-29  2:03 [PATCH] fs/smb/client: add verbose error logging for UNC parsing
2026-03-27 20:39 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-03-27 15:08 full test runs of xfstests
2026-03-27  1:00 Re: [PATCH net-next v11 06/15] quic: add stream management 21+ messages
2026-03-26 21:12 Re: [GIT PULL] smb3 client fix 2+ messages
2026-03-25 20:44 Re: cifs_ses_add_channel() can race with itself 2+ messages
2026-03-25  6:27 Re: [PATCH] ksmbd: ipc: use kzalloc_flex and __counted_by 4+ messages
2026-03-24 11:19 [PATCH AUTOSEL 6.19-6.18] smb: client: fix generic/694 due to wrong ->i_blocks
2026-03-24  7:53 Re: [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request 32+ messages
2026-03-23 15:38 Re: [samba-ksmbd:ksmbd-for-next-next 11/12] fs/smb/server/smb2pdu.c:5723:3: warning: variable 'pntsd' is uninitialized when used here 5+ messages
2026-03-23 13:46 [PATCH 6.6 461/567] smb: client: fix krb5 mount with username option 3+ messages
2026-03-23 13:45 [PATCH 6.12 319/460] smb: client: fix krb5 mount with username option 2+ messages
2026-03-23 13:44 [PATCH 6.1 289/481] smb: client: fix krb5 mount with username option 3+ messages
2026-03-23 13:44 [PATCH 6.18 023/212] smb: client: fix krb5 mount with username option
2026-03-23 13:43 [PATCH 6.19 024/220] smb: client: fix krb5 mount with username option
2026-03-23 13:22 Re: [PATCH] smb/client: ensure smb2_mapping_table rebuild on cmd changes 2+ messages
2026-03-20 16:25 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-03-20 16:25 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-03-19 16:51 [PATCH 5.10.y] smb: client: fix atomic open with O_DIRECT & O_SYNC
2026-03-19 16:44 [PATCH 5.15.y] smb: client: fix atomic open with O_DIRECT & O_SYNC
2026-03-19  3:42 [PATCH v2] smb: client: fix generic/694 due to wrong ->i_blocks
2026-03-19  0:57 [PATCH] smb: client: fix generic/694 due to wrong ->i_blocks
2026-03-18 16:31 Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros() 10+ messages
2026-03-18  1:07 Re: [PATCH v3] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() 5+ messages
2026-03-18  1:06 Re: [PATCH v2] ksmbd: fix memory leaks and NULL deref in smb2_lock() 5+ messages
2026-03-17 20:07 RE: [PATCH] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() 3+ messages
2026-03-17 16:35 [PATCH 6.18 284/333] smb: client: fix atomic open with O_DIRECT & O_SYNC
2026-03-17 16:34 [PATCH 6.19 338/378] smb: client: fix atomic open with O_DIRECT & O_SYNC
2026-03-17 10:54 Re: SMB3 POSIX, byterange locks and close behaviour 5+ messages
2026-03-17 10:00 Re: [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link() 61+ messages
2026-03-17  9:49 RE: [PATCH] ksmbd: fix memory leaks and NULL deref in smb2_lock() 4+ messages
2026-03-17  6:53 RE: [PATCH] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock() 5+ messages
2026-03-17  6:34 [PATCH v2] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
2026-03-17  1:13 [PATCH v2] cifs: smb1: fix comment typo
2026-03-16 23:49 Re: [External] : [PATCH] cifs: smb1: fix comment typo 2+ messages
2026-03-16 20:26 IPv6-only client loses connection after server disconnect
2026-03-16 18:26 Re: [PATCH 6.6.y] smb: client: fix page cache corruption from in-place encryption in SMB2_write 3+ messages
2026-03-16 17:23 Re: stable: [PATCH] smb: client: Don't log plaintext credentials in cifs_set_cifscreds 3+ messages
2026-03-16 17:22 Re: [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support 19+ messages
2026-03-14 22:03 Re: [PATCH] cifs: open files should not hold ref on superblock 7+ messages
2026-03-14  2:20 Re: [PATCH] smb: client: fix krb5 mount with username option 2+ messages
2026-03-13 17:53 Re: [GIT PULL] smb3 client fixes 2+ messages
2026-03-13  1:49 Re: [PATCH] ksmbd: fix use-after-free of share_conf in compound request 2+ messages
2026-03-13  1:49 Re: [PATCH] ksmbd: fix use-after-free in durable v2 replay of active file handles 2+ messages
2026-03-12 20:09 [PATCH 6.12 158/265] smb: client: fix broken multichannel with krb5+signing
2026-03-12 15:40 Re: [REGRESSION] failure to reconnect on SMB server restart with custom TCP port (not 445): Host is down (at least since 6.6.95) 9+ messages
2026-03-12  0:00 Re: [PATCH] cifs: implementation id context as negotiate context 15+ messages
2026-03-11 23:51 Re: [PATCH v3] smb: client: fix iface port assignment in parse_server_interfaces 2+ messages
2026-03-11 21:09 [PATCH v2] smb: client: fix iface port assignment in parse_server_interfaces
2026-03-11 18:30 Re: [PATCH] cifs: make default value of retrans as zero 3+ messages
2026-03-11 18:05 Re: [PATCH] smb: client: fix oops due to uninitialised var in smb2_unlink() 4+ messages
2026-03-11 18:00 [PATCH v2] smb: client: fix open handle lookup in cifs_open()
2026-03-11 16:23 Re: [PATCH] smb: client: preserve destination port when parsing server interfaces 2+ messages
2026-03-11 15:37 Re: [PATCH] smb: client: fix open handle lookup in cifs_open() 4+ messages
2026-03-11  3:33 Re: [GIT PULL] ksmbd server fixes 2+ messages
2026-03-10 19:52 [PATCH 5.15] ksmbd: Compare MACs in constant time
2026-03-10 19:52 [PATCH 6.1] ksmbd: Compare MACs in constant time
2026-03-10 19:52 [PATCH 6.6] ksmbd: Compare MACs in constant time
2026-03-10 19:52 [PATCH 6.12] ksmbd: Compare MACs in constant time
2026-03-10 19:52 [PATCH 6.18] ksmbd: Compare MACs in constant time
2026-03-10 19:51 [PATCH 5.10] smb: client: Compare MACs in constant time
2026-03-10 19:51 [PATCH 5.15] smb: client: Compare MACs in constant time
2026-03-10 19:51 [PATCH 6.1] smb: client: Compare MACs in constant time
2026-03-10 19:50 [PATCH 6.6] smb: client: Compare MACs in constant time
2026-03-10 19:50 [PATCH 6.12] smb: client: Compare MACs in constant time
2026-03-10 19:50 [PATCH 6.18] smb: client: Compare MACs in constant time
2026-03-10 13:08 [PATCH] smb/client: only export symbol for 'smb2maperror-test' module
2026-03-10 11:17 [PATCH 6.18 187/314] smb: client: fix oops due to uninitialised var in smb2_unlink() 2+ messages
2026-03-10 11:03 [PATCH 6.19 159/311] smb: client: fix oops due to uninitialised var in smb2_unlink() 2+ messages
2026-03-10  1:31 Re: [PATCH v5 7/7] smb: introduce struct file_posix_info 18+ messages
2026-03-09 20:50 Re: [PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64 31+ messages
2026-03-09 17:18 Re: [PATCH] smb: client: fix atomic open with O_DIRECT & O_SYNC 3+ messages
2026-03-09 16:49 Re: [PATCH] smb: client: fix in-place encryption corruption in SMB2_write() 4+ messages
2026-03-09 10:39 Re: [BUG] [~6.6 Kernel] Corruption when retrying encrypted sync writes 7+ messages
2026-03-08  3:15 Re: [PATCH] smb: client: fix sbflags initialization 3+ messages
2026-03-08  3:10 Re: [PATCH] smb: fix smbdirect link failure 4+ messages
2026-03-07  4:34 Re: [GIT PULL] smb3 client fixes 6+ messages
2026-03-06 11:45 Re: [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE 20+ messages
2026-03-05 20:13 full xfstest scripts
2026-03-05 19:25 Re: [PATCH 24/24] fs: remove simple_nosetlease() 83+ messages
2026-03-05  0:14 Re: [PATCH net-next v10 15/15] quic: add packet parser base 34+ messages
2026-03-04 14:10 Re: [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro 177+ messages
2026-03-04  7:33 Re: [PATCH] ksmbd: Don't log keys in SMB3 signing and encryption key generation 2+ messages
2026-03-04  2:58 Re: [PATCH] smb: client: Compare MACs in constant time 4+ messages
2026-03-03 14:45 [PATCH] netfs: fix error handling in netfs_extract_user_iter()
2026-03-03  9:41 Re: [PATCH v4 5/5] smb: introduce struct file_posix_info 15+ messages
2026-03-03  2:29 Re: [Samba] SMB3 Unix Extensions - creating special files 15+ messages
2026-03-02 17:49 SMB3 POSIX: how to handle file deletion if the READ-ONLY attribute is set
2026-03-02 10:33 Re: [PATCH] RDMA/core: check id_priv->restricted_node_type in cma_listen_on_dev() 5+ messages
2026-03-01 17:37 Re: [PATCH] smb/client: make SMB2 maperror KUnit tests a separate module 3+ messages
2026-03-01 16:14 Re: FAILED: Patch "smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()" failed to apply to 5.10-stable tree 2+ messages
2026-03-01 15:19 Re: [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support 17+ messages
2026-03-01  2:43 [PATCH 6.6.y] cifs: some missing initializations on replay 2+ messages
2026-03-01  2:41 [PATCH 6.12.y] cifs: some missing initializations on replay 2+ messages
2026-03-01  2:05 FAILED: Patch "cifs: some missing initializations on replay" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "ksmbd: add chann_lock to protect ksmbd_chann_list xarray" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: fix last send credit problem causing disconnects" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: introduce and use smbd_{alloc, free}_send_io()" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: use smbdirect_send_batch processing" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: port and use the wait_for_credits logic used by server" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: split out smbd_ib_post_send()" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: make use of smbdirect_socket.send_io.bcredits" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: remove pointless sc->recv_io.credits.count rollback" failed to apply to 5.10-stable tree
2026-03-01  2:04 FAILED: Patch "smb: client: let smbd_post_send() make use of request->wr" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "smb: server: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "smb: server: fix last send credit problem causing disconnects" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "smb: server: make use of smbdirect_socket.send_io.bcredits" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*" failed to apply to 5.10-stable tree
2026-03-01  2:03 FAILED: Patch "cifs: Fix locking usage for tcon fields" failed to apply to 5.10-stable tree
2026-03-01  1:58 FAILED: Patch "ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths" failed to apply to 5.15-stable tree
2026-03-01  1:58 FAILED: Patch "cifs: some missing initializations on replay" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "ksmbd: add chann_lock to protect ksmbd_chann_list xarray" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: make use of smbdirect_socket.send_io.bcredits" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: use smbdirect_send_batch processing" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: fix last send credit problem causing disconnects" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: port and use the wait_for_credits logic used by server" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: split out smbd_ib_post_send()" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: introduce and use smbd_{alloc, free}_send_io()" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: remove pointless sc->recv_io.credits.count rollback" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: server: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: client: let smbd_post_send() make use of request->wr" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: server: make use of smbdirect_socket.send_io.bcredits" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*" failed to apply to 5.15-stable tree
2026-03-01  1:54 FAILED: Patch "smb: server: fix last send credit problem causing disconnects" failed to apply to 5.15-stable tree
2026-03-01  1:53 FAILED: Patch "cifs: Fix locking usage for tcon fields" failed to apply to 5.15-stable tree
2026-03-01  1:47 FAILED: Patch "ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths" failed to apply to 6.1-stable tree
2026-03-01  1:47 FAILED: Patch "cifs: some missing initializations on replay" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "ksmbd: add chann_lock to protect ksmbd_chann_list xarray" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: fix last send credit problem causing disconnects" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: introduce and use smbd_{alloc, free}_send_io()" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: make use of smbdirect_socket.send_io.bcredits" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: use smbdirect_send_batch processing" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: split out smbd_ib_post_send()" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: let smbd_post_send() make use of request->wr" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: port and use the wait_for_credits logic used by server" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: remove pointless sc->recv_io.credits.count rollback" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: server: let send_done handle a completion without IB_SEND_SIGNALED" failed to apply to 6.1-stable tree
2026-03-01  1:46 FAILED: Patch "smb: server: make use of smbdirect_socket.send_io.bcredits" failed to apply to 6.1-stable tree
2026-03-01  1:45 FAILED: Patch "smb: server: fix last send credit problem causing disconnects" failed to apply to 6.1-stable tree
2026-03-01  1:45 FAILED: Patch "smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*" failed to apply to 6.1-stable tree
2026-03-01  1:45 FAILED: Patch "cifs: Fix locking usage for tcon fields" failed to apply to 6.1-stable tree
2026-03-01  1:39 FAILED: Patch "ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths" failed to apply to 6.6-stable tree

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox