public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-18 15:37:07 to 2023-12-19 06:20:07 UTC [more...]

[PATCH 5.4 00/40] 5.4.265-rc1 review
 2023-12-19  6:19 UTC  (3+ messages)

[PATCH 5.15 00/83] 5.15.144-rc1 review
 2023-12-19  6:19 UTC  (7+ messages)
` [PATCH 5.15 80/83] ksmbd: Mark as BROKEN in the 5.15.y kernel

[PATCH 4.19 00/36] 4.19.303-rc1 review
 2023-12-19  5:53 UTC  (8+ messages)
` [PATCH 4.19 13/36] net: stmmac: use dev_err_probe() for reporting mdio bus registration failure

[PATCH 1/2] scsi: ufs: Simplify power management during async scan
 2023-12-19  5:04 UTC  (2+ messages)

stable-rc/queue/6.6 build: 20 builds: 0 failed, 20 passed (v6.6.7-166-g6a5518dcff6f)
 2023-12-19  3:49 UTC 

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-19  3:44 UTC  (13+ messages)

[PATCH 6.6 000/166] 6.6.8-rc1 review
 2023-12-19  3:21 UTC  (9+ messages)

FAILED: patch "[PATCH] fuse: share lookup state between submount and its parent" failed to apply to 5.15-stable tree
 2023-12-19  3:10 UTC  (2+ messages)
` [PATCH 5.15.y] fuse: share lookup state between submount and its parent

FAILED: patch "[PATCH] fuse: share lookup state between submount and its parent" failed to apply to 6.1-stable tree
 2023-12-19  3:10 UTC  (2+ messages)
` [PATCH 6.1.y] fuse: share lookup state between submount and its parent

stable/linux-6.6.y build: 19 builds: 0 failed, 19 passed (v6.6.7)
 2023-12-19  2:57 UTC 

[PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
 2023-12-19  2:29 UTC  (6+ messages)
` [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()

[PATCH 6.1 000/106] 6.1.69-rc1 review
 2023-12-19  1:06 UTC  (6+ messages)

[PATCH 5.10 00/62] 5.10.205-rc1 review
 2023-12-19  0:54 UTC  (3+ messages)

[PATCH 5.15.y 000/154] ksmbd backport patches for 5.15.y
 2023-12-18 20:31 UTC  (127+ messages)
` [PATCH 5.15.y 003/154] ksmbd: Remove redundant 'flush_workqueue()' calls
` [PATCH 5.15.y 031/154] ksmbd: remove filename in ksmbd_file
` [PATCH 5.15.y 033/154] ksmbd: smbd: change prototypes of RDMA read/write related functions
` [PATCH 5.15.y 034/154] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH 5.15.y 035/154] ksmbd: smbd: simplify tracking pending packets
` [PATCH 5.15.y 036/154] ksmbd: smbd: change the return value of get_sg_list
` [PATCH 5.15.y 037/154] ksmbd: smbd: handle multiple Buffer descriptors
` [PATCH 5.15.y 038/154] ksmbd: fix wrong smbd max read/write size check
` [PATCH 5.15.y 039/154] ksmbd: Fix some kernel-doc comments
` [PATCH 5.15.y 040/154] ksmbd: smbd: fix connection dropped issue
` [PATCH 5.15.y 041/154] ksmbd: smbd: relax the count of sges required
` [PATCH 5.15.y 042/154] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
` [PATCH 5.15.y 043/154] ksmbd: remove duplicate flag set in smb2_write
` [PATCH 5.15.y 044/154] ksmbd: remove unused ksmbd_share_configs_cleanup function
` [PATCH 5.15.y 045/154] ksmbd: use wait_event instead of schedule_timeout()
` [PATCH 5.15.y 046/154] ksmbd: request update to stale share config
` [PATCH 5.15.y 047/154] ksmbd: remove unnecessary generic_fillattr in smb2_open
` [PATCH 5.15.y 048/154] ksmbd: don't open-code file_path()
` [PATCH 5.15.y 049/154] ksmbd: don't open-code %pD
` [PATCH 5.15.y 050/154] ksmbd: constify struct path
` [PATCH 5.15.y 051/154] ksmbd: remove generic_fillattr use in smb2_open()
` [PATCH 5.15.y 052/154] ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
` [PATCH 5.15.y 053/154] ksmbd: change security id to the one samba used for posix extension
` [PATCH 5.15.y 054/154] ksmbd: set file permission mode to match Samba server posix extension behavior
` [PATCH 5.15.y 055/154] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response
` [PATCH 5.15.y 056/154] ksmbd: fix encryption failure issue for session logoff response
` [PATCH 5.15.y 057/154] ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob
` [PATCH 5.15.y 058/154] ksmbd: decrease the number of SMB3 smbdirect server SGEs
` [PATCH 5.15.y 059/154] ksmbd: reduce server smbdirect max send/receive segment sizes
` [PATCH 5.15.y 060/154] ksmbd: hide socket error message when ipv6 config is disable
` [PATCH 5.15.y 061/154] ksmbd: make utf-8 file name comparison work in __caseless_lookup()
` [PATCH 5.15.y 062/154] ksmbd: call ib_drain_qp when disconnected
` [PATCH 5.15.y 063/154] ksmbd: validate share name from share config response
` [PATCH 5.15.y 064/154] ksmbd: replace one-element arrays with flexible-array members
` [PATCH 5.15.y 065/154] ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
` [PATCH 5.15.y 066/154] ksmbd: use F_SETLK when unlocking a file
` [PATCH 5.15.y 067/154] ksmbd: Fix resource leak in smb2_lock()
` [PATCH 5.15.y 068/154] ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
` [PATCH 5.15.y 069/154] ksmbd: send proper error response in smb2_tree_connect()
` [PATCH 5.15.y 070/154] ksmbd: Implements sess->ksmbd_chann_list as xarray
` [PATCH 5.15.y 071/154] ksmbd: Implements sess->rpc_handle_list "
` [PATCH 5.15.y 072/154] ksmbd: fix typo, syncronous->synchronous
` [PATCH 5.15.y 073/154] ksmbd: Remove duplicated codes
` [PATCH 5.15.y 074/154] ksmbd: update Kconfig to note Kerberos support and fix indentation
` [PATCH 5.15.y 075/154] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
` [PATCH 5.15.y 076/154] ksmbd: Fix parameter name and comment mismatch
` [PATCH 5.15.y 077/154] ksmbd: fix possible memory leak in smb2_lock()
` [PATCH 5.15.y 078/154] ksmbd: fix wrong signingkey creation when encryption is AES256
` [PATCH 5.15.y 079/154] ksmbd: remove unused is_char_allowed function
` [PATCH 5.15.y 080/154] ksmbd: delete asynchronous work from list
` [PATCH 5.15.y 081/154] ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
` [PATCH 5.15.y 082/154] ksmbd: avoid out of bounds access in decode_preauth_ctxt()
` [PATCH 5.15.y 083/154] ksmbd: set NegotiateContextCount once instead of every inc
` [PATCH 5.15.y 084/154] ksmbd: avoid duplicate negotiate ctx offset increments
` [PATCH 5.15.y 085/154] ksmbd: remove unused compression negotiate ctx packing
` [PATCH 5.15.y 086/154] fs: introduce lock_rename_child() helper
` [PATCH 5.15.y 087/154] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH 5.15.y 088/154] ksmbd: fix racy issue from session setup and logoff
` [PATCH 5.15.y 089/154] ksmbd: destroy expired sessions
` [PATCH 5.15.y 090/154] ksmbd: block asynchronous requests when making a delay on session setup
` [PATCH 5.15.y 091/154] ksmbd: fix racy issue from smb2 close and logoff with multichannel
` [PATCH 5.15.y 092/154] ksmbd: fix racy issue under cocurrent smb2 tree disconnect
` [PATCH 5.15.y 093/154] ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
` [PATCH 5.15.y 094/154] ksmbd: fix uninitialized pointer read in smb2_create_link()
` [PATCH 5.15.y 095/154] ksmbd: fix multiple out-of-bounds read during context decoding
` [PATCH 5.15.y 096/154] ksmbd: fix UAF issue from opinfo->conn
` [PATCH 5.15.y 097/154] ksmbd: call putname after using the last component
` [PATCH 5.15.y 098/154] ksmbd: fix out-of-bound read in deassemble_neg_contexts()
` [PATCH 5.15.y 099/154] ksmbd: fix out-of-bound read in parse_lease_state()
` [PATCH 5.15.y 100/154] ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
` [PATCH 5.15.y 101/154] ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
` [PATCH 5.15.y 102/154] ksmbd: validate smb request protocol id
` [PATCH 5.15.y 103/154] ksmbd: add mnt_want_write to ksmbd vfs functions
` [PATCH 5.15.y 104/154] ksmbd: remove unused ksmbd_tree_conn_share function
` [PATCH 5.15.y 105/154] ksmbd: use kzalloc() instead of __GFP_ZERO
` [PATCH 5.15.y 106/154] ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
` [PATCH 5.15.y 107/154] ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
` [PATCH 5.15.y 108/154] ksmbd: use kvzalloc instead of kvmalloc
` [PATCH 5.15.y 109/154] ksmbd: Replace the ternary conditional operator with min()
` [PATCH 5.15.y 110/154] ksmbd: fix out of bounds read in smb2_sess_setup
` [PATCH 5.15.y 111/154] ksmbd: add missing compound request handing in some commands
` [PATCH 5.15.y 112/154] ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
` [PATCH 5.15.y 113/154] ksmbd: Replace one-element array with flexible-array member
` [PATCH 5.15.y 114/154] ksmbd: Fix unsigned expression compared with zero
` [PATCH 5.15.y 115/154] ksmbd: check if a mount point is crossed during path lookup
` [PATCH 5.15.y 116/154] ksmbd: validate session id and tree id in compound request
` [PATCH 5.15.y 117/154] ksmbd: fix out of bounds in init_smb2_rsp_hdr()
` [PATCH 5.15.y 118/154] ksmbd: switch to use kmemdup_nul() helper
` [PATCH 5.15.y 119/154] ksmbd: add support for read compound
` [PATCH 5.15.y 120/154] ksmbd: fix wrong interim response on compound
` [PATCH 5.15.y 121/154] ksmbd: fix `force create mode' and `force directory mode'
` [PATCH 5.15.y 122/154] ksmbd: reduce descriptor size if remaining bytes is less than request size
` [PATCH 5.15.y 123/154] ksmbd: Fix one kernel-doc comment
` [PATCH 5.15.y 124/154] ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
` [PATCH 5.15.y 125/154] ksmbd: add missing calling smb2_set_err_rsp() on error
` [PATCH 5.15.y 126/154] ksmbd: remove experimental warning
` [PATCH 5.15.y 127/154] ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
` [PATCH 5.15.y 128/154] ksmbd: fix passing freed memory 'aux_payload_buf'
` [PATCH 5.15.y 129/154] ksmbd: return invalid parameter error response if smb2 request is invalid
` [PATCH 5.15.y 130/154] ksmbd: check iov vector index in ksmbd_conn_write()
` [PATCH 5.15.y 131/154] ksmbd: fix race condition between session lookup and expire
` [PATCH 5.15.y 132/154] ksmbd: fix race condition with fp
` [PATCH 5.15.y 133/154] ksmbd: fix race condition from parallel smb2 logoff requests
` [PATCH 5.15.y 134/154] ksmbd: fix race condition from parallel smb2 lock requests
` [PATCH 5.15.y 135/154] ksmbd: fix race condition between tree conn lookup and disconnect
` [PATCH 5.15.y 136/154] ksmbd: fix wrong error response status by using set_smb2_rsp_status()
` [PATCH 5.15.y 137/154] ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
` [PATCH 5.15.y 138/154] ksmbd: fix potential double free on smb2_read_pipe() error path
` [PATCH 5.15.y 139/154] ksmbd: Remove unused field in ksmbd_user struct
` [PATCH 5.15.y 140/154] ksmbd: reorganize ksmbd_iov_pin_rsp()
` [PATCH 5.15.y 141/154] ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
` [PATCH 5.15.y 142/154] ksmbd: fix recursive locking in vfs helpers
` [PATCH 5.15.y 143/154] ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
` [PATCH 5.15.y 144/154] ksmbd: add support for surrogate pair conversion
` [PATCH 5.15.y 145/154] ksmbd: no need to wait for binded connection termination at logoff
` [PATCH 5.15.y 146/154] ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
` [PATCH 5.15.y 147/154] ksmbd: handle malformed smb1 message
` [PATCH 5.15.y 148/154] ksmbd: prevent memory leak on error return
` [PATCH 5.15.y 149/154] ksmbd: fix possible deadlock in smb2_open
` [PATCH 5.15.y 150/154] ksmbd: separately allocate ci per dentry
` [PATCH 5.15.y 151/154] ksmbd: move oplock handling after unlock parent dir
` [PATCH 5.15.y 152/154] ksmbd: release interim response after sending status pending response
` [PATCH 5.15.y 153/154] ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
` [PATCH 5.15.y 154/154] ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error

stable-rc/linux-4.19.y baseline: 95 runs, 3 regressions (v4.19.302-37-gc6ac8872cc6c4)
 2023-12-18 20:29 UTC 

[PATCH] net: avoid build bug in skb extension length calculation
 2023-12-18 20:12 UTC  (2+ messages)

IMA performance regression in 5.10.194 when using overlayfs
 2023-12-18 19:39 UTC  (6+ messages)

[PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
 2023-12-18 18:36 UTC  (2+ messages)

stable-rc/queue/6.1 baseline: 109 runs, 3 regressions (v6.1.68-106-ge1524ddfd1363)
 2023-12-18 18:30 UTC 

stable-rc/queue/4.19 baseline: 91 runs, 19 regressions (v4.19.302-36-ge049e5b8ef404)
 2023-12-18 18:29 UTC 

[PATCH v2] rpm-pkg: simplify installkernel %post
 2023-12-18 18:26 UTC  (2+ messages)

FAILED: patch "[PATCH] USB: gadget: core: adjust uevent timing on gadget unbind" failed to apply to 5.10-stable tree
 2023-12-18 18:12 UTC  (4+ messages)
` [PATCH 5.10.y] USB: gadget: core: adjust uevent timing on gadget unbind

stable-rc/queue/5.10 baseline: 48 runs, 1 regressions (v5.10.204-62-gd1ec28a08d6ea)
 2023-12-18 18:04 UTC 

FAILED: patch "[PATCH] mm/damon/core: make damon_start() waits until kdamond_fn()" failed to apply to 6.6-stable tree
 2023-12-18 17:59 UTC  (2+ messages)
` [PATCH 6.6.y] mm/damon/core: make damon_start() waits until kdamond_fn() starts

FAILED: patch "[PATCH] mm/damon/core: make damon_start() waits until kdamond_fn()" failed to apply to 6.1-stable tree
 2023-12-18 17:59 UTC  (2+ messages)
` [PATCH 6.1.y] mm/damon/core: make damon_start() waits until kdamond_fn() starts

[PATCH 6.6.y] maple_tree: do not preallocate nodes for slot stores
 2023-12-18 17:53 UTC  (3+ messages)

[PATCH] SELinux: Introduce security_file_ioctl_compat hook
 2023-12-18 17:54 UTC  (6+ messages)

[PATCH 4.14 00/26] 4.14.334-rc1 review
 2023-12-18 17:48 UTC  (2+ messages)

stable-rc/linux-5.15.y build: 20 builds: 0 failed, 20 passed, 3 warnings (v5.15.143-84-g2d628f368ca8a)
 2023-12-18 17:48 UTC 

stable-rc/queue/4.14 baseline: 85 runs, 16 regressions (v4.14.333-26-g4a7177a800c89)
 2023-12-18 17:35 UTC 

stable-rc/queue/5.15 baseline: 107 runs, 3 regressions (v5.15.143-83-g980d9a43cf444)
 2023-12-18 17:35 UTC 

[PATCH] ASoC: tas2781: add support for FW version 0x0503
 2023-12-18 17:28 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 100 runs, 16 regressions (v5.4.264-40-g71acf9e83ce2d)
 2023-12-18 17:15 UTC 

stable-rc/linux-6.1.y build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.68-107-gd4e0eced63081)
 2023-12-18 17:13 UTC 

stable-rc/linux-4.19.y build: 19 builds: 3 failed, 16 passed, 33 warnings (v4.19.302-37-gc6ac8872cc6c4)
 2023-12-18 17:00 UTC 

+ mm-memory-failure-cast-index-to-loff_t-before-shifting-it.patch added to mm-hotfixes-unstable branch
 2023-12-18 16:57 UTC 

+ mm-memory-failure-check-the-mapcount-of-the-precise-page.patch added to mm-hotfixes-unstable branch
 2023-12-18 16:57 UTC 

+ mm-memory-failure-pass-the-folio-and-the-page-to-collect_procs.patch added to mm-hotfixes-unstable branch
 2023-12-18 16:57 UTC 

stable-rc/linux-4.14.y build: 16 builds: 0 failed, 16 passed, 21 warnings (v4.14.333-27-g2461d9a65af24)
 2023-12-18 16:24 UTC 

stable-rc/linux-5.10.y build: 19 builds: 3 failed, 16 passed, 3 errors, 11 warnings (v5.10.204-63-g17eb2653990e3)
 2023-12-18 16:23 UTC 

[PATCH net 1/1] net: stmmac: Prevent DSA tags from breaking COE
 2023-12-18 16:23 UTC 

[PATCH 1/3] ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells'
 2023-12-18 16:14 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts
` [PATCH 3/3] ARM: dts: qcom: sdx55: fix USB SS wakeup

stable-rc/linux-5.4.y build: 17 builds: 0 failed, 17 passed, 26 warnings (v5.4.264-41-g2be881e115250)
 2023-12-18 16:01 UTC 

[PATCH 6.6 000/166] 6.6.8-rc1 review
 2023-12-18 15:56 UTC 


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