public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-20 16:13:02 to 2023-12-21 14:57:42 UTC [more...]

[PATCH 5.15 000/159] 5.15.145-rc1 review
 2023-12-21 14:57 UTC  (120+ messages)
` [PATCH 5.15 027/159] ksmbd: shorten experimental warning on loading the module
` [PATCH 5.15 030/159] smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_common
` [PATCH 5.15 031/159] ksmbd: remove filename in ksmbd_file
` [PATCH 5.15 032/159] ksmbd: validate length in smb2_write()
` [PATCH 5.15 033/159] ksmbd: smbd: change prototypes of RDMA read/write related functions
` [PATCH 5.15 034/159] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH 5.15 035/159] ksmbd: smbd: simplify tracking pending packets
` [PATCH 5.15 036/159] ksmbd: smbd: change the return value of get_sg_list
` [PATCH 5.15 056/159] ksmbd: fix encryption failure issue for session logoff response
` [PATCH 5.15 057/159] ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob
` [PATCH 5.15 058/159] ksmbd: decrease the number of SMB3 smbdirect server SGEs
` [PATCH 5.15 059/159] ksmbd: reduce server smbdirect max send/receive segment sizes
` [PATCH 5.15 060/159] ksmbd: hide socket error message when ipv6 config is disable
` [PATCH 5.15 061/159] ksmbd: make utf-8 file name comparison work in __caseless_lookup()
` [PATCH 5.15 062/159] ksmbd: call ib_drain_qp when disconnected
` [PATCH 5.15 063/159] ksmbd: validate share name from share config response
` [PATCH 5.15 064/159] ksmbd: replace one-element arrays with flexible-array members
` [PATCH 5.15 065/159] ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
` [PATCH 5.15 066/159] ksmbd: use F_SETLK when unlocking a file
` [PATCH 5.15 067/159] ksmbd: Fix resource leak in smb2_lock()
` [PATCH 5.15 068/159] ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
` [PATCH 5.15 069/159] ksmbd: send proper error response in smb2_tree_connect()
` [PATCH 5.15 070/159] ksmbd: Implements sess->ksmbd_chann_list as xarray
` [PATCH 5.15 071/159] ksmbd: Implements sess->rpc_handle_list "
` [PATCH 5.15 072/159] ksmbd: fix typo, syncronous->synchronous
` [PATCH 5.15 073/159] ksmbd: Remove duplicated codes
` [PATCH 5.15 074/159] ksmbd: update Kconfig to note Kerberos support and fix indentation
` [PATCH 5.15 075/159] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
` [PATCH 5.15 076/159] ksmbd: Fix parameter name and comment mismatch
` [PATCH 5.15 077/159] ksmbd: fix possible memory leak in smb2_lock()
` [PATCH 5.15 078/159] ksmbd: fix wrong signingkey creation when encryption is AES256
` [PATCH 5.15 079/159] ksmbd: remove unused is_char_allowed function
` [PATCH 5.15 080/159] ksmbd: delete asynchronous work from list
` [PATCH 5.15 081/159] ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
` [PATCH 5.15 082/159] ksmbd: avoid out of bounds access in decode_preauth_ctxt()
` [PATCH 5.15 083/159] ksmbd: set NegotiateContextCount once instead of every inc
` [PATCH 5.15 084/159] ksmbd: avoid duplicate negotiate ctx offset increments
` [PATCH 5.15 085/159] ksmbd: remove unused compression negotiate ctx packing
` [PATCH 5.15 086/159] fs: introduce lock_rename_child() helper
` [PATCH 5.15 087/159] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH 5.15 088/159] ksmbd: fix racy issue from session setup and logoff
` [PATCH 5.15 089/159] ksmbd: destroy expired sessions
` [PATCH 5.15 090/159] ksmbd: block asynchronous requests when making a delay on session setup
` [PATCH 5.15 091/159] ksmbd: fix racy issue from smb2 close and logoff with multichannel
` [PATCH 5.15 092/159] ksmbd: fix racy issue under cocurrent smb2 tree disconnect
` [PATCH 5.15 093/159] ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
` [PATCH 5.15 094/159] ksmbd: fix uninitialized pointer read in smb2_create_link()
` [PATCH 5.15 095/159] ksmbd: fix multiple out-of-bounds read during context decoding
` [PATCH 5.15 096/159] ksmbd: fix UAF issue from opinfo->conn
` [PATCH 5.15 097/159] ksmbd: call putname after using the last component
` [PATCH 5.15 098/159] ksmbd: fix out-of-bound read in deassemble_neg_contexts()
` [PATCH 5.15 099/159] ksmbd: fix out-of-bound read in parse_lease_state()
` [PATCH 5.15 100/159] ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
` [PATCH 5.15 101/159] ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
` [PATCH 5.15 102/159] ksmbd: validate smb request protocol id
` [PATCH 5.15 103/159] ksmbd: add mnt_want_write to ksmbd vfs functions
` [PATCH 5.15 104/159] ksmbd: remove unused ksmbd_tree_conn_share function
` [PATCH 5.15 105/159] ksmbd: use kzalloc() instead of __GFP_ZERO
` [PATCH 5.15 106/159] ksmbd: return a literal instead of err in ksmbd_vfs_kern_path_locked()
` [PATCH 5.15 107/159] ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
` [PATCH 5.15 108/159] ksmbd: use kvzalloc instead of kvmalloc
` [PATCH 5.15 109/159] ksmbd: Replace the ternary conditional operator with min()
` [PATCH 5.15 110/159] ksmbd: fix out of bounds read in smb2_sess_setup
` [PATCH 5.15 111/159] ksmbd: add missing compound request handing in some commands
` [PATCH 5.15 112/159] ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
` [PATCH 5.15 113/159] ksmbd: Replace one-element array with flexible-array member
` [PATCH 5.15 114/159] ksmbd: Fix unsigned expression compared with zero
` [PATCH 5.15 115/159] ksmbd: check if a mount point is crossed during path lookup
` [PATCH 5.15 116/159] ksmbd: validate session id and tree id in compound request
` [PATCH 5.15 117/159] ksmbd: fix out of bounds in init_smb2_rsp_hdr()
` [PATCH 5.15 118/159] ksmbd: switch to use kmemdup_nul() helper
` [PATCH 5.15 119/159] ksmbd: add support for read compound
` [PATCH 5.15 120/159] ksmbd: fix wrong interim response on compound
` [PATCH 5.15 121/159] ksmbd: fix `force create mode and `force directory mode
` [PATCH 5.15 122/159] ksmbd: reduce descriptor size if remaining bytes is less than request size
` [PATCH 5.15 123/159] ksmbd: Fix one kernel-doc comment
` [PATCH 5.15 124/159] ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
` [PATCH 5.15 125/159] ksmbd: add missing calling smb2_set_err_rsp() on error
` [PATCH 5.15 126/159] ksmbd: remove experimental warning
` [PATCH 5.15 127/159] ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
` [PATCH 5.15 128/159] ksmbd: fix passing freed memory aux_payload_buf
` [PATCH 5.15 129/159] ksmbd: return invalid parameter error response if smb2 request is invalid
` [PATCH 5.15 130/159] ksmbd: check iov vector index in ksmbd_conn_write()
` [PATCH 5.15 131/159] ksmbd: fix race condition between session lookup and expire
` [PATCH 5.15 132/159] ksmbd: fix race condition with fp
` [PATCH 5.15 133/159] ksmbd: fix race condition from parallel smb2 logoff requests
` [PATCH 5.15 134/159] ksmbd: fix race condition from parallel smb2 lock requests
` [PATCH 5.15 135/159] ksmbd: fix race condition between tree conn lookup and disconnect
` [PATCH 5.15 136/159] ksmbd: fix wrong error response status by using set_smb2_rsp_status()
` [PATCH 5.15 137/159] ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
` [PATCH 5.15 138/159] ksmbd: fix potential double free on smb2_read_pipe() error path
` [PATCH 5.15 139/159] ksmbd: Remove unused field in ksmbd_user struct
` [PATCH 5.15 140/159] ksmbd: reorganize ksmbd_iov_pin_rsp()
` [PATCH 5.15 141/159] ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
` [PATCH 5.15 142/159] ksmbd: fix recursive locking in vfs helpers
` [PATCH 5.15 143/159] ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
` [PATCH 5.15 144/159] ksmbd: add support for surrogate pair conversion
` [PATCH 5.15 145/159] ksmbd: no need to wait for binded connection termination at logoff
` [PATCH 5.15 146/159] ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
` [PATCH 5.15 147/159] ksmbd: handle malformed smb1 message
` [PATCH 5.15 148/159] ksmbd: prevent memory leak on error return
` [PATCH 5.15 149/159] ksmbd: fix possible deadlock in smb2_open
` [PATCH 5.15 150/159] ksmbd: separately allocate ci per dentry
` [PATCH 5.15 151/159] ksmbd: move oplock handling after unlock parent dir
` [PATCH 5.15 152/159] ksmbd: release interim response after sending status pending response
` [PATCH 5.15 153/159] ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
` [PATCH 5.15 154/159] ksmbd: dont update ->op_state as OPLOCK_STATE_NONE on error
` [PATCH 5.15 155/159] Revert "drm/bridge: lt9611uxc: fix the race in the error path"
` [PATCH 5.15 156/159] Revert "drm/bridge: lt9611uxc: Register and attach our DSI device at probe"
` [PATCH 5.15 157/159] Revert "drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers"
` [PATCH 5.15 158/159] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH 5.15 159/159] kasan: disable kasan_non_canonical_hook() for HW tags

stable-rc/queue/6.1 baseline: 86 runs, 4 regressions (v6.1.68-109-g72c91a6aec84e)
 2023-12-21 14:48 UTC 

stable-rc/queue/6.6 baseline: 87 runs, 1 regressions (v6.6.7-168-g611edaf5fedea)
 2023-12-21 14:48 UTC 

[PATCH v2] wifi: mwifiex: fix uninitialized firmware_stat
 2023-12-21 14:41 UTC  (4+ messages)
  ` [EXT] "

[PATCHv4 bpf 1/2] bpf: Fix prog_array_map_poke_run map poke update
 2023-12-21 14:34 UTC  (7+ messages)

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-12-21 13:55 UTC  (3+ messages)
` [PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events

stable-rc/queue/6.1 build: 18 builds: 0 failed, 18 passed, 1 warning (v6.1.68-109-g72c91a6aec84e)
 2023-12-21 11:19 UTC 

stable-rc/queue/6.6 build: 19 builds: 0 failed, 19 passed (v6.6.7-168-g611edaf5fedea)
 2023-12-21 11:19 UTC 

[PATCH 5.10 0/1] 9p/net: fix possible memory leak in p9_check_errors()
 2023-12-21 11:01 UTC  (2+ messages)
` [PATCH 5.10 1/1] "

[PATCH] firmware: arm_scmi: Check Mailbox/SMT channel for consistency
 2023-12-21 10:55 UTC  (5+ messages)

[PATCH] drm/vmwgfx: Keep a gem reference to user bos in surfaces
 2023-12-21 10:54 UTC  (2+ messages)

[PATCH v3] rootfs: Fix support for rootfstype= when root= is given
 2023-12-21  9:30 UTC  (2+ messages)

[PATCH 1/3] mm/memory-failure: Pass the folio and the page to collect_procs()
 2023-12-21  8:13 UTC  (4+ messages)
` [PATCH 3/3] mm/memory-failure: Cast index to loff_t before shifting it

stable/6.2, stable/6.3: backport commit 99bf5b0baac9 ("ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.")
 2023-12-21  7:46 UTC 

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

[4.19] please include b65ba0c362be665192381cc59e3ac3ef6f0dd1e1
 2023-12-21  5:45 UTC  (2+ messages)

stable-rc/queue/6.6 baseline: 109 runs, 4 regressions (v6.6.7-166-g4a769d77505ba)
 2023-12-21  5:30 UTC 

stable-rc/queue/6.1 baseline: 110 runs, 3 regressions (v6.1.68-108-g5ec595eb8752d)
 2023-12-21  2:57 UTC 

stable-rc/queue/6.6 build: 20 builds: 0 failed, 20 passed (v6.6.7-166-g4a769d77505ba)
 2023-12-21  2:01 UTC 

[PATCH] wifi: mwifiex: fix uninitialized firmware_stat
 2023-12-21  1:42 UTC  (4+ messages)
  ` [EXT] "

stable-rc/queue/5.15 baseline: 103 runs, 3 regressions (v5.15.143-83-g1d146b1875fc9)
 2023-12-21  1:33 UTC 

stable-rc/linux-5.15.y build: 20 builds: 0 failed, 20 passed, 3 warnings (v5.15.143-243-ge7911feb56b71)
 2023-12-21  1:13 UTC 

selftests: ftrace: Internal error: Oops: sve_save_state
 2023-12-21  1:06 UTC  (7+ messages)

stable-rc/linux-4.19.y baseline: 91 runs, 2 regressions (v4.19.302-36-g2fba28e43c215)
 2023-12-21  0:51 UTC 

stable-rc/queue/6.1 build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.68-108-g5ec595eb8752d)
 2023-12-20 23:28 UTC 

stable-rc/queue/5.4 baseline: 77 runs, 16 regressions (v5.4.264-40-g069401b6524f9)
 2023-12-20 23:22 UTC 

[PATCH net 1/1] net: stmmac: Prevent DSA tags from breaking COE
 2023-12-20 23:00 UTC  (8+ messages)

stable-rc/queue/4.19 baseline: 86 runs, 19 regressions (v4.19.302-35-g74ad23cd9b482)
 2023-12-20 23:00 UTC 

stable/linux-6.1.y build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.69)
 2023-12-20 22:48 UTC 

stable-rc/queue/5.10 baseline: 100 runs, 6 regressions (v5.10.204-60-gbd6aa237ba9cb)
 2023-12-20 22:40 UTC 

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header
 2023-12-20 22:26 UTC  (2+ messages)

[PATCH 03/18] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
 2023-12-20 22:09 UTC  (3+ messages)

stable/linux-4.19.y baseline: 121 runs, 2 regressions (v4.19.303)
 2023-12-20 22:06 UTC 

stable-rc/queue/5.15 build: 20 builds: 0 failed, 20 passed, 3 warnings (v5.15.143-83-g1d146b1875fc9)
 2023-12-20 22:04 UTC 

stable/6.2, stable/6.3: backport commit 99bf5b0baac9 ("ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.")
 2023-12-20 21:59 UTC 

[merged mm-hotfixes-stable] mm-memory-failure-cast-index-to-loff_t-before-shifting-it.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] mm-memory-failure-check-the-mapcount-of-the-precise-page.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] mm-memory-failure-pass-the-folio-and-the-page-to-collect_procs.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] selftests-secretmem-floor-the-memory-size-to-the-multiple-of-page_size.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] mm-migrate-high-order-folios-in-swap-cache-correctly.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] maple_tree-do-not-preallocate-nodes-for-slot-stores.patch removed from -mm tree
 2023-12-20 21:47 UTC 

[merged mm-hotfixes-stable] mm-filemap-avoid-buffered-read-write-race-to-read-inconsistent-data.patch removed from -mm tree
 2023-12-20 21:47 UTC 

stable-rc/linux-4.19.y build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.302-36-g2fba28e43c215)
 2023-12-20 21:22 UTC 

stable-rc/queue/4.14 baseline: 83 runs, 16 regressions (v4.14.333-26-ge023826bd34f1)
 2023-12-20 21:20 UTC 

stable/linux-5.4.y build: 17 builds: 0 failed, 17 passed, 26 warnings (v5.4.265)
 2023-12-20 21:01 UTC 

stable/linux-5.15.y baseline: 220 runs, 5 regressions (v5.15.144)
 2023-12-20 20:46 UTC 

stable/linux-5.10.y build: 19 builds: 0 failed, 19 passed, 5 warnings (v5.10.205)
 2023-12-20 20:33 UTC 

stable-rc/queue/5.4 build: 17 builds: 0 failed, 17 passed, 26 warnings (v5.4.264-40-g069401b6524f9)
 2023-12-20 19:53 UTC 

stable-rc/queue/4.19 build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.302-35-g74ad23cd9b482)
 2023-12-20 19:31 UTC 

stable-rc/queue/5.10 build: 19 builds: 0 failed, 19 passed, 5 warnings (v5.10.204-60-gbd6aa237ba9cb)
 2023-12-20 19:11 UTC 

[PATCH] SELinux: Check correct permissions for FS_IOC32_*
 2023-12-20 18:48 UTC  (4+ messages)
` [PATCH] security: new security_file_ioctl_compat() hook

stable/linux-4.19.y build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.303)
 2023-12-20 18:37 UTC 

stable/linux-4.14.y build: 16 builds: 0 failed, 16 passed, 21 warnings (v4.14.334)
 2023-12-20 18:15 UTC 

stable-rc/queue/4.14 build: 16 builds: 0 failed, 16 passed, 21 warnings (v4.14.333-26-ge023826bd34f1)
 2023-12-20 17:51 UTC 

patch "iio: adc: ad7091r: Pass iio_dev to event handler" added to char-misc-next
 2023-12-20 16:19 UTC 

patch "iio: adc: ad7091r: Pass iio_dev to event handler" added to char-misc-testing
 2023-12-20 16:15 UTC 

[PATCH v3] rpm-pkg: simplify installkernel %post
 2023-12-20 17:18 UTC  (3+ messages)
` [PATCH v4] "

stable/linux-5.15.y build: 116 builds: 1 failed, 115 passed, 4 errors, 5 warnings (v5.15.144)
 2023-12-20 17:17 UTC 

FAILED: patch "[PATCH] tracing/kprobes: Fix symbol counting logic by looking at" failed to apply to 6.1-stable tree
 2023-12-20 17:00 UTC  (2+ messages)
` [PATCH 6.1.y] tracing/kprobes: Fix symbol counting logic by looking at modules as well

[PATCH 1/2] scsi: ufs: Simplify power management during async scan
 2023-12-20 16:59 UTC  (4+ messages)

[PATCH 08/20] drm/amd/display: pbn_div need be updated for hotplug event
 2023-12-20 16:33 UTC 


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