messages from 2026-09-07 20:00:23 to 2026-09-13 21:45:35 UTC [more...]
[PATCH v4 00/10] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
2026-09-13 21:45 UTC (11+ messages)
` [PATCH v4 01/10] smb: client: fix next_buffer UAF and NextCommand bounds in compound PDUs
` [PATCH v4 02/10] smb: client: validate minimum PDU size before smb2_get_data_area_len()
` [PATCH v4 03/10] smb: client: fix server->total_read for compound encrypted PDUs
` [PATCH v4 04/10] smb: client: fix missing lower-bound check on DFS referral string offsets
` [PATCH v4 05/10] smb: client: reject short Next offsets in parse_server_interfaces()
` [PATCH v4 06/10] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
` [PATCH v4 07/10] smb: client: fix missing iov bounds check in parse_posix_sids()
` [PATCH v4 08/10] smb: client: fix underflow in is_valid_oplock_break() notify offset check
` [PATCH v4 09/10] smb: client: fix potential OOB read in smb3_enum_snapshots()
` [PATCH v4 10/10] smb: client: fix reparse buffer bounds in cifs_query_reparse_point()
[PATCH 0/3] smb: client: validate SMB1 write and query response lengths
2026-09-13 19:03 UTC (5+ messages)
` [PATCH 1/3] smb: client: reject short WRITE responses in the SMB1 write paths
` [PATCH 2/3] smb: client: reject over-long write counts in cifs_writev_callback()
` [PATCH 3/3] smb: client: reject short responses in SMBQueryInformation()
[PATCH] smb: client: fix smbd_connection leak on cifs_get_tcp_session() error
2026-09-13 18:26 UTC (3+ messages)
[PATCH v2] smb: client: fix rlist race and missing initialization
2026-09-13 18:26 UTC (3+ messages)
[PATCH] smb: client: cancel reconnect work in clean_demultiplex_info()
2026-09-13 18:26 UTC (3+ messages)
[PATCH 3/3] ksmbd: keep compound responses on query info errors
2026-09-13 16:10 UTC (2+ messages)
[PATCH 2/3] ksmbd: fix partial normalized name responses
2026-09-13 15:45 UTC (2+ messages)
[PATCH 1/3] ksmbd: follow SMB2 session expiration semantics
2026-09-13 11:35 UTC
cifs: cifsroot: ipv6 support may not have valid path
2026-09-12 10:47 UTC
[PATCH v3 0/2] smb: client: fix create context out-of-bounds reads
2026-09-12 2:50 UTC (4+ messages)
` [PATCH v3 1/2] "
[PATCH ksmbd-for-next] ksmbd: fix overflow in dacloffset bounds check in build_sec_desc()
2026-09-12 1:14 UTC (2+ messages)
[PATCH v2 0/4] smbd: fix FSCTL_QUERY_NETWORK_INTERFACE_INFO handling
2026-09-12 1:03 UTC (6+ messages)
` [PATCH v2 1/4] ksmbd: fix link speed query in fsctl_query_iface_info_ioctl()
` [PATCH v2 2/4] ksmbd: fix unlocked IPv6 addr_list walk "
` [PATCH v2 3/4] ksmbd: fix invalid Next offset in interface info replies
` [PATCH v2 4/4] ksmbd: report IPv4 and IPv6 addresses independently in iface query
[syzbot] [cifs?] KASAN: slab-use-after-free Read in smb2_reconnect_server
2026-09-12 0:47 UTC
[PATCH] smb: client: fix rlist race and missing initialization
2026-09-11 21:01 UTC (2+ messages)
[PATCH v12 0/5] netfs, cachefiles: Changes for next, primarily occupancy tracking-related
2026-09-11 20:21 UTC (10+ messages)
` [PATCH v12 1/5] cachefiles: Clean up cachefiles_do_prepare_read()
` [PATCH v12 2/5] netfs, cachefiles: Add a couple of traces for write failure
` [PATCH v12 3/5] cachefiles: Add a tracepoint to log insufficient space errors
` [PATCH v12 4/5] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v12 5/5] cachefiles: Preset the state xattr when creating a new file
[PATCH] smb/client: send lease break ACKs thru correct session for multiuser mounts
2026-09-11 19:28 UTC (4+ messages)
[PATCH] smb: client: validate absolute native symlink targets before NT fixups
2026-09-11 19:27 UTC (3+ messages)
[GIT PULL] smb client fixes for 7.3-rc3
2026-09-10 21:52 UTC (2+ messages)
[PATCH] smb: client: fix one-byte OOB read in smb2_parse_native_symlink()
2026-09-10 14:14 UTC (4+ messages)
Soft lockup with 7.3-rc1
2026-09-10 14:13 UTC (4+ messages)
[PATCH v3 12/13] smb: client: Use hmac_sha256_zeroize_ctx function to clear hmac_sha256_ctx
2026-09-10 12:41 UTC
[PATCH v2] super: make iterate_supers_type() deletion-safe
2026-09-10 9:25 UTC (2+ messages)
[PATCH] ksmbd: fix link speed query in fsctl_query_iface_info_ioctl()
2026-09-10 9:08 UTC
[PATCH v13 0/8] netfs: Miscellaneous preparatory changes
2026-09-10 8:11 UTC (11+ messages)
` [PATCH v13 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v13 2/8] netfs: Remove the writethrough code
` [PATCH v13 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v13 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v13 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v13 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v13 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission
[PATCH] ksmbd: deny access for an empty DACL instead of granting the request
2026-09-10 0:21 UTC (2+ messages)
[PATCH] ksmbd: fix empty DACL handling in smb_check_perm_dacl()
2026-09-10 0:19 UTC (3+ messages)
netfs_read_gaps(): aliased sink folio makes the read destination unreadable, SIGBUS on cifs with signing
2026-09-09 21:08 UTC (8+ messages)
[PATCH] smb: client: fix heap overflow in DACL owner/group rewrite
2026-09-09 17:15 UTC (6+ messages)
` [PATCH v3 0/2] smb: client: fix DACL rewrite overflows
` [PATCH v3 1/2] smb: client: fix heap overflow in DACL owner/group rewrite
` [PATCH v3 2/2] smb: client: fail DACL rewrite when the new DACL exceeds 64K
[PATCH 6.18 538/583] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
2026-09-09 13:43 UTC (8+ messages)
` [PATCH 6.18 539/583] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.18 540/583] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 6.18 541/583] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 6.18 543/583] cifs: Remove dead function prototypes
` [PATCH 6.18 544/583] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 6.18 545/583] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
` [PATCH 6.18 548/583] cifs: Do some preparation prior to organising the function declarations
[PATCH v2] ksmbd: fix invalid pointer dereference when get_inode_acl() fails
2026-09-09 14:17 UTC (2+ messages)
[PATCH v2 12/13] smb: client: Use hmac_sha256_zeroize_ctx function to clear hmac_sha256_ctx
2026-09-09 11:54 UTC
[PATCH 0/2] smbdirect: don't hang on netdev reconfiguration
2026-09-09 8:13 UTC (5+ messages)
` [PATCH 1/2] infiniband: force disconnect if DREP and DREQ fail
` [PATCH 2/2] infiniband: trace force disconnections
[PATCH] super: make iterate_supers_type() deletion-safe
2026-09-09 8:10 UTC (6+ messages)
[PATCH] ksmbd: fix invalid pointer dereference when get_inode_acl() fails
2026-09-09 0:42 UTC (4+ messages)
` "
` "
[PATCH 00/27] fs: port to const struct mnt_idmap
2026-09-08 15:25 UTC (2+ messages)
[PATCH 5.10.y 1/2] cifs: SMB1 split: connect.c
2026-09-08 12:20 UTC
[PATCH 5.10.y 1/3] cifs: Remove the server pointer from smb_message
2026-09-08 12:19 UTC (2+ messages)
` [PATCH 5.10.y 2/3] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
[PATCH] ksmbd: initialise the reserved fields of six SMB2 responses
2026-09-08 9:48 UTC (2+ messages)
[PATCH v12 0/8] netfs: Miscellaneous preparatory changes
2026-09-08 9:10 UTC (9+ messages)
` [PATCH v12 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v12 2/8] netfs: Remove the writethrough code
` [PATCH v12 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v12 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v12 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v12 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v12 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission
[PATCH 5.15.y 1/2] cifs: SMB1 split: connect.c
2026-09-08 1:03 UTC
[PATCH 5.15.y 1/2] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
2026-09-08 0:20 UTC
[PATCH 6.1.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 23:20 UTC (2+ messages)
` [PATCH 6.1.y 2/3] cifs: SMB1 split: connect.c
[PATCH v4 1/7] smb: client: fix uid/gid override in getattr with posix extensions
2026-09-07 23:01 UTC (14+ messages)
` [PATCH v4 2/7] smb: client: honor forceuid/forcegid when mapping SIDs to uid/gid
` [PATCH v4 3/7] smb: client: fix WSL reparse point uid/gid override
` [PATCH v4 4/7] smb: client: avoid using uninitialized SIDs in cifs_posix_to_fattr()
` [PATCH v4 5/7] smb: client: fix file type corruption in wsl_to_fattr()
` [PATCH v4 6/7] smb: client: fix file type corruption in posix_reparse_to_fattr()
` [PATCH v4 7/7] smb: client: fix file type corruption in cifs_reparse_point_to_fattr()
[PATCH 6.1.y 1/4] cifs: Remove the server pointer from smb_message
2026-09-07 22:45 UTC (3+ messages)
` [PATCH 6.1.y 2/4] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.1.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
[PATCH 6.6.y 1/4] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 21:36 UTC (3+ messages)
` [PATCH 6.6.y 2/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 6.6.y 3/4] cifs: SMB1 split: connect.c
[PATCH 6.12.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
2026-09-07 20:00 UTC (2+ messages)
` [PATCH 6.12.y 2/3] cifs: SMB1 split: connect.c
[PATCH 6.6.y 1/4] cifs: Remove the server pointer from smb_message
2026-09-07 20:00 UTC (2+ messages)
` [PATCH 6.6.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox