From bfe2366e94b516fad888a6f01628929fa7632872ed8770317d2408245d81ed95 Mon Sep 17 00:00:00 2001 From: Kernel Bugs Date: Sun, 14 Apr 2024 06:07:15 +0000 Subject: [PATCH] commit 74095b304437c4bb792a0518e47a8a1510032dac OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=34 --- config.tar.bz2 | 4 +- kernel-longterm.changes | 664 +++++++++++++++++++++++++++++++++ kernel-longterm.spec | 8 +- kernel-source-longterm.changes | 664 +++++++++++++++++++++++++++++++++ kernel-source-longterm.spec | 8 +- kernel-syms-longterm.changes | 664 +++++++++++++++++++++++++++++++++ kernel-syms-longterm.spec | 6 +- patches.kernel.org.tar.bz2 | 4 +- patches.rpmify.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 377 ++++++++++++++++++- source-timestamp | 4 +- 12 files changed, 2389 insertions(+), 22 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index fe2a663..7991255 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7313255a45c3c8ec9ed44f3bc3d1d30aa3972d78c219e28a3a3f10b1b6050bad -size 64589 +oid sha256:3d58e529d342b2005d56c49aa21afceca83b2d73bf0012f127102268d302efda +size 64447 diff --git a/kernel-longterm.changes b/kernel-longterm.changes index f643aa1..ea3625c 100644 --- a/kernel-longterm.changes +++ b/kernel-longterm.changes @@ -1,3 +1,667 @@ +------------------------------------------------------------------- +Sat Apr 13 19:49:57 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.27 (bsc#1218260). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (bsc#1218260). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (bsc#1218260). +- wifi: rtw89: fix null pointer access when abort scan + (bsc#1218260). +- bnx2x: Fix firmware version string character counts + (bsc#1218260). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (bsc#1218260). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (bsc#1218260). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (bsc#1218260). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (bsc#1218260). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (bsc#1218260). +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1218260). +- panic: Flush kernel log buffer at the end (bsc#1218260). +- cpuidle: Avoid potential overflow in integer multiplication + (bsc#1218260). +- ARM: dts: rockchip: fix rk3288 hdmi ports node (bsc#1218260). +- ARM: dts: rockchip: fix rk322x hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3328 hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3399 hdmi ports node (bsc#1218260). +- net: add netdev_lockdep_set_classes() to virtual drivers + (bsc#1218260). +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (bsc#1218260). +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (bsc#1218260). +- ionic: set adminq irq affinity (bsc#1218260). +- net: skbuff: add overflow debug check to pull/push helpers + (bsc#1218260). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (bsc#1218260). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (bsc#1218260). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1218260). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (bsc#1218260). +- wifi: mt76: mt7996: add locking for accessing mapped registers + (bsc#1218260). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (bsc#1218260). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (bsc#1218260). +- tools/power x86_energy_perf_policy: Fix file leak in + get_pkg_num() (bsc#1218260). +- net: pcs: xpcs: Return EINVAL in the internal methods + (bsc#1218260). +- dma-direct: Leak pages on dma_set_decrypted() failure + (bsc#1218260). +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1218260). +- cpufreq: Don't unregister cpufreq cooling on CPU hotplug + (bsc#1218260). +- overflow: Allow non-type arg to type_max() and type_min() + (bsc#1218260). +- wifi: cfg80211: check A-MSDU format more carefully + (bsc#1218260). +- btrfs: handle chunk tree lookup error in + btrfs_relocate_sys_chunks() (bsc#1218260). +- btrfs: export: handle invalid inode or root reference in + btrfs_get_parent() (bsc#1218260). +- btrfs: send: handle path ref underflow in header + iterate_inode_ref() (bsc#1218260). +- ice: use relative VSI index for VFs instead of PF VSI number + (bsc#1218260). +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() + (bsc#1218260). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (bsc#1218260). +- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 + (bsc#1218260). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (bsc#1218260). +- drm/vc4: don't check if plane->state->fb == state->fb + (bsc#1218260). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (bsc#1218260). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (bsc#1218260). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (bsc#1218260). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (bsc#1218260). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (bsc#1218260). +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1218260). +- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() + (bsc#1218260). +- isofs: handle CDs with bad root inode but good Joliet root + directory (bsc#1218260). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (bsc#1218260). +- rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() + (bsc#1218260). +- rcu-tasks: Repair RCU Tasks Trace quiescence check + (bsc#1218260). +- Julia Lawall reported this null pointer dereference, this + should fix it (bsc#1218260). +- media: sta2x11: fix irq handler cast (bsc#1218260). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (bsc#1218260). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (bsc#1218260). +- ext4: add a hint for block bitmap corrupt state in mb_groups + (bsc#1218260). +- ext4: forbid commit inconsistent quota data when + errors=remount-ro (bsc#1218260). +- drm/amd/display: Fix nanosec stat overflow (bsc#1218260). +- accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid + warnings (bsc#1218260). +- i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC + (bsc#1218260). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (bsc#1218260). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (bsc#1218260). +- drm: Check output polling initialized before disabling + (bsc#1218260). +- SUNRPC: increase size of rpc_wait_queue.qlen from unsigned + short to unsigned int (bsc#1218260). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (bsc#1218260). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (bsc#1218260). +- libperf evlist: Avoid out-of-bounds access (bsc#1218260). +- input/touchscreen: imagis: Correct the maximum touch area value + (bsc#1218260). +- drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk + for HIP09 (bsc#1218260). +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1218260). +- RDMA/cm: add timeout to cm_destroy_id wait (bsc#1218260). +- Input: imagis - use FIELD_GET where applicable (bsc#1218260). +- Input: allocate keycode for Display refresh rate toggle + (bsc#1218260). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (bsc#1218260). +- perf/x86/amd/lbr: Discard erroneous branch entries + (bsc#1218260). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9 + (bsc#1218260). +- ktest: force $buildonly = 1 for 'make_warnings_file' test type + (bsc#1218260). +- Input: xpad - add support for Snakebyte GAMEPADs (bsc#1218260). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (bsc#1218260). +- tools: iio: replace seekdir() in iio_generic_buffer + (bsc#1218260). +- bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state (bsc#1218260). +- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in + kernfs_find_and_get_node_by_id() (bsc#1218260). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (bsc#1218260). +- usb: typec: ucsi: Limit read size on v1.2 (bsc#1218260). +- thunderbolt: Keep the domain powered when USB4 port is in + redrive mode (bsc#1218260). +- usb: typec: tcpci: add generic tcpci fallback compatible + (bsc#1218260). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (bsc#1218260). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (bsc#1218260). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (bsc#1218260). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (bsc#1218260). +- x86/xen: attempt to inflate the memory balloon on PVH + (bsc#1218260). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (bsc#1218260). +- io_uring: clear opcode specific data for an early failure + (bsc#1218260). +- modpost: fix null pointer dereference (bsc#1218260). +- drivers/nvme: Add quirks for device 126f:2262 (bsc#1218260). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1218260). +- selftests: mptcp: display simult in extra_msg (bsc#1218260). +- media: mediatek: vcodec: Fix oops when HEVC init fails + (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect decoder context + list (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect encoder context + list (bsc#1218260). +- randomize_kstack: Improve entropy diffusion (bsc#1218260). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (bsc#1218260). +- Bluetooth: btintel: Fixe build regression (bsc#1218260). +- net: mpls: error out if inner headers are not set (bsc#1218260). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (bsc#1218260). +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (bsc#1218260). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (bsc#1218260). +- Rename to + patches.kernel.org/6.6.27-035-wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-..patch. +- Rename to + patches.kernel.org/6.6.27-103-gcc-plugins-stackleak-Avoid-.head.text-section.patch. +- commit bace35a + +------------------------------------------------------------------- +Sat Apr 13 10:56:12 CEST 2024 - rfrohl@suse.com + +- backports for 6.6.26 (bsc#1218260). + 9b3daf2b0443 i40e: Fix ST code value for Clause 45 + 9cfd3b502153 i40e: Include types.h to some headers + 226db36032c6 drm/amd: Stop evicting resources on APUs in suspend + ba54b1a276a6 intel: legacy: Partial revert of field get conversion + e7d24c0aa8e6 gcc-plugins/stackleak: Avoid .head.text section + 65acf6e0501a netfilter: complete validation of user input +- commit b224ddb + +------------------------------------------------------------------- +Sat Apr 13 00:16:54 CEST 2024 - rfrohl@suse.com + +- config: disable CONFIG_SPECTRE_BHI_AUTO and CONFIG_SPECTRE_BHI_OFF (bsc#1218260). +- commit 1feaf8c + +------------------------------------------------------------------- +Fri Apr 12 23:58:44 CEST 2024 - rfrohl@suse.com + +- config: enable CONFIG_SPECTRE_BHI_ON (bsc#1218260). +- commit 8de0313 + +------------------------------------------------------------------- +Fri Apr 12 20:26:47 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.26 (bsc#1218260). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (bsc#1218260). +- drm/i915: Pre-populate the cursor physical dma address + (bsc#1218260). +- scripts/bpf_doc: Use silent mode when exec make cmd + (bsc#1218260). +- s390/bpf: Fix bpf_plt pointer arithmetic (bsc#1218260). +- bpf, arm64: fix bug in BPF_LDX_MEMSX (bsc#1218260). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (bsc#1218260). +- arm64: bpf: fix 32bit unconditional bswap (bsc#1218260). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (bsc#1218260). +- tools: ynl: fix setting presence bits in simple nests + (bsc#1218260). +- mlxbf_gige: stop PHY during open() error paths (bsc#1218260). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (bsc#1218260). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1218260). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (bsc#1218260). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (bsc#1218260). +- ice: Refactor FW data type and fix bitmap casting issue + (bsc#1218260). +- ice: realloc VSI stats arrays (bsc#1218260). +- ice: fix memory corruption bug with suspend and rebuild + (bsc#1218260). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (bsc#1218260). +- igc: Remove stale comment about Tx timestamping (bsc#1218260). +- s390/qeth: handle deferred cc1 (bsc#1218260). +- net: hsr: hsr_slave: Fix the promiscuous mode in offload mode + (bsc#1218260). +- tcp: properly terminate timers for kernel sockets (bsc#1218260). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (bsc#1218260). +- selftests: vxlan_mdb: Fix failures with old libnet + (bsc#1218260). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (bsc#1218260). +- net: hns3: fix index limit to support all queue stats + (bsc#1218260). +- net: hns3: fix kernel crash when devlink reload during pf + initialization (bsc#1218260). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (bsc#1218260). +- tls: recv: process_rx_list shouldn't use an offset with kvec + (bsc#1218260). +- tls: adjust recv return with async crypto and failed copy to + userspace (bsc#1218260). +- tls: get psock ref after taking rxlock to avoid leak + (bsc#1218260). +- mlxbf_gige: call request_irq() after NAPI initialized + (bsc#1218260). +- bpf: Protect against int overflow for stack access size + (bsc#1218260). +- cifs: Fix duplicate fscache cookie warnings (bsc#1218260). +- netfilter: nf_tables: reject destroy command to remove basechain + hooks (bsc#1218260). +- netfilter: nf_tables: reject table flag and netdev basechain + updates (bsc#1218260). +- netfilter: nf_tables: skip netdev hook unregistration if table + is dormant (bsc#1218260). +- net: bcmasp: Bring up unimac after PHY link up (bsc#1218260). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (bsc#1218260). +- Octeontx2-af: fix pause frame configuration in GMP mode + (bsc#1218260). +- inet: inet_defrag: prevent sk release while still in use + (bsc#1218260). +- drm/i915/dg2: Drop pre-production GT workarounds (bsc#1218260). +- drm/i915: Tidy workaround definitions (bsc#1218260). +- drm/i915: Consolidate condition for Wa_22011802037 + (bsc#1218260). +- drm/i915/xelpg: Call Xe_LPG workaround functions based on IP + version (bsc#1218260). +- drm/i915: Eliminate IS_MTL_GRAPHICS_STEP (bsc#1218260). +- drm/i915: Replace several IS_METEORLAKE with proper IP version + checks (bsc#1218260). +- drm/i915/mtl: Update workaround 14016712196 (bsc#1218260). +- drm/i915/xelpg: Extend some workarounds/tuning to gfx version + 12.74 (bsc#1218260). +- drm/i915/mtl: Update workaround 14018575942 (bsc#1218260). +- dm integrity: fix out-of-range warning (bsc#1218260). +- mm/treewide: replace pud_large() with pud_leaf() (bsc#1218260). +- Revert "x86/mm/ident_map: Use gbpages only where full GB page + should be mapped." (bsc#1218260). +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1218260). +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1218260). +- x86/CPU/AMD: Add ZenX generations flags (bsc#1218260). +- x86/CPU/AMD: Carve out the erratum 1386 fix (bsc#1218260). +- x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function + (bsc#1218260). +- x86/CPU/AMD: Move Zenbleed check to the Zen2 init function + (bsc#1218260). +- x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init + function (bsc#1218260). +- x86/CPU/AMD: Get rid of amd_erratum_1054[] (bsc#1218260). +- x86/CPU/AMD: Add X86_FEATURE_ZEN1 (bsc#1218260). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (bsc#1218260). +- x86/cpufeatures: Add new word for scattered features + (bsc#1218260). +- perf/x86/amd/lbr: Use freeze based on availability + (bsc#1218260). +- modpost: Optimize symbol search from linear to binary search + (bsc#1218260). +- modpost: do not make find_tosym() return NULL (bsc#1218260). +- gpio: cdev: sanitize the label before requesting the interrupt + (bsc#1218260). +- RISC-V: KVM: Fix APLIC setipnum_le/be write emulation + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip[x] read emulation (bsc#1218260). +- KVM: arm64: Fix host-programmed guest events in nVHE + (bsc#1218260). +- selinux: avoid dereference of garbage after mount failure + (bsc#1218260). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (bsc#1218260). +- x86/cpufeatures: Add CPUID_LNX_5 to track recently added + Linux-defined word (bsc#1218260). +- x86/bpf: Fix IP after emitting call depth accounting + (bsc#1218260). +- Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists + in DT" (bsc#1218260). +- arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as + broken (bsc#1218260). +- Bluetooth: qca: fix device-address endianness (bsc#1218260). +- Bluetooth: add quirk for broken address properties + (bsc#1218260). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (bsc#1218260). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation + (bsc#1218260). +- netfilter: nf_tables: release batch on table validation from + abort path (bsc#1218260). +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (bsc#1218260). +- selftests: mptcp: join: fix dev in check_endpoint (bsc#1218260). +- xen-netfront: Add missing skb_mark_for_recycle (bsc#1218260). +- net/rds: fix possible cp null dereference (bsc#1218260). +- net: usb: ax88179_178a: avoid the interface always configured + as random address (bsc#1218260). +- net: mana: Fix Rx DMA datasize and skb_over_panic (bsc#1218260). +- vsock/virtio: fix packet delivery to tap device (bsc#1218260). +- x86/srso: Improve i-cache locality for alias mitigation + (bsc#1218260). +- x86/srso: Disentangle rethunk-dependent options (bsc#1218260). +- x86/nospec: Refactor UNTRAIN_RET[_*] (bsc#1218260). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (bsc#1218260). +- netfilter: nf_tables: reject new basechain after table flag + update (bsc#1218260). +- netfilter: nf_tables: flush pending destroy work before exit_net + release (bsc#1218260). +- netfilter: nf_tables: Fix potential data-race in + __nft_flowtable_type_get() (bsc#1218260). +- netfilter: nf_tables: discard table flag update with pending + basechain deletion (bsc#1218260). +- netfilter: validate user input for expected length + (bsc#1218260). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (bsc#1218260). +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1218260). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return + thunk for !SRSO (bsc#1218260). +- KVM: arm64: Ensure target address is granule-aligned for range + TLBI (bsc#1218260). +- net/sched: act_skbmod: prevent kernel-infoleak (bsc#1218260). +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (bsc#1218260). +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (bsc#1218260). +- net: stmmac: fix rx queue priority assignment (bsc#1218260). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (bsc#1218260). +- net: txgbe: fix i2c dev name cannot match clkdev (bsc#1218260). +- net: fec: Set mac_managed_pm during probe (bsc#1218260). +- net: phy: micrel: Fix potential null pointer dereference + (bsc#1218260). +- net: dsa: mv88e6xxx: fix usable ports on 88e6020 (bsc#1218260). +- selftests: net: gro fwd: update vxlan GRO test expectations + (bsc#1218260). +- gro: fix ownership transfer (bsc#1218260). +- ice: fix enabling RX VLAN filtering (bsc#1218260). +- i40e: Fix VF MAC filter removal (bsc#1218260). +- erspan: make sure erspan_base_hdr is present in skb->head + (bsc#1218260). +- selftests: reuseaddr_conflict: add missing new line at the + end of the output (bsc#1218260). +- tcp: Fix bind() regression for v6-only wildcard and + v4(-mapped-v6) non-wildcard addresses (bsc#1218260). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (bsc#1218260). +- ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1218260). +- mlxbf_gige: stop interface during shutdown (bsc#1218260). +- r8169: skip DASH fw status checks when DASH is disabled + (bsc#1218260). +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (bsc#1218260). +- udp: do not transition UDP GRO fraglist partial checksums to + unnecessary (bsc#1218260). +- udp: prevent local UDP tunnel packets from being GROed + (bsc#1218260). +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (bsc#1218260). +- octeontx2-pf: check negative error code in otx2_open() + (bsc#1218260). +- octeontx2-af: Add array index check (bsc#1218260). +- i40e: fix i40e_count_filters() to count only active/new filters + (bsc#1218260). +- i40e: fix vf may be used uninitialized in this function warning + (bsc#1218260). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (bsc#1218260). +- drm/amd/display: Fix DPSTREAM CLK on and off sequence + (bsc#1218260). +- drm/amd/display: Prevent crash when disable stream + (bsc#1218260). +- drm/amd: Evict resources during PM ops prepare() callback + (bsc#1218260). +- drm/amd: Add concept of running prepare_suspend() sequence + for IP blocks (bsc#1218260). +- drm/amd: Flush GFXOFF requests in prepare stage (bsc#1218260). +- i40e: Remove _t suffix from enum type names (bsc#1218260). +- i40e: Enforce software interrupt during busy-poll exit + (bsc#1218260). +- i40e: Remove back pointer from i40e_hw structure (bsc#1218260). +- i40e: Refactor I40E_MDIO_CLAUSE* macros (bsc#1218260). +- virtchnl: Add header dependencies (bsc#1218260). +- i40e: Simplify memory allocation functions (bsc#1218260). +- i40e: Move memory allocation structures to i40e_alloc.h + (bsc#1218260). +- i40e: Split i40e_osdep.h (bsc#1218260). +- i40e: Remove circular header dependencies and fix headers + (bsc#1218260). +- intel: add bit macro includes where needed (bsc#1218260). +- intel: legacy: field get conversion (bsc#1218260). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (bsc#1218260). +- e1000e: Minor flow correction in e1000_shutdown function + (bsc#1218260). +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (bsc#1218260). +- net: ravb: Let IP-specific receive function to interrogate + descriptors (bsc#1218260). +- net: ravb: Always process TX descriptor ring (bsc#1218260). +- net: ravb: Always update error counters (bsc#1218260). +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (bsc#1218260). +- KVM: SVM: Add support for allowing zero SEV ASIDs (bsc#1218260). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (bsc#1218260). +- 9p: Fix read/write debug statements to report server reply + (bsc#1218260). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (bsc#1218260). +- drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not + supported (bsc#1218260). +- RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ + (bsc#1218260). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (bsc#1218260). +- ALSA: hda: cs35l56: Add ACPI device match tables (bsc#1218260). +- drm/panfrost: fix power transition timeout warnings + (bsc#1218260). +- nouveau/uvmm: fix addr/range calcs for remap operations + (bsc#1218260). +- drm/prime: Unbreak virtgpu dma-buf export (bsc#1218260). +- ASoC: rt5682-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdca: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt712-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt722-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (bsc#1218260). +- spi: s3c64xx: Extract FIFO depth calculation to a dedicated + macro (bsc#1218260). +- spi: s3c64xx: sort headers alphabetically (bsc#1218260). +- spi: s3c64xx: explicitly include (bsc#1218260). +- spi: s3c64xx: remove else after return (bsc#1218260). +- spi: s3c64xx: define a magic value (bsc#1218260). +- spi: s3c64xx: allow full FIFO masks (bsc#1218260). +- spi: s3c64xx: determine the fifo depth only once (bsc#1218260). +- spi: s3c64xx: Use DMA mode from fifo size (bsc#1218260). +- ASoC: amd: acp: fix for acp_init function error handling + (bsc#1218260). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (bsc#1218260). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (bsc#1218260). +- scsi: mylex: Fix sysfs buffer lengths (bsc#1218260). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (bsc#1218260). +- Revert "ALSA: emu10k1: fix synthesizer sample playback position + and caching" (bsc#1218260). +- cifs: Fix caching to try to do open O_WRONLY as rdwr on server + (bsc#1218260). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (bsc#1218260). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (bsc#1218260). +- ASoC: SOF: amd: fix for false dsp interrupts (bsc#1218260). +- SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP + (bsc#1218260). +- riscv: Disable preemption when using patch_map() (bsc#1218260). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (bsc#1218260). +- ice: fix typo in assignment (bsc#1218260). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return + thunk (bsc#1218260). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (bsc#1218260). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (bsc#1218260). +- ksmbd: don't send oplock break if rename fails (bsc#1218260). +- ksmbd: validate payload size in ipc response (bsc#1218260). +- ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + (bsc#1218260). +- ALSA: hda/realtek - Fix inactive headset mic jack (bsc#1218260). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (bsc#1218260). +- io_uring/kbuf: get rid of lower BGID lists (bsc#1218260). +- io_uring/kbuf: get rid of bl->is_ready (bsc#1218260). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (bsc#1218260). +- io_uring: use private workqueue for exit work (bsc#1218260). +- io_uring/kbuf: hold io_buffer_list reference over mmap + (bsc#1218260). +- driver core: Introduce device_link_wait_removal() (bsc#1218260). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (bsc#1218260). +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1218260). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() + (bsc#1218260). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems + (bsc#1218260). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (bsc#1218260). +- arm64/ptrace: Use saved floating point state type to determine + SVE layout (bsc#1218260). +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (bsc#1218260). +- selftests/mm: include strings.h for ffsl (bsc#1218260). +- s390/entry: align system call table on 8 bytes (bsc#1218260). +- riscv: Fix spurious errors from __get/put_kernel_nofault + (bsc#1218260). +- riscv: process: Fix kernel gp leakage (bsc#1218260). +- smb: client: handle DFS tcons in cifs_construct_tcon() + (bsc#1218260). +- smb: client: serialise cifs_construct_tcon() with + cifs_mount_mutex (bsc#1218260). +- smb3: retrying on failed server close (bsc#1218260). +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1218260). +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1218260). +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1218260). +- drm/i915/gt: Disable HW load balancing for CCS (bsc#1218260). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (bsc#1218260). +- drm/i915/gt: Enable only one CCS for compute workload + (bsc#1218260). +- Revert "x86/mpparse: Register APIC address only once" + (bsc#1218260). +- of: module: prevent NULL pointer dereference in vsnprintf() + (bsc#1218260). +- selftests: mptcp: connect: fix shellcheck warnings + (bsc#1218260). +- mptcp: don't overwrite sock_ops in mptcp_is_tcpsk() + (bsc#1218260). +- mptcp: don't account accept() of non-MPC client as fallback + to TCP (bsc#1218260). +- bpf: put uprobe link's path and task in release callback + (bsc#1218260). +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1218260). +- x86/head/64: Move the __head definition to + (bsc#1218260). +- efi/libstub: Add generic support for parsing mem_encrypt= + (bsc#1218260). +- x86/sme: Move early SME kernel encryption handling into + .head.text (bsc#1218260). +- x86/sev: Move early startup code into .head.text section + (bsc#1218260). +- x86/efistub: Remap kernel text read-only before dropping NX + attribute (bsc#1218260). +- x86/boot: Move mem_encrypt= parsing to the decompressor + (bsc#1218260). +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file + (bsc#1218260). +- x86/syscall: Don't force use of indirect calls for system calls + (bsc#1218260). +- x86/bhi: Add support for clearing branch history at syscall + entry (bsc#1218260). +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1218260). +- x86/bhi: Enumerate Branch History Injection (BHI) bug + (bsc#1218260). +- x86/bhi: Add BHI mitigation knob (bsc#1218260). +- x86/bhi: Mitigate KVM by default (bsc#1218260). +- KVM: x86: Add BHI_NO (bsc#1218260). +- x86: set SPECTRE_BHI_ON as default (bsc#1218260). +- blacklist.conf +- Refresh patches.rpmify/Add-ksym-provides-tool.patch. +- Refresh patches.suse/add-suse-supported-flag.patch. +- Refresh + patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. +- commit 2dc6bab + ------------------------------------------------------------------- Sun Apr 7 15:31:38 CEST 2024 - rfrohl@suse.com diff --git a/kernel-longterm.spec b/kernel-longterm.spec index 706543c..b753079 100644 --- a/kernel-longterm.spec +++ b/kernel-longterm.spec @@ -18,8 +18,8 @@ %define srcversion 6.6 -%define patchversion 6.6.25 -%define git_commit ad49821975239a65ba2ac64bf4de2d02ca5bb3fc +%define patchversion 6.6.27 +%define git_commit 74095b304437c4bb792a0518e47a8a1510032dac %define variant -longterm%{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -113,9 +113,9 @@ Name: kernel-longterm Summary: The Linux Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.6.25 +Version: 6.6.27 %if 0%{?is_kotd} -Release: .gad49821 +Release: .g74095b3 %else Release: 0 %endif diff --git a/kernel-source-longterm.changes b/kernel-source-longterm.changes index f643aa1..ea3625c 100644 --- a/kernel-source-longterm.changes +++ b/kernel-source-longterm.changes @@ -1,3 +1,667 @@ +------------------------------------------------------------------- +Sat Apr 13 19:49:57 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.27 (bsc#1218260). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (bsc#1218260). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (bsc#1218260). +- wifi: rtw89: fix null pointer access when abort scan + (bsc#1218260). +- bnx2x: Fix firmware version string character counts + (bsc#1218260). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (bsc#1218260). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (bsc#1218260). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (bsc#1218260). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (bsc#1218260). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (bsc#1218260). +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1218260). +- panic: Flush kernel log buffer at the end (bsc#1218260). +- cpuidle: Avoid potential overflow in integer multiplication + (bsc#1218260). +- ARM: dts: rockchip: fix rk3288 hdmi ports node (bsc#1218260). +- ARM: dts: rockchip: fix rk322x hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3328 hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3399 hdmi ports node (bsc#1218260). +- net: add netdev_lockdep_set_classes() to virtual drivers + (bsc#1218260). +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (bsc#1218260). +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (bsc#1218260). +- ionic: set adminq irq affinity (bsc#1218260). +- net: skbuff: add overflow debug check to pull/push helpers + (bsc#1218260). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (bsc#1218260). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (bsc#1218260). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1218260). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (bsc#1218260). +- wifi: mt76: mt7996: add locking for accessing mapped registers + (bsc#1218260). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (bsc#1218260). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (bsc#1218260). +- tools/power x86_energy_perf_policy: Fix file leak in + get_pkg_num() (bsc#1218260). +- net: pcs: xpcs: Return EINVAL in the internal methods + (bsc#1218260). +- dma-direct: Leak pages on dma_set_decrypted() failure + (bsc#1218260). +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1218260). +- cpufreq: Don't unregister cpufreq cooling on CPU hotplug + (bsc#1218260). +- overflow: Allow non-type arg to type_max() and type_min() + (bsc#1218260). +- wifi: cfg80211: check A-MSDU format more carefully + (bsc#1218260). +- btrfs: handle chunk tree lookup error in + btrfs_relocate_sys_chunks() (bsc#1218260). +- btrfs: export: handle invalid inode or root reference in + btrfs_get_parent() (bsc#1218260). +- btrfs: send: handle path ref underflow in header + iterate_inode_ref() (bsc#1218260). +- ice: use relative VSI index for VFs instead of PF VSI number + (bsc#1218260). +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() + (bsc#1218260). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (bsc#1218260). +- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 + (bsc#1218260). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (bsc#1218260). +- drm/vc4: don't check if plane->state->fb == state->fb + (bsc#1218260). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (bsc#1218260). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (bsc#1218260). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (bsc#1218260). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (bsc#1218260). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (bsc#1218260). +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1218260). +- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() + (bsc#1218260). +- isofs: handle CDs with bad root inode but good Joliet root + directory (bsc#1218260). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (bsc#1218260). +- rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() + (bsc#1218260). +- rcu-tasks: Repair RCU Tasks Trace quiescence check + (bsc#1218260). +- Julia Lawall reported this null pointer dereference, this + should fix it (bsc#1218260). +- media: sta2x11: fix irq handler cast (bsc#1218260). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (bsc#1218260). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (bsc#1218260). +- ext4: add a hint for block bitmap corrupt state in mb_groups + (bsc#1218260). +- ext4: forbid commit inconsistent quota data when + errors=remount-ro (bsc#1218260). +- drm/amd/display: Fix nanosec stat overflow (bsc#1218260). +- accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid + warnings (bsc#1218260). +- i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC + (bsc#1218260). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (bsc#1218260). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (bsc#1218260). +- drm: Check output polling initialized before disabling + (bsc#1218260). +- SUNRPC: increase size of rpc_wait_queue.qlen from unsigned + short to unsigned int (bsc#1218260). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (bsc#1218260). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (bsc#1218260). +- libperf evlist: Avoid out-of-bounds access (bsc#1218260). +- input/touchscreen: imagis: Correct the maximum touch area value + (bsc#1218260). +- drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk + for HIP09 (bsc#1218260). +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1218260). +- RDMA/cm: add timeout to cm_destroy_id wait (bsc#1218260). +- Input: imagis - use FIELD_GET where applicable (bsc#1218260). +- Input: allocate keycode for Display refresh rate toggle + (bsc#1218260). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (bsc#1218260). +- perf/x86/amd/lbr: Discard erroneous branch entries + (bsc#1218260). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9 + (bsc#1218260). +- ktest: force $buildonly = 1 for 'make_warnings_file' test type + (bsc#1218260). +- Input: xpad - add support for Snakebyte GAMEPADs (bsc#1218260). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (bsc#1218260). +- tools: iio: replace seekdir() in iio_generic_buffer + (bsc#1218260). +- bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state (bsc#1218260). +- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in + kernfs_find_and_get_node_by_id() (bsc#1218260). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (bsc#1218260). +- usb: typec: ucsi: Limit read size on v1.2 (bsc#1218260). +- thunderbolt: Keep the domain powered when USB4 port is in + redrive mode (bsc#1218260). +- usb: typec: tcpci: add generic tcpci fallback compatible + (bsc#1218260). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (bsc#1218260). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (bsc#1218260). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (bsc#1218260). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (bsc#1218260). +- x86/xen: attempt to inflate the memory balloon on PVH + (bsc#1218260). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (bsc#1218260). +- io_uring: clear opcode specific data for an early failure + (bsc#1218260). +- modpost: fix null pointer dereference (bsc#1218260). +- drivers/nvme: Add quirks for device 126f:2262 (bsc#1218260). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1218260). +- selftests: mptcp: display simult in extra_msg (bsc#1218260). +- media: mediatek: vcodec: Fix oops when HEVC init fails + (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect decoder context + list (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect encoder context + list (bsc#1218260). +- randomize_kstack: Improve entropy diffusion (bsc#1218260). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (bsc#1218260). +- Bluetooth: btintel: Fixe build regression (bsc#1218260). +- net: mpls: error out if inner headers are not set (bsc#1218260). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (bsc#1218260). +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (bsc#1218260). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (bsc#1218260). +- Rename to + patches.kernel.org/6.6.27-035-wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-..patch. +- Rename to + patches.kernel.org/6.6.27-103-gcc-plugins-stackleak-Avoid-.head.text-section.patch. +- commit bace35a + +------------------------------------------------------------------- +Sat Apr 13 10:56:12 CEST 2024 - rfrohl@suse.com + +- backports for 6.6.26 (bsc#1218260). + 9b3daf2b0443 i40e: Fix ST code value for Clause 45 + 9cfd3b502153 i40e: Include types.h to some headers + 226db36032c6 drm/amd: Stop evicting resources on APUs in suspend + ba54b1a276a6 intel: legacy: Partial revert of field get conversion + e7d24c0aa8e6 gcc-plugins/stackleak: Avoid .head.text section + 65acf6e0501a netfilter: complete validation of user input +- commit b224ddb + +------------------------------------------------------------------- +Sat Apr 13 00:16:54 CEST 2024 - rfrohl@suse.com + +- config: disable CONFIG_SPECTRE_BHI_AUTO and CONFIG_SPECTRE_BHI_OFF (bsc#1218260). +- commit 1feaf8c + +------------------------------------------------------------------- +Fri Apr 12 23:58:44 CEST 2024 - rfrohl@suse.com + +- config: enable CONFIG_SPECTRE_BHI_ON (bsc#1218260). +- commit 8de0313 + +------------------------------------------------------------------- +Fri Apr 12 20:26:47 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.26 (bsc#1218260). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (bsc#1218260). +- drm/i915: Pre-populate the cursor physical dma address + (bsc#1218260). +- scripts/bpf_doc: Use silent mode when exec make cmd + (bsc#1218260). +- s390/bpf: Fix bpf_plt pointer arithmetic (bsc#1218260). +- bpf, arm64: fix bug in BPF_LDX_MEMSX (bsc#1218260). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (bsc#1218260). +- arm64: bpf: fix 32bit unconditional bswap (bsc#1218260). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (bsc#1218260). +- tools: ynl: fix setting presence bits in simple nests + (bsc#1218260). +- mlxbf_gige: stop PHY during open() error paths (bsc#1218260). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (bsc#1218260). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1218260). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (bsc#1218260). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (bsc#1218260). +- ice: Refactor FW data type and fix bitmap casting issue + (bsc#1218260). +- ice: realloc VSI stats arrays (bsc#1218260). +- ice: fix memory corruption bug with suspend and rebuild + (bsc#1218260). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (bsc#1218260). +- igc: Remove stale comment about Tx timestamping (bsc#1218260). +- s390/qeth: handle deferred cc1 (bsc#1218260). +- net: hsr: hsr_slave: Fix the promiscuous mode in offload mode + (bsc#1218260). +- tcp: properly terminate timers for kernel sockets (bsc#1218260). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (bsc#1218260). +- selftests: vxlan_mdb: Fix failures with old libnet + (bsc#1218260). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (bsc#1218260). +- net: hns3: fix index limit to support all queue stats + (bsc#1218260). +- net: hns3: fix kernel crash when devlink reload during pf + initialization (bsc#1218260). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (bsc#1218260). +- tls: recv: process_rx_list shouldn't use an offset with kvec + (bsc#1218260). +- tls: adjust recv return with async crypto and failed copy to + userspace (bsc#1218260). +- tls: get psock ref after taking rxlock to avoid leak + (bsc#1218260). +- mlxbf_gige: call request_irq() after NAPI initialized + (bsc#1218260). +- bpf: Protect against int overflow for stack access size + (bsc#1218260). +- cifs: Fix duplicate fscache cookie warnings (bsc#1218260). +- netfilter: nf_tables: reject destroy command to remove basechain + hooks (bsc#1218260). +- netfilter: nf_tables: reject table flag and netdev basechain + updates (bsc#1218260). +- netfilter: nf_tables: skip netdev hook unregistration if table + is dormant (bsc#1218260). +- net: bcmasp: Bring up unimac after PHY link up (bsc#1218260). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (bsc#1218260). +- Octeontx2-af: fix pause frame configuration in GMP mode + (bsc#1218260). +- inet: inet_defrag: prevent sk release while still in use + (bsc#1218260). +- drm/i915/dg2: Drop pre-production GT workarounds (bsc#1218260). +- drm/i915: Tidy workaround definitions (bsc#1218260). +- drm/i915: Consolidate condition for Wa_22011802037 + (bsc#1218260). +- drm/i915/xelpg: Call Xe_LPG workaround functions based on IP + version (bsc#1218260). +- drm/i915: Eliminate IS_MTL_GRAPHICS_STEP (bsc#1218260). +- drm/i915: Replace several IS_METEORLAKE with proper IP version + checks (bsc#1218260). +- drm/i915/mtl: Update workaround 14016712196 (bsc#1218260). +- drm/i915/xelpg: Extend some workarounds/tuning to gfx version + 12.74 (bsc#1218260). +- drm/i915/mtl: Update workaround 14018575942 (bsc#1218260). +- dm integrity: fix out-of-range warning (bsc#1218260). +- mm/treewide: replace pud_large() with pud_leaf() (bsc#1218260). +- Revert "x86/mm/ident_map: Use gbpages only where full GB page + should be mapped." (bsc#1218260). +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1218260). +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1218260). +- x86/CPU/AMD: Add ZenX generations flags (bsc#1218260). +- x86/CPU/AMD: Carve out the erratum 1386 fix (bsc#1218260). +- x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function + (bsc#1218260). +- x86/CPU/AMD: Move Zenbleed check to the Zen2 init function + (bsc#1218260). +- x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init + function (bsc#1218260). +- x86/CPU/AMD: Get rid of amd_erratum_1054[] (bsc#1218260). +- x86/CPU/AMD: Add X86_FEATURE_ZEN1 (bsc#1218260). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (bsc#1218260). +- x86/cpufeatures: Add new word for scattered features + (bsc#1218260). +- perf/x86/amd/lbr: Use freeze based on availability + (bsc#1218260). +- modpost: Optimize symbol search from linear to binary search + (bsc#1218260). +- modpost: do not make find_tosym() return NULL (bsc#1218260). +- gpio: cdev: sanitize the label before requesting the interrupt + (bsc#1218260). +- RISC-V: KVM: Fix APLIC setipnum_le/be write emulation + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip[x] read emulation (bsc#1218260). +- KVM: arm64: Fix host-programmed guest events in nVHE + (bsc#1218260). +- selinux: avoid dereference of garbage after mount failure + (bsc#1218260). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (bsc#1218260). +- x86/cpufeatures: Add CPUID_LNX_5 to track recently added + Linux-defined word (bsc#1218260). +- x86/bpf: Fix IP after emitting call depth accounting + (bsc#1218260). +- Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists + in DT" (bsc#1218260). +- arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as + broken (bsc#1218260). +- Bluetooth: qca: fix device-address endianness (bsc#1218260). +- Bluetooth: add quirk for broken address properties + (bsc#1218260). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (bsc#1218260). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation + (bsc#1218260). +- netfilter: nf_tables: release batch on table validation from + abort path (bsc#1218260). +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (bsc#1218260). +- selftests: mptcp: join: fix dev in check_endpoint (bsc#1218260). +- xen-netfront: Add missing skb_mark_for_recycle (bsc#1218260). +- net/rds: fix possible cp null dereference (bsc#1218260). +- net: usb: ax88179_178a: avoid the interface always configured + as random address (bsc#1218260). +- net: mana: Fix Rx DMA datasize and skb_over_panic (bsc#1218260). +- vsock/virtio: fix packet delivery to tap device (bsc#1218260). +- x86/srso: Improve i-cache locality for alias mitigation + (bsc#1218260). +- x86/srso: Disentangle rethunk-dependent options (bsc#1218260). +- x86/nospec: Refactor UNTRAIN_RET[_*] (bsc#1218260). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (bsc#1218260). +- netfilter: nf_tables: reject new basechain after table flag + update (bsc#1218260). +- netfilter: nf_tables: flush pending destroy work before exit_net + release (bsc#1218260). +- netfilter: nf_tables: Fix potential data-race in + __nft_flowtable_type_get() (bsc#1218260). +- netfilter: nf_tables: discard table flag update with pending + basechain deletion (bsc#1218260). +- netfilter: validate user input for expected length + (bsc#1218260). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (bsc#1218260). +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1218260). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return + thunk for !SRSO (bsc#1218260). +- KVM: arm64: Ensure target address is granule-aligned for range + TLBI (bsc#1218260). +- net/sched: act_skbmod: prevent kernel-infoleak (bsc#1218260). +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (bsc#1218260). +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (bsc#1218260). +- net: stmmac: fix rx queue priority assignment (bsc#1218260). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (bsc#1218260). +- net: txgbe: fix i2c dev name cannot match clkdev (bsc#1218260). +- net: fec: Set mac_managed_pm during probe (bsc#1218260). +- net: phy: micrel: Fix potential null pointer dereference + (bsc#1218260). +- net: dsa: mv88e6xxx: fix usable ports on 88e6020 (bsc#1218260). +- selftests: net: gro fwd: update vxlan GRO test expectations + (bsc#1218260). +- gro: fix ownership transfer (bsc#1218260). +- ice: fix enabling RX VLAN filtering (bsc#1218260). +- i40e: Fix VF MAC filter removal (bsc#1218260). +- erspan: make sure erspan_base_hdr is present in skb->head + (bsc#1218260). +- selftests: reuseaddr_conflict: add missing new line at the + end of the output (bsc#1218260). +- tcp: Fix bind() regression for v6-only wildcard and + v4(-mapped-v6) non-wildcard addresses (bsc#1218260). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (bsc#1218260). +- ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1218260). +- mlxbf_gige: stop interface during shutdown (bsc#1218260). +- r8169: skip DASH fw status checks when DASH is disabled + (bsc#1218260). +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (bsc#1218260). +- udp: do not transition UDP GRO fraglist partial checksums to + unnecessary (bsc#1218260). +- udp: prevent local UDP tunnel packets from being GROed + (bsc#1218260). +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (bsc#1218260). +- octeontx2-pf: check negative error code in otx2_open() + (bsc#1218260). +- octeontx2-af: Add array index check (bsc#1218260). +- i40e: fix i40e_count_filters() to count only active/new filters + (bsc#1218260). +- i40e: fix vf may be used uninitialized in this function warning + (bsc#1218260). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (bsc#1218260). +- drm/amd/display: Fix DPSTREAM CLK on and off sequence + (bsc#1218260). +- drm/amd/display: Prevent crash when disable stream + (bsc#1218260). +- drm/amd: Evict resources during PM ops prepare() callback + (bsc#1218260). +- drm/amd: Add concept of running prepare_suspend() sequence + for IP blocks (bsc#1218260). +- drm/amd: Flush GFXOFF requests in prepare stage (bsc#1218260). +- i40e: Remove _t suffix from enum type names (bsc#1218260). +- i40e: Enforce software interrupt during busy-poll exit + (bsc#1218260). +- i40e: Remove back pointer from i40e_hw structure (bsc#1218260). +- i40e: Refactor I40E_MDIO_CLAUSE* macros (bsc#1218260). +- virtchnl: Add header dependencies (bsc#1218260). +- i40e: Simplify memory allocation functions (bsc#1218260). +- i40e: Move memory allocation structures to i40e_alloc.h + (bsc#1218260). +- i40e: Split i40e_osdep.h (bsc#1218260). +- i40e: Remove circular header dependencies and fix headers + (bsc#1218260). +- intel: add bit macro includes where needed (bsc#1218260). +- intel: legacy: field get conversion (bsc#1218260). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (bsc#1218260). +- e1000e: Minor flow correction in e1000_shutdown function + (bsc#1218260). +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (bsc#1218260). +- net: ravb: Let IP-specific receive function to interrogate + descriptors (bsc#1218260). +- net: ravb: Always process TX descriptor ring (bsc#1218260). +- net: ravb: Always update error counters (bsc#1218260). +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (bsc#1218260). +- KVM: SVM: Add support for allowing zero SEV ASIDs (bsc#1218260). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (bsc#1218260). +- 9p: Fix read/write debug statements to report server reply + (bsc#1218260). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (bsc#1218260). +- drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not + supported (bsc#1218260). +- RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ + (bsc#1218260). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (bsc#1218260). +- ALSA: hda: cs35l56: Add ACPI device match tables (bsc#1218260). +- drm/panfrost: fix power transition timeout warnings + (bsc#1218260). +- nouveau/uvmm: fix addr/range calcs for remap operations + (bsc#1218260). +- drm/prime: Unbreak virtgpu dma-buf export (bsc#1218260). +- ASoC: rt5682-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdca: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt712-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt722-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (bsc#1218260). +- spi: s3c64xx: Extract FIFO depth calculation to a dedicated + macro (bsc#1218260). +- spi: s3c64xx: sort headers alphabetically (bsc#1218260). +- spi: s3c64xx: explicitly include (bsc#1218260). +- spi: s3c64xx: remove else after return (bsc#1218260). +- spi: s3c64xx: define a magic value (bsc#1218260). +- spi: s3c64xx: allow full FIFO masks (bsc#1218260). +- spi: s3c64xx: determine the fifo depth only once (bsc#1218260). +- spi: s3c64xx: Use DMA mode from fifo size (bsc#1218260). +- ASoC: amd: acp: fix for acp_init function error handling + (bsc#1218260). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (bsc#1218260). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (bsc#1218260). +- scsi: mylex: Fix sysfs buffer lengths (bsc#1218260). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (bsc#1218260). +- Revert "ALSA: emu10k1: fix synthesizer sample playback position + and caching" (bsc#1218260). +- cifs: Fix caching to try to do open O_WRONLY as rdwr on server + (bsc#1218260). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (bsc#1218260). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (bsc#1218260). +- ASoC: SOF: amd: fix for false dsp interrupts (bsc#1218260). +- SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP + (bsc#1218260). +- riscv: Disable preemption when using patch_map() (bsc#1218260). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (bsc#1218260). +- ice: fix typo in assignment (bsc#1218260). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return + thunk (bsc#1218260). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (bsc#1218260). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (bsc#1218260). +- ksmbd: don't send oplock break if rename fails (bsc#1218260). +- ksmbd: validate payload size in ipc response (bsc#1218260). +- ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + (bsc#1218260). +- ALSA: hda/realtek - Fix inactive headset mic jack (bsc#1218260). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (bsc#1218260). +- io_uring/kbuf: get rid of lower BGID lists (bsc#1218260). +- io_uring/kbuf: get rid of bl->is_ready (bsc#1218260). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (bsc#1218260). +- io_uring: use private workqueue for exit work (bsc#1218260). +- io_uring/kbuf: hold io_buffer_list reference over mmap + (bsc#1218260). +- driver core: Introduce device_link_wait_removal() (bsc#1218260). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (bsc#1218260). +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1218260). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() + (bsc#1218260). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems + (bsc#1218260). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (bsc#1218260). +- arm64/ptrace: Use saved floating point state type to determine + SVE layout (bsc#1218260). +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (bsc#1218260). +- selftests/mm: include strings.h for ffsl (bsc#1218260). +- s390/entry: align system call table on 8 bytes (bsc#1218260). +- riscv: Fix spurious errors from __get/put_kernel_nofault + (bsc#1218260). +- riscv: process: Fix kernel gp leakage (bsc#1218260). +- smb: client: handle DFS tcons in cifs_construct_tcon() + (bsc#1218260). +- smb: client: serialise cifs_construct_tcon() with + cifs_mount_mutex (bsc#1218260). +- smb3: retrying on failed server close (bsc#1218260). +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1218260). +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1218260). +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1218260). +- drm/i915/gt: Disable HW load balancing for CCS (bsc#1218260). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (bsc#1218260). +- drm/i915/gt: Enable only one CCS for compute workload + (bsc#1218260). +- Revert "x86/mpparse: Register APIC address only once" + (bsc#1218260). +- of: module: prevent NULL pointer dereference in vsnprintf() + (bsc#1218260). +- selftests: mptcp: connect: fix shellcheck warnings + (bsc#1218260). +- mptcp: don't overwrite sock_ops in mptcp_is_tcpsk() + (bsc#1218260). +- mptcp: don't account accept() of non-MPC client as fallback + to TCP (bsc#1218260). +- bpf: put uprobe link's path and task in release callback + (bsc#1218260). +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1218260). +- x86/head/64: Move the __head definition to + (bsc#1218260). +- efi/libstub: Add generic support for parsing mem_encrypt= + (bsc#1218260). +- x86/sme: Move early SME kernel encryption handling into + .head.text (bsc#1218260). +- x86/sev: Move early startup code into .head.text section + (bsc#1218260). +- x86/efistub: Remap kernel text read-only before dropping NX + attribute (bsc#1218260). +- x86/boot: Move mem_encrypt= parsing to the decompressor + (bsc#1218260). +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file + (bsc#1218260). +- x86/syscall: Don't force use of indirect calls for system calls + (bsc#1218260). +- x86/bhi: Add support for clearing branch history at syscall + entry (bsc#1218260). +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1218260). +- x86/bhi: Enumerate Branch History Injection (BHI) bug + (bsc#1218260). +- x86/bhi: Add BHI mitigation knob (bsc#1218260). +- x86/bhi: Mitigate KVM by default (bsc#1218260). +- KVM: x86: Add BHI_NO (bsc#1218260). +- x86: set SPECTRE_BHI_ON as default (bsc#1218260). +- blacklist.conf +- Refresh patches.rpmify/Add-ksym-provides-tool.patch. +- Refresh patches.suse/add-suse-supported-flag.patch. +- Refresh + patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. +- commit 2dc6bab + ------------------------------------------------------------------- Sun Apr 7 15:31:38 CEST 2024 - rfrohl@suse.com diff --git a/kernel-source-longterm.spec b/kernel-source-longterm.spec index c00d6ba..abd8d41 100644 --- a/kernel-source-longterm.spec +++ b/kernel-source-longterm.spec @@ -17,8 +17,8 @@ %define srcversion 6.6 -%define patchversion 6.6.25 -%define git_commit ad49821975239a65ba2ac64bf4de2d02ca5bb3fc +%define patchversion 6.6.27 +%define git_commit 74095b304437c4bb792a0518e47a8a1510032dac %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ %endif Name: kernel-source-longterm -Version: 6.6.25 +Version: 6.6.27 %if 0%{?is_kotd} -Release: .gad49821 +Release: .g74095b3 %else Release: 0 %endif diff --git a/kernel-syms-longterm.changes b/kernel-syms-longterm.changes index f643aa1..ea3625c 100644 --- a/kernel-syms-longterm.changes +++ b/kernel-syms-longterm.changes @@ -1,3 +1,667 @@ +------------------------------------------------------------------- +Sat Apr 13 19:49:57 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.27 (bsc#1218260). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (bsc#1218260). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (bsc#1218260). +- wifi: rtw89: fix null pointer access when abort scan + (bsc#1218260). +- bnx2x: Fix firmware version string character counts + (bsc#1218260). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (bsc#1218260). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (bsc#1218260). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (bsc#1218260). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (bsc#1218260). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (bsc#1218260). +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1218260). +- panic: Flush kernel log buffer at the end (bsc#1218260). +- cpuidle: Avoid potential overflow in integer multiplication + (bsc#1218260). +- ARM: dts: rockchip: fix rk3288 hdmi ports node (bsc#1218260). +- ARM: dts: rockchip: fix rk322x hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3328 hdmi ports node (bsc#1218260). +- arm64: dts: rockchip: fix rk3399 hdmi ports node (bsc#1218260). +- net: add netdev_lockdep_set_classes() to virtual drivers + (bsc#1218260). +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (bsc#1218260). +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (bsc#1218260). +- ionic: set adminq irq affinity (bsc#1218260). +- net: skbuff: add overflow debug check to pull/push helpers + (bsc#1218260). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (bsc#1218260). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (bsc#1218260). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1218260). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (bsc#1218260). +- wifi: mt76: mt7996: add locking for accessing mapped registers + (bsc#1218260). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (bsc#1218260). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (bsc#1218260). +- tools/power x86_energy_perf_policy: Fix file leak in + get_pkg_num() (bsc#1218260). +- net: pcs: xpcs: Return EINVAL in the internal methods + (bsc#1218260). +- dma-direct: Leak pages on dma_set_decrypted() failure + (bsc#1218260). +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1218260). +- cpufreq: Don't unregister cpufreq cooling on CPU hotplug + (bsc#1218260). +- overflow: Allow non-type arg to type_max() and type_min() + (bsc#1218260). +- wifi: cfg80211: check A-MSDU format more carefully + (bsc#1218260). +- btrfs: handle chunk tree lookup error in + btrfs_relocate_sys_chunks() (bsc#1218260). +- btrfs: export: handle invalid inode or root reference in + btrfs_get_parent() (bsc#1218260). +- btrfs: send: handle path ref underflow in header + iterate_inode_ref() (bsc#1218260). +- ice: use relative VSI index for VFs instead of PF VSI number + (bsc#1218260). +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() + (bsc#1218260). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (bsc#1218260). +- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922 + (bsc#1218260). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (bsc#1218260). +- drm/vc4: don't check if plane->state->fb == state->fb + (bsc#1218260). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (bsc#1218260). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (bsc#1218260). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (bsc#1218260). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (bsc#1218260). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (bsc#1218260). +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1218260). +- scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() + (bsc#1218260). +- isofs: handle CDs with bad root inode but good Joliet root + directory (bsc#1218260). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (bsc#1218260). +- rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() + (bsc#1218260). +- rcu-tasks: Repair RCU Tasks Trace quiescence check + (bsc#1218260). +- Julia Lawall reported this null pointer dereference, this + should fix it (bsc#1218260). +- media: sta2x11: fix irq handler cast (bsc#1218260). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (bsc#1218260). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (bsc#1218260). +- ext4: add a hint for block bitmap corrupt state in mb_groups + (bsc#1218260). +- ext4: forbid commit inconsistent quota data when + errors=remount-ro (bsc#1218260). +- drm/amd/display: Fix nanosec stat overflow (bsc#1218260). +- accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid + warnings (bsc#1218260). +- i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC + (bsc#1218260). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (bsc#1218260). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (bsc#1218260). +- drm: Check output polling initialized before disabling + (bsc#1218260). +- SUNRPC: increase size of rpc_wait_queue.qlen from unsigned + short to unsigned int (bsc#1218260). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (bsc#1218260). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (bsc#1218260). +- libperf evlist: Avoid out-of-bounds access (bsc#1218260). +- input/touchscreen: imagis: Correct the maximum touch area value + (bsc#1218260). +- drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk + for HIP09 (bsc#1218260). +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1218260). +- RDMA/cm: add timeout to cm_destroy_id wait (bsc#1218260). +- Input: imagis - use FIELD_GET where applicable (bsc#1218260). +- Input: allocate keycode for Display refresh rate toggle + (bsc#1218260). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (bsc#1218260). +- perf/x86/amd/lbr: Discard erroneous branch entries + (bsc#1218260). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9 + (bsc#1218260). +- ktest: force $buildonly = 1 for 'make_warnings_file' test type + (bsc#1218260). +- Input: xpad - add support for Snakebyte GAMEPADs (bsc#1218260). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (bsc#1218260). +- tools: iio: replace seekdir() in iio_generic_buffer + (bsc#1218260). +- bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state (bsc#1218260). +- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in + kernfs_find_and_get_node_by_id() (bsc#1218260). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (bsc#1218260). +- usb: typec: ucsi: Limit read size on v1.2 (bsc#1218260). +- thunderbolt: Keep the domain powered when USB4 port is in + redrive mode (bsc#1218260). +- usb: typec: tcpci: add generic tcpci fallback compatible + (bsc#1218260). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (bsc#1218260). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (bsc#1218260). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (bsc#1218260). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (bsc#1218260). +- x86/xen: attempt to inflate the memory balloon on PVH + (bsc#1218260). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (bsc#1218260). +- io_uring: clear opcode specific data for an early failure + (bsc#1218260). +- modpost: fix null pointer dereference (bsc#1218260). +- drivers/nvme: Add quirks for device 126f:2262 (bsc#1218260). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1218260). +- selftests: mptcp: display simult in extra_msg (bsc#1218260). +- media: mediatek: vcodec: Fix oops when HEVC init fails + (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect decoder context + list (bsc#1218260). +- media: mediatek: vcodec: adding lock to protect encoder context + list (bsc#1218260). +- randomize_kstack: Improve entropy diffusion (bsc#1218260). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (bsc#1218260). +- Bluetooth: btintel: Fixe build regression (bsc#1218260). +- net: mpls: error out if inner headers are not set (bsc#1218260). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (bsc#1218260). +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (bsc#1218260). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (bsc#1218260). +- Rename to + patches.kernel.org/6.6.27-035-wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-..patch. +- Rename to + patches.kernel.org/6.6.27-103-gcc-plugins-stackleak-Avoid-.head.text-section.patch. +- commit bace35a + +------------------------------------------------------------------- +Sat Apr 13 10:56:12 CEST 2024 - rfrohl@suse.com + +- backports for 6.6.26 (bsc#1218260). + 9b3daf2b0443 i40e: Fix ST code value for Clause 45 + 9cfd3b502153 i40e: Include types.h to some headers + 226db36032c6 drm/amd: Stop evicting resources on APUs in suspend + ba54b1a276a6 intel: legacy: Partial revert of field get conversion + e7d24c0aa8e6 gcc-plugins/stackleak: Avoid .head.text section + 65acf6e0501a netfilter: complete validation of user input +- commit b224ddb + +------------------------------------------------------------------- +Sat Apr 13 00:16:54 CEST 2024 - rfrohl@suse.com + +- config: disable CONFIG_SPECTRE_BHI_AUTO and CONFIG_SPECTRE_BHI_OFF (bsc#1218260). +- commit 1feaf8c + +------------------------------------------------------------------- +Fri Apr 12 23:58:44 CEST 2024 - rfrohl@suse.com + +- config: enable CONFIG_SPECTRE_BHI_ON (bsc#1218260). +- commit 8de0313 + +------------------------------------------------------------------- +Fri Apr 12 20:26:47 CEST 2024 - rfrohl@suse.com + +- Linux 6.6.26 (bsc#1218260). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (bsc#1218260). +- drm/i915: Pre-populate the cursor physical dma address + (bsc#1218260). +- scripts/bpf_doc: Use silent mode when exec make cmd + (bsc#1218260). +- s390/bpf: Fix bpf_plt pointer arithmetic (bsc#1218260). +- bpf, arm64: fix bug in BPF_LDX_MEMSX (bsc#1218260). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (bsc#1218260). +- arm64: bpf: fix 32bit unconditional bswap (bsc#1218260). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (bsc#1218260). +- tools: ynl: fix setting presence bits in simple nests + (bsc#1218260). +- mlxbf_gige: stop PHY during open() error paths (bsc#1218260). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (bsc#1218260). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1218260). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (bsc#1218260). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (bsc#1218260). +- ice: Refactor FW data type and fix bitmap casting issue + (bsc#1218260). +- ice: realloc VSI stats arrays (bsc#1218260). +- ice: fix memory corruption bug with suspend and rebuild + (bsc#1218260). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (bsc#1218260). +- igc: Remove stale comment about Tx timestamping (bsc#1218260). +- s390/qeth: handle deferred cc1 (bsc#1218260). +- net: hsr: hsr_slave: Fix the promiscuous mode in offload mode + (bsc#1218260). +- tcp: properly terminate timers for kernel sockets (bsc#1218260). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (bsc#1218260). +- selftests: vxlan_mdb: Fix failures with old libnet + (bsc#1218260). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (bsc#1218260). +- net: hns3: fix index limit to support all queue stats + (bsc#1218260). +- net: hns3: fix kernel crash when devlink reload during pf + initialization (bsc#1218260). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (bsc#1218260). +- tls: recv: process_rx_list shouldn't use an offset with kvec + (bsc#1218260). +- tls: adjust recv return with async crypto and failed copy to + userspace (bsc#1218260). +- tls: get psock ref after taking rxlock to avoid leak + (bsc#1218260). +- mlxbf_gige: call request_irq() after NAPI initialized + (bsc#1218260). +- bpf: Protect against int overflow for stack access size + (bsc#1218260). +- cifs: Fix duplicate fscache cookie warnings (bsc#1218260). +- netfilter: nf_tables: reject destroy command to remove basechain + hooks (bsc#1218260). +- netfilter: nf_tables: reject table flag and netdev basechain + updates (bsc#1218260). +- netfilter: nf_tables: skip netdev hook unregistration if table + is dormant (bsc#1218260). +- net: bcmasp: Bring up unimac after PHY link up (bsc#1218260). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (bsc#1218260). +- Octeontx2-af: fix pause frame configuration in GMP mode + (bsc#1218260). +- inet: inet_defrag: prevent sk release while still in use + (bsc#1218260). +- drm/i915/dg2: Drop pre-production GT workarounds (bsc#1218260). +- drm/i915: Tidy workaround definitions (bsc#1218260). +- drm/i915: Consolidate condition for Wa_22011802037 + (bsc#1218260). +- drm/i915/xelpg: Call Xe_LPG workaround functions based on IP + version (bsc#1218260). +- drm/i915: Eliminate IS_MTL_GRAPHICS_STEP (bsc#1218260). +- drm/i915: Replace several IS_METEORLAKE with proper IP version + checks (bsc#1218260). +- drm/i915/mtl: Update workaround 14016712196 (bsc#1218260). +- drm/i915/xelpg: Extend some workarounds/tuning to gfx version + 12.74 (bsc#1218260). +- drm/i915/mtl: Update workaround 14018575942 (bsc#1218260). +- dm integrity: fix out-of-range warning (bsc#1218260). +- mm/treewide: replace pud_large() with pud_leaf() (bsc#1218260). +- Revert "x86/mm/ident_map: Use gbpages only where full GB page + should be mapped." (bsc#1218260). +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1218260). +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1218260). +- x86/CPU/AMD: Add ZenX generations flags (bsc#1218260). +- x86/CPU/AMD: Carve out the erratum 1386 fix (bsc#1218260). +- x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init function + (bsc#1218260). +- x86/CPU/AMD: Move Zenbleed check to the Zen2 init function + (bsc#1218260). +- x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init + function (bsc#1218260). +- x86/CPU/AMD: Get rid of amd_erratum_1054[] (bsc#1218260). +- x86/CPU/AMD: Add X86_FEATURE_ZEN1 (bsc#1218260). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (bsc#1218260). +- x86/cpufeatures: Add new word for scattered features + (bsc#1218260). +- perf/x86/amd/lbr: Use freeze based on availability + (bsc#1218260). +- modpost: Optimize symbol search from linear to binary search + (bsc#1218260). +- modpost: do not make find_tosym() return NULL (bsc#1218260). +- gpio: cdev: sanitize the label before requesting the interrupt + (bsc#1218260). +- RISC-V: KVM: Fix APLIC setipnum_le/be write emulation + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip[x] read emulation (bsc#1218260). +- KVM: arm64: Fix host-programmed guest events in nVHE + (bsc#1218260). +- selinux: avoid dereference of garbage after mount failure + (bsc#1218260). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (bsc#1218260). +- x86/cpufeatures: Add CPUID_LNX_5 to track recently added + Linux-defined word (bsc#1218260). +- x86/bpf: Fix IP after emitting call depth accounting + (bsc#1218260). +- Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists + in DT" (bsc#1218260). +- arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as + broken (bsc#1218260). +- Bluetooth: qca: fix device-address endianness (bsc#1218260). +- Bluetooth: add quirk for broken address properties + (bsc#1218260). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (bsc#1218260). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation + (bsc#1218260). +- netfilter: nf_tables: release batch on table validation from + abort path (bsc#1218260). +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (bsc#1218260). +- selftests: mptcp: join: fix dev in check_endpoint (bsc#1218260). +- xen-netfront: Add missing skb_mark_for_recycle (bsc#1218260). +- net/rds: fix possible cp null dereference (bsc#1218260). +- net: usb: ax88179_178a: avoid the interface always configured + as random address (bsc#1218260). +- net: mana: Fix Rx DMA datasize and skb_over_panic (bsc#1218260). +- vsock/virtio: fix packet delivery to tap device (bsc#1218260). +- x86/srso: Improve i-cache locality for alias mitigation + (bsc#1218260). +- x86/srso: Disentangle rethunk-dependent options (bsc#1218260). +- x86/nospec: Refactor UNTRAIN_RET[_*] (bsc#1218260). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (bsc#1218260). +- netfilter: nf_tables: reject new basechain after table flag + update (bsc#1218260). +- netfilter: nf_tables: flush pending destroy work before exit_net + release (bsc#1218260). +- netfilter: nf_tables: Fix potential data-race in + __nft_flowtable_type_get() (bsc#1218260). +- netfilter: nf_tables: discard table flag update with pending + basechain deletion (bsc#1218260). +- netfilter: validate user input for expected length + (bsc#1218260). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (bsc#1218260). +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1218260). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return + thunk for !SRSO (bsc#1218260). +- KVM: arm64: Ensure target address is granule-aligned for range + TLBI (bsc#1218260). +- net/sched: act_skbmod: prevent kernel-infoleak (bsc#1218260). +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (bsc#1218260). +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (bsc#1218260). +- net: stmmac: fix rx queue priority assignment (bsc#1218260). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (bsc#1218260). +- net: txgbe: fix i2c dev name cannot match clkdev (bsc#1218260). +- net: fec: Set mac_managed_pm during probe (bsc#1218260). +- net: phy: micrel: Fix potential null pointer dereference + (bsc#1218260). +- net: dsa: mv88e6xxx: fix usable ports on 88e6020 (bsc#1218260). +- selftests: net: gro fwd: update vxlan GRO test expectations + (bsc#1218260). +- gro: fix ownership transfer (bsc#1218260). +- ice: fix enabling RX VLAN filtering (bsc#1218260). +- i40e: Fix VF MAC filter removal (bsc#1218260). +- erspan: make sure erspan_base_hdr is present in skb->head + (bsc#1218260). +- selftests: reuseaddr_conflict: add missing new line at the + end of the output (bsc#1218260). +- tcp: Fix bind() regression for v6-only wildcard and + v4(-mapped-v6) non-wildcard addresses (bsc#1218260). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (bsc#1218260). +- ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1218260). +- mlxbf_gige: stop interface during shutdown (bsc#1218260). +- r8169: skip DASH fw status checks when DASH is disabled + (bsc#1218260). +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (bsc#1218260). +- udp: do not transition UDP GRO fraglist partial checksums to + unnecessary (bsc#1218260). +- udp: prevent local UDP tunnel packets from being GROed + (bsc#1218260). +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (bsc#1218260). +- octeontx2-pf: check negative error code in otx2_open() + (bsc#1218260). +- octeontx2-af: Add array index check (bsc#1218260). +- i40e: fix i40e_count_filters() to count only active/new filters + (bsc#1218260). +- i40e: fix vf may be used uninitialized in this function warning + (bsc#1218260). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (bsc#1218260). +- drm/amd/display: Fix DPSTREAM CLK on and off sequence + (bsc#1218260). +- drm/amd/display: Prevent crash when disable stream + (bsc#1218260). +- drm/amd: Evict resources during PM ops prepare() callback + (bsc#1218260). +- drm/amd: Add concept of running prepare_suspend() sequence + for IP blocks (bsc#1218260). +- drm/amd: Flush GFXOFF requests in prepare stage (bsc#1218260). +- i40e: Remove _t suffix from enum type names (bsc#1218260). +- i40e: Enforce software interrupt during busy-poll exit + (bsc#1218260). +- i40e: Remove back pointer from i40e_hw structure (bsc#1218260). +- i40e: Refactor I40E_MDIO_CLAUSE* macros (bsc#1218260). +- virtchnl: Add header dependencies (bsc#1218260). +- i40e: Simplify memory allocation functions (bsc#1218260). +- i40e: Move memory allocation structures to i40e_alloc.h + (bsc#1218260). +- i40e: Split i40e_osdep.h (bsc#1218260). +- i40e: Remove circular header dependencies and fix headers + (bsc#1218260). +- intel: add bit macro includes where needed (bsc#1218260). +- intel: legacy: field get conversion (bsc#1218260). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (bsc#1218260). +- e1000e: Minor flow correction in e1000_shutdown function + (bsc#1218260). +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (bsc#1218260). +- net: ravb: Let IP-specific receive function to interrogate + descriptors (bsc#1218260). +- net: ravb: Always process TX descriptor ring (bsc#1218260). +- net: ravb: Always update error counters (bsc#1218260). +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (bsc#1218260). +- KVM: SVM: Add support for allowing zero SEV ASIDs (bsc#1218260). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (bsc#1218260). +- 9p: Fix read/write debug statements to report server reply + (bsc#1218260). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (bsc#1218260). +- drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not + supported (bsc#1218260). +- RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ + (bsc#1218260). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (bsc#1218260). +- ALSA: hda: cs35l56: Add ACPI device match tables (bsc#1218260). +- drm/panfrost: fix power transition timeout warnings + (bsc#1218260). +- nouveau/uvmm: fix addr/range calcs for remap operations + (bsc#1218260). +- drm/prime: Unbreak virtgpu dma-buf export (bsc#1218260). +- ASoC: rt5682-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdca: fix locking sequence (bsc#1218260). +- ASoC: rt711-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt712-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: rt722-sdca-sdw: fix locking sequence (bsc#1218260). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (bsc#1218260). +- spi: s3c64xx: Extract FIFO depth calculation to a dedicated + macro (bsc#1218260). +- spi: s3c64xx: sort headers alphabetically (bsc#1218260). +- spi: s3c64xx: explicitly include (bsc#1218260). +- spi: s3c64xx: remove else after return (bsc#1218260). +- spi: s3c64xx: define a magic value (bsc#1218260). +- spi: s3c64xx: allow full FIFO masks (bsc#1218260). +- spi: s3c64xx: determine the fifo depth only once (bsc#1218260). +- spi: s3c64xx: Use DMA mode from fifo size (bsc#1218260). +- ASoC: amd: acp: fix for acp_init function error handling + (bsc#1218260). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (bsc#1218260). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (bsc#1218260). +- scsi: mylex: Fix sysfs buffer lengths (bsc#1218260). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (bsc#1218260). +- Revert "ALSA: emu10k1: fix synthesizer sample playback position + and caching" (bsc#1218260). +- cifs: Fix caching to try to do open O_WRONLY as rdwr on server + (bsc#1218260). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (bsc#1218260). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (bsc#1218260). +- ASoC: SOF: amd: fix for false dsp interrupts (bsc#1218260). +- SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP + (bsc#1218260). +- riscv: Disable preemption when using patch_map() (bsc#1218260). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (bsc#1218260). +- ice: fix typo in assignment (bsc#1218260). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return + thunk (bsc#1218260). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (bsc#1218260). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (bsc#1218260). +- ksmbd: don't send oplock break if rename fails (bsc#1218260). +- ksmbd: validate payload size in ipc response (bsc#1218260). +- ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + (bsc#1218260). +- ALSA: hda/realtek - Fix inactive headset mic jack (bsc#1218260). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (bsc#1218260). +- io_uring/kbuf: get rid of lower BGID lists (bsc#1218260). +- io_uring/kbuf: get rid of bl->is_ready (bsc#1218260). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (bsc#1218260). +- io_uring: use private workqueue for exit work (bsc#1218260). +- io_uring/kbuf: hold io_buffer_list reference over mmap + (bsc#1218260). +- driver core: Introduce device_link_wait_removal() (bsc#1218260). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (bsc#1218260). +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1218260). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() + (bsc#1218260). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems + (bsc#1218260). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (bsc#1218260). +- arm64/ptrace: Use saved floating point state type to determine + SVE layout (bsc#1218260). +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (bsc#1218260). +- selftests/mm: include strings.h for ffsl (bsc#1218260). +- s390/entry: align system call table on 8 bytes (bsc#1218260). +- riscv: Fix spurious errors from __get/put_kernel_nofault + (bsc#1218260). +- riscv: process: Fix kernel gp leakage (bsc#1218260). +- smb: client: handle DFS tcons in cifs_construct_tcon() + (bsc#1218260). +- smb: client: serialise cifs_construct_tcon() with + cifs_mount_mutex (bsc#1218260). +- smb3: retrying on failed server close (bsc#1218260). +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1218260). +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1218260). +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1218260). +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1218260). +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1218260). +- drm/i915/gt: Disable HW load balancing for CCS (bsc#1218260). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (bsc#1218260). +- drm/i915/gt: Enable only one CCS for compute workload + (bsc#1218260). +- Revert "x86/mpparse: Register APIC address only once" + (bsc#1218260). +- of: module: prevent NULL pointer dereference in vsnprintf() + (bsc#1218260). +- selftests: mptcp: connect: fix shellcheck warnings + (bsc#1218260). +- mptcp: don't overwrite sock_ops in mptcp_is_tcpsk() + (bsc#1218260). +- mptcp: don't account accept() of non-MPC client as fallback + to TCP (bsc#1218260). +- bpf: put uprobe link's path and task in release callback + (bsc#1218260). +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1218260). +- x86/head/64: Move the __head definition to + (bsc#1218260). +- efi/libstub: Add generic support for parsing mem_encrypt= + (bsc#1218260). +- x86/sme: Move early SME kernel encryption handling into + .head.text (bsc#1218260). +- x86/sev: Move early startup code into .head.text section + (bsc#1218260). +- x86/efistub: Remap kernel text read-only before dropping NX + attribute (bsc#1218260). +- x86/boot: Move mem_encrypt= parsing to the decompressor + (bsc#1218260). +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file + (bsc#1218260). +- x86/syscall: Don't force use of indirect calls for system calls + (bsc#1218260). +- x86/bhi: Add support for clearing branch history at syscall + entry (bsc#1218260). +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1218260). +- x86/bhi: Enumerate Branch History Injection (BHI) bug + (bsc#1218260). +- x86/bhi: Add BHI mitigation knob (bsc#1218260). +- x86/bhi: Mitigate KVM by default (bsc#1218260). +- KVM: x86: Add BHI_NO (bsc#1218260). +- x86: set SPECTRE_BHI_ON as default (bsc#1218260). +- blacklist.conf +- Refresh patches.rpmify/Add-ksym-provides-tool.patch. +- Refresh patches.suse/add-suse-supported-flag.patch. +- Refresh + patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. +- commit 2dc6bab + ------------------------------------------------------------------- Sun Apr 7 15:31:38 CEST 2024 - rfrohl@suse.com diff --git a/kernel-syms-longterm.spec b/kernel-syms-longterm.spec index aea3049..ac357b2 100644 --- a/kernel-syms-longterm.spec +++ b/kernel-syms-longterm.spec @@ -16,7 +16,7 @@ # -%define git_commit ad49821975239a65ba2ac64bf4de2d02ca5bb3fc +%define git_commit 74095b304437c4bb792a0518e47a8a1510032dac %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -25,10 +25,10 @@ Name: kernel-syms-longterm Summary: Kernel Symbol Versions (modversions) License: GPL-2.0-only Group: Development/Sources -Version: 6.6.25 +Version: 6.6.27 %if %using_buildservice %if 0%{?is_kotd} -Release: .gad49821 +Release: .g74095b3 %else Release: 0 %endif diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index b398022..e3dad81 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ad7a79c9e302be5b5fcb1b807ed100aa6635ec8d498cb7f093ba38af4b5b737 -size 4296018 +oid sha256:f138c33ed94bfd0a55ea6b454ed4c073825ffa4d3255711990c850c66f240d9a +size 4628493 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 1c062c7..096ad43 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13ae45dbf527ef771f7a7dd74947a0b25d7f69bc93734f2746070be2a8d29e9a -size 4228 +oid sha256:554e8e4e583ef73827c621d3ef5593a0cffb137cb98e75047fa3572a0671a57a +size 4243 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 1b24a32..7adc612 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cd5dc3a2277dfb48c9ba066d3bbcaf1ef4213df6a80206f452eba1acccc2fee -size 67345 +oid sha256:5d5ebdb172fe82ac1257746108c2d1739762458ac77d5efda1c1cc496f2eb260 +size 66755 diff --git a/series.conf b/series.conf index 4fe2f62..e5432bc 100644 --- a/series.conf +++ b/series.conf @@ -5577,6 +5577,382 @@ patches.kernel.org/6.6.25-010-Revert-workqueue-Move-pwq-max_active-to-wq-max.patch patches.kernel.org/6.6.25-011-Revert-workqueue.c-Increase-workqueue-name-len.patch patches.kernel.org/6.6.25-012-Linux-6.6.25.patch + patches.kernel.org/6.6.26-001-drm-i915-display-Use-i915_gem_object_get_dma_a.patch + patches.kernel.org/6.6.26-002-drm-i915-Pre-populate-the-cursor-physical-dma-.patch + patches.kernel.org/6.6.26-003-scripts-bpf_doc-Use-silent-mode-when-exec-make.patch + patches.kernel.org/6.6.26-004-s390-bpf-Fix-bpf_plt-pointer-arithmetic.patch + patches.kernel.org/6.6.26-005-bpf-arm64-fix-bug-in-BPF_LDX_MEMSX.patch + patches.kernel.org/6.6.26-006-dma-buf-Fix-NULL-pointer-dereference-in-sanity.patch + patches.kernel.org/6.6.26-007-arm64-bpf-fix-32bit-unconditional-bswap.patch + patches.kernel.org/6.6.26-008-nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci.patch + patches.kernel.org/6.6.26-009-tools-ynl-fix-setting-presence-bits-in-simple-.patch + patches.kernel.org/6.6.26-010-mlxbf_gige-stop-PHY-during-open-error-paths.patch + patches.kernel.org/6.6.26-011-wifi-iwlwifi-mvm-rfi-fix-potential-response-le.patch + patches.kernel.org/6.6.26-012-wifi-iwlwifi-disable-multi-rx-queue-for-9000.patch + patches.kernel.org/6.6.26-013-wifi-iwlwifi-mvm-include-link-ID-when-releasin.patch + patches.kernel.org/6.6.26-014-ALSA-hda-cs35l56-Set-the-init_done-flag-before.patch + patches.kernel.org/6.6.26-015-ice-Refactor-FW-data-type-and-fix-bitmap-casti.patch + patches.kernel.org/6.6.26-016-ice-realloc-VSI-stats-arrays.patch + patches.kernel.org/6.6.26-017-ice-fix-memory-corruption-bug-with-suspend-and.patch + patches.kernel.org/6.6.26-018-ixgbe-avoid-sleeping-allocation-in-ixgbe_ipsec.patch + patches.kernel.org/6.6.26-019-igc-Remove-stale-comment-about-Tx-timestamping.patch + patches.kernel.org/6.6.26-020-s390-qeth-handle-deferred-cc1.patch + patches.kernel.org/6.6.26-021-net-hsr-hsr_slave-Fix-the-promiscuous-mode-in-.patch + patches.kernel.org/6.6.26-022-tcp-properly-terminate-timers-for-kernel-socke.patch + patches.kernel.org/6.6.26-023-net-wwan-t7xx-Split-64bit-accesses-to-fix-alig.patch + patches.kernel.org/6.6.26-024-selftests-vxlan_mdb-Fix-failures-with-old-libn.patch + patches.kernel.org/6.6.26-025-ACPICA-debugger-check-status-of-acpi_evaluate_.patch + patches.kernel.org/6.6.26-026-net-hns3-fix-index-limit-to-support-all-queue-.patch + patches.kernel.org/6.6.26-027-net-hns3-fix-kernel-crash-when-devlink-reload-.patch + patches.kernel.org/6.6.26-028-net-hns3-mark-unexcuted-loopback-test-result-a.patch + patches.kernel.org/6.6.26-029-tls-recv-process_rx_list-shouldn-t-use-an-offs.patch + patches.kernel.org/6.6.26-030-tls-adjust-recv-return-with-async-crypto-and-f.patch + patches.kernel.org/6.6.26-031-tls-get-psock-ref-after-taking-rxlock-to-avoid.patch + patches.kernel.org/6.6.26-032-mlxbf_gige-call-request_irq-after-NAPI-initial.patch + patches.kernel.org/6.6.26-033-bpf-Protect-against-int-overflow-for-stack-acc.patch + patches.kernel.org/6.6.26-034-cifs-Fix-duplicate-fscache-cookie-warnings.patch + patches.kernel.org/6.6.26-035-netfilter-nf_tables-reject-destroy-command-to-.patch + patches.kernel.org/6.6.26-036-netfilter-nf_tables-reject-table-flag-and-netd.patch + patches.kernel.org/6.6.26-037-netfilter-nf_tables-skip-netdev-hook-unregistr.patch + patches.kernel.org/6.6.26-038-net-bcmasp-Bring-up-unimac-after-PHY-link-up.patch + patches.kernel.org/6.6.26-039-net-lan743x-Add-set-RFE-read-fifo-threshold-fo.patch + patches.kernel.org/6.6.26-040-Octeontx2-af-fix-pause-frame-configuration-in-.patch + patches.kernel.org/6.6.26-041-inet-inet_defrag-prevent-sk-release-while-stil.patch + patches.kernel.org/6.6.26-042-drm-i915-dg2-Drop-pre-production-GT-workaround.patch + patches.kernel.org/6.6.26-043-drm-i915-Tidy-workaround-definitions.patch + patches.kernel.org/6.6.26-044-drm-i915-Consolidate-condition-for-Wa_22011802.patch + patches.kernel.org/6.6.26-045-drm-i915-xelpg-Call-Xe_LPG-workaround-function.patch + patches.kernel.org/6.6.26-046-drm-i915-Eliminate-IS_MTL_GRAPHICS_STEP.patch + patches.kernel.org/6.6.26-047-drm-i915-Replace-several-IS_METEORLAKE-with-pr.patch + patches.kernel.org/6.6.26-048-drm-i915-mtl-Update-workaround-14016712196.patch + patches.kernel.org/6.6.26-049-drm-i915-xelpg-Extend-some-workarounds-tuning-.patch + patches.kernel.org/6.6.26-050-drm-i915-mtl-Update-workaround-14018575942.patch + patches.kernel.org/6.6.26-051-dm-integrity-fix-out-of-range-warning.patch + patches.kernel.org/6.6.26-052-mm-treewide-replace-pud_large-with-pud_leaf.patch + patches.kernel.org/6.6.26-053-Revert-x86-mm-ident_map-Use-gbpages-only-where.patch + patches.kernel.org/6.6.26-054-btrfs-ensure-fiemap-doesn-t-race-with-writes-w.patch + patches.kernel.org/6.6.26-055-btrfs-fix-race-when-detecting-delalloc-ranges-.patch + patches.kernel.org/6.6.26-056-x86-CPU-AMD-Add-ZenX-generations-flags.patch + patches.kernel.org/6.6.26-057-x86-CPU-AMD-Carve-out-the-erratum-1386-fix.patch + patches.kernel.org/6.6.26-058-x86-CPU-AMD-Move-erratum-1076-fix-into-the-Zen.patch + patches.kernel.org/6.6.26-059-x86-CPU-AMD-Move-Zenbleed-check-to-the-Zen2-in.patch + patches.kernel.org/6.6.26-060-x86-CPU-AMD-Move-the-DIV0-bug-detection-to-the.patch + patches.kernel.org/6.6.26-061-x86-CPU-AMD-Get-rid-of-amd_erratum_1054.patch + patches.kernel.org/6.6.26-062-x86-CPU-AMD-Add-X86_FEATURE_ZEN1.patch + patches.kernel.org/6.6.26-063-perf-x86-amd-core-Update-and-fix-stalled-cycle.patch + patches.kernel.org/6.6.26-064-x86-cpufeatures-Add-new-word-for-scattered-fea.patch + patches.kernel.org/6.6.26-065-perf-x86-amd-lbr-Use-freeze-based-on-availabil.patch + patches.kernel.org/6.6.26-066-modpost-Optimize-symbol-search-from-linear-to-.patch + patches.kernel.org/6.6.26-067-modpost-do-not-make-find_tosym-return-NULL.patch + patches.kernel.org/6.6.26-068-gpio-cdev-sanitize-the-label-before-requesting.patch + patches.kernel.org/6.6.26-069-RISC-V-KVM-Fix-APLIC-setipnum_le-be-write-emul.patch + patches.kernel.org/6.6.26-070-RISC-V-KVM-Fix-APLIC-in_clrip-x-read-emulation.patch + patches.kernel.org/6.6.26-071-KVM-arm64-Fix-host-programmed-guest-events-in-.patch + patches.kernel.org/6.6.26-072-selinux-avoid-dereference-of-garbage-after-mou.patch + patches.kernel.org/6.6.26-073-r8169-fix-issue-caused-by-buggy-BIOS-on-certai.patch + patches.kernel.org/6.6.26-074-x86-cpufeatures-Add-CPUID_LNX_5-to-track-recen.patch + patches.kernel.org/6.6.26-075-x86-bpf-Fix-IP-after-emitting-call-depth-accou.patch + patches.kernel.org/6.6.26-076-Revert-Bluetooth-hci_qca-Set-BDA-quirk-bit-if-.patch + patches.kernel.org/6.6.26-077-arm64-dts-qcom-sc7180-trogdor-mark-bluetooth-a.patch + patches.kernel.org/6.6.26-078-Bluetooth-qca-fix-device-address-endianness.patch + patches.kernel.org/6.6.26-079-Bluetooth-add-quirk-for-broken-address-propert.patch + patches.kernel.org/6.6.26-080-Bluetooth-hci_event-set-the-conn-encrypted-bef.patch + patches.kernel.org/6.6.26-081-Bluetooth-Fix-TOCTOU-in-HCI-debugfs-implementa.patch + patches.kernel.org/6.6.26-082-netfilter-nf_tables-release-batch-on-table-val.patch + patches.kernel.org/6.6.26-083-netfilter-nf_tables-release-mutex-after-nft_gc.patch + patches.kernel.org/6.6.26-084-selftests-mptcp-join-fix-dev-in-check_endpoint.patch + patches.kernel.org/6.6.26-085-xen-netfront-Add-missing-skb_mark_for_recycle.patch + patches.kernel.org/6.6.26-086-net-rds-fix-possible-cp-null-dereference.patch + patches.kernel.org/6.6.26-087-net-usb-ax88179_178a-avoid-the-interface-alway.patch + patches.kernel.org/6.6.26-088-net-mana-Fix-Rx-DMA-datasize-and-skb_over_pani.patch + patches.kernel.org/6.6.26-089-vsock-virtio-fix-packet-delivery-to-tap-device.patch + patches.kernel.org/6.6.26-090-x86-srso-Improve-i-cache-locality-for-alias-mi.patch + patches.kernel.org/6.6.26-091-x86-srso-Disentangle-rethunk-dependent-options.patch + patches.kernel.org/6.6.26-092-x86-nospec-Refactor-UNTRAIN_RET-_.patch + patches.kernel.org/6.6.26-093-x86-bugs-Fix-the-SRSO-mitigation-on-Zen3-4.patch + patches.kernel.org/6.6.26-094-netfilter-nf_tables-reject-new-basechain-after.patch + patches.kernel.org/6.6.26-095-netfilter-nf_tables-flush-pending-destroy-work.patch + patches.kernel.org/6.6.26-096-netfilter-nf_tables-Fix-potential-data-race-in.patch + patches.kernel.org/6.6.26-097-netfilter-nf_tables-discard-table-flag-update-.patch + patches.kernel.org/6.6.26-098-netfilter-validate-user-input-for-expected-len.patch + patches.kernel.org/6.6.26-099-vboxsf-Avoid-an-spurious-warning-if-load_nls_x.patch + patches.kernel.org/6.6.26-100-bpf-sockmap-Prevent-lock-inversion-deadlock-in.patch + patches.kernel.org/6.6.26-101-x86-retpoline-Do-the-necessary-fixup-to-the-Ze.patch + patches.kernel.org/6.6.26-102-KVM-arm64-Ensure-target-address-is-granule-ali.patch + patches.kernel.org/6.6.26-103-net-sched-act_skbmod-prevent-kernel-infoleak.patch + patches.kernel.org/6.6.26-104-net-dsa-sja1105-Fix-parameters-order-in-sja111.patch + patches.kernel.org/6.6.26-105-net-sched-fix-lockdep-splat-in-qdisc_tree_redu.patch + patches.kernel.org/6.6.26-106-net-stmmac-fix-rx-queue-priority-assignment.patch + patches.kernel.org/6.6.26-107-net-phy-micrel-lan8814-Fix-when-enabling-disab.patch + patches.kernel.org/6.6.26-108-net-txgbe-fix-i2c-dev-name-cannot-match-clkdev.patch + patches.kernel.org/6.6.26-109-net-fec-Set-mac_managed_pm-during-probe.patch + patches.kernel.org/6.6.26-110-net-phy-micrel-Fix-potential-null-pointer-dere.patch + patches.kernel.org/6.6.26-111-net-dsa-mv88e6xxx-fix-usable-ports-on-88e6020.patch + patches.kernel.org/6.6.26-112-selftests-net-gro-fwd-update-vxlan-GRO-test-ex.patch + patches.kernel.org/6.6.26-113-gro-fix-ownership-transfer.patch + patches.kernel.org/6.6.26-114-ice-fix-enabling-RX-VLAN-filtering.patch + patches.kernel.org/6.6.26-115-i40e-Fix-VF-MAC-filter-removal.patch + patches.kernel.org/6.6.26-116-erspan-make-sure-erspan_base_hdr-is-present-in.patch + patches.kernel.org/6.6.26-117-selftests-reuseaddr_conflict-add-missing-new-l.patch + patches.kernel.org/6.6.26-118-tcp-Fix-bind-regression-for-v6-only-wildcard-a.patch + patches.kernel.org/6.6.26-119-ax25-fix-use-after-free-bugs-caused-by-ax25_ds.patch + patches.kernel.org/6.6.26-120-ipv6-Fix-infinite-recursion-in-fib6_dump_done.patch + patches.kernel.org/6.6.26-121-mlxbf_gige-stop-interface-during-shutdown.patch + patches.kernel.org/6.6.26-122-r8169-skip-DASH-fw-status-checks-when-DASH-is-.patch + patches.kernel.org/6.6.26-123-udp-do-not-accept-non-tunnel-GSO-skbs-landing-.patch + patches.kernel.org/6.6.26-124-udp-do-not-transition-UDP-GRO-fraglist-partial.patch + patches.kernel.org/6.6.26-125-udp-prevent-local-UDP-tunnel-packets-from-bein.patch + patches.kernel.org/6.6.26-126-octeontx2-af-Fix-issue-with-loading-coalesced-.patch + patches.kernel.org/6.6.26-127-octeontx2-pf-check-negative-error-code-in-otx2.patch + patches.kernel.org/6.6.26-128-octeontx2-af-Add-array-index-check.patch + patches.kernel.org/6.6.26-129-i40e-fix-i40e_count_filters-to-count-only-acti.patch + patches.kernel.org/6.6.26-130-i40e-fix-vf-may-be-used-uninitialized-in-this-.patch + patches.kernel.org/6.6.26-131-usb-typec-ucsi-Fix-race-between-typec_switch-a.patch + patches.kernel.org/6.6.26-132-drm-amd-display-Fix-DPSTREAM-CLK-on-and-off-se.patch + patches.kernel.org/6.6.26-133-drm-amd-display-Prevent-crash-when-disable-str.patch + patches.kernel.org/6.6.26-134-drm-amd-Evict-resources-during-PM-ops-prepare-.patch + patches.kernel.org/6.6.26-135-drm-amd-Add-concept-of-running-prepare_suspend.patch + patches.kernel.org/6.6.26-136-drm-amd-Flush-GFXOFF-requests-in-prepare-stage.patch + patches.kernel.org/6.6.26-137-i40e-Remove-_t-suffix-from-enum-type-names.patch + patches.kernel.org/6.6.26-138-i40e-Enforce-software-interrupt-during-busy-po.patch + patches.kernel.org/6.6.26-139-i40e-Remove-back-pointer-from-i40e_hw-structur.patch + patches.kernel.org/6.6.26-140-i40e-Refactor-I40E_MDIO_CLAUSE-macros.patch + patches.kernel.org/6.6.26-141-virtchnl-Add-header-dependencies.patch + patches.kernel.org/6.6.26-142-i40e-Simplify-memory-allocation-functions.patch + patches.kernel.org/6.6.26-143-i40e-Move-memory-allocation-structures-to-i40e.patch + patches.kernel.org/6.6.26-144-i40e-Split-i40e_osdep.h.patch + patches.kernel.org/6.6.26-145-i40e-Remove-circular-header-dependencies-and-f.patch + patches.kernel.org/6.6.26-146-intel-add-bit-macro-includes-where-needed.patch + patches.kernel.org/6.6.26-147-intel-legacy-field-get-conversion.patch + patches.kernel.org/6.6.26-148-e1000e-Workaround-for-sporadic-MDI-error-on-Me.patch + patches.kernel.org/6.6.26-149-e1000e-Minor-flow-correction-in-e1000_shutdown.patch + patches.kernel.org/6.6.26-150-e1000e-move-force-SMBUS-from-enable-ulp-functi.patch + patches.kernel.org/6.6.26-151-net-ravb-Let-IP-specific-receive-function-to-i.patch + patches.kernel.org/6.6.26-152-net-ravb-Always-process-TX-descriptor-ring.patch + patches.kernel.org/6.6.26-153-net-ravb-Always-update-error-counters.patch + patches.kernel.org/6.6.26-154-KVM-SVM-Use-unsigned-integers-when-dealing-wit.patch + patches.kernel.org/6.6.26-155-KVM-SVM-Add-support-for-allowing-zero-SEV-ASID.patch + patches.kernel.org/6.6.26-156-fs-pipe-Fix-lockdep-false-positive-in-watchque.patch + patches.kernel.org/6.6.26-157-9p-Fix-read-write-debug-statements-to-report-s.patch + patches.kernel.org/6.6.26-158-ASoC-wm_adsp-Fix-missing-mutex_lock-in-wm_adsp.patch + patches.kernel.org/6.6.26-159-drivers-perf-riscv-Disable-PERF_SAMPLE_BRANCH_.patch + patches.kernel.org/6.6.26-160-RISC-V-Update-AT_VECTOR_SIZE_ARCH-for-new-AT_M.patch + patches.kernel.org/6.6.26-161-regmap-maple-Fix-cache-corruption-in-regcache_.patch + patches.kernel.org/6.6.26-162-ALSA-hda-cs35l56-Add-ACPI-device-match-tables.patch + patches.kernel.org/6.6.26-163-drm-panfrost-fix-power-transition-timeout-warn.patch + patches.kernel.org/6.6.26-164-nouveau-uvmm-fix-addr-range-calcs-for-remap-op.patch + patches.kernel.org/6.6.26-165-drm-prime-Unbreak-virtgpu-dma-buf-export.patch + patches.kernel.org/6.6.26-166-ASoC-rt5682-sdw-fix-locking-sequence.patch + patches.kernel.org/6.6.26-167-ASoC-rt711-sdca-fix-locking-sequence.patch + patches.kernel.org/6.6.26-168-ASoC-rt711-sdw-fix-locking-sequence.patch + patches.kernel.org/6.6.26-169-ASoC-rt712-sdca-sdw-fix-locking-sequence.patch + patches.kernel.org/6.6.26-170-ASoC-rt722-sdca-sdw-fix-locking-sequence.patch + patches.kernel.org/6.6.26-171-ASoC-ops-Fix-wraparound-for-mask-in-snd_soc_ge.patch + patches.kernel.org/6.6.26-172-spi-s3c64xx-Extract-FIFO-depth-calculation-to-.patch + patches.kernel.org/6.6.26-173-spi-s3c64xx-sort-headers-alphabetically.patch + patches.kernel.org/6.6.26-174-spi-s3c64xx-explicitly-include-linux-bits.h.patch + patches.kernel.org/6.6.26-175-spi-s3c64xx-remove-else-after-return.patch + patches.kernel.org/6.6.26-176-spi-s3c64xx-define-a-magic-value.patch + patches.kernel.org/6.6.26-177-spi-s3c64xx-allow-full-FIFO-masks.patch + patches.kernel.org/6.6.26-178-spi-s3c64xx-determine-the-fifo-depth-only-once.patch + patches.kernel.org/6.6.26-179-spi-s3c64xx-Use-DMA-mode-from-fifo-size.patch + patches.kernel.org/6.6.26-180-ASoC-amd-acp-fix-for-acp_init-function-error-h.patch + patches.kernel.org/6.6.26-181-regmap-maple-Fix-uninitialized-symbol-ret-warn.patch + patches.kernel.org/6.6.26-182-ata-sata_sx4-fix-pdc20621_get_from_dimm-on-64-.patch + patches.kernel.org/6.6.26-183-scsi-mylex-Fix-sysfs-buffer-lengths.patch + patches.kernel.org/6.6.26-184-scsi-sd-Unregister-device-if-device_add_disk-f.patch + patches.kernel.org/6.6.26-185-Revert-ALSA-emu10k1-fix-synthesizer-sample-pla.patch + patches.kernel.org/6.6.26-186-cifs-Fix-caching-to-try-to-do-open-O_WRONLY-as.patch + patches.kernel.org/6.6.26-187-spi-mchp-pci1xxx-Fix-a-possible-null-pointer-d.patch + patches.kernel.org/6.6.26-188-ata-sata_mv-Fix-PCI-device-ID-table-declaratio.patch + patches.kernel.org/6.6.26-189-ASoC-SOF-amd-fix-for-false-dsp-interrupts.patch + patches.kernel.org/6.6.26-190-SUNRPC-Fix-a-slow-server-side-memory-leak-with.patch + patches.kernel.org/6.6.26-191-riscv-Disable-preemption-when-using-patch_map.patch + patches.kernel.org/6.6.26-192-nfsd-hold-a-lighter-weight-client-reference-ov.patch + patches.kernel.org/6.6.26-193-ice-fix-typo-in-assignment.patch + patches.kernel.org/6.6.26-194-x86-retpoline-Add-NOENDBR-annotation-to-the-SR.patch + patches.kernel.org/6.6.26-195-gpio-cdev-check-for-NULL-labels-when-sanitizin.patch + patches.kernel.org/6.6.26-196-gpio-cdev-fix-missed-label-sanitizing-in-debou.patch + patches.kernel.org/6.6.26-197-ksmbd-don-t-send-oplock-break-if-rename-fails.patch + patches.kernel.org/6.6.26-198-ksmbd-validate-payload-size-in-ipc-response.patch + patches.kernel.org/6.6.26-199-ksmbd-do-not-set-SMB2_GLOBAL_CAP_ENCRYPTION-fo.patch + patches.kernel.org/6.6.26-200-ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch + patches.kernel.org/6.6.26-201-ALSA-hda-realtek-Update-Panasonic-CF-SZ6-quirk.patch + patches.kernel.org/6.6.26-202-io_uring-kbuf-get-rid-of-lower-BGID-lists.patch + patches.kernel.org/6.6.26-203-io_uring-kbuf-get-rid-of-bl-is_ready.patch + patches.kernel.org/6.6.26-204-io_uring-kbuf-protect-io_buffer_list-teardown-.patch + patches.kernel.org/6.6.26-205-io_uring-use-private-workqueue-for-exit-work.patch + patches.kernel.org/6.6.26-206-io_uring-kbuf-hold-io_buffer_list-reference-ov.patch + patches.kernel.org/6.6.26-207-driver-core-Introduce-device_link_wait_removal.patch + patches.kernel.org/6.6.26-208-of-dynamic-Synchronize-of_changeset_destroy-wi.patch + patches.kernel.org/6.6.26-209-x86-mm-pat-fix-VM_PAT-handling-in-COW-mappings.patch + patches.kernel.org/6.6.26-210-x86-mce-Make-sure-to-grab-mce_sysfs_mutex-in-s.patch + patches.kernel.org/6.6.26-211-x86-coco-Require-seeding-RNG-with-RDRAND-on-Co.patch + patches.kernel.org/6.6.26-212-perf-x86-intel-ds-Don-t-clear-pebs_data_cfg-fo.patch + patches.kernel.org/6.6.26-213-arm64-ptrace-Use-saved-floating-point-state-ty.patch + patches.kernel.org/6.6.26-214-mm-secretmem-fix-GUP-fast-succeeding-on-secret.patch + patches.kernel.org/6.6.26-215-selftests-mm-include-strings.h-for-ffsl.patch + patches.kernel.org/6.6.26-216-s390-entry-align-system-call-table-on-8-bytes.patch + patches.kernel.org/6.6.26-217-riscv-Fix-spurious-errors-from-__get-put_kerne.patch + patches.kernel.org/6.6.26-218-riscv-process-Fix-kernel-gp-leakage.patch + patches.kernel.org/6.6.26-219-smb-client-handle-DFS-tcons-in-cifs_construct_.patch + patches.kernel.org/6.6.26-220-smb-client-serialise-cifs_construct_tcon-with-.patch + patches.kernel.org/6.6.26-221-smb3-retrying-on-failed-server-close.patch + patches.kernel.org/6.6.26-222-smb-client-fix-potential-UAF-in-cifs_debug_fil.patch + patches.kernel.org/6.6.26-223-smb-client-fix-potential-UAF-in-cifs_stats_pro.patch + patches.kernel.org/6.6.26-224-smb-client-fix-potential-UAF-in-cifs_stats_pro.patch + patches.kernel.org/6.6.26-225-smb-client-fix-potential-UAF-in-cifs_dump_full.patch + patches.kernel.org/6.6.26-226-smb-client-fix-potential-UAF-in-smb2_is_valid_.patch + patches.kernel.org/6.6.26-227-smb-client-fix-potential-UAF-in-smb2_is_valid_.patch + patches.kernel.org/6.6.26-228-smb-client-fix-potential-UAF-in-is_valid_oploc.patch + patches.kernel.org/6.6.26-229-smb-client-fix-potential-UAF-in-smb2_is_networ.patch + patches.kernel.org/6.6.26-230-smb-client-fix-potential-UAF-in-cifs_signal_ci.patch + patches.kernel.org/6.6.26-231-drm-i915-gt-Disable-HW-load-balancing-for-CCS.patch + patches.kernel.org/6.6.26-232-drm-i915-gt-Do-not-generate-the-command-stream.patch + patches.kernel.org/6.6.26-233-drm-i915-gt-Enable-only-one-CCS-for-compute-wo.patch + patches.kernel.org/6.6.26-234-Revert-x86-mpparse-Register-APIC-address-only-.patch + patches.kernel.org/6.6.26-235-of-module-prevent-NULL-pointer-dereference-in-.patch + patches.kernel.org/6.6.26-236-selftests-mptcp-connect-fix-shellcheck-warning.patch + patches.kernel.org/6.6.26-237-mptcp-don-t-overwrite-sock_ops-in-mptcp_is_tcp.patch + patches.kernel.org/6.6.26-238-mptcp-don-t-account-accept-of-non-MPC-client-a.patch + patches.kernel.org/6.6.26-239-bpf-put-uprobe-link-s-path-and-task-in-release.patch + patches.kernel.org/6.6.26-240-bpf-support-deferring-bpf_link-dealloc-to-afte.patch + patches.kernel.org/6.6.26-241-x86-head-64-Move-the-__head-definition-to-asm-.patch + patches.kernel.org/6.6.26-242-efi-libstub-Add-generic-support-for-parsing-me.patch + patches.kernel.org/6.6.26-243-x86-sme-Move-early-SME-kernel-encryption-handl.patch + patches.kernel.org/6.6.26-244-x86-sev-Move-early-startup-code-into-.head.tex.patch + patches.kernel.org/6.6.26-245-x86-efistub-Remap-kernel-text-read-only-before.patch + patches.kernel.org/6.6.26-246-x86-boot-Move-mem_encrypt-parsing-to-the-decom.patch + patches.kernel.org/6.6.26-247-x86-bugs-Change-commas-to-semicolons-in-spectr.patch + patches.kernel.org/6.6.26-248-x86-syscall-Don-t-force-use-of-indirect-calls-.patch + patches.kernel.org/6.6.26-249-x86-bhi-Add-support-for-clearing-branch-histor.patch + patches.kernel.org/6.6.26-250-x86-bhi-Define-SPEC_CTRL_BHI_DIS_S.patch + patches.kernel.org/6.6.26-251-x86-bhi-Enumerate-Branch-History-Injection-BHI.patch + patches.kernel.org/6.6.26-252-x86-bhi-Add-BHI-mitigation-knob.patch + patches.kernel.org/6.6.26-253-x86-bhi-Mitigate-KVM-by-default.patch + patches.kernel.org/6.6.26-254-KVM-x86-Add-BHI_NO.patch + patches.kernel.org/6.6.26-255-x86-set-SPECTRE_BHI_ON-as-default.patch + patches.kernel.org/6.6.26-256-Linux-6.6.26.patch + patches.kernel.org/i40e-Fix-ST-code-value-for-Clause-45.patch + patches.kernel.org/i40e-Include-types_h-to-some-headers.patch + patches.kernel.org/drm-amd-Stop-evicting-resources-on-APUs-in-suspend.patch + patches.kernel.org/intel-legacy-Partial-revert-of-field-getconversion.patch + patches.kernel.org/netfilter-complete-validation-of-user-input.patch + patches.kernel.org/6.6.27-001-amdkfd-use-calloc-instead-of-kzalloc-to-avoid-.patch + patches.kernel.org/6.6.27-002-wifi-ath9k-fix-LNA-selection-in-ath_ant_try_sc.patch + patches.kernel.org/6.6.27-003-wifi-rtw89-fix-null-pointer-access-when-abort-.patch + patches.kernel.org/6.6.27-004-bnx2x-Fix-firmware-version-string-character-co.patch + patches.kernel.org/6.6.27-005-net-stmmac-dwmac-starfive-Add-support-for-JH71.patch + patches.kernel.org/6.6.27-006-net-phy-phy_device-Prevent-nullptr-exceptions-.patch + patches.kernel.org/6.6.27-007-wifi-rtw89-pci-enlarge-RX-DMA-buffer-to-consid.patch + patches.kernel.org/6.6.27-008-VMCI-Fix-memcpy-run-time-warning-in-dg_dispatc.patch + patches.kernel.org/6.6.27-009-wifi-iwlwifi-pcie-Add-the-PCI-device-id-for-ne.patch + patches.kernel.org/6.6.27-010-printk-For-suppress_panic_printk-check-for-oth.patch + patches.kernel.org/6.6.27-011-panic-Flush-kernel-log-buffer-at-the-end.patch + patches.kernel.org/6.6.27-012-cpuidle-Avoid-potential-overflow-in-integer-mu.patch + patches.kernel.org/6.6.27-013-ARM-dts-rockchip-fix-rk3288-hdmi-ports-node.patch + patches.kernel.org/6.6.27-014-ARM-dts-rockchip-fix-rk322x-hdmi-ports-node.patch + patches.kernel.org/6.6.27-015-arm64-dts-rockchip-fix-rk3328-hdmi-ports-node.patch + patches.kernel.org/6.6.27-016-arm64-dts-rockchip-fix-rk3399-hdmi-ports-node.patch + patches.kernel.org/6.6.27-017-net-add-netdev_lockdep_set_classes-to-virtual-.patch + patches.kernel.org/6.6.27-018-pmdomain-ti-Add-a-null-pointer-check-to-the-om.patch + patches.kernel.org/6.6.27-019-pmdomain-imx8mp-blk-ctrl-imx8mp_blk-Add-fdcc-c.patch + patches.kernel.org/6.6.27-020-ionic-set-adminq-irq-affinity.patch + patches.kernel.org/6.6.27-021-net-skbuff-add-overflow-debug-check-to-pull-pu.patch + patches.kernel.org/6.6.27-022-firmware-tegra-bpmp-Return-directly-after-a-fa.patch + patches.kernel.org/6.6.27-023-wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for.patch + patches.kernel.org/6.6.27-024-wifi-mt76-mt7915-add-locking-for-accessing-map.patch + patches.kernel.org/6.6.27-025-wifi-mt76-mt7996-disable-AMSDU-for-non-data-fr.patch + patches.kernel.org/6.6.27-026-wifi-mt76-mt7996-add-locking-for-accessing-map.patch + patches.kernel.org/6.6.27-027-ACPI-x86-Move-acpi_quirk_skip_serdev_enumerati.patch + patches.kernel.org/6.6.27-028-pstore-zone-Add-a-null-pointer-check-to-the-ps.patch + patches.kernel.org/6.6.27-029-tools-power-x86_energy_perf_policy-Fix-file-le.patch + patches.kernel.org/6.6.27-030-net-pcs-xpcs-Return-EINVAL-in-the-internal-met.patch + patches.kernel.org/6.6.27-031-dma-direct-Leak-pages-on-dma_set_decrypted-fai.patch + patches.kernel.org/6.6.27-032-wifi-ath11k-decrease-MHI-channel-buffer-length.patch + patches.kernel.org/6.6.27-033-cpufreq-Don-t-unregister-cpufreq-cooling-on-CP.patch + patches.kernel.org/6.6.27-034-overflow-Allow-non-type-arg-to-type_max-and-ty.patch + patches.kernel.org/6.6.27-035-wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-..patch + patches.kernel.org/6.6.27-036-wifi-cfg80211-check-A-MSDU-format-more-careful.patch + patches.kernel.org/6.6.27-037-btrfs-handle-chunk-tree-lookup-error-in-btrfs_.patch + patches.kernel.org/6.6.27-038-btrfs-export-handle-invalid-inode-or-root-refe.patch + patches.kernel.org/6.6.27-039-btrfs-send-handle-path-ref-underflow-in-header.patch + patches.kernel.org/6.6.27-040-ice-use-relative-VSI-index-for-VFs-instead-of-.patch + patches.kernel.org/6.6.27-041-net-smc-reduce-rtnl-pressure-in-smc_pnet_creat.patch + patches.kernel.org/6.6.27-042-Bluetooth-btintel-Fix-null-ptr-deref-in-btinte.patch + patches.kernel.org/6.6.27-043-Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch + patches.kernel.org/6.6.27-044-Bluetooth-Add-new-quirk-for-broken-read-key-le.patch + patches.kernel.org/6.6.27-045-drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch + patches.kernel.org/6.6.27-046-Input-synaptics-rmi4-fail-probing-if-memory-al.patch + patches.kernel.org/6.6.27-047-drm-panel-orientation-quirks-Add-quirk-for-GPD.patch + patches.kernel.org/6.6.27-048-ASoC-SOF-amd-Optimize-quirk-for-Valve-Galileo.patch + patches.kernel.org/6.6.27-049-drm-ttm-return-ENOSPC-from-ttm_bo_mem_space-v3.patch + patches.kernel.org/6.6.27-050-pinctrl-renesas-checker-Limit-cfg-reg-enum-che.patch + patches.kernel.org/6.6.27-051-sysv-don-t-call-sb_bread-with-pointers_lock-he.patch + patches.kernel.org/6.6.27-052-scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv.patch + patches.kernel.org/6.6.27-053-isofs-handle-CDs-with-bad-root-inode-but-good-.patch + patches.kernel.org/6.6.27-054-ASoC-Intel-common-DMI-remap-for-rebranded-Inte.patch + patches.kernel.org/6.6.27-055-rcu-nocb-Fix-WARN_ON_ONCE-in-the-rcu_nocb_bypa.patch + patches.kernel.org/6.6.27-056-rcu-tasks-Repair-RCU-Tasks-Trace-quiescence-ch.patch + patches.kernel.org/6.6.27-057-Julia-Lawall-reported-this-null-pointer-derefe.patch + patches.kernel.org/6.6.27-058-media-sta2x11-fix-irq-handler-cast.patch + patches.kernel.org/6.6.27-059-ALSA-firewire-lib-handle-quirk-to-calculate-pa.patch + patches.kernel.org/6.6.27-060-ASoC-Intel-avs-Populate-board-selection-with-n.patch + patches.kernel.org/6.6.27-061-ext4-add-a-hint-for-block-bitmap-corrupt-state.patch + patches.kernel.org/6.6.27-062-ext4-forbid-commit-inconsistent-quota-data-whe.patch + patches.kernel.org/6.6.27-063-drm-amd-display-Fix-nanosec-stat-overflow.patch + patches.kernel.org/6.6.27-064-accel-habanalabs-increase-HL_MAX_STR-to-64-byt.patch + patches.kernel.org/6.6.27-065-i2c-designware-Fix-RX-FIFO-depth-define-on-Wan.patch + patches.kernel.org/6.6.27-066-HID-input-avoid-polling-stylus-battery-on-Chro.patch + patches.kernel.org/6.6.27-067-drm-amd-amdgpu-Fix-potential-ioremap-memory-le.patch + patches.kernel.org/6.6.27-068-drm-Check-output-polling-initialized-before-di.patch + patches.kernel.org/6.6.27-069-SUNRPC-increase-size-of-rpc_wait_queue.qlen-fr.patch + patches.kernel.org/6.6.27-070-PCI-Disable-D3cold-on-Asus-B1400-PCI-NVMe-brid.patch + patches.kernel.org/6.6.27-071-Revert-ACPI-PM-Block-ASUS-B1400CEAE-from-suspe.patch + patches.kernel.org/6.6.27-072-libperf-evlist-Avoid-out-of-bounds-access.patch + patches.kernel.org/6.6.27-073-input-touchscreen-imagis-Correct-the-maximum-t.patch + patches.kernel.org/6.6.27-074-drivers-perf-hisi-Enable-HiSilicon-Erratum-162.patch + patches.kernel.org/6.6.27-075-block-prevent-division-by-zero-in-blk_rq_stat_.patch + patches.kernel.org/6.6.27-076-RDMA-cm-add-timeout-to-cm_destroy_id-wait.patch + patches.kernel.org/6.6.27-077-Input-imagis-use-FIELD_GET-where-applicable.patch + patches.kernel.org/6.6.27-078-Input-allocate-keycode-for-Display-refresh-rat.patch + patches.kernel.org/6.6.27-079-platform-x86-touchscreen_dmi-Add-an-extra-entr.patch + patches.kernel.org/6.6.27-080-perf-x86-amd-lbr-Discard-erroneous-branch-entr.patch + patches.kernel.org/6.6.27-081-ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-9-1.patch + patches.kernel.org/6.6.27-082-ktest-force-buildonly-1-for-make_warnings_file.patch + patches.kernel.org/6.6.27-083-Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch + patches.kernel.org/6.6.27-084-ring-buffer-use-READ_ONCE-to-read-cpu_buffer-c.patch + patches.kernel.org/6.6.27-085-tools-iio-replace-seekdir-in-iio_generic_buffe.patch + patches.kernel.org/6.6.27-086-bus-mhi-host-Add-MHI_PM_SYS_ERR_FAIL-state.patch + patches.kernel.org/6.6.27-087-kernfs-RCU-protect-kernfs_nodes-and-avoid-kern.patch + patches.kernel.org/6.6.27-088-usb-gadget-uvc-mark-incomplete-frames-with-UVC.patch + patches.kernel.org/6.6.27-089-usb-typec-ucsi-Limit-read-size-on-v1.2.patch + patches.kernel.org/6.6.27-090-thunderbolt-Keep-the-domain-powered-when-USB4-.patch + patches.kernel.org/6.6.27-091-usb-typec-tcpci-add-generic-tcpci-fallback-com.patch + patches.kernel.org/6.6.27-092-usb-sl811-hcd-only-defined-function-checkdone-.patch + patches.kernel.org/6.6.27-093-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-M76.patch + patches.kernel.org/6.6.27-094-thermal-of-Assume-polling-delay-passive-0-when.patch + patches.kernel.org/6.6.27-095-ASoC-soc-core.c-Skip-dummy-codec-when-adding-p.patch + patches.kernel.org/6.6.27-096-x86-xen-attempt-to-inflate-the-memory-balloon-.patch + patches.kernel.org/6.6.27-097-fbdev-viafb-fix-typo-in-hw_bitblt_1-and-hw_bit.patch + patches.kernel.org/6.6.27-098-io_uring-clear-opcode-specific-data-for-an-ear.patch + patches.kernel.org/6.6.27-099-modpost-fix-null-pointer-dereference.patch + patches.kernel.org/6.6.27-100-drivers-nvme-Add-quirks-for-device-126f-2262.patch + patches.kernel.org/6.6.27-101-fbmon-prevent-division-by-zero-in-fb_videomode.patch + patches.kernel.org/6.6.27-102-ALSA-hda-realtek-Add-quirks-for-some-Clevo-lap.patch + patches.kernel.org/6.6.27-103-gcc-plugins-stackleak-Avoid-.head.text-section.patch + patches.kernel.org/6.6.27-104-selftests-mptcp-display-simult-in-extra_msg.patch + patches.kernel.org/6.6.27-105-media-mediatek-vcodec-Fix-oops-when-HEVC-init-.patch + patches.kernel.org/6.6.27-106-media-mediatek-vcodec-adding-lock-to-protect-d.patch + patches.kernel.org/6.6.27-107-media-mediatek-vcodec-adding-lock-to-protect-e.patch + patches.kernel.org/6.6.27-108-randomize_kstack-Improve-entropy-diffusion.patch + patches.kernel.org/6.6.27-109-platform-x86-intel-vbtn-Update-tablet-mode-swi.patch + patches.kernel.org/6.6.27-110-Bluetooth-btintel-Fixe-build-regression.patch + patches.kernel.org/6.6.27-111-net-mpls-error-out-if-inner-headers-are-not-se.patch + patches.kernel.org/6.6.27-112-VMCI-Fix-possible-memcpy-run-time-warning-in-v.patch + patches.kernel.org/6.6.27-113-Revert-drm-amd-amdgpu-Fix-potential-ioremap-me.patch + patches.kernel.org/6.6.27-114-drm-Check-polling-initialized-before-enabling-.patch + patches.kernel.org/6.6.27-115-Linux-6.6.27.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -5761,7 +6137,6 @@ # Wireless networking drivers ######################################################## patches.suse/b43-missing-firmware-info.patch - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch patches.suse/bus-mhi-host-add-new-interfaces-to-handle-MHI-channe.patch diff --git a/source-timestamp b/source-timestamp index 47b97b0..c432b8b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2024-04-07 13:31:48 +0000 -GIT Revision: ad49821975239a65ba2ac64bf4de2d02ca5bb3fc +2024-04-13 21:17:20 +0000 +GIT Revision: 74095b304437c4bb792a0518e47a8a1510032dac GIT Branch: slowroll