* [PATCH 6.18 00/60] 6.18.37-rc1 review
@ 2026-06-25 13:02 Greg Kroah-Hartman
2026-06-25 13:33 ` Florian Fainelli
` (7 more replies)
0 siblings, 8 replies; 10+ messages in thread
From: Greg Kroah-Hartman @ 2026-06-25 13:02 UTC (permalink / raw)
To: stable
Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr
This is the start of the stable review cycle for the 6.18.37 release.
There are 60 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.18.37-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.18.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.18.37-rc1
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: do not copy page tables unnecessarily for VM_UFFD_WP
Miklos Szeredi <mszeredi@redhat.com>
virtiofs: fix UAF on submount umount
Ruslan Valiyev <linuxoid@gmail.com>
media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
Gil Portnoy <dddhkts1@gmail.com>
ksmbd: reject non-VALID session in compound request branch
Georgi Djakov <georgi.djakov@oss.qualcomm.com>
drivers/base/memory: set mem->altmap after successful device registration
Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero
Yi Yang <yiyang13@huawei.com>
vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
Giovanni Cabiddu <giovanni.cabiddu@intel.com>
crypto: qat - remove unused character device and IOCTLs
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - fix bit count in bitmap_copy()
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - iterative IRQ handler
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - fix memory leak in rmi_set_attn_data()
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - fix num_subpackets overflow in register descriptor
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - fix type overflow in register counts
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - refactor register descriptor parsing
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: rmi4 - fix register descriptor address calculation
Sam Daly <sam@samdaly.ie>
iio: adc: ti-ads1298: add bounds check to pga_settings index
Sam Daly <sam@samdaly.ie>
iio: light: veml6075: add bounds check to veml6075_it_ms index
Faicker Mo <faicker.mo@gmail.com>
net: net_failover: Fix the deadlock in slave register
Mike Marciniszyn (Meta) <mike.marciniszyn@gmail.com>
net: export netif_open for self_test usage
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
testing/selftests/mm: add soft-dirty merge self-test
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: propagate VM_SOFTDIRTY on merge
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: implement sticky VMA flags
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Xin Long <lucien.xin@gmail.com>
sctp: disable BH before calling udp_tunnel_xmit_skb()
Tudor Ambarus <tudor.ambarus@linaro.org>
firmware: samsung: acpm: Fix cross-thread RX length corruption
Dexuan Cui <decui@microsoft.com>
Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs
Thorsten Blum <thorsten.blum@linux.dev>
hv: utils: handle and propagate errors in kvp_register
André Draszik <andre.draszik@linaro.org>
regulator: core: fix locking in regulator_resolve_supply() error path
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: don't free fd-owned sockets when reaping in the heartbeat
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: clear neighbour pointer in rose_kill_by_device()
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: cancel neighbour timers in rose_neigh_put() before freeing
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: drop CALL_REQUEST in loopback timer when device is not running
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: release netdev ref and destroy orphaned incoming sockets
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: fix netdev double-hold in rose_make_new()
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: disconnect orphaned STATE_2 sockets when device is gone
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: set SOCK_DESTROY in rose_kill_by_device() for prompt cleanup
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: fix notifier unregistered too early in rose_exit()
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: fix netdev double-hold in rose_rx_call_request()
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: guard rose_neigh_put() against NULL in timer expiry
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: clear neighbour pointer after rose_neigh_put() in state machines
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: fix race between loopback timer and module removal
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: hold loopback neighbour reference across timer callback
Bernard Pidoux <bernard.f6bvp@gmail.com>
rose: fix dev_put() leak in rose_loopback_timer()
Yicong Yang <yang.yicong@picoheart.com>
ACPI: scan: Use async schedule function in acpi_scan_clear_dep_fn()
Mingyu Wang <25181214217@stu.xidian.edu.cn>
agp/amd64: Fix broken error propagation in agp_amd64_probe()
Weiming Shi <bestswngs@gmail.com>
net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()
Weiming Shi <bestswngs@gmail.com>
i2c: stub: Reject I2C block transfers with invalid length
Lord Ulf Henrik Holmberg <henrik.holmberg@defensify.se>
RDMA/bnxt_re: zero shared page before exposing to userspace
Waiman Long <longman@redhat.com>
debugobjects: Dont call fill_pool() in early boot hardirq context
Helen Koike <koike@igalia.com>
debugobjects: Do not fill_pool() if pi_blocked_on
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
debugobjects: Allow to refill the pool before SYSTEM_SCHEDULING
Yang Erkun <yangerkun@huawei.com>
Revert "NFSD: Defer sub-object cleanup in export put callbacks"
Joanne Koong <joannelkoong@gmail.com>
fuse: re-lock request before replacing page cache folio
Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
net: stmmac: fix stm32 (and potentially others) resume regression
Gabriel Krisman Bertazi <krisman@suse.de>
io_uring/net: Avoid msghdr on op_connect/op_bind async data
-------------
Diffstat:
Documentation/filesystems/proc.rst | 5 +-
Documentation/userspace-api/ioctl/ioctl-number.rst | 1 -
Makefile | 4 +-
drivers/acpi/scan.c | 41 +--
drivers/base/memory.c | 3 +-
drivers/char/agp/amd64-agp.c | 2 +-
drivers/crypto/intel/qat/qat_common/adf_cfg.c | 10 -
drivers/crypto/intel/qat/qat_common/adf_cfg.h | 1 -
.../crypto/intel/qat/qat_common/adf_cfg_common.h | 32 --
drivers/crypto/intel/qat/qat_common/adf_cfg_user.h | 38 --
.../crypto/intel/qat/qat_common/adf_common_drv.h | 3 -
drivers/crypto/intel/qat/qat_common/adf_ctl_drv.c | 404 +--------------------
drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c | 70 ----
drivers/firmware/samsung/exynos-acpm.c | 14 +-
drivers/hv/hv_kvp.c | 25 +-
drivers/hv/vmbus_drv.c | 29 +-
drivers/i2c/i2c-stub.c | 5 +
drivers/iio/adc/ti-ads1298.c | 7 +-
drivers/iio/light/veml6075.c | 8 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 +-
drivers/input/rmi4/rmi_driver.c | 171 +++++----
drivers/input/rmi4/rmi_driver.h | 4 +-
drivers/input/rmi4/rmi_f12.c | 7 +
drivers/media/test-drivers/vidtv/vidtv_mux.c | 8 +-
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 8 +-
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h | 1 +
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 3 +-
drivers/net/net_failover.c | 12 +-
drivers/regulator/core.c | 10 +-
drivers/tty/serial/qcom_geni_serial.c | 9 +-
drivers/tty/vt/vc_screen.c | 2 +-
fs/fuse/dev.c | 19 +-
fs/fuse/file.c | 8 +-
fs/nfsd/export.c | 67 +---
fs/nfsd/export.h | 7 +-
fs/nfsd/nfsctl.c | 8 +-
fs/proc/task_mmu.c | 1 +
fs/smb/server/smb2pdu.c | 5 +
include/linux/mm.h | 104 ++++++
include/net/rose.h | 12 +
include/trace/events/mmflags.h | 1 +
io_uring/net.c | 36 +-
io_uring/opdef.c | 4 +-
lib/debugobjects.c | 58 ++-
mm/khugepaged.c | 71 ++--
mm/madvise.c | 24 +-
mm/memory.c | 16 +-
mm/mlock.c | 2 +-
mm/mprotect.c | 2 +-
mm/mseal.c | 7 +-
mm/vma.c | 81 +++--
mm/vma.h | 130 +++++--
net/core/dev.c | 1 +
net/core/failover.c | 6 +-
net/rose/af_rose.c | 49 ++-
net/rose/rose_in.c | 6 +
net/rose/rose_loopback.c | 61 +++-
net/rose/rose_timer.c | 87 ++++-
net/sctp/ipv6.c | 2 +
net/sctp/protocol.c | 2 +
tools/testing/selftests/mm/soft-dirty.c | 127 ++++++-
tools/testing/vma/vma.c | 3 +-
tools/testing/vma/vma_internal.h | 49 +++
63 files changed, 1023 insertions(+), 972 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
@ 2026-06-25 13:33 ` Florian Fainelli
2026-06-25 15:27 ` Brett A C Sheffield
` (6 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2026-06-25 13:33 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, sudipm.mukherjee, rwarsow, conor,
hargar, broonie, achill, sr
On 6/25/2026 2:02 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.18.37-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.18.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on
BMIPS_GENERIC:
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
--
Florian
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
2026-06-25 13:33 ` Florian Fainelli
@ 2026-06-25 15:27 ` Brett A C Sheffield
2026-06-25 17:11 ` Peter Schneider
` (5 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Brett A C Sheffield @ 2026-06-25 15:27 UTC (permalink / raw)
To: gregkh
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr,
Brett A C Sheffield
# Librecast Test Results
020/020 [ OK ] liblcrq
010/010 [ OK ] libmld
120/120 [ OK ] liblibrecast
CPU/kernel: Linux auntie 6.18.37-rc1-g66e1cbcc83d0 #1 SMP PREEMPT_DYNAMIC Thu Jun 25 15:04:20 -00 2026 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux
Tested-by: Brett A C Sheffield <bacs@librecast.net>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
2026-06-25 13:33 ` Florian Fainelli
2026-06-25 15:27 ` Brett A C Sheffield
@ 2026-06-25 17:11 ` Peter Schneider
2026-06-26 0:04 ` Shuah Khan
` (4 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Peter Schneider @ 2026-06-25 17:11 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
rwarsow, conor, hargar, broonie, achill, sr
Am 25.06.2026 um 15:02 schrieb Greg Kroah-Hartman:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg oddities or regressions found.
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Beste Grüße,
Peter Schneider
--
Climb the mountain not to plant your flag, but to embrace the challenge,
enjoy the air and behold the view. Climb it so you can see the world,
not so the world can see you. -- David McCullough Jr.
OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244
Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2026-06-25 17:11 ` Peter Schneider
@ 2026-06-26 0:04 ` Shuah Khan
2026-06-26 5:11 ` Ron Economos
` (3 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Shuah Khan @ 2026-06-26 0:04 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
rwarsow, conor, hargar, broonie, achill, sr, Shuah Khan
On 6/25/26 07:02, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.18.37-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.18.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
` (3 preceding siblings ...)
2026-06-26 0:04 ` Shuah Khan
@ 2026-06-26 5:11 ` Ron Economos
2026-06-26 10:58 ` Miguel Ojeda
` (2 subsequent siblings)
7 siblings, 0 replies; 10+ messages in thread
From: Ron Economos @ 2026-06-26 5:11 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
rwarsow, conor, hargar, broonie, achill, sr
On 6/25/26 06:02, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.18.37-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.18.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
Built and booted successfully on RISC-V RV64 (HiFive Unmatched).
Tested-by: Ron Economos <re@w6rz.net>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
` (4 preceding siblings ...)
2026-06-26 5:11 ` Ron Economos
@ 2026-06-26 10:58 ` Miguel Ojeda
2026-06-26 13:27 ` Mark Brown
2026-07-03 7:00 ` Shung-Hsi Yu
7 siblings, 0 replies; 10+ messages in thread
From: Miguel Ojeda @ 2026-06-26 10:58 UTC (permalink / raw)
To: gregkh
Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh,
linux-kernel, linux, lkft-triage, patches, patches, pavel,
rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds,
Miguel Ojeda
On Thu, 25 Jun 2026 14:02:45 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested
for loongarch64 and arm32:
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Thanks!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
` (5 preceding siblings ...)
2026-06-26 10:58 ` Miguel Ojeda
@ 2026-06-26 13:27 ` Mark Brown
2026-07-03 7:00 ` Shung-Hsi Yu
7 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2026-06-26 13:27 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, rwarsow, conor, hargar, achill, sr
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
On Thu, Jun 25, 2026 at 02:02:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
Tested-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
` (6 preceding siblings ...)
2026-06-26 13:27 ` Mark Brown
@ 2026-07-03 7:00 ` Shung-Hsi Yu
2026-07-03 7:04 ` Shung-Hsi Yu
7 siblings, 1 reply; 10+ messages in thread
From: Shung-Hsi Yu @ 2026-07-03 7:00 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr
On Thu, Jun 25, 2026 at 02:02:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.18.37 release.
> There are 60 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> Anything received after that time might be too late.
test_progs, test_progs-no_alu32, test_progs-cpuv4, test_maps, test_verifier
in BPF selftests all passes[1] on both x86_64 and aarch64.
Tested-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
1: https://github.com/kernel-patches/linux-stable/actions/runs/28642657596
[...]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 6.18 00/60] 6.18.37-rc1 review
2026-07-03 7:00 ` Shung-Hsi Yu
@ 2026-07-03 7:04 ` Shung-Hsi Yu
0 siblings, 0 replies; 10+ messages in thread
From: Shung-Hsi Yu @ 2026-07-03 7:04 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr
On Fri, Jul 3, 2026 at 3:00 PM Shung-Hsi Yu <shung-hsi.yu@suse.com> wrote:
>
> On Thu, Jun 25, 2026 at 02:02:45PM +0100, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 6.18.37 release.
> > There are 60 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Sat, 27 Jun 2026 12:54:50 +0000.
> > Anything received after that time might be too late.
>
> test_progs, test_progs-no_alu32, test_progs-cpuv4, test_maps, test_verifier
> in BPF selftests all passes[1] on both x86_64 and aarch64.
Oops, meant to reply against the 6.18.38-rc1 review. Sorry for the noise.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2026-07-03 7:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 13:02 [PATCH 6.18 00/60] 6.18.37-rc1 review Greg Kroah-Hartman
2026-06-25 13:33 ` Florian Fainelli
2026-06-25 15:27 ` Brett A C Sheffield
2026-06-25 17:11 ` Peter Schneider
2026-06-26 0:04 ` Shuah Khan
2026-06-26 5:11 ` Ron Economos
2026-06-26 10:58 ` Miguel Ojeda
2026-06-26 13:27 ` Mark Brown
2026-07-03 7:00 ` Shung-Hsi Yu
2026-07-03 7:04 ` Shung-Hsi Yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox