1
0

commit 7564314c39367c4281b1cfdff17f89e1720d08c4

OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=40
This commit is contained in:
Kernel Bugs
2024-05-26 06:07:49 +00:00
committed by Git OBS Bridge
parent 4469b91166
commit 32acf63ec1
9 changed files with 635 additions and 15 deletions

View File

@@ -1,3 +1,175 @@
-------------------------------------------------------------------
Sat May 25 19:52:54 CEST 2024 - rfrohl@suse.com
- ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect() (git-fixes)
- commit 7564314
-------------------------------------------------------------------
Sat May 25 19:26:33 CEST 2024 - rfrohl@suse.com
- Linux 6.6.32 (bsc#1218260).
- block: add a partscan sysfs attribute for disks (bsc#1218260).
- block: add a disk_has_partscan helper (bsc#1218260).
- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS
filter matching sysfs file (bsc#1218260).
- docs: kernel_include.py: Cope with docutils 0.21 (bsc#1218260).
- admin-guide/hw-vuln/core-scheduling: fix return type of
PR_SCHED_CORE_GET (bsc#1218260).
- KEYS: trusted: Do not use WARN when encode fails (bsc#1218260).
- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
(bsc#1218260).
- serial: kgdboc: Fix NMI-safety problems from keyboard reset code
(bsc#1218260).
- usb: typec: tipd: fix event checking for tps6598x (bsc#1218260).
- usb: typec: ucsi: displayport: Fix potential deadlock
(bsc#1218260).
- net: usb: ax88179_178a: fix link status when link is set to
down/up (bsc#1218260).
- usb: dwc3: Wait unconditionally after issuing EndXfer command
(bsc#1218260).
- binder: fix max_thread type inconsistency (bsc#1218260).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (bsc#1218260).
- erofs: reliably distinguish block based and fscache mode
(bsc#1218260).
- erofs: get rid of erofs_fs_context (bsc#1218260).
- bpf: Add missing BPF_LINK_TYPE invocations (bsc#1218260).
- kselftest: Add a ksft_perror() helper (bsc#1218260).
- mmc: core: Add HS400 tuning in HS400es initialization
(bsc#1218260).
- KEYS: trusted: Fix memory leak in tpm2_key_encode()
(bsc#1218260).
- Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
(bsc#1218260).
- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
(bsc#1218260).
- ice: remove unnecessary duplicate checks for VF VSI ID
(bsc#1218260).
- ice: pass VSI pointer into ice_vc_isvalid_q_id (bsc#1218260).
- net: ks8851: Fix another TX stall caused by wrong ISR flag
handling (bsc#1218260).
- drm/amd/display: Fix division by zero in setup_dsc_config
(bsc#1218260).
- smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
(bsc#1218260).
- ksmbd: add continuous availability share parameter
(bsc#1218260).
- cifs: Add tracing for the cifs_tcon struct refcounting
(bsc#1218260).
- smb: client: instantiate when creating SFU files (bsc#1218260).
- smb: client: fix NULL ptr deref in
cifs_mark_open_handles_for_deleted_file() (bsc#1218260).
- smb3: add trace event for mknod (bsc#1218260).
- smb311: additional compression flag defined in updated protocol
spec (bsc#1218260).
- smb311: correct incorrect offset field in compression header
(bsc#1218260).
- cifs: Move some extern decls from .c files to .h (bsc#1218260).
- ksmbd: fix potencial out-of-bounds when buffer offset is invalid
(bsc#1218260).
- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
(bsc#1218260).
- ksmbd: Fix spelling mistake "connction" -> "connection"
(bsc#1218260).
- ksmbd: fix possible null-deref in
smb_lazy_parent_lease_break_close (bsc#1218260).
- cifs: remove redundant variable assignment (bsc#1218260).
- cifs: fixes for get_inode_info (bsc#1218260).
- cifs: defer close file handles having RH lease (bsc#1218260).
- ksmbd: add support for durable handles v1/v2 (bsc#1218260).
- ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying
previous session (bsc#1218260).
- smb: common: simplify compression headers (bsc#1218260).
- smb: common: fix fields sizes in compression_pattern_payload_v1
(bsc#1218260).
- smb: client: negotiate compression algorithms (bsc#1218260).
- smb3: add dynamic trace point for ioctls (bsc#1218260).
- smb: client: return reparse type in /proc/mounts (bsc#1218260).
- smb: client: set correct d_type for reparse DFS/DFSR and mount
point (bsc#1218260).
- smb: client: parse uid, gid, mode and dev from WSL reparse
points (bsc#1218260).
- smb: client: introduce SMB2_OP_QUERY_WSL_EA (bsc#1218260).
- smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
(bsc#1218260).
- smb: client: add support for WSL reparse points (bsc#1218260).
- smb: client: reduce number of parameters in smb2_compound_op()
(bsc#1218260).
- smb: client: fix potential broken compound request
(bsc#1218260).
- smb: client: move most of reparse point handling code to common
file (bsc#1218260).
- smb: client: introduce reparse mount option (bsc#1218260).
- smb: client: retry compound request without reusing lease
(bsc#1218260).
- smb: client: do not defer close open handles to deleted files
(bsc#1218260).
- smb: client: reuse file lease key in compound operations
(bsc#1218260).
- smb: client: get rid of smb311_posix_query_path_info()
(bsc#1218260).
- smb: client: parse owner/group when creating reparse points
(bsc#1218260).
- smb3: update allocation size more accurately on write completion
(bsc#1218260).
- smb: client: handle path separator of created SMB symlinks
(bsc#1218260).
- cifs: update the same create_guid on replay (bsc#1218260).
- ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
(bsc#1218260).
- cifs: set replay flag for retries of write command
(bsc#1218260).
- cifs: commands that are retried should have replay flag set
(bsc#1218260).
- smb: client: delete "true", "false" defines (bsc#1218260).
- smb: Fix some kernel-doc comments (bsc#1218260).
- cifs: new mount option called retrans (bsc#1218260).
- smb: client: don't clobber ->i_rdev from cached reparse points
(bsc#1218260).
- cifs: new nt status codes from MS-SMB2 (bsc#1218260).
- cifs: pick channel for tcon and tdis (bsc#1218260).
- cifs: minor comment cleanup (bsc#1218260).
- cifs: remove redundant variable tcon_exist (bsc#1218260).
- ksmbd: vfs: fix all kernel-doc warnings (bsc#1218260).
- ksmbd: auth: fix most kernel-doc warnings (bsc#1218260).
- cifs: remove unneeded return statement (bsc#1218260).
- cifs: get rid of dup length check in parse_reparse_point()
(bsc#1218260).
- cifs: Pass unbyteswapped eof value into SMB2_set_eof()
(bsc#1218260).
- smb3: Improve exception handling in allocate_mr_list()
(bsc#1218260).
- cifs: fix in logging in cifs_chan_update_iface (bsc#1218260).
- smb: client: handle special files and symlinks in SMB3 POSIX
(bsc#1218260).
- smb: client: cleanup smb2_query_reparse_point() (bsc#1218260).
- smb: client: allow creating symlinks via reparse points
(bsc#1218260).
- smb: client: optimise reparse point querying (bsc#1218260).
- smb: client: allow creating special files via reparse points
(bsc#1218260).
- smb: client: extend smb2_compound_op() to accept more commands
(bsc#1218260).
- smb: client: Fix minor whitespace errors and warnings
(bsc#1218260).
- smb: client: introduce cifs_sfu_make_node() (bsc#1218260).
- cifs: fix use after free for iface while disabling secondary
channels (bsc#1218260).
- Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO
(bsc#1218260).
- smb3: minor cleanup of session handling code (bsc#1218260).
- smb3: more minor cleanups for session handling routines
(bsc#1218260).
- smb3: minor RDMA cleanup (bsc#1218260).
- cifs: print server capabilities in DebugData (bsc#1218260).
- smb: use crypto_shash_digest() in symlink_hash() (bsc#1218260).
- Add definition for new smb3.1.1 command type (bsc#1218260).
- SMB3: clarify some of the unused CreateOption flags
(bsc#1218260).
- cifs: Add client version details to NTLM authenticate message
(bsc#1218260).
- commit 6c361d1
-------------------------------------------------------------------
Fri May 17 22:19:58 CEST 2024 - rfrohl@suse.com