APPLIED: [SRU][Questing][PULL] Questing update: v6.17.2 upstream stable release
Edoardo Canepa
edoardo.canepa at canonical.com
Fri Oct 17 09:07:35 UTC 2025
Applied to questing:linux/master-next. Thanks.
On 10/16/25 16:43, Manuel Diewald wrote:
> This pull request (29 commits) includes the following Questing stable patchsets:
>
> Questing update: v6.17.2 upstream stable release
> https://bugs.launchpad.net/bugs/2128209
>
> Note also that the 'stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('stable-next') instead of each
> tags/questing-stable-* reference:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/questing stable-next
>
> -Manuel
>
> ------------------------------------------------------------------------
>
> The following changes since commit 2e18b4833ff07ecfb217c0a2ee3072e316bcb4e7:
>
> UBUNTU: Ubuntu-6.17.0-6.6 (2025-10-07 14:15:18 +0300)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/questing tags/questing-stable-v6.17.2
>
> for you to fetch changes up to a0c068cd2e7ffde24ad3e89e6600a6803cf96a65:
>
> UBUNTU: Upstream stable to v6.17.2 (2025-10-16 16:38:38 +0200)
>
> ----------------------------------------------------------------
> Ankit Khushwaha (1):
> ring buffer: Propagate __rb_map_vma return value to caller
>
> Bitterblue Smith (2):
> wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
> wifi: rtl8xxxu: Don't claim USB ID 07b8:8188
>
> Carlos Llamas (1):
> binder: fix double-free in dbitmap
>
> Chao Yu (1):
> f2fs: fix to do sanity check on node footer for non inode dnode
>
> Greg Kroah-Hartman (1):
> Linux 6.17.2
>
> Herbert Xu (3):
> Revert "crypto: testmgr - desupport SHA-1 for FIPS 140"
> crypto: zstd - Fix compression bug caused by truncation
> crypto: rng - Ensure set_ent is always present
>
> Krzysztof Kozlowski (1):
> serial: qcom-geni: Fix blocked task
>
> Manuel Diewald (2):
> UBUNTU: [Config] stm32: do not select console when driver is module
> UBUNTU: Upstream stable to v6.17.2
>
> Mario Limonciello (1):
> drm/amdgpu: Enable MES lr_compute_wa by default
>
> Max Kellermann (1):
> drivers/misc/amd-sbi/Kconfig: select REGMAP_I2C
>
> Michael Walle (1):
> nvmem: layouts: fix automatic module loading
>
> Miguel Ojeda (2):
> rust: drm: fix `srctree/` links
> rust: block: fix `srctree/` links
>
> Nalivayko Sergey (1):
> net/9p: fix double req put in p9_fd_cancelled
>
> Ovidiu Panait (3):
> staging: axis-fifo: fix maximum TX packet length check
> staging: axis-fifo: fix TX handling on copy_from_user() failure
> staging: axis-fifo: flush RX FIFO on read errors
>
> Rafael J. Wysocki (2):
> driver core: faux: Set power.no_pm for faux devices
> driver core/PM: Set power.no_callbacks along with power.no_pm
>
> Rahul Rameshbabu (2):
> rust: pci: fix incorrect platform reference in PCI driver probe doc comment
> rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
>
> Raphael Gallais-Pou (1):
> serial: stm32: allow selecting console when the driver is module
>
> Sean Christopherson (1):
> KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
>
> Xiaowei Li (1):
> USB: serial: option: add SIMCom 8230C compositions
>
> Zenm Chen (1):
> Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
>
> Makefile | 2 +-
> arch/x86/kvm/emulate.c | 9 +-
> arch/x86/kvm/kvm_emulate.h | 3 +-
> arch/x86/kvm/x86.c | 15 +-
> crypto/rng.c | 8 +
> crypto/testmgr.c | 5 +
> crypto/zstd.c | 2 +-
> debian.master/config/annotations | 1 +
> debian.master/upstream-stable | 2 +-
> drivers/android/dbitmap.h | 1 +
> drivers/base/faux.c | 1 +
> drivers/bluetooth/btusb.c | 2 +
> drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 6 +
> drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 5 +
> drivers/gpu/drm/amd/include/mes_v11_api_def.h | 3 +-
> drivers/gpu/drm/amd/include/mes_v12_api_def.h | 3 +-
> drivers/misc/amd-sbi/Kconfig | 1 +
> drivers/net/wireless/realtek/rtl8xxxu/core.c | 2 -
> .../net/wireless/realtek/rtlwifi/rtl8192cu/sw.c | 1 -
> drivers/nvmem/layouts.c | 13 ++
> drivers/staging/axis-fifo/axis-fifo.c | 68 ++++----
> drivers/tty/serial/Kconfig | 2 +-
> drivers/tty/serial/qcom_geni_serial.c | 176 ++-------------------
> drivers/usb/serial/option.c | 6 +
> fs/f2fs/f2fs.h | 4 +-
> fs/f2fs/gc.c | 4 +-
> fs/f2fs/node.c | 58 ++++---
> fs/f2fs/node.h | 1 +
> fs/f2fs/recovery.c | 2 +-
> include/linux/device.h | 3 +
> kernel/trace/ring_buffer.c | 2 +-
> net/9p/trans_fd.c | 8 +-
> rust/kernel/block/mq/gen_disk.rs | 2 +-
> rust/kernel/drm/device.rs | 2 +-
> rust/kernel/drm/driver.rs | 2 +-
> rust/kernel/drm/file.rs | 2 +-
> rust/kernel/drm/gem/mod.rs | 2 +-
> rust/kernel/drm/ioctl.rs | 2 +-
> rust/kernel/pci.rs | 6 +-
> 39 files changed, 180 insertions(+), 257 deletions(-)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x20F88172E14F6784.asc
Type: application/pgp-keys
Size: 3167 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20251017/32271584/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20251017/32271584/attachment-0001.sig>
More information about the kernel-team
mailing list