Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kernel-source for openSUSE:Factory checked in at 2025-07-26 13:40:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kernel-source (Old) and /work/SRC/openSUSE:Factory/.kernel-source.new.13279 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kernel-source" Sat Jul 26 13:40:51 2025 rev:792 rq:1295447 version:6.15.8 Changes: -------- --- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes 2025-07-20 15:29:44.265722373 +0200 +++ /work/SRC/openSUSE:Factory/.kernel-source.new.13279/dtb-aarch64.changes 2025-07-26 13:41:20.121253898 +0200 @@ -1,0 +2,327 @@ +Thu Jul 24 09:17:27 CEST 2025 - jsl...@suse.cz + +- Linux 6.15.8 (bsc#1012628). +- KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop + poll hypercalls (bsc#1012628). +- smb: client: let smbd_post_send_iter() respect the peers + max_send_size and transmit all data (bsc#1012628). +- drm/xe: Move page fault init after topology init (bsc#1012628). +- drm/xe/mocs: Initialize MOCS index early (bsc#1012628). +- sched/ext: Prevent update_locked_rq() calls with NULL rq + (bsc#1012628). +- sched,freezer: Remove unnecessary warning in __thaw_task + (bsc#1012628). +- cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code + (bsc#1012628). +- cifs: Fix the smbd_response slab to allow usercopy + (bsc#1012628). +- smb: client: make use of common smbdirect_socket_parameters + (bsc#1012628). +- smb: smbdirect: introduce smbdirect_socket_parameters + (bsc#1012628). +- smb: client: make use of common smbdirect_socket (bsc#1012628). +- smb: smbdirect: add smbdirect_socket.h (bsc#1012628). +- smb: smbdirect: add smbdirect.h with public structures + (bsc#1012628). +- smb: client: make use of common smbdirect_pdu.h (bsc#1012628). +- smb: smbdirect: add smbdirect_pdu.h with protocol definitions + (bsc#1012628). +- rust: use `#[used(compiler)]` to fix build and `modpost` + with Rust >= 1.89.0 (bsc#1012628). +- net: libwx: fix multicast packets received count (bsc#1012628). +- usb: dwc3: qcom: Don't leave BCR asserted (bsc#1012628). +- usb: hub: Don't try to recover devices lost during warm reset + (bsc#1012628). +- usb: hub: Fix flushing of delayed work used for post resume + purposes (bsc#1012628). +- usb: hub: Fix flushing and scheduling of delayed work that + tunes runtime pm (bsc#1012628). +- usb: hub: fix detection of high tier USB3 devices behind + suspended hubs (bsc#1012628). +- sched: Change nr_uninterruptible type to unsigned long + (bsc#1012628). +- efivarfs: Fix memory leak of efivarfs_fs_info in fs_context + error paths (bsc#1012628). +- libbpf: Fix handling of BPF arena relocations (bsc#1012628). +- drm/mediatek: only announce AFBC if really supported + (bsc#1012628). +- drm/mediatek: Add wait_event_timeout when disabling plane + (bsc#1012628). +- Revert "cgroup_freezer: cgroup_freezing: Check if not frozen" + (bsc#1012628). +- rxrpc: Fix to use conn aborts for conn-wide failures + (bsc#1012628). +- rxrpc: Fix transmission of an abort in response to an abort + (bsc#1012628). +- rxrpc: Fix notification vs call-release vs recvmsg + (bsc#1012628). +- rxrpc: Fix recv-recv race of completed call (bsc#1012628). +- rxrpc: Fix irq-disabled in local_bh_enable() (bsc#1012628). +- net/sched: Return NULL when htb_lookup_leaf encounters an + empty rbtree (bsc#1012628). +- net: bridge: Do not offload IGMP/MLD messages (bsc#1012628). +- net: vlan: fix VLAN 0 refcount imbalance of toggling filtering + during runtime (bsc#1012628). +- tls: always refresh the queue when reading sock (bsc#1012628). +- virtio-net: fix recursived rtnl_lock() during probe() + (bsc#1012628). +- hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open + to prevent IPv6 addrconf (bsc#1012628). +- Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU + (bsc#1012628). +- drm/xe/pf: Resend PF provisioning after GT reset (bsc#1012628). +- drm/xe/pf: Prepare to stop SR-IOV support prior GT reset + (bsc#1012628). +- drm/xe: Dont skip TLB invalidations on VF (bsc#1012628). +- netfilter: nf_conntrack: fix crash due to removal of + uninitialised entry (bsc#1012628). +- net: fix segmentation after TCP/UDP fraglist GRO (bsc#1012628). +- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() + (bsc#1012628). +- net: airoha: fix potential use-after-free in airoha_npu_get() + (bsc#1012628). +- net/mlx5: Correctly set gso_size when LRO is used (bsc#1012628). +- Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 + GF variant without board ID (bsc#1012628). +- Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' + bitmap (bsc#1012628). +- Bluetooth: hci_core: add missing braces when using macro + parameters (bsc#1012628). +- Bluetooth: hci_core: fix typos in macros (bsc#1012628). +- Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout + (bsc#1012628). +- Bluetooth: SMP: If an unallowed command is received consider + it a failure (bsc#1012628). +- Bluetooth: hci_sync: fix connectable extended advertising when + using static random address (bsc#1012628). +- Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() + (bsc#1012628). +- riscv: traps_misaligned: properly sign extend value in + misaligned load handler (bsc#1012628). +- riscv: Enable interrupt during exception handling (bsc#1012628). +- loop: use kiocb helpers to fix lockdep warning (bsc#1012628). +- usb: net: sierra: check for no status endpoint (bsc#1012628). +- ice: check correct pointer in fwlog debugfs (bsc#1012628). +- ice: add NULL check in eswitch lag check (bsc#1012628). +- hwmon: (corsair-cpro) Validate the size of the received input + buffer (bsc#1012628). +- selftests: net: increase inter-packet timeout in udpgro.sh + (bsc#1012628). +- can: tcan4x5x: fix reset gpio usage during probe (bsc#1012628). +- wifi: cfg80211: remove scan request n_channels counted_by + (bsc#1012628). +- nvmet-tcp: fix callback lock for TLS handshake (bsc#1012628). +- nvme: fix misaccounting of nvme-mpath inflight I/O + (bsc#1012628). +- nvme: revert the cross-controller atomic write size validation + (bsc#1012628). +- net: phy: Don't register LEDs for genphy (bsc#1012628). +- smc: Fix various oops due to inet_sock type confusion + (bsc#1012628). +- nvme: fix endianness of command word prints in + nvme_log_err_passthru() (bsc#1012628). +- nvme: fix inconsistent RCU list manipulation in + nvme_ns_add_to_ctrl_list() (bsc#1012628). +- fix a leak in fcntl_dirnotify() (bsc#1012628). +- smb: client: fix use-after-free in cifs_oplock_break + (bsc#1012628). +- rpl: Fix use-after-free in rpl_do_srh_inline() (bsc#1012628). +- net/sched: sch_qfq: Fix race condition on qfq_aggregate + (bsc#1012628). +- block: fix kobject leak in blk_unregister_queue (bsc#1012628). +- net: emaclite: Fix missing pointer increment in aligned_read() + (bsc#1012628). +- ALSA: compress_offload: tighten ioctl command number checks + (bsc#1012628). +- cachefiles: Fix the incorrect return value in + __cachefiles_write() (bsc#1012628). +- wifi: iwlwifi: mask reserved bits in chan_state_active_bitmap + (bsc#1012628). +- selftests/sched_ext: Fix exit selftest hang on UP (bsc#1012628). +- bpf: Reject %p% format string in bprintf-like helpers + (bsc#1012628). +- arm64: dts: imx95: Correct the DMA interrupter number of + pcie0_ep (bsc#1012628). +- arm64: dts: imx95-15x15-evk: fix the overshoot issue of NETC + (bsc#1012628). +- arm64: dts: imx95-19x19-evk: fix the overshoot issue of NETC + (bsc#1012628). +- soundwire: amd: fix for clearing command status register + (bsc#1012628). +- phy: use per-PHY lockdep keys (bsc#1012628). +- soundwire: amd: fix for handling slave alerts after link is down + (bsc#1012628). +- arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool + Pi 4B (bsc#1012628). +- arm64: dts: rockchip: Add cd-gpios for sdcard detect on Cool + Pi CM5 (bsc#1012628). +- comedi: Fix initialization of data for instructions that write + to subdevice (bsc#1012628). +- comedi: Fix use of uninitialized data in insn_rw_emulate_bits() + (bsc#1012628). +- comedi: Fix some signed shift left operations (bsc#1012628). +- comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large + (bsc#1012628). +- comedi: comedi_test: Fix possible deletion of uninitialized + timers (bsc#1012628). +- comedi: das6402: Fix bit shift out of bounds (bsc#1012628). +- comedi: das16m1: Fix bit shift out of bounds (bsc#1012628). +- comedi: aio_iiro_16: Fix bit shift out of bounds (bsc#1012628). +- comedi: pcl812: Fix bit shift out of bounds (bsc#1012628). +- iio: common: st_sensors: Fix use of uninitialize device structs + (bsc#1012628). +- iio: backend: fix out-of-bound write (bsc#1012628). +- iio: adc: stm32-adc: Fix race in installing chained IRQ handler + (bsc#1012628). +- iio: adc: max1363: Reorder mode_list[] entries (bsc#1012628). +- iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[] + (bsc#1012628). +- iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC + channel maps (bsc#1012628). +- iio: adc: adi-axi-adc: fix ad7606_bus_reg_read() (bsc#1012628). +- iio: adc: ad7380: fix adi,gain-milli property parsing + (bsc#1012628). +- iio: accel: fxls8962af: Fix use after free in + fxls8962af_fifo_flush (bsc#1012628). +- xfs: don't allocate the xfs_extent_busy structure for zoned RTGs + (bsc#1012628). +- soundwire: Revert "soundwire: qcom: Add set_channel_map api + support" (bsc#1012628). +- soc: aspeed: lpc-snoop: Don't disable channels that aren't + enabled (bsc#1012628). +- soc: aspeed: lpc-snoop: Cleanup resources in stack-order + (bsc#1012628). +- smb: client: fix use-after-free in crypt_message when using + async crypto (bsc#1012628). +- s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again + (bsc#1012628). +- pmdomain: governor: Consider CPU latency tolerance from + pm_domain_cpu_gov (bsc#1012628). +- net: libwx: properly reset Rx ring descriptor (bsc#1012628). +- net: libwx: fix the using of Rx buffer DMA (bsc#1012628). +- net: libwx: remove duplicate page_pool_put_full_page() + (bsc#1012628). +- net: stmmac: intel: populate entire system_counterval_t in + get_time_fn() callback (bsc#1012628). +- mmc: sdhci_am654: Workaround for Errata i2312 (bsc#1012628). +- mmc: sdhci-pci: Quirk for broken command queuing on Intel + GLK-based Positivo models (bsc#1012628). +- mmc: bcm2835: Fix dma_unmap_sg() nents value (bsc#1012628). +- memstick: core: Zero initialize id_reg in + h_memstick_read_dev_id() (bsc#1012628). +- isofs: Verify inode mode when loading from disk (bsc#1012628). +- dmaengine: nbpfaxi: Fix memory corruption in probe() + (bsc#1012628). +- dmaengine: mediatek: Fix a flag reuse error in + mtk_cqdma_tx_status() (bsc#1012628). +- cpuidle: psci: Fix cpuhotplug routine with PREEMPT_RT=y + (bsc#1012628). +- Bluetooth: btintel: Check if controller is ISO capable on + btintel_classify_pkt_type (bsc#1012628). +- af_packet: fix soft lockup issue caused by tpacket_snd() + (bsc#1012628). +- af_packet: fix the SO_SNDTIMEO constraint not effective on + tpacked_snd() (bsc#1012628). +- arm64: dts: rockchip: use cs-gpios for spi1 on ringneck + (bsc#1012628). +- arm64: dts: rockchip: list all CPU supplies on ArmSoM Sige5 + (bsc#1012628). +- arm64: dts: imx8mp-venice-gw73xx: fix TPM SPI frequency + (bsc#1012628). +- arm64: dts: imx8mp-venice-gw72xx: fix TPM SPI frequency + (bsc#1012628). +- arm64: dts: imx8mp-venice-gw71xx: fix TPM SPI frequency + (bsc#1012628). +- arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on + (bsc#1012628). +- arm64: dts: add big-endian property back into watchdog node + (bsc#1012628). +- arm64: dts: imx8mp-venice-gw74xx: fix TPM SPI frequency + (bsc#1012628). +- net/mlx5: Update the list of the PCI supported devices + (bsc#1012628). +- phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in + pep_sock_accept() (bsc#1012628). +- mptcp: reset fallback status gracefully at disconnect() time + (bsc#1012628). +- mptcp: plug races between subflow fail and subflow creation + (bsc#1012628). +- mptcp: make fallback action and fallback decision atomic + (bsc#1012628). +- Fix SMB311 posix special file creation to servers which do + not advertise reparse support (bsc#1012628). +- io_uring/poll: fix POLLERR handling (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS + (bsc#1012628). +- ALSA: hda/realtek - Fix mute LED for HP Victus 16-r0xxx + (bsc#1012628). +- netfs: Fix race between cache write completion and ALL_QUEUED + being set (bsc#1012628). +- netfs: Fix copy-to-cache so that it performs collection with + ceph+fscache (bsc#1012628). +- drm/amd/display: Free memory allocation (bsc#1012628). +- drm/amd/display: Disable CRTC degamma LUT for DCN401 + (bsc#1012628). +- drm/amdgpu: Increase reset counter only on success + (bsc#1012628). +- drm/panfrost: Fix scheduler workqueue bug (bsc#1012628). +- drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume + (bsc#1012628). +- objtool/rust: add one more `noreturn` Rust function for Rust + 1.89.0 (bsc#1012628). +- rust: init: Fix generics in *_init! macros (bsc#1012628). +- tracing/osnoise: Fix crash in timerlat_dump_stack() + (bsc#1012628). +- tracing: Add down_write(trace_event_sem) when adding trace event + (bsc#1012628). +- tracing/probes: Avoid using params uninitialized in + parse_btf_arg() (bsc#1012628). +- HID: core: do not bypass hid_hw_raw_request (bsc#1012628). +- HID: core: ensure __hid_request reserves the report ID as the + first byte (bsc#1012628). +- HID: core: ensure the allocated report buffer can contain the + reserved report ID (bsc#1012628). +- dm-bufio: fix sched in atomic context (bsc#1012628). +- tools/hv: fcopy: Fix irregularities with size of ring buffer + (bsc#1012628). +- spi: Add check for 8-bit transfer with 8 IO mode support + (bsc#1012628). +- pch_uart: Fix dma_sync_sg_for_device() nents value + (bsc#1012628). +- Input: xpad - set correct controller type for Acer NGR200 + (bsc#1012628). +- nvmem: layouts: u-boot-env: remove crc32 endianness conversion + (bsc#1012628). +- nvmem: imx-ocotp: fix MAC address byte length (bsc#1012628). +- Revert "staging: vchiq_arm: Create keep-alive thread during + probe" (bsc#1012628). ++++ 30 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes ++++ and /work/SRC/openSUSE:Factory/.kernel-source.new.13279/dtb-aarch64.changes dtb-armv6l.changes: same change dtb-armv7l.changes: same change dtb-riscv64.changes: same change kernel-64kb.changes: same change kernel-default.changes: same change kernel-docs.changes: same change kernel-kvmsmall.changes: same change kernel-lpae.changes: same change kernel-obs-build.changes: same change kernel-obs-qa.changes: same change kernel-pae.changes: same change kernel-source.changes: same change kernel-syms.changes: same change kernel-vanilla.changes: same change kernel-zfcpdump.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dtb-aarch64.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:24.865449156 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:24.869449321 +0200 @@ -17,7 +17,7 @@ %define srcversion 6.15 -%define patchversion 6.15.7 +%define patchversion 6.15.8 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif dtb-armv6l.spec: same change dtb-armv7l.spec: same change dtb-riscv64.spec: same change ++++++ kernel-64kb.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:24.989454260 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:24.993454424 +0200 @@ -18,8 +18,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -40,9 +40,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-64kb -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif kernel-default.spec: same change ++++++ kernel-docs.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.065457388 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.069457552 +0200 @@ -17,8 +17,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define build_html 1 %define build_pdf 0 @@ -28,9 +28,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-docs -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif ++++++ kernel-kvmsmall.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.101458870 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.101458870 +0200 @@ -18,8 +18,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -40,9 +40,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-kvmsmall -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif kernel-lpae.spec: same change ++++++ kernel-obs-build.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.165461504 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.169461669 +0200 @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 6.15.7 +%define patchversion 6.15.8 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -38,23 +38,23 @@ %endif %endif %endif -%global kernel_package kernel%kernel_flavor-srchash-3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%global kernel_package kernel%kernel_flavor-srchash-e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %endif %if 0%{?rhel_version} %global kernel_package kernel %endif Name: kernel-obs-build -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif Summary: package kernel and initrd for OBS VM builds License: GPL-2.0-only Group: SLES -Provides: kernel-obs-build-srchash-3e63d43a370a3fb7448197ebbab124c9f4deffb4 +Provides: kernel-obs-build-srchash-e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 BuildRequires: coreutils BuildRequires: device-mapper BuildRequires: dracut ++++++ kernel-obs-qa.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.197462821 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.197462821 +0200 @@ -17,15 +17,15 @@ # needsrootforbuild -%define patchversion 6.15.7 +%define patchversion 6.15.8 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-obs-qa -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif @@ -36,7 +36,7 @@ # kernel-obs-build must be also configured as VMinstall, but is required # here as well to avoid that qa and build package build parallel %if ! 0%{?qemu_user_space_build} -BuildRequires: kernel-obs-build-srchash-3e63d43a370a3fb7448197ebbab124c9f4deffb4 +BuildRequires: kernel-obs-build-srchash-e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %endif BuildRequires: modutils ExclusiveArch: aarch64 armv6hl armv7hl ppc64le riscv64 s390x x86_64 ++++++ kernel-pae.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.233464303 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.233464303 +0200 @@ -18,8 +18,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -40,9 +40,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-pae -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif ++++++ kernel-source.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.261465455 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.261465455 +0200 @@ -17,8 +17,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define gcc_package gcc %define gcc_compiler gcc @@ -28,9 +28,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-source -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif ++++++ kernel-syms.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.293466772 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.297466937 +0200 @@ -16,16 +16,16 @@ # -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-syms -Version: 6.15.7 +Version: 6.15.8 %if %using_buildservice %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif ++++++ kernel-vanilla.spec ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:25.325468090 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:25.329468254 +0200 @@ -18,8 +18,8 @@ %define srcversion 6.15 -%define patchversion 6.15.7 -%define git_commit 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +%define patchversion 6.15.8 +%define git_commit e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -40,9 +40,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,mkspec-dtb,check-module-license,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-vanilla -Version: 6.15.7 +Version: 6.15.8 %if 0%{?is_kotd} -Release: <RELEASE>.g3e63d43 +Release: <RELEASE>.ge03d052 %else Release: 0 %endif kernel-zfcpdump.spec: same change ++++++ patches.kernel.org.tar.bz2 ++++++ ++++ 18906 lines of diff (skipped) ++++++ series.conf ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:28.161584817 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:28.189585969 +0200 @@ -2111,6 +2111,195 @@ patches.kernel.org/6.15.7-191-x86-sev-Use-TSC_FACTOR-for-Secure-TSC-frequenc.patch patches.kernel.org/6.15.7-192-ksmbd-fix-potential-use-after-free-in-oplock-l.patch patches.kernel.org/6.15.7-193-Linux-6.15.7.patch + patches.kernel.org/6.15.8-001-phy-tegra-xusb-Fix-unbalanced-regulator-disabl.patch + patches.kernel.org/6.15.8-002-phy-tegra-xusb-Decouple-CYA_TRK_CODE_UPDATE_ON.patch + patches.kernel.org/6.15.8-003-phy-tegra-xusb-Disable-periodic-tracking-on-Te.patch + patches.kernel.org/6.15.8-004-USB-serial-option-add-Telit-Cinterion-FE910C04.patch + patches.kernel.org/6.15.8-005-USB-serial-option-add-Foxconn-T99W640.patch + patches.kernel.org/6.15.8-006-USB-serial-ftdi_sio-add-support-for-NDI-EMGUID.patch + patches.kernel.org/6.15.8-007-usb-musb-fix-gadget-state-on-disconnect.patch + patches.kernel.org/6.15.8-008-usb-dwc2-gadget-Fix-enter-to-hibernation-for-U.patch + patches.kernel.org/6.15.8-009-usb-gadget-configfs-Fix-OOB-read-on-empty-stri.patch + patches.kernel.org/6.15.8-010-i2c-stm32-fix-the-device-used-for-the-DMA-map.patch + patches.kernel.org/6.15.8-011-i2c-stm32f7-unmap-DMA-mapped-buffer.patch + patches.kernel.org/6.15.8-012-i2c-omap-Handle-omap_i2c_init-errors-in-omap_i.patch + patches.kernel.org/6.15.8-013-i2c-omap-Fix-an-error-handling-path-in-omap_i2.patch + patches.kernel.org/6.15.8-014-thunderbolt-Fix-wake-on-connect-at-runtime.patch + patches.kernel.org/6.15.8-015-thunderbolt-Fix-bit-masking-in-tb_dp_port_set_.patch + patches.kernel.org/6.15.8-016-Revert-staging-vchiq_arm-Improve-initial-VCHIQ.patch + patches.kernel.org/6.15.8-017-Revert-staging-vchiq_arm-Create-keep-alive-thr.patch + patches.kernel.org/6.15.8-018-nvmem-imx-ocotp-fix-MAC-address-byte-length.patch + patches.kernel.org/6.15.8-019-nvmem-layouts-u-boot-env-remove-crc32-endianne.patch + patches.kernel.org/6.15.8-020-Input-xpad-set-correct-controller-type-for-Ace.patch + patches.kernel.org/6.15.8-021-pch_uart-Fix-dma_sync_sg_for_device-nents-valu.patch + patches.kernel.org/6.15.8-022-spi-Add-check-for-8-bit-transfer-with-8-IO-mod.patch + patches.kernel.org/6.15.8-023-tools-hv-fcopy-Fix-irregularities-with-size-of.patch + patches.kernel.org/6.15.8-024-dm-bufio-fix-sched-in-atomic-context.patch + patches.kernel.org/6.15.8-025-HID-core-ensure-the-allocated-report-buffer-ca.patch + patches.kernel.org/6.15.8-026-HID-core-ensure-__hid_request-reserves-the-rep.patch + patches.kernel.org/6.15.8-027-HID-core-do-not-bypass-hid_hw_raw_request.patch + patches.kernel.org/6.15.8-028-tracing-probes-Avoid-using-params-uninitialize.patch + patches.kernel.org/6.15.8-029-tracing-Add-down_write-trace_event_sem-when-ad.patch + patches.kernel.org/6.15.8-030-tracing-osnoise-Fix-crash-in-timerlat_dump_sta.patch + patches.kernel.org/6.15.8-031-rust-init-Fix-generics-in-_init-macros.patch + patches.kernel.org/6.15.8-032-objtool-rust-add-one-more-noreturn-Rust-functi.patch + patches.kernel.org/6.15.8-033-drm-amdgpu-gfx8-reset-compute-ring-wptr-on-the.patch + patches.kernel.org/6.15.8-034-drm-panfrost-Fix-scheduler-workqueue-bug.patch + patches.kernel.org/6.15.8-035-drm-amdgpu-Increase-reset-counter-only-on-succ.patch + patches.kernel.org/6.15.8-036-drm-amd-display-Disable-CRTC-degamma-LUT-for-D.patch + patches.kernel.org/6.15.8-037-drm-amd-display-Free-memory-allocation.patch + patches.kernel.org/6.15.8-038-netfs-Fix-copy-to-cache-so-that-it-performs-co.patch + patches.kernel.org/6.15.8-039-netfs-Fix-race-between-cache-write-completion-.patch + patches.kernel.org/6.15.8-040-ALSA-hda-realtek-Fix-mute-LED-for-HP-Victus-16.patch + patches.kernel.org/6.15.8-041-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-Strix-.patch + patches.kernel.org/6.15.8-042-io_uring-poll-fix-POLLERR-handling.patch + patches.kernel.org/6.15.8-043-Fix-SMB311-posix-special-file-creation-to-serv.patch + patches.kernel.org/6.15.8-044-mptcp-make-fallback-action-and-fallback-decisi.patch + patches.kernel.org/6.15.8-045-mptcp-plug-races-between-subflow-fail-and-subf.patch + patches.kernel.org/6.15.8-046-mptcp-reset-fallback-status-gracefully-at-disc.patch + patches.kernel.org/6.15.8-047-phonet-pep-Move-call-to-pn_skb_get_dst_sockadd.patch + patches.kernel.org/6.15.8-048-net-mlx5-Update-the-list-of-the-PCI-supported-.patch + patches.kernel.org/6.15.8-049-arm64-dts-imx8mp-venice-gw74xx-fix-TPM-SPI-fre.patch + patches.kernel.org/6.15.8-050-arm64-dts-add-big-endian-property-back-into-wa.patch + patches.kernel.org/6.15.8-051-arm64-dts-freescale-imx8mm-verdin-Keep-LDO5-al.patch + patches.kernel.org/6.15.8-052-arm64-dts-imx8mp-venice-gw71xx-fix-TPM-SPI-fre.patch + patches.kernel.org/6.15.8-053-arm64-dts-imx8mp-venice-gw72xx-fix-TPM-SPI-fre.patch + patches.kernel.org/6.15.8-054-arm64-dts-imx8mp-venice-gw73xx-fix-TPM-SPI-fre.patch + patches.kernel.org/6.15.8-055-arm64-dts-rockchip-list-all-CPU-supplies-on-Ar.patch + patches.kernel.org/6.15.8-056-arm64-dts-rockchip-use-cs-gpios-for-spi1-on-ri.patch + patches.kernel.org/6.15.8-057-af_packet-fix-the-SO_SNDTIMEO-constraint-not-e.patch + patches.kernel.org/6.15.8-058-af_packet-fix-soft-lockup-issue-caused-by-tpac.patch + patches.kernel.org/6.15.8-059-Bluetooth-btintel-Check-if-controller-is-ISO-c.patch + patches.kernel.org/6.15.8-060-cpuidle-psci-Fix-cpuhotplug-routine-with-PREEM.patch + patches.kernel.org/6.15.8-061-dmaengine-mediatek-Fix-a-flag-reuse-error-in-m.patch + patches.kernel.org/6.15.8-062-dmaengine-nbpfaxi-Fix-memory-corruption-in-pro.patch + patches.kernel.org/6.15.8-063-isofs-Verify-inode-mode-when-loading-from-disk.patch + patches.kernel.org/6.15.8-064-memstick-core-Zero-initialize-id_reg-in-h_mems.patch + patches.kernel.org/6.15.8-065-mmc-bcm2835-Fix-dma_unmap_sg-nents-value.patch + patches.kernel.org/6.15.8-066-mmc-sdhci-pci-Quirk-for-broken-command-queuing.patch + patches.kernel.org/6.15.8-067-mmc-sdhci_am654-Workaround-for-Errata-i2312.patch + patches.kernel.org/6.15.8-068-net-stmmac-intel-populate-entire-system_counte.patch + patches.kernel.org/6.15.8-069-net-libwx-remove-duplicate-page_pool_put_full_.patch + patches.kernel.org/6.15.8-070-net-libwx-fix-the-using-of-Rx-buffer-DMA.patch + patches.kernel.org/6.15.8-071-net-libwx-properly-reset-Rx-ring-descriptor.patch + patches.kernel.org/6.15.8-072-pmdomain-governor-Consider-CPU-latency-toleran.patch + patches.kernel.org/6.15.8-073-s390-bpf-Fix-bpf_arch_text_poke-with-new_addr-.patch + patches.kernel.org/6.15.8-074-smb-client-fix-use-after-free-in-crypt_message.patch + patches.kernel.org/6.15.8-075-soc-aspeed-lpc-snoop-Cleanup-resources-in-stac.patch + patches.kernel.org/6.15.8-076-soc-aspeed-lpc-snoop-Don-t-disable-channels-th.patch + patches.kernel.org/6.15.8-077-soundwire-Revert-soundwire-qcom-Add-set_channe.patch + patches.kernel.org/6.15.8-078-xfs-don-t-allocate-the-xfs_extent_busy-structu.patch + patches.kernel.org/6.15.8-079-iio-accel-fxls8962af-Fix-use-after-free-in-fxl.patch + patches.kernel.org/6.15.8-080-iio-adc-ad7380-fix-adi-gain-milli-property-par.patch + patches.kernel.org/6.15.8-081-iio-adc-adi-axi-adc-fix-ad7606_bus_reg_read.patch + patches.kernel.org/6.15.8-082-iio-adc-axp20x_adc-Add-missing-sentinel-to-AXP.patch + patches.kernel.org/6.15.8-083-iio-adc-max1363-Fix-MAX1363_4X_CHANS-MAX1363_8.patch + patches.kernel.org/6.15.8-084-iio-adc-max1363-Reorder-mode_list-entries.patch + patches.kernel.org/6.15.8-085-iio-adc-stm32-adc-Fix-race-in-installing-chain.patch + patches.kernel.org/6.15.8-086-iio-backend-fix-out-of-bound-write.patch + patches.kernel.org/6.15.8-087-iio-common-st_sensors-Fix-use-of-uninitialize-.patch + patches.kernel.org/6.15.8-088-comedi-pcl812-Fix-bit-shift-out-of-bounds.patch + patches.kernel.org/6.15.8-089-comedi-aio_iiro_16-Fix-bit-shift-out-of-bounds.patch + patches.kernel.org/6.15.8-090-comedi-das16m1-Fix-bit-shift-out-of-bounds.patch + patches.kernel.org/6.15.8-091-comedi-das6402-Fix-bit-shift-out-of-bounds.patch + patches.kernel.org/6.15.8-092-comedi-comedi_test-Fix-possible-deletion-of-un.patch + patches.kernel.org/6.15.8-093-comedi-Fail-COMEDI_INSNLIST-ioctl-if-n_insns-i.patch + patches.kernel.org/6.15.8-094-comedi-Fix-some-signed-shift-left-operations.patch + patches.kernel.org/6.15.8-095-comedi-Fix-use-of-uninitialized-data-in-insn_r.patch + patches.kernel.org/6.15.8-096-comedi-Fix-initialization-of-data-for-instruct.patch + patches.kernel.org/6.15.8-097-arm64-dts-rockchip-Add-cd-gpios-for-sdcard-det.patch + patches.kernel.org/6.15.8-098-arm64-dts-rockchip-Add-cd-gpios-for-sdcard-det.patch + patches.kernel.org/6.15.8-099-soundwire-amd-fix-for-handling-slave-alerts-af.patch + patches.kernel.org/6.15.8-100-phy-use-per-PHY-lockdep-keys.patch + patches.kernel.org/6.15.8-101-soundwire-amd-fix-for-clearing-command-status-.patch + patches.kernel.org/6.15.8-102-arm64-dts-imx95-19x19-evk-fix-the-overshoot-is.patch + patches.kernel.org/6.15.8-103-arm64-dts-imx95-15x15-evk-fix-the-overshoot-is.patch + patches.kernel.org/6.15.8-104-arm64-dts-imx95-Correct-the-DMA-interrupter-nu.patch + patches.kernel.org/6.15.8-105-bpf-Reject-p-format-string-in-bprintf-like-hel.patch + patches.kernel.org/6.15.8-106-selftests-sched_ext-Fix-exit-selftest-hang-on-.patch + patches.kernel.org/6.15.8-107-wifi-iwlwifi-mask-reserved-bits-in-chan_state_.patch + patches.kernel.org/6.15.8-108-cachefiles-Fix-the-incorrect-return-value-in-_.patch + patches.kernel.org/6.15.8-109-ALSA-compress_offload-tighten-ioctl-command-nu.patch + patches.kernel.org/6.15.8-110-net-emaclite-Fix-missing-pointer-increment-in-.patch + patches.kernel.org/6.15.8-111-block-fix-kobject-leak-in-blk_unregister_queue.patch + patches.kernel.org/6.15.8-112-net-sched-sch_qfq-Fix-race-condition-on-qfq_ag.patch + patches.kernel.org/6.15.8-113-rpl-Fix-use-after-free-in-rpl_do_srh_inline.patch + patches.kernel.org/6.15.8-114-smb-client-fix-use-after-free-in-cifs_oplock_b.patch + patches.kernel.org/6.15.8-115-fix-a-leak-in-fcntl_dirnotify.patch + patches.kernel.org/6.15.8-116-nvme-fix-inconsistent-RCU-list-manipulation-in.patch + patches.kernel.org/6.15.8-117-nvme-fix-endianness-of-command-word-prints-in-.patch + patches.kernel.org/6.15.8-118-smc-Fix-various-oops-due-to-inet_sock-type-con.patch + patches.kernel.org/6.15.8-119-net-phy-Don-t-register-LEDs-for-genphy.patch + patches.kernel.org/6.15.8-120-nvme-revert-the-cross-controller-atomic-write-.patch + patches.kernel.org/6.15.8-121-nvme-fix-misaccounting-of-nvme-mpath-inflight-.patch + patches.kernel.org/6.15.8-122-nvmet-tcp-fix-callback-lock-for-TLS-handshake.patch + patches.kernel.org/6.15.8-123-wifi-cfg80211-remove-scan-request-n_channels-c.patch + patches.kernel.org/6.15.8-124-can-tcan4x5x-fix-reset-gpio-usage-during-probe.patch + patches.kernel.org/6.15.8-125-selftests-net-increase-inter-packet-timeout-in.patch + patches.kernel.org/6.15.8-126-hwmon-corsair-cpro-Validate-the-size-of-the-re.patch + patches.kernel.org/6.15.8-127-ice-add-NULL-check-in-eswitch-lag-check.patch + patches.kernel.org/6.15.8-128-ice-check-correct-pointer-in-fwlog-debugfs.patch + patches.kernel.org/6.15.8-129-usb-net-sierra-check-for-no-status-endpoint.patch + patches.kernel.org/6.15.8-130-loop-use-kiocb-helpers-to-fix-lockdep-warning.patch + patches.kernel.org/6.15.8-131-riscv-Enable-interrupt-during-exception-handli.patch + patches.kernel.org/6.15.8-132-riscv-traps_misaligned-properly-sign-extend-va.patch + patches.kernel.org/6.15.8-133-Bluetooth-Fix-null-ptr-deref-in-l2cap_sock_res.patch + patches.kernel.org/6.15.8-134-Bluetooth-hci_sync-fix-connectable-extended-ad.patch + patches.kernel.org/6.15.8-135-Bluetooth-SMP-If-an-unallowed-command-is-recei.patch + patches.kernel.org/6.15.8-136-Bluetooth-SMP-Fix-using-HCI_ERROR_REMOTE_USER_.patch + patches.kernel.org/6.15.8-137-Bluetooth-hci_core-fix-typos-in-macros.patch + patches.kernel.org/6.15.8-138-Bluetooth-hci_core-add-missing-braces-when-usi.patch + patches.kernel.org/6.15.8-139-Bluetooth-hci_dev-replace-quirks-integer-by-qu.patch + patches.kernel.org/6.15.8-140-Bluetooth-btusb-QCA-Fix-downloading-wrong-NVM-.patch + patches.kernel.org/6.15.8-141-net-mlx5-Correctly-set-gso_size-when-LRO-is-us.patch + patches.kernel.org/6.15.8-142-net-airoha-fix-potential-use-after-free-in-air.patch + patches.kernel.org/6.15.8-143-ipv6-mcast-Delay-put-pmc-idev-in-mld_del_delre.patch + patches.kernel.org/6.15.8-144-net-fix-segmentation-after-TCP-UDP-fraglist-GR.patch + patches.kernel.org/6.15.8-145-netfilter-nf_conntrack-fix-crash-due-to-remova.patch + patches.kernel.org/6.15.8-146-drm-xe-Dont-skip-TLB-invalidations-on-VF.patch + patches.kernel.org/6.15.8-147-drm-xe-pf-Prepare-to-stop-SR-IOV-support-prior.patch + patches.kernel.org/6.15.8-148-drm-xe-pf-Resend-PF-provisioning-after-GT-rese.patch + patches.kernel.org/6.15.8-149-Bluetooth-L2CAP-Fix-attempting-to-adjust-outgo.patch + patches.kernel.org/6.15.8-150-hv_netvsc-Set-VF-priv_flags-to-IFF_NO_ADDRCONF.patch + patches.kernel.org/6.15.8-151-virtio-net-fix-recursived-rtnl_lock-during-pro.patch + patches.kernel.org/6.15.8-152-tls-always-refresh-the-queue-when-reading-sock.patch + patches.kernel.org/6.15.8-153-net-vlan-fix-VLAN-0-refcount-imbalance-of-togg.patch + patches.kernel.org/6.15.8-154-net-bridge-Do-not-offload-IGMP-MLD-messages.patch + patches.kernel.org/6.15.8-155-net-sched-Return-NULL-when-htb_lookup_leaf-enc.patch + patches.kernel.org/6.15.8-156-rxrpc-Fix-irq-disabled-in-local_bh_enable.patch + patches.kernel.org/6.15.8-157-rxrpc-Fix-recv-recv-race-of-completed-call.patch + patches.kernel.org/6.15.8-158-rxrpc-Fix-notification-vs-call-release-vs-recv.patch + patches.kernel.org/6.15.8-159-rxrpc-Fix-transmission-of-an-abort-in-response.patch + patches.kernel.org/6.15.8-160-rxrpc-Fix-to-use-conn-aborts-for-conn-wide-fai.patch + patches.kernel.org/6.15.8-161-Revert-cgroup_freezer-cgroup_freezing-Check-if.patch + patches.kernel.org/6.15.8-162-drm-mediatek-Add-wait_event_timeout-when-disab.patch + patches.kernel.org/6.15.8-163-drm-mediatek-only-announce-AFBC-if-really-supp.patch + patches.kernel.org/6.15.8-164-libbpf-Fix-handling-of-BPF-arena-relocations.patch + patches.kernel.org/6.15.8-165-efivarfs-Fix-memory-leak-of-efivarfs_fs_info-i.patch + patches.kernel.org/6.15.8-166-sched-Change-nr_uninterruptible-type-to-unsign.patch + patches.kernel.org/6.15.8-167-usb-hub-fix-detection-of-high-tier-USB3-device.patch + patches.kernel.org/6.15.8-168-usb-hub-Fix-flushing-and-scheduling-of-delayed.patch + patches.kernel.org/6.15.8-169-usb-hub-Fix-flushing-of-delayed-work-used-for-.patch + patches.kernel.org/6.15.8-170-usb-hub-Don-t-try-to-recover-devices-lost-duri.patch + patches.kernel.org/6.15.8-171-usb-dwc3-qcom-Don-t-leave-BCR-asserted.patch + patches.kernel.org/6.15.8-172-net-libwx-fix-multicast-packets-received-count.patch + patches.kernel.org/6.15.8-173-rust-use-used-compiler-to-fix-build-and-modpos.patch + patches.kernel.org/6.15.8-174-smb-smbdirect-add-smbdirect_pdu.h-with-protoco.patch + patches.kernel.org/6.15.8-175-smb-client-make-use-of-common-smbdirect_pdu.h.patch + patches.kernel.org/6.15.8-176-smb-smbdirect-add-smbdirect.h-with-public-stru.patch + patches.kernel.org/6.15.8-177-smb-smbdirect-add-smbdirect_socket.h.patch + patches.kernel.org/6.15.8-178-smb-client-make-use-of-common-smbdirect_socket.patch + patches.kernel.org/6.15.8-179-smb-smbdirect-introduce-smbdirect_socket_param.patch + patches.kernel.org/6.15.8-180-smb-client-make-use-of-common-smbdirect_socket.patch + patches.kernel.org/6.15.8-181-cifs-Fix-the-smbd_response-slab-to-allow-userc.patch + patches.kernel.org/6.15.8-182-cifs-Fix-reading-into-an-ITER_FOLIOQ-from-the-.patch + patches.kernel.org/6.15.8-183-sched-freezer-Remove-unnecessary-warning-in-__.patch + patches.kernel.org/6.15.8-184-sched-ext-Prevent-update_locked_rq-calls-with-.patch + patches.kernel.org/6.15.8-185-drm-xe-mocs-Initialize-MOCS-index-early.patch + patches.kernel.org/6.15.8-186-drm-xe-Move-page-fault-init-after-topology-ini.patch + patches.kernel.org/6.15.8-187-smb-client-let-smbd_post_send_iter-respect-the.patch + patches.kernel.org/6.15.8-188-KVM-x86-xen-Fix-cleanup-logic-in-emulation-of-.patch + patches.kernel.org/6.15.8-189-Linux-6.15.8.patch ######################################################## # Build fixes that apply to the vanilla kernel too. ++++++ source-timestamp ++++++ --- /var/tmp/diff_new_pack.R2DqHj/_old 2025-07-26 13:41:28.321591402 +0200 +++ /var/tmp/diff_new_pack.R2DqHj/_new 2025-07-26 13:41:28.353592719 +0200 @@ -1,4 +1,4 @@ -2025-07-18 08:58:35 +0000 -GIT Revision: 3e63d43a370a3fb7448197ebbab124c9f4deffb4 +2025-07-24 07:19:58 +0000 +GIT Revision: e03d052bff2e8f2b62ebe0e2a2b167c7f2f108a2 GIT Branch: stable