public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-19 09:21:50 to 2023-12-20 16:14:35 UTC [more...]

[PATCH 5.15 000/159] 5.15.145-rc1 review
 2023-12-20 16:09 UTC  (83+ messages)
` [PATCH 5.15 001/159] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
` [PATCH 5.15 002/159] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
` [PATCH 5.15 003/159] ksmbd: Remove redundant flush_workqueue() calls
` [PATCH 5.15 004/159] ksmbd: remove md4 leftovers
` [PATCH 5.15 005/159] ksmbd: remove smb2_buf_length in smb2_hdr
` [PATCH 5.15 006/159] ksmbd: remove smb2_buf_length in smb2_transform_hdr
` [PATCH 5.15 007/159] ksmbd: change LeaseKey data type to u8 array
` [PATCH 5.15 008/159] ksmbd: use oid registry functions to decode OIDs
` [PATCH 5.15 009/159] ksmbd: Remove unused parameter from smb2_get_name()
` [PATCH 5.15 010/159] ksmbd: Remove unused fields from ksmbd_file struct definition
` [PATCH 5.15 011/159] ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO
` [PATCH 5.15 012/159] ksmbd: Fix buffer_check_err() kernel-doc comment
` [PATCH 5.15 013/159] ksmbd: Fix smb2_set_info_file() "
` [PATCH 5.15 014/159] ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()
` [PATCH 5.15 015/159] ksmbd: Fix smb2_get_name() kernel-doc comment
` [PATCH 5.15 016/159] ksmbd: register ksmbd ib client with ib_register_client()
` [PATCH 5.15 017/159] ksmbd: set 445 port to smbdirect port by default
` [PATCH 5.15 018/159] ksmbd: smbd: call rdma_accept() under CM handler
` [PATCH 5.15 019/159] ksmbd: smbd: create MR pool
` [PATCH 5.15 020/159] ksmbd: smbd: change the default maximum read/write, receive size
` [PATCH 5.15 021/159] ksmbd: add smb-direct shutdown
` [PATCH 5.15 022/159] ksmbd: smbd: fix missing clients memory region invalidation
` [PATCH 5.15 023/159] ksmbd: smbd: validate buffer descriptor structures
` [PATCH 5.15 024/159] ksmbd: add support for key exchange
` [PATCH 5.15 025/159] ksmbd: use netif_is_bridge_port
` [PATCH 5.15 026/159] ksmbd: store fids as opaque u64 integers
` [PATCH 5.15 027/159] ksmbd: shorten experimental warning on loading the module
` [PATCH 5.15 028/159] ksmbd: Remove a redundant zeroing of memory
` [PATCH 5.15 029/159] ksmbd: replace usage of found with dedicated list iterator variable
` [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 037/159] ksmbd: smbd: handle multiple Buffer descriptors
` [PATCH 5.15 038/159] ksmbd: fix wrong smbd max read/write size check
` [PATCH 5.15 039/159] ksmbd: Fix some kernel-doc comments
` [PATCH 5.15 040/159] ksmbd: smbd: fix connection dropped issue
` [PATCH 5.15 041/159] ksmbd: smbd: relax the count of sges required
` [PATCH 5.15 042/159] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
` [PATCH 5.15 043/159] ksmbd: remove duplicate flag set in smb2_write
` [PATCH 5.15 044/159] ksmbd: remove unused ksmbd_share_configs_cleanup function
` [PATCH 5.15 045/159] ksmbd: use wait_event instead of schedule_timeout()
` [PATCH 5.15 046/159] ksmbd: request update to stale share config
` [PATCH 5.15 047/159] ksmbd: remove unnecessary generic_fillattr in smb2_open
` [PATCH 5.15 048/159] ksmbd: dont open-code file_path()
` [PATCH 5.15 049/159] ksmbd: dont open-code %pD
` [PATCH 5.15 050/159] ksmbd: constify struct path
` [PATCH 5.15 051/159] ksmbd: remove generic_fillattr use in smb2_open()
` [PATCH 5.15 052/159] ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
` [PATCH 5.15 053/159] ksmbd: change security id to the one samba used for posix extension
` [PATCH 5.15 054/159] ksmbd: set file permission mode to match Samba server posix extension behavior
` [PATCH 5.15 055/159] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response
` [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 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 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

Linux 6.6.8
 2023-12-20 16:08 UTC  (2+ messages)

Linux 6.1.69
 2023-12-20 16:08 UTC  (2+ messages)

Linux 4.19.303
 2023-12-20 16:08 UTC  (2+ messages)

Linux 4.14.334
 2023-12-20 16:08 UTC  (2+ messages)

Linux 5.4.265
 2023-12-20 16:08 UTC  (2+ messages)

Linux 5.10.205
 2023-12-20 16:08 UTC  (2+ messages)

Linux 5.15.144
 2023-12-20 16:07 UTC  (2+ messages)

[PATCH for-5.15.y+] kasan: disable kasan_non_canonical_hook() for HW tags
 2023-12-20 16:07 UTC  (2+ messages)

[PATCH 01/18] serial: sc16is7xx: fix segfault when removing driver
 2023-12-20 16:00 UTC  (12+ messages)
` [PATCH 02/18] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error
` [PATCH 03/18] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()
` [PATCH 04/18] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
` [PATCH 15/18] serial: sc16is7xx: pass R/W buffer in FIFO functions

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

[PATCH 5.15.y v2 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-12-20 14:47 UTC  (3+ messages)
` [PATCH 5.15.y v2 1/2] kallsyms: Make kallsyms_on_each_symbol generally available

[PATCH for-5.15.y 0/3] Revert lt9611uxc fixes which broke
 2023-12-20 14:43 UTC  (7+ messages)
` [PATCH for-5.15.y 1/3] Revert "drm/bridge: lt9611uxc: fix the race in the error path"
` [PATCH for-5.15.y 2/3] Revert "drm/bridge: lt9611uxc: Register and attach our DSI device at probe"
` [PATCH for-5.15.y 3/3] Revert "drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers"

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

[PATCH 5.15.y 000/154] ksmbd backport patches for 5.15.y
 2023-12-20 14:41 UTC  (2+ messages)

[4.19] please include b65ba0c362be665192381cc59e3ac3ef6f0dd1e1
 2023-12-20 14:40 UTC  (2+ messages)

[PATCH] drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
 2023-12-20 13:48 UTC  (5+ messages)

[PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
 2023-12-20 13:43 UTC  (8+ messages)
` [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

[PATCH 6.1 000/106] 6.1.69-rc1 review
 2023-12-20 13:02 UTC  (5+ messages)

[PATCH 1/2] drm: Don't unref the same fb many times by mistake due to deadlock handling
 2023-12-20 12:04 UTC  (2+ messages)

[PATCH v3 2/3] usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
 2023-12-20 10:30 UTC  (3+ messages)

KernelCI stable-rc/linux-6.1.y report (19/12/2023)
 2023-12-20  9:38 UTC  (3+ messages)

[PATCH] wifi: mwifiex: fix uninitialized firmware_stat
 2023-12-20  9:01 UTC 

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-20  8:24 UTC  (17+ messages)

[PATCH 5.10 00/60] 5.10.205-rc2 review
 2023-12-20  5:42 UTC  (5+ messages)

+ mm-migrate-high-order-folios-in-swap-cache-correctly.patch added to mm-hotfixes-unstable branch
 2023-12-20  2:52 UTC  (2+ messages)

[PATCH v3] rootfs: Fix support for rootfstype= when root= is given
 2023-12-20  2:19 UTC 

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

[PATCH net 1/1] net: stmmac: Prevent DSA tags from breaking COE
 2023-12-20  0:43 UTC  (7+ messages)

[PATCH 1/2] HID: wacom: Correct behavior when processing some confidence == false touches
 2023-12-19 23:03 UTC  (2+ messages)

[PATCH 6.6 000/166] 6.6.8-rc1 review
 2023-12-19 22:08 UTC  (4+ messages)

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

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

[RFT 1/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
 2023-12-19 19:46 UTC  (11+ messages)

[PATCH] ARM: dts: qcom-sdx55: Fix the base address of PCIe PHY
 2023-12-19 19:33 UTC  (2+ messages)

FAILED: patch "[PATCH] drm: Fix FD ownership check in drm_master_check_perm()" failed to apply to 6.6-stable tree
 2023-12-19 15:51 UTC  (2+ messages)
` [PATCH 6.6.y] drm: Fix FD ownership check in drm_master_check_perm()

[PATCH] cxl/hdm: Fix dpa translation locking
 2023-12-19 18:14 UTC  (3+ messages)

stable-rc/queue/4.14 baseline: 84 runs, 16 regressions (v4.14.333-26-g807dd53ac94a)
 2023-12-19 14:40 UTC 

stable-rc/linux-5.10.y baseline: 111 runs, 3 regressions (v5.10.204-61-g163d4e782432)
 2023-12-19 14:37 UTC 

stable-rc/queue/5.4 baseline: 100 runs, 16 regressions (v5.4.264-40-g7c925b38e23d)
 2023-12-19 14:22 UTC 

stable-rc/queue/4.19 baseline: 90 runs, 20 regressions (v4.19.302-34-g3dc58962f836)
 2023-12-19 13:40 UTC 

stable-rc/queue/5.15 baseline: 107 runs, 5 regressions (v5.15.143-82-g6d719f63e58e)
 2023-12-19 13:31 UTC 

stable-rc/queue/6.1 baseline: 111 runs, 3 regressions (v6.1.68-106-gdfaaf0666f4b)
 2023-12-19 12:50 UTC 

KernelCI stable-rc/linux-5.4.y report (19/12/2023)
 2023-12-19 12:46 UTC 

KernelCI stable-rc/linux-5.10.y report (19/12/2023)
 2023-12-19 12:45 UTC 

KernelCI stable-rc/linux-5.15.y report (19/12/2023)
 2023-12-19 12:45 UTC 

stable-rc/queue/5.10 baseline: 104 runs, 6 regressions (v5.10.204-60-g55a7662a657f)
 2023-12-19 12:40 UTC 

[PATCH 4.19 00/36] 4.19.303-rc1 review
 2023-12-19 11:30 UTC  (2+ messages)

[PATCH 4.14 00/26] 4.14.334-rc1 review
 2023-12-19 11:30 UTC  (2+ messages)

stable-rc/queue/4.14 build: 16 builds: 0 failed, 16 passed, 21 warnings (v4.14.333-26-g807dd53ac94a)
 2023-12-19 11:11 UTC 

stable-rc/linux-5.10.y build: 19 builds: 0 failed, 19 passed, 5 warnings (v5.10.204-61-g163d4e782432)
 2023-12-19 11:08 UTC 

[PATCH net v3] net: ks8851: Fix TX stall caused by TX buffer overrun
 2023-12-19 11:00 UTC  (2+ messages)

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

stable-rc/queue/6.6 build: 19 builds: 0 failed, 19 passed (v6.6.7-166-g323633885756)
 2023-12-19 10:37 UTC 

stable-rc/queue/4.19 build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.302-34-g3dc58962f836)
 2023-12-19 10:11 UTC 

stable-rc/queue/5.15 build: 20 builds: 0 failed, 20 passed, 3 warnings (v5.15.143-82-g6d719f63e58e)
 2023-12-19 10:02 UTC 

stable-rc/queue/6.1 build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.68-106-gdfaaf0666f4b)
 2023-12-19  9:21 UTC 


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