Bruce Ashfield [Thu, 5 Jun 2025 02:18:55 +0000 (22:18 -0400)]
linux-yocto/6.12: libbpf: silence maybe-uninitialized warning from clang
Integrating the following commit(s) to linux-yocto/6.12:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: libbpf: silence maybe-uninitialized warning from clang
Date: Wed, 4 Jun 2025 21:22:23 +0100
perf is build with -Werror, but clang 20.1.6 (incorrectly) finds that
mod_len may be used uninitialized:
libbpf.c: In function 'find_kernel_btf_id.constprop':
libbpf.c:10009:33: error: 'mod_len' may be used uninitialized [-Werror=maybe-uninitialized]
10009 | if (mod_name && strncmp(mod->name, mod_name, mod_len) != 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libbpf.c:9979:21: note: 'mod_len' was declared here
9979 | int ret, i, mod_len;
| ^~~~~~~
Inspecting the code it can be seen that mod_len is set if mod_name is
set, and the strncmp() is only called if mod_name is set, so this is a
false positive (interestingly, clang doesn't spot the same issue above).
Silence the false positive by explicitly initializing mod_len to 0.
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 43f6b7795170f0e571265f22bcef51554684206f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Ross Burton [Thu, 5 Jun 2025 16:32:19 +0000 (17:32 +0100)]
linux-yocto: refresh CVE exclusion list for 6.12.31
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 890041f5ed06be1c0a655030af35484d98fe3e7a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Tue, 3 Jun 2025 02:48:58 +0000 (22:48 -0400)]
linux-yocto/6.12: update to v6.12.31
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
df3f6d10f353d Linux 6.12.31 85fb1edd059bf drm/gem: Internally test import_attach for imported objects ee2a06bbbb8a0 x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers ae0d63ec39053 i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() 73c4707510f27 pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() ecb9d3123bef7 watchdog: aspeed: fix 64-bit division c3e1091eb054c drm/amdkfd: Correct F8_MODE for gfx950 a8a34fbf915dd serial: sh-sci: Save and restore more registers 80eb73778deba bpf: abort verification if env->cur_state->loop_entry != NULL fdee1dc816b4c drm/amd/display: Exit idle optimizations before accessing PHY dd8a734155ae2 kbuild: Properly disable -Wunterminated-string-initialization for clang 3f856d5d84467 Fix mis-uses of 'cc-option' for warning disablement d66cf772bebd7 gcc-15: disable '-Wunterminated-string-initialization' entirely for now 9f58537e9b8f0 gcc-15: make 'unterminated string initialization' just a warning d28b0305f711e err.h: move IOMEM_ERR_PTR() to err.h 96537d8c67e5e spi: spi-fsl-dspi: Reset SR flags before sending a new message b1781bd47e6d4 spi: spi-fsl-dspi: Halt the module after a new message transfer b9fbbcf61e7c7 spi: spi-fsl-dspi: restrict register range for regmap access 1d45e0170cf00 spi: use container_of_cont() for to_spi_device() 92f077ff52f28 platform/x86: think-lmi: Fix attribute name usage for non-compliant items 5c54a557bde18 ksmbd: fix stream write failure 544ff7fb19727 Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" 111a892a235d5 Bluetooth: btmtksdio: Do close if SDIO card removed without close 3e0dc2b4f678c Bluetooth: btmtksdio: Check function enabled before doing close fedd2a1443600 nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() 483ac74183e1e mm: vmalloc: only zero-init on vrealloc shrink 94efb0d656902 mm: vmalloc: actually use the in-place vrealloc region 9f9517f156866 mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled 9da33ce1142b5 mm/page_alloc.c: avoid infinite retries caused by cpuset race 314bf771cb87c memcg: always call cond_resched() after fn() 9b8263cae64a6 highmem: add folio_test_partial_kmap() cb9a1019a63fe Input: xpad - add more controllers 7c220f89add8e Revert "drm/amd: Keep display off while going into S4" b4f801e8cfcc1 smb: client: Reset all search buffer pointers when releasing buffer 56b06539b6782 arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs 9bea368648ac4 smb: client: Fix use-after-free in cifs_fill_dirent dc9bdfb9b0286 drm/edid: fixed the bug that hdr metadata was not reset 56081f5d14c67 thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature 8594a123cfa23 platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() e78908caf17cb pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() 0ae82a7abff8f pmdomain: renesas: rcar: Remove obsolete nullify checks a6ddbf9ae7884 vmxnet3: update MTU after device quiesce ba689e089369d net: dsa: microchip: linearize skb for tail-tagging switches 352fbde14177d can: kvaser_pciefd: Fix echo_skb race 8654c8a0528d0 can: kvaser_pciefd: Continue parsing DMA buf after dropped RX 80702f002b136 llc: fix data loss when reading from a socket in llc_ui_recvmsg() 4e22325b98245 ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 bf85e49aaf3a3 ALSA: pcm: Fix race of buffer access at PCM OSS layer 799d48c95f9b6 ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction 20e3fa3b7df9d ASoc: SOF: topology: connect DAI to a single DAI link 6a62b917fb55b ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms 964d355832700 ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext 63567ecd99a24 can: bcm: add missing rcu read protection for procfs content cc55dd28c20a6 can: bcm: add locking for bcm_op runtime updates adb05149a9055 can: slcan: allow reception of short error messages 5300e487487d7 padata: do not leak refcount in reorder_work 2f45a8d64fb4e crypto: algif_hash - fix double free in hash_accept bcb1c946c761d clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() 4a7261089d1aa octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG 92b04bac366f0 octeontx2-af: Set LMT_ENA bit for APR table entries 689a205cd968a net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done 41678d7222850 octeontx2-pf: Add AF_XDP non-zero copy support 49b21795b8e56 sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() 0a2422f97651c idpf: fix idpf_vport_splitq_napi_poll() 873ebaf3c1113 io_uring: fix overflow resched cqe reordering 845ef0462ac70 net: lan743x: Restore SGMII CTRL register on resume 8e4fd8e76dd7e net: dwmac-sun8i: Use parsed internal PHY address instead of 1 3e79182c82a11 pinctrl: qcom: switch to devm_register_sys_off_handler() cd7f022296972 loop: don't require ->write_iter for writable files in loop_configure f6f5e9c8cb680 idpf: fix null-ptr-deref in idpf_features_check 8c3b8ace9ce4a ice: Fix LACP bonds without SRIOV environment 7191b69eae0f5 ice: fix vf->num_mac count with port representors 233a227a317b0 bridge: netfilter: Fix forwarding of fragmented packets 0b7d3e782027a ptp: ocp: Limit signal/freq counts in summary output functions 6a1f9a709a616 Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling 1e8b7e96f71fe Bluetooth: L2CAP: Fix not checking l2cap_chan security level ca51db2316676 perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq 1c1fb885e5885 irqchip/riscv-imsic: Start local sync timer on correct CPU 2b49e68360eb6 ASoC: SOF: Intel: hda: Fix UAF when reloading module 4a39fbffad5cd devres: Introduce devm_kmemdup_array() 7207effe4743f driver core: Split devres APIs to device/devres.h ae344b9f842d9 dmaengine: fsl-edma: Fix return code for unhandled interrupts d31daa83efbab dmaengine: idxd: Fix ->poll() return value 252f78a9317ac xfrm: Sanitize marks before insert ae5e975a46e26 clk: sunxi-ng: d1: Add missing divider for MMC mod clocks 090aa8d51ec6c remoteproc: qcom_wcnss: Fix on platforms without fallback regulators 447c8f0c06190 kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() 7f5dc43b46205 x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro d91576a2321d7 dmaengine: idxd: Fix allowing write() from different address spaces b1a687eb15bcf xfrm: Fix UDP GRO handling for some corner cases 9cbca30102028 espintcp: remove encap socket caching to avoid reference leak 28756f22de48d espintcp: fix skb leaks 153bc79b5d02c soundwire: bus: Fix race on the creation of the IRQ domain 8cafd7266fa02 __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock a0c50c9f9c912 drm/amd/display: Call FP Protect Before Mode Programming/Mode Support 211f589206459 xenbus: Allow PVH dom0 a non-local xenstore 5a8d073d87da4 x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88 b8581b4e4d96e wifi: iwlwifi: add support for Killer on MTL 1645fc1849ef0 block: only update request sector if needed 511ea82e344e0 tools: ynl-gen: validate 0 len strings from kernel 6e9770de02496 btrfs: avoid NULL pointer dereference if no valid csum tree 230c94ca3527d btrfs: handle empty eb->folios in num_extent_folios() 7f7c8c03feba5 btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref 92dff981dddff btrfs: compression: adjust cb->compressed_folios allocation type 5926bc887da2f ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers 6b1a9a7647097 cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function 0a9920e1ff67d cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() ad3e83a6c8033 io_uring/fdinfo: annotate racy sq/cq head/tail reads ec462449f4cf6 nvmet-tcp: don't restore null sk_state_change 6a09b6bad09a6 ALSA: usb-audio: Fix duplicated name in MIDI substream names 6d196cae4b0b2 nvme-pci: add quirks for WDC Blue SN550 15b7:5009 ff214b079d55e nvme-pci: add quirks for device 126f:1001 35ec11b38588c ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx 8f76431c00b2d ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 63affdae7ff49 ASoC: cs42l43: Disable headphone clamps during type detection 4c7a0425fb620 platform/x86: ideapad-laptop: add support for some new buttons 2418bf5d383fa platform/x86: asus-wmi: Disable OOBE state after resume from hibernation 00fe4c0e46959 platform/x86/intel: hid: Add Pantherlake support aa000a4ee9897 smb: server: smb2pdu: check return value of xa_store() c134c62b9e97b pinctrl: meson: define the pull up/down resistor value as 60 kOhm 5863bd44ed2fa book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n b5aa85b9b0c4c ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() 9fddd1f15465f drm: Add valid clones check 08150a6c83a9a drm/panel-edp: Add Starry 116KHD024006 aa52c70ae1322 drm/buddy: fix issue that force_merge cannot free all roots 135105287781e drm/atomic: clarify the rules around drm_atomic_state->allow_modeset 6ceef704e2bce drm/xe: Reject BO eviction if BO is bound to current VM 650c1769cfe9d drm/xe/sa: Always call drm_suballoc_manager_fini() 1cc37163730aa wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event c9db43696ed0e drm/xe: Do not attempt to bootstrap VF in execlists mode 274ae1044bd2c drm/xe: Move suballocator init to after display init 115360031be90 wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation e1fffcd1d75db drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE 878ccaf79c95f drm: bridge: adv7511: fill stream capabilities fb0d82562c078 wifi: ath12k: Fix end offset bit definition in monitor ring descriptor bb2d55681ee70 wifi: ath12k: Fetch regdb.bin file from board-2.bin a3f6e4682f3d4 wifi: ath9k: return by of_get_mac_address 331c0af96c034 drm/xe/pf: Reset GuC VF config when unprovisioning critical resource 63780d7352f0f accel/qaic: Mask out SR-IOV PCI resources a1e3f2ea66c0d wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override ff56fbf50eff9 regulator: ad5398: Add device tree support 697a6f8a91063 spi: zynqmp-gqspi: Always acknowledge interrupts c533839e0a48d wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet 9e9e974915908 wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate 0b63d246248f5 wifi: rtl8xxxu: retry firmware download on error ff5c6e3d251ea clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation 3a95341c65e4e perf/amd/ibs: Fix ->config to sample period calculation for OP PMU e225dbb03af65 perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt 46f1c2b508e33 firmware: arm_scmi: Relax duplicate name constraint across protocol ids ff84436446a02 bpftool: Fix readlink usage in get_fd_type c80b2d159c31f bpf: Use kallsyms to find the function name of a struct_ops's stub function c3fd672e6644a drm/ast: Find VBIOS mode from regular display size 538a82168e52b dm vdo: use a short static string for thread name prefix f8b4edbcf3531 dm vdo indexer: prevent unterminated string warning 0cc2aa7472085 irqchip/riscv-aplic: Add support for hart indexes a3300021d4875 ASoC: rt722-sdca: Add some missing readable registers 67f7080cb30e5 ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode b99c2faf40215 arm64: zynqmp: add clock-output-names property in clock nodes 9e3eaf7f750e1 HID: usbkbd: Fix the bit shift number for LED_KANA b5a1ef646ce13 wifi: ath12k: Avoid napi_sync() before napi_enable() dbb6efb3d8f34 scsi: st: Restore some drive settings after reset 1be28b37a6a7b scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails 609bc6e9c1869 scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk c670902775c20 scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine f5ce5628576dd net/mana: fix warning in the writer of client oob 7cc781374e20e drm/xe/relay: Don't use GFP_KERNEL for new transactions e2017f44c6d4a ice: count combined queues using Rx/Tx count 887e39ac4704e perf: Avoid the read if the count is already updated d402437cde36c rcu: fix header guard for rcu_all_qs() fcabb696743a4 rcu: handle unstable rdp in rcu_read_unlock_strict() 5cdaa970d73a4 rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y 65daba41f935e ice: treat dyn_allowed only as suggestion 3c8b4657a6d75 ice: init flow director before RDMA 58cdd1ee650b3 bridge: mdb: Allow replace of a host-joined group 76e56dbe508b3 net: flush_backlog() small changes ba59747562c49 r8169: don't scan PHY addresses > 0 ded26f9e4cdbe ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only a6644aeb8ddf1 vxlan: Annotate FDB data races 61e931ee145ee cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost b82e496531c57 net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled 91526279362d3 tools: ynl-gen: don't output external constants 37c07516ac6a5 eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs d2b58a10228a9 drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0 91c53b8cd81ce media: qcom: camss: Add default case in vfe_src_pad_code 85e0e03303390 media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available 1d15319323d84 f2fs: introduce f2fs_base_attr for global sysfs entries 77818483460b5 hwmon: (xgene-hwmon) use appropriate type for the latency value c4092cb06398f tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options 247b420fea798 net: page_pool: avoid false positive warning if NAPI was never added b063f36a929a3 clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs 2368794c0cf41 wifi: rtw89: call power_on ahead before selecting firmware 01edf9255f33d wifi: rtw89: fw: validate multi-firmware header before accessing f4c99c7b710b1 wifi: rtw89: fw: validate multi-firmware header before getting its size 2eb2cfca35801 wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang 50f78100b9393 wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU 1c564864438b2 wifi: rtw88: Fix download_firmware_validate() for RTL8814AU 2a25d61107c6e ext4: remove writable userspace mappings before truncating page cache 73733c2fdb378 ext4: don't write back data before punch hole in nojournal mode 39255ab2edfb0 leds: trigger: netdev: Configure LED blink interval for HW offload 16ddd67bb5579 pstore: Change kmsg_bytes storage size to u32 556f53a8ec374 iio: adc: ad7944: don't use storagebits for sizing 7fea5a914001a r8152: add vendor/device ID pair for Dell Alienware AW1022z 9f2911868a733 ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure(). f9ab6efdee1ff arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src c2e02e2b21591 powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits 9aeaf1956e75a powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory 701118e6f621f net: fec: Refactor MAC reset to function 641ad8d64a08c wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx 8315b79220d2d wifi: mac80211: remove misplaced drv_mgd_complete_tx() call 26e384fafda89 wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() 8e1800f1db7eb wifi: iwlwifi: don't warn during reprobe 15d8ceef9289f wifi: iwlwifi: use correct IMR dump variable 4d8fd111e0f55 mptcp: pm: userspace: flags: clearer msg if no remote addr 6a0997d78ffa3 wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV 06daedb4439bb xfrm: prevent high SEQ input in non-ESN mode bbd6dc1fb6c56 drm/v3d: Add clock handling e5a69d1696323 net/mlx5e: reduce the max log mpwrq sz for ECPF and reps 74d153d8ec150 net/mlx5e: reduce rep rxq depth to 256 for ECPF af94d4f46c09a net/mlx5e: set the tx_queue_len for pfifo_fast a3a845ebc8f98 net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB 4a94ccac4930d net/mlx5: XDP, Enable TX side XDP multi-buffer support d4df87dae1444 scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() 9acae6e987058 drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer() f5e9d0d206cbd drm/amdgpu: enlarge the VBIOS binary size limit 7ef18e2ffdc12 drm/amdgpu: Use active umc info from discovery 1bb46b5433a8a drm/amd/display: Populate register address for dentist for dcn401 af3d57ea9ec74 drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It e55c5704b12ee drm/amd/display: Increase block_sequence array size 17e40a52a1492 drm/amd/display: Initial psr_version with correct setting 563adeeeb0ffa drm/amd/display: Update CR AUX RD interval interpretation 47bfc7a02704f Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY" 45068cc170ebf drm/amd/display: Support multiple options during psr entry. 4f4cb81def433 drm/amd/pm: Skip P2S load for SMU v13.0.12 a25d045ebfbce drm/amdgpu: reset psp->cmd to NULL after releasing the buffer ed2039d840a12 drm/amd/display: Don't try AUX transactions on disconnected link a8726bee7046d drm/amd/display: pass calculated dram_speed_mts to dml2 452807a863018 drm/amdgpu: Set snoop bit for SDMA for MI series 5ca70518bc23d drm/amdkfd: fix missing L2 cache info in topology 365d302ac763d drm/amdgpu/mes11: fix set_hw_resources_1 calculation 11c7fa11fa076 net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size 97dba4472e484 soundwire: cadence_master: set frame shape and divider based on actual clk freq c043867b654ec soundwire: amd: change the soundwire wake enable/disable sequence 164c9f5edf2ae phy: exynos5-usbdrd: fix EDS distribution tuning (gs101) ef31dc41cf67b phy: core: don't require set_mode() callback for phy_get_mode() to work afb512502f2d7 phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF a507a213e82ca pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down 5de11f82cbfd1 serial: sh-sci: Update the suspend/resume support e6e31b0182de5 sched: Reduce the default slice to avoid tasks getting an extra tick 9c5f85b72fa6d x86/traps: Cleanup and robustify decode_bug() eb6fd16b4fc4f x86/ibt: Handle FineIBT in handle_cfi_failure() b870651021223 drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set cf126a14584e5 drm/xe/debugfs: fixed the return value of wedged_mode_set 6469a2b1140d0 clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate 328a2ec198e70 clk: qcom: ipq5018: allow it to be bulid on arm32 01d28e67f567b drm/xe: Fix xe_tile_init_noalloc() error propagation 884d64e8e4dc6 drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init() 50c5bbb45c7df net/mlx4_core: Avoid impossible mlx4_db_alloc() order value 69689d1138c85 media: v4l: Memset argument to 0 before calling get_mbus_config pad op 9a981079097be media: i2c: imx219: Correct the minimum vblanking value 12aeff4944dc6 kunit: tool: Use qboot on QEMU x86_64 8f5ce688c8318 smack: Revert "smackfs: Added check catlen" 316f2911fb11a smack: recognize ipv4 CIPSO w/o categories 5b1b4cb46d951 pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map c4260bf83b429 ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() 2ea042779621d ASoC: tas2764: Power up/down amp on mute ops 409c12ce79b33 ASoC: tas2764: Mark SW_RESET as volatile 8d8083881ecbb ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG 000dd6e3441fc ASoC: ops: Enforce platform maximum on initial value 83ea947238953 firmware: xilinx: Dont send linux address to get fpga config get status e1c4bb3774421 firmware: arm_ffa: Handle the presence of host partition in the partition info 3a3fab1be5a0c firmware: arm_ffa: Reject higher major version as incompatible 587386c56fb88 net/mlx5: Apply rate-limiting to high temperature warning c4e1ce22b9ab9 net/mlx5: Modify LSB bitmask in temperature event to include only the first bit 3770acff3110f media: test-drivers: vivid: don't call schedule in loop 2fe6284364423 irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base dc5f5c9d2bbc6 hrtimers: Replace hrtimer_clock_to_base_table with switch-case 7f131fda2654e vxlan: Join / leave MC group after remote changes 1fb8106316a21 ACPI: HED: Always initialize before evged 82b54455b6b7f PCI: Fix old_size lower bound in calculate_iosize() too 161cc125043a2 eth: mlx4: don't try to complete XDP frames in netpoll 46ba5757a7a47 bpf: copy_verifier_state() should copy 'loop_entry' field 2b129e89b8c6e bpf: don't do clean_live_states when state->loop_entry->branches > 0 eaeb67bd851ce can: c_can: Use of_property_present() to test existence of DT property a89326d35bf6f pmdomain: imx: gpcv2: use proper helper for property detection 3ccfdd5b33742 RDMA/core: Fix best page size finding when it can cross SG entries e6a46719a2369 serial: mctrl_gpio: split disable_ms into sync and no_sync APIs b14e726d57f61 drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink cee5d56fa783f Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP" 775f3afa6ade1 drm/amd/display: Read LTTPR ALPM caps during link cap retrieval 1e826acee1165 drm/amd/display: Fix BT2020 YCbCr limited/full range input 2bba67f03071a drm/amd/display: Guard against setting dispclk low when active b02b561bf7692 drm/amd/display: Add support for disconnected eDP streams 94e6687ceda91 drm/amd/pm: Fetch current power limit from PMFW 098788e118d1e irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector d85004266a32c eeprom: ee1004: Check chip before probing 011a62d2d79ac mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs a82c0c3996771 i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) 7d0c92af8d355 EDAC/ie31200: work around false positive build warning 4593aaf48fc16 power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree 6b1d3e9db82d0 net: pktgen: fix access outside of user given buffer in pktgen_thread_write() d37783f25a3c8 wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU 7dafba4e854cd wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware 6ffcf25e63226 wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() 1cbef396c5f3b wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() a4523765fa3a9 wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 adcc65afaa979 wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU 9a3f80a727aac wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU 1653c72dabfd6 scsi: mpt3sas: Send a diag reset if target reset fails b5038d313a3b7 PCI: epf-mhi: Update device ID for SA8775P 0b21e99cf638b clocksource: mips-gic-timer: Enable counter when CPUs start 1a3529f36f26e MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core 53f42776e435f genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie 5111c2e0cf2b6 x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op() 95b8f2b7d9312 drm/amdgpu: remove all KFD fences from the BO on release af706d0e279fc MIPS: Use arch specific syscall name match function 9058b48578aea drm/xe/oa: Ensure that polled read returns latest data 4d9fa2ebc01c4 net: ipv6: Init tunnel link-netns before registering dev 897c98fb32801 crypto: skcipher - Zap type in crypto_alloc_sync_skcipher 9f27b38771b05 crypto: ahash - Set default reqsize from ahash_alg 562e512f6bf99 x86/kaslr: Reduce KASLR entropy on most x86 systems 0bdaab17a2a17 net/mlx5: Change POOL_NEXT_SIZE define value and make it global d2d76fc02543a scsi: scsi_debug: First fixes for tapes b55a97d1bd408 dm: fix unconditional IO throttle caused by REQ_PREFLUSH 2c600cbe33f20 libbpf: Fix out-of-bound read 20a53c3689a20 loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize 5b62f941eae80 scsi: mpi3mr: Update timestamp only for supervisor IOCs a68686c08b70b net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode c2aa6567a6a48 media: tc358746: improve calculation of the D-PHY timing registers bb8fb041cba26 media: adv7180: Disable test-pattern control on adv7180 083383aba01f2 cpuidle: menu: Avoid discarding useful information 0d508cefcd24a vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines 6398dd09d50b4 vhost-scsi: Return queue full for page alloc failures during copy 7eb29d704d276 x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() 7bbfaa24c02f4 ASoC: mediatek: mt8188: Add reference for dmic clocks 4a21b57d83c55 ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile 6e5935b755b4a drm/amd/display: Fix mismatch type comparison 990e4fb37bcd4 drm/amd/display: fix dcn4x init failed 54dd746ed8a30 drm/amd/display: handle max_downscale_src_width fail check 5cab1de0cea28 x86/build: Fix broken copy command in genimage.sh when making isoimage de48b82dcf583 Octeontx2-af: RPM: Register driver with PCI subsys IDs 673dde8d3c3ec bpf: Search and add kfuncs in struct_ops prologue and epilogue 06100e642f4b8 soc: ti: k3-socinfo: Do not use syscon helper to build regmap 54ef1a89e287e wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band e39fd41117bd9 bonding: report duplicate MAC address in all situations f872f7aaa4cac net: xgene-v2: remove incorrect ACPI_PTR annotation 459b3f7cf0dcf net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only 562b4f70bf88a leds: pwm-multicolor: Add check for fwnode_property_read_u32 b8fcb1cdbfc0c drm/xe: xe_gen_wa_oob: replace program_invocation_short_name 0d8562e358176 drm/amdkfd: KFD release_work possible circular locking 1dd943dfb56f8 pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf baaf3084c2cb9 selftests/net: have `gro.sh -t` return a correct exit code 11e721443c564 net/mlx5: Avoid report two health errors on same syndrome 1f512005f497d drm/xe/pf: Create a link between PF and VF devices df888ad55f8f8 drm/xe/vf: Retry sending MMIO request to GUC on timeout error 3a3efeef64364 firmware: arm_ffa: Set dma_mask for ffa devices 12153e3948c59 PCI: brcmstb: Add a softdep to MIP MSI-X driver 3ffaa2e999380 PCI: brcmstb: Expand inbound window size up to 64GB 7add9c10ca284 wifi: ath12k: Report proper tx completion status to mac80211 1c2c538bbd602 soc: apple: rtkit: Implement OSLog buffers properly 92c6687ba951f soc: apple: rtkit: Use high prio work queue e359d62886cb1 perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters b38fbf98645be fpga: altera-cvp: Increase credit timeout 7857d8977e986 drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence 89800836bf32f ARM: at91: pm: fix at91_suspend_finish for ZQ calibration cd62e9d42fe76 hwmon: (gpio-fan) Add missing mutex locks e7e30a4a37d1e x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 0d232fa3b0769 clk: imx8mp: inform CCF of maximum frequency of clocks 2d6231d5ce9b6 media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value b98aad5e5ebf9 media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map 82209faa87f4a ublk: complete command synchronously on error 564f03a7970c2 block: mark bounce buffering as incompatible with integrity f7226dedac039 drm/rockchip: vop2: Add uv swap for cluster window f33b310eac36a ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config(). 3de322a98b365 scsi: logging: Fix scsi_logging_level bounds 500d22dbd9662 ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 592ba27580364 perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type f9d15ef2e069d net: pktgen: fix mpls maximum labels list parsing 8d7e13c31c526 media: imx335: Set vblank immediately 4176d6f2a67b8 iommufd: Disallow allocating nested parent domain with fault ID af73c8fd7388d ublk: enforce ublks_max only for unprivileged devices c4f025a58eef1 dpll: Add an assertion to check freq_supported_num ebaed867bfd1e net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104 94df9fd015ace net: ethernet: ti: cpsw_new: populate netdev of_node 1a4a834f2af5b rcu: Fix get_state_synchronize_rcu_full() GP-start detection 5aba8ac434d8b pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" 4731d5328f507 media: cx231xx: set device_caps for 417 f29c876d72d71 perf/core: Clean up perf_try_init_event() cc714c89ef5a9 drm/amd/display: Request HW cursor on DCN3.2 with SubVP 1f2b3ea00717f drm/amd/display: Fix p-state type when p-state is unsupported e015cef8b78f6 drm/amd/display: Fix DMUB reset sequence for DCN401 682c4226f317e drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination 5bf0fd2bd5efb drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35 a23f3910123b5 drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c 69bb5b3ae3480 remoteproc: qcom_wcnss: Handle platforms with only single power domain 95080412e9304 blk-throttle: don't take carryover for prioritized processing of metadata c4525b513de39 net: phylink: use pl->link_interface in phylink_expects_phy() 93f581d7634ff drm/gem: Test for imported GEM buffers with helper cd918ec24168f orangefs: Do not truncate file size 6ad0673ab24f0 soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables cc80a5cc52093 dm cache: prevent BUG_ON by blocking retries on failed device resumes 1c171908807cb usb: xhci: set page size to the xHCI-supported size 5520fed18df86 media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() 25056d1fe57eb ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 8fc16414c3ef7 soc: samsung: include linux/array_size.h where needed 4943c0bae1248 drm/xe: Retry BO allocation 623669ae7a820 drm/xe: Nuke VM's mapping upon close a3642d2d73a97 ieee802154: ca8210: Use proper setters and getters for bitwise types 3afa1610e5a4e rtc: ds1307: stop disabling alarms on probe 73d01bcbf2aad tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() a06861298554b ALSA: seq: Improve data consistency at polling 515a21a5e19ab powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 09193145d1180 arm64: tegra: Resize aperture for the IGX PCIe C5 slot 2f0044e20fab1 arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator ecaa856227ae4 drm/amdgpu: Fix missing drain retry fault the last entry c700730d816d6 drm/amdkfd: Set per-process flags only once cik/vi e1901e8e6bbc4 drm/amdkfd: Set per-process flags only once for gfx9/10/11/12 6a1706dfe0569 crypto: mxs-dcp - Only set OTP_KEY bit for OTP key 7caad075acb63 crypto: lzo - Fix compression buffer overrun f615e8d2dec67 misc: pci_endpoint_test: Give disabled BARs a distinct error code fe2329eff5bee PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops 1e0398a349e85 watchdog: aspeed: Update bootstatus handling d95fdee2253e6 cpufreq: tegra186: Share policy per cluster 11be3d3f956ba iommu/amd/pgtbl_v2: Improve error handling 9032252905664 coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t 75ae2a3553611 badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 7bd6061b0a44b ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() 84c069dc5fc89 auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common" 53ce754286180 gfs2: Check for empty queue in run_queue ff11cd673e477 drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch ed7eda66b20cb drm/amd/display: not abort link train when bw is low 83e4f1de0802b drm/amd/display: calculate the remain segments for all pipes 65e51bc2803bb drm/amd/display: remove minimum Dispclk and apply oem panel timing. c1502fc84d1c6 ipv6: save dontfrag in cork faba68a86ab79 wifi: cfg80211: allow IR in 20 MHz configurations 22d8cc7f5d5a9 wifi: mac80211_hwsim: Fix MLD address translation 07709d31829fd wifi: mac80211: fix warning on disconnect during failed ML reconf a791a6bf02c49 wifi: iwlwifi: fix the ECKV UEFI variable name 7ce37a3ca0907 wifi: iwlwifi: mark Br device not integrated 181e8b56b74ad wifi: iwlwifi: fix debug actions order 1c55feb63827f wifi: iwlwifi: w/a FW SMPS mode selection 0446d34a853d9 wifi: iwlwifi: don't warn when if there is a FW error 101a3b9920a79 printk: Check CON_SUSPEND when unblanking a console 063ad8885c7c6 iommu: Keep dev->iommu state consistent a21f1607d0b3c hwmon: (dell-smm) Increment the number of fans aef1b639ae2a8 wifi: iwlwifi: mvm: fix setting the TK when associated 3a75fe58a164a usb: xhci: Don't change the status of stalled TDs on failed Stop EP 28306c58daf81 mmc: sdhci: Disable SD card clock before changing parameters 38828e0dc771c mmc: dw_mmc: add exynos7870 DW MMC support 8ad58a7eba6db arm64/mm: Check PUD_TYPE_TABLE in pud_bad() 6215143ad372d arm64/mm: Check pmd_table() in pmd_trans_huge() 4f89f257f32da phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set 236a87e9d2110 PNP: Expand length of fixup id string 21153e0974fcc netfilter: conntrack: Bound nf_conntrack sysctl writes 4210174827586 wifi: rtw89: set force HE TB mode when connecting to 11ax AP 3fb9ee05ec15f timer_list: Don't use %pK through printk() 6e816a97fa840 net: hsr: Fix PRP duplicate detection f933879c5b6a6 net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe ae22452d15c89 posix-timers: Ensure that timer initialization is fully visible d0dc233fe2241 posix-timers: Add cond_resched() to posix_timer_add() search loop 135dde13b96d5 RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() 785ac69911332 ext4: do not convert the unwritten extents if data writeback fails 2f5f326214321 ext4: reject the 'data_err=abort' option in nojournal mode 3039f0c9c7554 clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490 3673382803c51 ASoC: sun4i-codec: support hp-det-gpios property de3c09de746f7 drm/amdgpu: Update SRIOV video codec caps 858425dc2df3e drm/amdgpu/gfx11: don't read registers in mqd init 73d437ae63ce6 drm/amdgpu/gfx12: don't read registers in mqd init 580750a317d7b mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check 27b19f29c9a06 pinctrl-tegra: Restore SFSEL bit when freeing pins f5363ffdabc2a xen: Add support for XenServer 6.1 platform device 8ef935698f3fd net/smc: use the correct ndev to find pnetid by pnetid table 174dedce648aa dm: restrict dm device size to 2^63-512 bytes ee87fc3a1271f crypto: octeontx2 - suppress auth failure screaming due to negative tests 572ed3fb99c4e kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf 61d7c8a753445 kbuild: fix argument parsing in scripts/config 555c0b713ca83 bpf: Allow pre-ordering for bpf cgroup progs 6c303960b1443 ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect e8358aa00ea7b ASoC: pcm6240: Drop bogus code handling IRQ as GPIO 0076b0423b2cd spi: spi-mux: Fix coverity issue, unchecked return value b35ccfdc8573e erofs: initialize decompression early c8c643809f4a1 thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer 2585e6cbd96eb objtool: Fix error handling inconsistencies in check() a0d34b9be2bee rtc: rv3032: fix EERD location dab35f4921f85 tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() 50452704ecbad jbd2: do not try to recover wiped journal e2520cc19b758 PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off() e658f2d94a74c bpf: Return prog btf_id without capable check 66e8f1d64b1b0 vfio/pci: Handle INTx IRQ_NOTCONNECTED 0268f485aa69f scsi: st: ERASE does not change tape location c6d366f8d24ff scsi: st: Tighten the page format heuristics with MODE SELECT 853a4e7439ef1 hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure 94c3cbc69abbb ext4: reorder capability check last a55ebe30f17a0 riscv: Call secondary mmu notifier when flushing the tlb 5cdd304662d54 bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set 34253084291cb wifi: mwifiex: Fix HT40 bandwidth issue. 728945c962695 um: Update min_low_pfn to match changes in uml_reserved d6d2f664cbf3b um: Store full CSGSFS and SS register from mcontext 7790a9449cf43 clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug 39ff1903246aa dlm: make tcp still work in multi-link env f3ea633a111e0 s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() 1ea4653cff35c i3c: master: svc: Fix missing STOP for master request 94206e0d72f7a drm/amdgpu: adjust drm_firmware_drivers_only() handling 85bda883a634c drm/amd/display: Guard against setting dispclk low for dcn31x ca8fcb8bcef33 drm/amdgpu: release xcp_mgr on exit a5a507fa5f223 blk-cgroup: improve policy registration error handling c60f8684a8118 btrfs: send: return -ENAMETOOLONG when attempting a path that is too long c4845a09a1edd btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() 0058c61d47ee1 btrfs: fix non-empty delayed iputs list on unmount due to async workers 8629f9d9a92e8 btrfs: run btrfs_error_commit_super() early a4840945f514c btrfs: avoid linker error in btrfs_find_create_tree_block() 1144874b41dcd btrfs: make btrfs_discard_workfn() block_group ref explicit 477a412a2f6cc i2c: pxa: fix call balance of i2c->clk handling routines 3b9cf1c0fafa2 i2c: qup: Vote for interconnect bandwidth to DRAM c6f2694c580c2 x86/mm: Check return value from memblock_phys_alloc_range() d0f9875257440 x86/microcode: Update the Intel processor flag scan check 8973fb71c9269 x86/smpboot: Fix INIT delay assignment for extended Intel Families 44e041675383b x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP 63b7dade892b6 x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers ac3af695c4b00 wifi: mt76: mt7925: fix fails to enter low power mode in suspend state 8b526e4d944ae wifi: mt76: mt7925: load the appropriate CLC data based on hardware type c9c64da88e38d wifi: mt76: mt7996: revise TXS size 1d58321192052 wifi: mt76: mt7996: fix SER reset trigger on WED reset fa6c05122fb82 wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 8f82cf305efd6 cgroup/rstat: avoid disabling irqs for O(num_cpu) dca76ee1f02ae drm/amdgpu: Skip pcie_replay_count sysfs creation for VF 67bb2175095eb mmc: host: Wait for Vdd to settle on card power off 4005036642a27 staging: vchiq_arm: Create keep-alive thread during probe 123bcd8f42b7e pidfs: improve multi-threaded exec and premature thread-group leader exit polling 1d1e1efad1cf0 libnvdimm/labels: Fix divide error in nd_label_data_init() 37ac2434aae16 ext4: on a remount, only log the ro or r/w state when it has changed 3e10592b477ec xen/pci: Do not register devices with segments >= 0x10000 2a8bedeb963f0 PCI: vmd: Disable MSI remapping bypass under Xen 8b80fd3f76f2a drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 98e38fe7d3557 drm/amdgpu/discovery: check ip_discovery fw file available 1630224189cc4 pNFS/flexfiles: Report ENETDOWN as a connection error a1596965a7c82 tools/build: Don't pass test log files to linker 2780aa8394415 r8169: disable RTL8126 ZRX-DC timeout e63b634806a1d PCI: dwc: ep: Ensure proper iteration over outbound map windows c0c59a1f77665 objtool: Properly disable uaccess validation ac30595154da0 lockdep: Fix wait context check on softirq for PREEMPT_RT 44b79041c44ae dql: Fix dql->limit value when reset. f48ee562c095e Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken 7ec409ee15ac1 Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal 7cfde2a482800 thermal/drivers/qoriq: Power down TMU on system suspend c347928320080 thermal/drivers/mediatek/lvts: Start sensor interrupts disabled 7b32d4e62c871 net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus b07ba838aded8 net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards 9e542640c2e59 mctp: Fix incorrect tx flow invalidation condition in mctp-i2c c0d63ee0dd063 ASoC: codecs: wsa883x: Correct VI sense channel mask 780699001b8e2 ASoC: codecs: wsa884x: Correct VI sense channel mask ace57bd1fb49d spi-rockchip: Fix register out of bounds access dac9e6af5328f SUNRPC: rpcbind should never reset the port to the value '0' 984d8a392f6b3 SUNRPC: rpc_clnt_set_transport() must not change the autobind setting 71e07bb1556c7 NFSv4: Treat ENETUNREACH errors as fatal for state recovery 1e317f5781160 cifs: Fix establishing NetBIOS session for SMB2+ connection 51d44dba94e79 cifs: add validation check for the fields in smb_aces 15c961d7a9e5f cifs: Set default Netbios RFC1001 server name to hostname in UNC ff968e486e420 fbdev: core: tileblit: Implement missing margin clearing for tileblit 8c912c0a6860c fbcon: Use correct erase colour for clearing in fbcon 230abe5d3f68b fbdev: fsl-diu-fb: add missing device_remove_file() 6427b5c0f0aae riscv: Allow NOMMU kernels to access all of RAM 15787ab82a461 mailbox: use error ret code of of_parse_phandle_with_args() 2c80f975e94d5 mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() 2d21895e77c64 tpm: Convert warn to dbg in tpm2_start_auth_session() 2eb8f4701961b ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list 4f427ca9edf89 tracing: Mark binary printing functions with __printf() attribute b4c11dd41c40c iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability e506751b7dd98 arm64: Add support for HIP09 Spectre-BHB mitigation 1a9b696a003ae SUNRPC: Don't allow waiting for exiting tasks ac83bf58f6876 NFS: Don't allow waiting for exiting tasks 46a47dc10fa78 NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() 01677e7ee12f2 io_uring/msg: initialise msg request opcode bab0bd138910e exfat: call bh_read in get_block only when necessary d40ca27602eab fuse: Return EPERM rather than ENOSYS from link() c9a508b6bbd2f smb: client: Store original IO parameters and prevent zero IO sizes 150f38eddefc4 cifs: Fix negotiate retry functionality 0705b6d5bc328 cifs: Fix querying and creating MF symlinks over SMB1 6ebb9d54eccc8 cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES 100b452e0eeda s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log c42f740a07eea x86/fred: Fix system hang during S4 resume with FRED enabled 192b02f8c7ba8 kconfig: merge_config: use an empty file as initfile dac9d6ad5eaf7 samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 8014d3e56ec0c bpf: fix possible endless loop in BPF map iteration 218c838d0356a io_uring: don't duplicate flushing in io_req_post_cqe 64f505b08e0cf block: fix race between set_blocksize and read paths e9f646f089bc3 selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure cd39fae34f094 drm/amdgpu: Allow P2P access through XGMI 36cb568f559ad drm/amd/display: Enable urgent latency adjustment on DCN35 9ece099e951a5 fs/ext4: use sleeping version of sb_find_get_block() f1c5aa614b5c2 fs/jbd2: use sleeping version of __find_get_block() aafc270531431 fs/ocfs2: use sleeping version of __find_get_block() a49a4a87cea36 fs/buffer: use sleeping version of __find_get_block() e138fc2316c32 fs/buffer: introduce sleeping flavors for pagecache lookups 4f5553a08fb74 fs/buffer: split locking for pagecache lookups 836917e7a65cd ima: process_measurement() needlessly takes inode_lock() on MAY_READ e22034cbee52b dma-mapping: Fix warning reported for missing prototype 7f7f70c316976 net: enetc: refactor bulk flipping of RX buffers to separate function 523c08f630a3d scsi: mpi3mr: Add level check to control event logging bd8c9404e44ad vhost-scsi: protect vq->log_used with vq->mutex f93675793bdcd vhost_task: fix vhost_task_create() documentation 97edaa0ec64c5 cgroup: Fix compilation issue due to cgroup_mutex not being exported 3eec42a17ad4d dma-mapping: avoid potential unused data compilation warning a8dd6b7b391d9 mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type de8c0b93a63cf intel_th: avoid using deprecated page->mapping, index fields 299881317756d dma/mapping.c: dev_dbg support for dma_addressing_limited b730cb109633c virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN 7aea1517fb6c9 scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices 87389bff743c5 scsi: target: iscsi: Fix timeout on deleted connection 1603a34b80ffb nvmem: qfprom: switch to 4-byte aligned reads 410f8b72e02c6 nvmem: core: update raw_len if the bit reading is required 4327479e559c0 nvmem: core: verify cell's raw_len a4f865ecdbdd2 nvmem: core: fix bit offsets of more than one byte d6abe0f6ade98 nvmem: rockchip-otp: add rk3576 variant data 49b4e88b559cd nvmem: rockchip-otp: Move read-offset into variant-data 3fc60952271b6 cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist c000fc26c431e phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off 918d43686271e phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data 64cf5b896fd39 phy: renesas: rcar-gen3-usb2: Move IRQ request in probe 0abae7dc42f21 i2c: designware: Fix an error handling path in i2c_dw_pci_probe() 0d1002c60cd47 i2c: designware: Use temporary variable for struct device 4fa55c5230f4c drm/amd/display: Defer BW-optimization-blocked DRR adjustments 5f05863810cfd drm/amd/display: Correct timing_adjust_pending flag setting. 839b2350b861f drm/amd/display: Do not enable replay when vtotal update is pending. 892f054b3fa2a drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fdb0a51598156f99aa91f7495d7eada92a459e97) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1baa2ede9b759632bd97f3308752ec863dc6543e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Ross Burton [Thu, 29 May 2025 10:58:08 +0000 (11:58 +0100)]
linux-yocto: refresh CVE exclusions
As we upgraded the kernel, the exclusions need to be updated too.
This marks many CVEs as resolved.
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e99d1e7116aef8c5458cd51c0b97b8e275ade3a9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Ross Burton [Thu, 29 May 2025 10:58:07 +0000 (11:58 +0100)]
linux/generate-cve-exclusions: show the name and version of the data source
Add another comment to state what the data source for the CVE data was,
specifically the basename of the repository and the "git describe" output
of HEAD.
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5e66e2b79faec2285d249b16457ecc63c4042444) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Niko Mauno [Mon, 26 May 2025 09:29:27 +0000 (09:29 +0000)]
linux: cve-exclusions: Amend terminology
Replace the term 'needs backporting' with 'may need backporting' in
generate-cve-exclusions.py when the checked kernel version may or may
not be in the vulnerable version range, thus making backporting
necessary only in the former case.
In tandem we regenerate the content of cve-exclusion_6.12.inc using
https://github.com/CVEProject/cvelistV5.git repository main branch at
git hash b20d0043711588b6409ae3118bc0510ab888c316 to keep the content
in sync with the script.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit feb80e6be16f27611a018d0ef7841cbb466c47d1) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Niko Mauno [Mon, 26 May 2025 09:29:26 +0000 (09:29 +0000)]
linux: cve-exclusions: Fix false negatives
Amend the generate-cve-exclusions.py checking logic in part of the code
responsible for iterating the "affected" defaultStatus part of the JSON
structure in order to mitigate occurrences of false negatives in the
generated output, as well as occurrences of wrong reason for negative
result in case where the reason is actually that the checked kernel
version is in backport fix scope.
In tandem we regenerate the content of cve-exclusion_6.12.inc using
https://github.com/CVEProject/cvelistV5.git repository main branch at
git hash b20d0043711588b6409ae3118bc0510ab888c316 to keep the content
in sync with the script.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b1a5939535d67b9c0e6d8c2729cff9749a0ebaae) Signed-off-by: Steve Sakoman <steve@sakoman.com>
With ~/cvelistV5/ containing clone from
https://github.com/CVEProject/cvelistV5.git repository main branch at
git hash b20d0043711588b6409ae3118bc0510ab888c316.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0df05f0bf82fdffb14c4243d07ace22b2d7e4c79) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Randy MacLeod [Thu, 15 May 2025 19:05:23 +0000 (15:05 -0400)]
linux: add CVE_STATUS for a chrome* bug
This is not a linux-yocto CVE yet it shows up in the reports as:
linux-yocto-custom CVE-2023-3079 0.0 8.8 Unpatched https://nvd.nist.gov/vuln/detail/CVE-2023-3079
For reference, the CPE says:
Affects cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
So affects all Linux systems,
Running on/with cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
[ YOCTO #15780 ]
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(cherry picked from commit 22ef4d2d116afb9d603a05fb107dd9da0e74558b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Peter Marko [Sun, 27 Apr 2025 09:43:02 +0000 (11:43 +0200)]
linux/cve-exclusion: do not shift first_affected
Stop shifting first_affected if backport is indicated. This does not
have effect on generated list, but makes the logic cleaner as it will
not shift it to "first affected on our branch" and also make it behave
like in defaultStatus==affected case.
Cc: daniel.turull@ericsson.com Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dc1ecb69389dd79354084757ba6b9af0781afcc0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Peter Marko [Sun, 27 Apr 2025 09:43:01 +0000 (11:43 +0200)]
linux/cve-exclusion: update exclusions after script fixes
This will shift fixed version of many CVEs, it does not change status of
any CVE.
Note that the current format of cvelistV5 does not allow us to determine
real value of "fixed_in" without also checking the hashes, but the
result are still fine.
The reason is that many entries are missing original_commit_for_fix
field and thus we see the final "fixed_in" version to be set to backport
to previous branch (e.g. 6.12.23 instead of 6.13).
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1697404589e2d3a625f9da2e8906e47af668c1c3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Current code takes the first version found as "fixed-version".
That is not correct as it is almost always only the oldest backport.
Fix it by unconditionally shift the assigmnet of variable "fixed" so
that we take last instead of first version.
Cc: daniel.turull@ericsson.com Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 68f8e58a249c8adef18e63f0841e8bfea16f354e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Peter Marko [Sun, 27 Apr 2025 09:42:59 +0000 (11:42 +0200)]
linux/cve-exclusion: update with latest cvelistV5
This is preparation for fix in the script so that next update shows only
entries updated by the script change.
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 583e9f15c01555863ae467c7f91729ce85aae194) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Daniel Turull [Sat, 26 Apr 2025 16:19:29 +0000 (18:19 +0200)]
cve-exclusions: correct cve status for 5 entries
In commit 8a7af09feb the CVE_STATUS was copy from the old data
for 6.6 kernel, which had backport information.
Correcting status to when the fix was introduced and adding
references to the fixes.
Fixes: 8a7af09febc28477094de0999ab6321d910811b2 Reported-by: Peter Marko <Peter.Marko@siemens.com> Signed-off-by: Daniel Turull <daniel.turull@ericsson.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fc3e32bc4cf79ddce0eb9fa409656de4dc0e00ea) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Daniel Turull [Fri, 11 Apr 2025 06:40:15 +0000 (08:40 +0200)]
linux/cve-exclusion: Execute the script after changing to the new data source
Execute new script generate-cve-exclusions.py
./generate-cve-exclusions.py ~/cvelistV5/ 6.12.19 > cve-exclusion_6.12.inc
After using the database from CVEproject, some old
CVEs did not have correct metadata, therefore moving missing ones
from old cve-exclusions_6.12.inc into cve-exclusion.inc
Comparing output from cve_check before and after, two CVEs are removed:
CVE-2023-52904 and CVE-2024-38381
Signed-off-by: Daniel Turull <daniel.turull@ericsson.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8a7af09febc28477094de0999ab6321d910811b2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
There are multiple problems with the sstate creation tests. They currently both execute
twice, once to check one set of files, then another. We can do this together in one
test which makes the code easier to follow.
The common test function also has parameters which were always the same value, so
those can be simplified.
We can use the umask context manager from bb.utils to simplfy the umask code.
The badperms test was actually broken, it was detecting bad permissions, then
ignoring them. This patch fixes that regression too and allows the check to
operate (relying on a separate fix to sstate umask handling).
The result should be an easier to understand couple of test cases which should
also function correctly and be more reliable.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5b9263040013199c5cb480125d5ca349f5d6dc55) Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Richard Purdie [Fri, 27 Jun 2025 07:41:32 +0000 (09:41 +0200)]
oeqa/sstatetests: Fix NATIVELSBSTRING handling
The NATIVELSBSTRING variable changes value once a BuildStarted event occurs in a build
directory. This meant running some of the tests directly in a fresh build directory
would fail but they'd pass when run as a group of tests. This is clearly suboptimal.
Move the NATIVELSBSTRING handling to a location where the value is consistent
and a comment about the interesting behaviour of the variable so it hopefully doesn't
catch out others in future.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e1c46fdb44fed18909d9ff4b43b4e445c5a22d33) Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Rasmus Villemoes [Fri, 27 Jun 2025 07:41:31 +0000 (09:41 +0200)]
sstate: apply proper umask when fetching from SSTATE_MIRROR
Currently, files and directories created under ${SSTATE_DIR} when
fetching from an sstate mirror are not created with group write,
unlike when the sstate artifacts are generated locally. That's
inconsistent, and problematic when the local sstate dir is shared
among multiple users.
Wrap the fetching in a bb.utils.umask() context manager, and for simplicity
move the mkdir of SSTATE_DIR inside that.
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a6038553aaef3b88b834a09018c524c4fa41e625) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Robert Yang [Tue, 24 Jun 2025 07:07:21 +0000 (00:07 -0700)]
package_rpm.bbclass: Remove empty build directory
Fixed:
$ bitbake acl
$ ls tmp/work/core2-64-poky-linux/acl/2.3.2/build/acl-2.3.2-build/
This empty directory is created by rpmbuild, just remove it like others above.
Note, master branch doesn't have this problem after upgrade to rpm 4.20.1, but
it's not easy to find which patch(es) fixed the problem, and the issues haven't
been fixed completely, there is still an empty SRPMS directory, so just remove
the build directory as others above.
If we don't fix this, there might be warnings when a recipe uses:
libnsl2 and libtirpc were build dependencies for the nis module.
The nis module was deprecated in Python 3.11 and removed in Python 3.13
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Praveen Kumar [Fri, 27 Jun 2025 10:20:54 +0000 (15:50 +0530)]
python3-setuptools: fix CVE-2025-47273
setuptools is a package that allows users to download, build, install,
upgrade, and uninstall Python packages. A path traversal vulnerability
in `PackageIndex` is present in setuptools prior to version 78.1.1. An
attacker would be allowed to write files to arbitrary locations on the
filesystem with the permissions of the process running the Python code,
which could escalate to remote code execution depending on the context.
Version 78.1.1 fixes the issue.
Yogita Urade [Thu, 26 Jun 2025 11:54:59 +0000 (17:24 +0530)]
python3-urllib3: fix CVE-2025-50182
urllib3 is a user-friendly HTTP client library for Python. Prior
to 2.5.0, urllib3 does not control redirects in browsers and
Node.js. urllib3 supports being used in a Pyodide runtime utilizing
the JavaScript Fetch API or falling back on XMLHttpRequest. This
means Python libraries can be used to make HTTP requests from a
browser or Node.js. Additionally, urllib3 provides a mechanism to
control redirects, but the retries and redirect parameters are
ignored with Pyodide; the runtime itself determines redirect
behavior. This issue has been patched in version 2.5.0.
Yogita Urade [Thu, 26 Jun 2025 11:54:58 +0000 (17:24 +0530)]
python3-urllib3: fix CVE-2025-50181
urllib3 is a user-friendly HTTP client library for Python. Prior to
2.5.0, it is possible to disable redirects for all requests by
instantiating a PoolManager and specifying retries in a way that
disable redirects. By default, requests and botocore users are not
affected. An application attempting to mitigate SSRF or open redirect
vulnerabilities by disabling redirects at the PoolManager level will
remain vulnerable. This issue has been patched in version 2.5.0.
Moritz Haase [Tue, 17 Jun 2025 09:24:56 +0000 (11:24 +0200)]
cmake: Correctly handle cost data of tests with arbitrary chars in name
ctest automatically optimizes the order of (parallel) test execution based on
historic test case runtime via the COST property (see [0]), which can have a
significant impact on overall test run times. Sadly this feature is broken in
CMake < 4.0.0 for test cases that have spaces in their name (see [1]).
This commit backports the upstream fix. As repeated test runs are expected to
mainly take place inside the SDK, the patch is only applied to 'nativesdk'
builds.
Reported-By: John Drouhard <john@drouhard.dev> Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dcbaf42dd74cc0bda7254856589613718ed3f057) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Praveen Kumar [Fri, 20 Jun 2025 06:05:11 +0000 (11:35 +0530)]
bind: upgrade 9.20.8 -> 9.20.9
Overview of changes in bind 9.20.9
==================================
Security Fixes:
1. Prevent an assertion failure when processing TSIG algorithm.
2. DNS messages that included a Transaction Signature (TSIG) containing
an invalid value in the algorithm field caused named to crash with an
assertion failure. This has been fixed. (CVE-2025-40775) [GL #5300]
For additional feature changes and bug fixes, please see:
https://downloads.isc.org/isc/bind9/9.20.9/doc/arm/html/notes.html#notes-for-bind-9-20-9
Peter Marko [Sat, 14 Jun 2025 07:47:33 +0000 (09:47 +0200)]
testimage: get real os-release file
/etc/os-release is a symlink to /usr/lib.
Symlink is retrieved as a dead link which points to nowhere if also the
original file is not accompanying it.
Fetch the real file in addition to this link.
Alternative could be to use "tar -h" (supported also by busybox tar),
however that could lose some important information if links are relevant
for failure analysis.
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
GCC 14.3 is a bug-fix release from the GCC 14 branch
containing important fixes for regressions and serious bugs in
GCC 14.2 with more than 211 bugs fixed since the previous release.
Peter Marko [Tue, 10 Jun 2025 22:09:38 +0000 (00:09 +0200)]
go: upgrade 1.24.3 -> 1.24.4
Upgrade to latest 1.24.x release [1]:
$ git --no-pager log --oneline go1.24.3..go1.24.4 6796ebb2cb [release-branch.go1.24] go1.24.4 85897ca220 [release-branch.go1.24] net/http: strip sensitive proxy headers from redirect requests 9f9cf28f8f [release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_EXCL a31c931adf [release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol regardless of size 03811ab1b3 [release-branch.go1.24] crypto/x509: decouple key usage and policy validation 04a9473847 [release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0 db8f1dc948 [release-branch.go1.24] hash/maphash: hash channels in purego version of maphash.Comparable 664cf832ec [release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting 431f75a0b9 [release-branch.go1.24] os: fix Root.Mkdir permission bits on OpenBSD
Fixes CVE-2025-4673, CVE-2025-0913 and CVE-2025-22874 [2].
Peter Marko [Sun, 8 Jun 2025 21:54:36 +0000 (23:54 +0200)]
python3: upgrade 3.13.3 -> 3.13.4
Refresh patches.
* https://www.python.org/downloads/release/python-3134/
Security content in this release
* gh-135034: [CVE 2024-12718] [CVE 2025-4138] [CVE 2025-4330]
[CVE 2025-4435] [CVE 2025-4517] Fixes multiple issues that allowed
tarfile extraction filters (filter="data" and filter="tar") to be
bypassed using crafted symlinks and hard links.
* gh-133767: Fix use-after-free in the “unicode-escape” decoder with a
non-“strict” error handler.
* gh-128840: Short-circuit the processing of long IPv6 addresses early
in ipaddress to prevent excessive memory consumption and a minor
denial-of-service.
gh-133767 got meawhile CVE-2025-4516 assigned.
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Modify 0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
to remove 'test_types' from the pgo-wrapper call, since that fails now
under qemu.
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Ross Burton [Sun, 8 Jun 2025 21:54:34 +0000 (23:54 +0200)]
python3: backport the full fix for importlib scanning invalid distributions
Even with our fixes in deterministic_imports.patch the
importlib.metadata package scan was still returning Distribution objects
for empty directories. This interacts badly with rebuilds when recipes
are changing as when a recipe is removed from the sysroot directories
are not removed[1].
In particular this breaks python3-meson-python-native rebuilds when
Meson upgrades from 1.7 to 1.8: the site-packages directory has an empty
meson-1.7.dist-info/ and populated meson-1.8.dist-info/. Whilst it's
deterministic to return the empty 1.7 first, this breaks pypa/build as
it looks through the distributions in order.
We had discussed this with upstream previously and there's a more
comprehensive fix upstream (actually in importlib_metadata, not cpython)
which ensures that valid distribution objects are listed first. So we
can drop our patch and replace it with a backport to fix these rebuilds.
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
There was a regression introduced by the change to use
systemd-systemctl-native rather than a python fake implementation,
which caused template units to not be properly enabled when set in
the SYSTEMD_SERVICE variable. Through investigation, it seems that
the best way to re-enable template instances is to handle them
explicitly in the systemd.bbclass and enable them with `preset`, like
most units are handled[1,2].
Per the systemd.preset manpage, the format for template units is
different than for regular units[3]. We need to coalesce all the
template instances onto a single line and emit them as an additional
space-deliminated argument.
Ran this against openbmc's phosphor-ipmi-net recipe and generated
the following preset file:
```
$ cat packages-split/phosphor-ipmi-net/usr/lib/systemd/system-preset/98-phosphor-ipmi-net.preset
enable phosphor-ipmi-net@.service eth0
enable phosphor-ipmi-net@.socket eth0
```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
PR32858 ld segfault on fuzzed object
We missed one place where it is necessary to check for empty groups.
Backport a patch from upstream to fix CVE-2025-5244
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=d1458933830456e54223d9fc61f0d9b3a19256f5]
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Changqing Li [Fri, 30 May 2025 07:47:52 +0000 (15:47 +0800)]
libsoup: upgrade 3.6.4 -> 3.6.5
Changes in libsoup from 3.6.4 to 3.6.5:
* session: Strip authentication credentials on cross-origin redirects [Patrick Griffis]
* build: Use pkg-config instead of krb5-config for the gssapi dependency [Patrick Griffis]
* http1: When using chunked encoding report an error in case of unexpected stream end [Andrzej Surdej]
* http2: When a message has no content still respect its Content-Type [Patrick Griffis]
* http2: Revert manual window size management temporarily, as it could stall [Patrick Griffis]
* sniffer: Fix potential overflows [Patrick Griffis]
* hsts: Fix minor leak [Patrick Griffis]
* headers: Fix a few parsing edge cases that could be an out of bound read [Patrick Griffis]
* connection: Avoid ever calling disconnect twice [Patrick Griffis]
* auth-digest: Fix handling when a nonce isn't present [Patrick Griffis]
* cookies: Limit max size of max-age, path, and domain attributes to 1024 bytes [Patrick Griffis]
* cookies: Limit max size of name and value to 4096 bytes [Patrick Griffis]
* docs: Remove references to old libsoup domain [Simon McVittie]
Richard Purdie [Wed, 28 May 2025 18:39:59 +0000 (19:39 +0100)]
sstatetests: Switch to new CDN
The project is switching the way handle our CDN provision of sstate objects,
update the URL accordingly.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fea96974f1ee6ae6dceb39e3ca8157797d81586c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Wed, 28 May 2025 18:28:19 +0000 (14:28 -0400)]
linux-yocto/6.12: update to v6.12.30
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
e0e2f7824338 Linux 6.12.30 25e07c8403f4 drm/amdgpu: fix pm notifier handling 8e7583fb858c phy: tegra: xusb: remove a stray unlock 5924b3244688 usb: typec: ucsi: displayport: Fix deadlock bca94cc34563 drm/tiny: panel-mipi-dbi: Use drm_client_setup_with_fourcc() 5ed066083fc3 drm/panel-mipi-dbi: Run DRM default client setup 25998ed87f0c drm/fbdev-dma: Support struct drm_driver.fbdev_probe d22496de5049 Bluetooth: btnxpuart: Fix kernel panic during FW release 7ca84f6a22d5 iio: light: opt3001: fix deadlock due to concurrent flag access 58517eae326e accel/ivpu: Fix fw log printing 0923a7d55a85 accel/ivpu: Refactor functions in ivpu_fw_log.c 1516c55872cc accel/ivpu: Reset fw log on cold boot 1c302f64ea07 accel/ivpu: Rename ivpu_log_level to fw_log_level 74953f93f47a mm/page_alloc: fix race condition in unaccepted memory handling 260ca2e9617f drm/xe/gsc: do not flush the GSC worker from the reset path 6b2d1fbd4146 CIFS: New mount option for cifs.upcall namespace resolution 23dc14c52d84 dmaengine: idxd: Refactor remove call with idxd_cleanup() helper 017d4012dc05 dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe 868dbce755ec dmaengine: idxd: fix memory leak in error handling path of idxd_alloc 21f9f5cd9a0c dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call e0ba67b10d7c dmaengine: idxd: Add missing cleanups in cleanup internals 80b02602279a dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals 56e2f09083cf dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups 4958737c42e1 dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines 5fcd392dae6d dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs 6b5d770e4563 dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy 26e63b2fe30c dmaengine: ti: k3-udma: Add missing locking fe0756daad52 mm: userfaultfd: correct dirty flags set for both present and swap pte d005c8166528 net: qede: Initialize qede_ll_ops with designated initializer 20d6e621be48 ring-buffer: Fix persistent buffer when commit page is the reader page 2b81e76db366 wifi: mt76: disable napi on driver removal ec5d9a750e91 tpm: Mask TPM RC in tpm2_start_auth_session() cac03fecbcc5 spi: tegra114: Use value to check for invalid delays d0df124437cc smb: client: fix memory leak during error handling for POSIX mkdir bffc3038a28b scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer c450f648d0fc phy: renesas: rcar-gen3-usb2: Set timing registers only once c78a5693bd15 phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind ed0e7d31d09a phy: Fix error handling in tegra_xusb_port_init 1db527f0cb8f phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking ce14aa00dd53 tracing: samples: Initialize trace_array_printk() with the correct function 589c9e66bd47 ftrace: Fix preemption accounting for stacktrace filter command 7d353da580c5 ftrace: Fix preemption accounting for stacktrace trigger command 511ceee89966 kbuild: Disable -Wdefault-const-init-unsafe 899e014e6847 Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() 4400b05ffabc Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges 02a68f11ba84 arm64: dts: rockchip: Remove overdrive-mode OPPs from RK3588J SoC dtsi 7f2e784f27bb arm64: dts: amlogic: dreambox: fix missing clkc_audio node b1d6694b39ec hv_netvsc: Remove rmsg_pgcnt 7a508c604cd3 hv_netvsc: Preserve contiguous PFN grouping in the page buffer array 24f05522c1c1 hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages fe1bebd0edb2 dma-buf: insert memory barrier before updating num_fences 93152dac0ba7 ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera c88f4ff5354b ALSA: usb-audio: Add sample rate quirk for Audioengine D1 f8302100f42b ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() 7f8d77f65426 ACPI: PPTT: Fix processor subtable walk a348ff3f5b69 gpio: pca953x: fix IRQ storm on system wake up f0c0b8e6bc26 MAINTAINERS: Update Alexey Makhalov's email address 64a33088adf2 drm/amd/display: Avoid flooding unnecessary info messages 2d125a1f0d61 drm/amd/display: Correct the reply value when AUX write incomplete 8d71c3231b33 drm/amdgpu: csa unmap use uninterruptible lock e54f20c5a17e drm/amdgpu: fix incorrect MALL size for GFX1151 c75f3f9cbfb7 Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor" 3ee639985425 btrfs: add back warning for mount option commit values exceeding 300 bf804f34adfb btrfs: fix folio leak in submit_one_async_extent() 6ea6cea17ff8 btrfs: fix discard worker infinite loop after disabling discard 12f69c4e3098 LoongArch: uprobes: Remove redundant code about resume_era 88650dde2eea LoongArch: uprobes: Remove user_{en,dis}able_single_step() c92b99c4c097 LoongArch: Fix MAX_REG_OFFSET calculation 213533657435 LoongArch: Save and restore CSR.CNTC for hibernation 66a309b4d5bd LoongArch: Move __arch_cpu_idle() to .cpuidle.text section 111e55db3ca3 LoongArch: Prevent cond_resched() occurring within kernel-fpu f8544be7e8e5 HID: bpf: abort dispatch if device destroyed d32c1880b33a udf: Make sure i_lenExtents is uptodate on inode eviction 0102989af4c3 sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator a0c247821813 dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted" 153367726797 NFSv4/pnfs: Reset the layout state after a layoutreturn 6dbf38159d8d tsnep: fix timestamping with a stacked DSA driver a11b8c0be6ac net/tls: fix kernel panic when alloc_page failed abc43c1ffdbc mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices 07c737d9ab02 wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request 7db81acae084 octeontx2-pf: Do not reallocate all ntuple filters 1977cec5beaa octeontx2-af: Fix CGX Receive counters 256adb2da583 net: ethernet: mtk_eth_soc: fix typo for declaration MT7988 ESW capability bf85a27605d0 octeontx2-pf: macsec: Fix incorrect max transmit size in TX secy 38a2fdd3e9c9 netlink: specs: tc: all actions are indexed arrays be64ab9c173f netlink: specs: tc: fix a couple of attribute names 3f16340071d0 drm/xe: Save CTX_TIMESTAMP mmio value instead of LRC value d2a9a92bb4cc regulator: max20086: fix invalid memory access 5451b834b3ff qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() 1f80e6ff0260 net/mlx5e: Disable MACsec offload for uplink representor profile 462e2243812e vsock/test: Fix occasional failure in SIOCOUTQ tests 225e29465aa7 net: dsa: b53: prevent standalone from trying to forward to other ports bd993721789d ALSA: sh: SND_AICA should depend on SH_DMA_API a3c147040bb2 nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable ddfa034da318 nvme-pci: make nvme_pci_npages_prp() __always_inline 0251e13f3f49 net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING 3e64d35475aa net: cadence: macb: Fix a possible deadlock in macb_halt_tx. 5ee626e47330 ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info caac5761a6cd ALSA: seq: Fix delivery of UMP events to group ports 8ee6ec20dd5f net: mctp: Ensure keys maintain only one ref to corresponding dev d308312acd0c tests/ncdevmem: Fix double-free of queue array 38c937dbd4e4 selftests: ncdevmem: Switch to AF_INET6 04db681f3c75 selftests: ncdevmem: Make client_ip optional 0738648a7d61 selftests: ncdevmem: Unify error handling eb15f4f38013 selftests: ncdevmem: Separate out dmabuf provider f3380d119f61 selftests: ncdevmem: Redirect all non-payload output to stderr d4d1561d17eb net: mctp: Don't access ifa_index when missing 9e5efcff49b3 mctp: no longer rely on net->dev_index_head[] 37050be74e80 tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing d1365ca80b01 net_sched: Flush gso_skb list too during ->change() 28826a89fdfd Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags 10c7f1c647da RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem de7acdb46291 spi: loopback-test: Do not split 1024-byte hexdumps da824f127163 nfs: handle failure of nfs_get_lock_context in unlock path 94e7272b636a HID: uclogic: Add NULL check in uclogic_input_configured() a6999953707a HID: thrustmaster: fix memory leak in thrustmaster_interrupts() 336edd6b0f5b RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug c43b0a185fa6 virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx 343a77562c1f virtio_ring: add a func argument 'recycle_done' to virtqueue_reset() 1cf8bdd596a8 iio: chemical: sps30: use aligned_s64 for timestamp 7b16d3c36123 iio: adc: ad7768-1: Fix insufficient alignment of timestamp. b9e0997f2e84 xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. 651eaaae6baa xhci: dbc: Improve performance by removing delay in transfer event polling. 5d9d62323e18 Revert "drm/amd: Stop evicting resources on APUs in suspend" 4d45a5f1e2a0 drm/amd: Add Suspend/Hibernate notification callback support ea0153e065f4 iio: pressure: mprls0025pa: use aligned_s64 for timestamp 039681d656a3 iio: chemical: pms7003: use aligned_s64 for timestamp b37c112ef265 iio: adc: ad7266: Fix potential timestamp alignment issue. a065f78eba2a KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing 3d962ec543e5 KVM: Add member to struct kvm_gfn_range to indicate private/shared 54401e29ab4f uio_hv_generic: Fix sysfs creation path for ring buffer 7bf64cd0ccb8 tpm: tis: Double the timeout B to 4s 517c11fe4fcb tracing: probes: Fix a possible race in trace_probe_log APIs f0d70d8dcae4 cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks 220444d2095a arm64: dts: imx8mp-var-som: Fix LDO5 shutdown causing SD card timeout 48fff1267e8d platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection 03e4ee3a9a26 platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) bc4c54cbb430 binfmt_elf: Move brk for static PIE even if ASLR disabled 97dd8c19f2a3 riscv: dts: sophgo: fix DMA data-width configuration for CV18xx a0bde67526c0 drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies 5022d7a39255 drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies 10d1496f85d7 fs/xattr.c: fix simple_xattr_list to always include security.* xattrs 61f489ca9940 arm64: dts: rockchip: Assign RT5616 MCLK rate on rk3588-friendlyelec-cm3588 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a487b32fc93e639267fc5aee12842132accc0873) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d530bd296108ea38f77c12b097c8d65bfb6a2efd) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Wed, 28 May 2025 18:28:17 +0000 (14:28 -0400)]
linux-yocto/6.12: update to v6.12.29
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
5be5dbf91ef3 Linux 6.12.29 7e78061be78b x86/its: FineIBT-paranoid vs ITS bb85c3abbfd8 x86/its: Fix build errors when CONFIG_MODULES=n 2a6194e12427 selftest/x86/bugs: Add selftests for ITS 88a817e60dbb x86/its: Use dynamic thunks for indirect branches 15335117c5d7 x86/ibt: Keep IBT disabled during alternative patching bd57853b863e x86/its: Align RETs in BHB clear sequence to avoid thunking 9f132c0397df x86/its: Add support for RSB stuffing mitigation 4dc1902fdee7 x86/its: Add "vmexit" option to skip mitigation on some CPUs 68d59e9ba384 x86/its: Enable Indirect Target Selection mitigation 51000047235f x86/its: Add support for ITS-safe return thunk 16a7d5b7a46e x86/its: Add support for ITS-safe indirect thunk a6f2a436e9d6 x86/its: Enumerate Indirect Target Selection (ITS) bug 76f847655bcb Documentation: x86/bugs/its: Add ITS documentation f23d4f4aebf0 x86/speculation: Remove the extra #ifdef around CALL_NOSPEC 9ebe6f1bd213 x86/speculation: Add a conditional CS prefix to CALL_NOSPEC d2498bbb54f6 x86/speculation: Simplify and make CALL_NOSPEC consistent 9d8295dcf243 x86/bhi: Do not set BHI_DIS_S in 32-bit mode b86349f32625 x86/bpf: Add IBHF call at end of classic BPF 87a12b9b3810 x86/bpf: Call branch history clearing sequence on exit 2176530849b1 arm64: proton-pack: Add new CPUs 'k' values for branch mitigation e5f5100f1c64 arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users 38c345fd54af arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs f2aebb8ec64d arm64: proton-pack: Expose whether the branchy loop k value ec5bca57afc6 arm64: proton-pack: Expose whether the platform is mitigated by firmware 2a3915e86187 arm64: insn: Add support for encoding DSB 86b37810fa1e sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash 16bae58f7355 mm: page_alloc: speed up fallbacks in rmqueue_bulk() 564d25b1a6a0 mm: page_alloc: don't steal single pages from biggest buddy 12abefb8c821 Bluetooth: btmtk: Remove the resetting step before downloading the fw c7a9df4ef4a7 Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw 2482f7705b83 io_uring: always arm linked timeouts prior to issue 6b0383a21d3a rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint 1c25723831c4 rust: allow Rust 1.87.0's `clippy::ptr_eq` lint 6aac2c54762c Revert "um: work around sched_yield not yielding in time-travel mode" cd010271a92b do_umount(): add missing barrier before refcount checks in sync case 3edac2949eb5 io_uring/sqpoll: Increase task_work submission batch size 944af45bb76b drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regs 95a75ed2b005 drm/xe/tests/mocs: Update xe_force_wake_get() return handling d6b013b44e44 riscv: misaligned: enable IRQs while handling misaligned accesses 45a0697ceeae riscv: misaligned: factorize trap handling 19fa2a483029 nvme: unblock ctrl state transition for firmware update 7798edcc5b56 drm/panel: simple: Update timings for AUO G101EVN010 184b147b9f7f loop: Add sanity check for read/write_iter a781ffe410d8 loop: factor out a loop_assign_backing_file helper 5e1470b27672 loop: refactor queue limits updates 0558ce095b76 loop: Fix ABBA locking race 722f6dece719 loop: Simplify discard granularity calc 02a77b3020a2 loop: Use bdev limit helpers for configuring discard 126be03494f2 riscv: misaligned: Add handling for ZCB instructions eaa30e1d0ed2 MIPS: Fix MAX_REG_OFFSET fb98c9e584f4 iio: adc: dln2: Use aligned_s64 for timestamp ef5d6a409680 iio: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64 afe884959738 types: Complement the aligned types with signed 64-bit one 245e319019c6 iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer. e9bf391a9bce iio: accel: adxl367: fix setting odr for activity time update a2ad060643a4 usb: usbtmc: Fix erroneous generic_read ioctl return 207391377646 usb: usbtmc: Fix erroneous wait_srq ioctl return 29e17737465c usb: usbtmc: Fix erroneous get_stb ioctl error returns 9d90c283eac5 USB: usbtmc: use interruptible sleep in usbtmc_read 5ad298d6d4ae usb: typec: ucsi: displayport: Fix NULL pointer access 3366a199483a usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition 1c001b6ddeb7 usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubs 08eca452a648 usb: host: tegra: Prevent host controller crash when OTG port is used d1c8fa4c6edb usb: gadget: Use get_status callback to set remote wakeup capability 43ae91f561de usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN 75f23e49add8 usb: gadget: f_ecm: Add get_status callback fae7f4460188 usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version 88d92cffc9d9 usb: cdnsp: Fix issue with resuming from L1 f6fdbe4d543b usb: dwc3: gadget: Make gadget_wakeup asynchronous d133023c9a3f ocfs2: stop quota recovery before disabling quotas fe3d752a7a10 ocfs2: implement handshaking with ocfs2 recovery thread f96041a959f7 ocfs2: switch osb->disable_recovery to enum 1b3b9158521a ocfs2: fix the issue with discontiguous allocation in the global_bitmap b76eaef983c7 x86/microcode: Consolidate the loader enablement checking d63851049f41 module: ensure that kobject_put() is safe for module type kobjects d66a22f6a432 memblock: Accept allocated memory before use in memblock_double_array() ed45af6841a9 clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable() abbc99e898e4 arm64: cpufeature: Move arm64_use_ng_mappings to the .data section to prevent wrong idmap generation 55701e992b17 accel/ivpu: Increase state dump msg timeout 8e9c8a0393b5 xenbus: Use kref to track req lifetime 54dd5d6af705 xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it 571dcf3d27b2 smb: client: Avoid race in open_cached_dir with lease breaks a9f28dbfdd1e usb: uhci-platform: Make the clock really optional 92d0a28afba2 drm/amdgpu/hdp7: use memcfg register to post the write for HDP flush df044182621a drm/amdgpu/hdp6: use memcfg register to post the write for HDP flush 0a776c305435 drm/amdgpu/hdp5: use memcfg register to post the write for HDP flush b6f0f3e6c7a9 drm/amdgpu/hdp5.2: use memcfg register to post the write for HDP flush 4872de413e20 drm/amdgpu/hdp4: use memcfg register to post the write for HDP flush a13f9ac569f0 drm/amd/display: Copy AUX read reply data whenever length > 0 2d63e66f7ba7 drm/amd/display: Fix wrong handling for AUX_DEFER case 0e225bdba360 drm/amd/display: Remove incorrect checking in dmub aux handler fc7ac4ad1d16 drm/amd/display: Fix the checking condition in dmub aux handling 468034a06a6e drm/amd/display: more liberal vmin/vmax update for freesync d8c4afe78385 drm/amd/display: Fix invalid context error in dml helper 19323f414baa drm/amdgpu/vcn: using separate VCN1_AON_SOC offset 206569cbf71a drm/xe: Add page queue multiplier a5f162727b91 drm/v3d: Add job to pending list if the reset was skipped dadf91161083 iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo a1cad8a3bca4 iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo 82f6334a0b3e iio: imu: inv_mpu6050: align buffer for timestamp c4dfff960b34 iio: adis16201: Correct inclinometer channel resolution 4cbd37a12aed iio: adc: rockchip: Fix clock initialization sequence c9f8413b78f2 iio: adc: ad7606: fix serial register access 7f37e3148368 io_uring: ensure deferred completions are flushed for multishot 4d41b9e4c9e8 drm/amd/display: Shift DMUB AUX reply command if necessary d362b21fefce KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception 5156f7c484ab selftests/mm: fix a build failure on powerpc b21ec0726a7b selftests/mm: compaction_test: support platform with huge mount of memory b543a5a73b5c mm/userfaultfd: fix uninitialized output field for -EAGAIN race 6166c3cf4054 mm/huge_memory: fix dereferencing invalid pmd migration entry 2910019b04eb mm: vmalloc: support more granular vrealloc() sizing efb597345953 mm: fix folio_pte_batch() on XEN PV d87392094f96 x86/mm: Eliminate window where TLB flushes may be inadvertently skipped e8b1d65f0a93 staging: axis-fifo: Correct handling of tx_fifo_depth for size validation 38a8982ca0b7 staging: axis-fifo: Remove hardware resets for user errors 06753f49336a staging: bcm2835-camera: Initialise dev in v4l2_dev 215e42e2f12c staging: iio: adc: ad7816: Correct conditional logic for store mode 5bb112f16008 rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros` configuration a85d8aed0c08 objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0 376b73292a26 rust: clean Rust 1.88.0's `unnecessary_transmutes` lint 2943297acfea Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 a82f4f5563b6 Input: synaptics - enable SMBus for HP Elitebook 850 G1 bbb5081015ed Input: synaptics - enable InterTouch on Dell Precision M3800 bc4556bba1c8 Input: synaptics - enable InterTouch on Dynabook Portege X30L-G 9d9074af50e8 Input: synaptics - enable InterTouch on Dynabook Portege X30-D 38bb0170d6ad Input: xpad - fix two controller table values bf239d383538 Input: xpad - add support for 8BitDo Ultimate 2 Wireless Controller 302a0cd0bbc4 Input: xpad - fix Share button on Xbox One controllers 619c05fb176c Input: mtk-pmic-keys - fix possible null pointer dereference f36230dacde9 Input: cyttsp5 - fix power control issue on wakeup ee25256789c3 Input: cyttsp5 - ensure minimum reset pulse width de02eb727f1a virtio-net: fix total qstat values bb8f86f40e04 net: export a helper for adding up queue stats 7eea40818e8f fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_ready 650e283b4cd3 fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt context 9d9010879dc9 fbnic: Improve responsiveness of fbnic_mbx_poll_tx_ready 612a05c9f20c fbnic: Actually flush_tx instead of stalling out fea860a2a613 fbnic: Gate AXI read/write enabling on FW mailbox cd25fc4c562e fbnic: Fix initialization of mailbox descriptor rings ce97489864c9 net: dsa: b53: do not set learning and unicast/multicast on up e5b40f4a2b3e net: dsa: b53: fix learning on VLAN unaware bridges ce1a289bf2ab net: dsa: b53: fix toggling vlan_filtering 2407c98a1b4c net: dsa: b53: do not program vlans when vlan filtering is off 7dac02582911 net: dsa: b53: do not allow to configure VLAN 0 11c427a8699e net: dsa: b53: always rejoin default untagged VLAN on bridge leave 90b65bc357ca net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave 42ab1f2b6f45 net: dsa: b53: fix flushing old pvid VLAN on pvid change 4ed7e603139f net: dsa: b53: fix clearing PVID of a port 46de8f2aa389 net: dsa: b53: keep CPU port always tagged again 11dbd4e0a89a net: dsa: b53: allow leaky reserved multicast b37e54259cab bpf: Scrub packet on bpf_redirect_peer e2ab67672b22 netfilter: ipset: fix region locking in hash types 0160ac84fb03 ipvs: fix uninit-value for saddr in do_output_route4 64385c0d02f7 erofs: ensure the extra temporary copy is valid for shortened bvecs 574686c80754 ice: use DSN instead of PCI BDF for ice_adapter index 62946989e660 ice: Initial support for E825C hardware in ice_adapter 4555c4a13a93 wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping c33927f3858c can: gw: fix RCU/BH usage in cgw_create_job() 8f24cc6a72eb can: mcp251xfd: fix TDC setting for low data bit rates 2ecce25ea296 can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe 79a6945e3de5 net: ethernet: mtk_eth_soc: do not reset PSE when setting FE aac9d5fa537b net: ethernet: mtk_eth_soc: reset all TX queues on DMA free 35be4c0cdf46 gre: Fix again IPv6 link-local address generation. 94a6f6c204ab virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable() edd53ee790f3 virtio_net: xsk: bind/unbind xsk for tx 98cd7ed92753 sch_htb: make htb_deactivate() idempotent 5c3b8f05756b s390/entry: Fix last breaking event handling in case of stack corruption 2148d34371b0 ksmbd: fix memory leak in parse_lease_state() ec334aaab747 openvswitch: Fix unsafe attribute parsing in output_userspace() 9e9841e232b5 ksmbd: Fix UAF in __close_file_table_ids d62ba16563a8 ksmbd: prevent out-of-bounds stream writes by validating *pos c57301e332cc ksmbd: prevent rename with empty string 1b7b1cbc6e73 can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration calls 12ef60f1b99c can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration calls c488f8b53e15 s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs afa5cdce062a vfio/pci: Align huge faults to order 9423f6da8251 wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentation be54b750c333 s390/pci: Fix missing check for zpci_create_device() error return e0a8e3ca07be can: mcan: m_can_class_unregister(): fix order of unregistration calls 14ee85b74807 firmware: arm_scmi: Fix timeout checks on polling path fe3da1bfd8d4 arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 ff7d691921c7 Revert "btrfs: canonicalize the device path before adding it" 61e0fc331230 fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() b32411f0459d dm: add missing unlock on in dm_keyslot_evict() 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cac65d0f52251e69984eb7c2529e63c15095501a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Wed, 28 May 2025 18:28:16 +0000 (14:28 -0400)]
linux-yocto/6.12: update to v6.12.28
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
f08cdc6cc92e Linux 6.12.28 db6280919765 dm: fix copying after src array boundaries dd329f04dda3 drm/amd/display: Fix slab-use-after-free in hdcp 75096780a4de drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp e1eea6985828 drivers: base: handle module_kobject creation 69113bf740b2 kernel: globalize lookup_or_create_module_kobject() 3b41b5efaec0 kernel: param: rename locate_module_kobject 7509810606b0 Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates" e993398cbd75 arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp25 SoCs aa4ea5355458 arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCs 7ac0df4f35d4 ARM: dts: opos6ul: add ksz8081 phy properties a3ab5c9443d4 arm64: dts: imx95: Correct the range of PCIe app-reg region cc67657f636a firmware: arm_ffa: Skip Rx buffer ownership release if not acquired 969d8beaa2e3 firmware: arm_scmi: Balance device refcount when destroying devices 752600f1ac7e drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change 0e6325c183ab sch_ets: make est_qlen_notify() idempotent 15fa905db22c sch_qfq: make qfq_qlen_notify() idempotent d06476714d28 sch_hfsc: make hfsc_qlen_notify() idempotent 353add4cad93 sch_drr: make drr_qlen_notify() idempotent 0a188c0e1973 sch_htb: make htb_qlen_notify() idempotent bccc7df3cea0 accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW 079d2622f8c9 accel/ivpu: Fix locking order in ivpu_job_submit 3e3062be7d24 accel/ivpu: Abort all jobs after command queue unregister a39b5b6a6ea8 accel/ivpu: Update VPU FW API headers 1ebbfee88951 accel/ivpu: Fix a typo a735c9205dc9 accel/ivpu: Use xa_alloc_cyclic() instead of custom function aaba59961d43 accel/ivpu: Make DB_ID and JOB_ID allocations incremental f4ae68eae950 net: Fix the devmem sock opts and msgs for parisc 6b6cd389104c bcachefs: Remove incorrect __counted_by annotation dab2a13059a4 mm, slab: clean up slab->obj_exts always e10ec6e32b00 blk-mq: create correct map for fallback case 1e15804c0472 net: vertexcom: mse102x: Fix RX error handling 2e5b8eb6b42e net: vertexcom: mse102x: Add range check for CMD_RTS 98abf8367260 net: vertexcom: mse102x: Fix LEN_MASK 6abbffa73647 net: vertexcom: mse102x: Fix possible stuck of SPI interrupt 7f9c3e2213ad net: hns3: defer calling ptp_clock_register() 6a6d547a7f7c net: hns3: fixed debugfs tm_qset size ee2642bbae84 net: hns3: fix an interrupt residual problem d4cd7667311b net: hns3: store rx VLAN tag offload state for VF c8d788f800f8 octeon_ep: Fix host hang issue during device reboot bcb9d6a2229f net: fec: ERR007885 Workaround for conventional TX 189b05f189ca net: lan743x: Fix memleak issue when GSO enabled 8a543d825e78 ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations c0dba059b118 net: use sock_gen_put() when sk_state is TCP_TIME_WAIT a90146b73c7d bnxt_en: fix module unload sequence b41a49d5435e ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction 9b552c84cde1 nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS 15ea0b616426 nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS 60331309e738 nvme-tcp: fix premature queue removal and I/O failover 2da8fe5a1092 bnxt_en: Fix ethtool -d byte order for 32-bit values 44807af79efd bnxt_en: Fix out-of-bound memcpy() during ethtool -w 454a4450b026 bnxt_en: Fix coredump logic to free allocated buffer 626af9b8e834 bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings() aa15f389fc50 bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan() 808a7304b5f4 bnxt_en: Fix ethtool selftest output in one of the failure cases e039b00ddbfe bnxt_en: Fix error handling path in bnxt_init_chip() 9bc347854dfd ALSA: hda/realtek: Fix built-mic regression on other ASUS models 6effe1c0fa82 net: ipv6: fix UDPv6 GSO segmentation with NAT dcb5a2b96113 net: dsa: felix: fix broken taprio gate states after clock jump 317013d1ad13 net: ethernet: mtk_eth_soc: fix SER panic with 4GB+ RAM 56b958a5b559 igc: fix lock order in igc_ptp_reset df1ff481fa0e idpf: protect shutdown from reset bf0ec3aac109 idpf: fix potential memory leak on kcalloc() failure d206ea768142 net: mdio: mux-meson-gxl: set reversed bit when using internal phy e9b65c95610a net: dlink: Correct endianness handling of led_mode 7fc2c784dd95 drm/mipi-dbi: Fix blanking for non-16 bit formats d0d7c93b4b67 drm/tests: shmem: Fix memleak 5ad0b1b55428 nvme-pci: fix queue unquiesce check on slot_reset 226beac5605a ALSA: ump: Fix buffer overflow at UMP SysEx message conversion 6b1355860da3 scsi: ufs: core: Remove redundant query_complete trace d14f88bd0f75 idpf: fix offloads support for encapsulated packets 073791e9cfe6 ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() 53bc0b55178b net_sched: qfq: Fix double list add in class with netem as child qdisc 1f01e9f96160 net_sched: ets: Fix double list add in class with netem as child qdisc 2e7093c7a8ab net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc 26e75716b94d net_sched: drr: Fix double list add in class with netem as child qdisc c649b9653ed0 pds_core: remove write-after-free of client_id f41e27b74624 pds_core: specify auxiliary_device to be created 1d69ab85030b pds_core: make pdsc_auxbus_dev_del() void aea3ca60fafb net: ethernet: mtk_eth_soc: sync mtk_clks_source_name array 5257a0f1ec5e net: ethernet: mtk-star-emac: rearm interrupts in rx_poll only when advised 8d40bf73fa7f net: ethernet: mtk-star-emac: fix spinlock recursion issues on rx/tx poll 950832771e59 rtase: Modify the condition used to detect overflow in rtase_calc_time_mitigation 4911412efda5 bnxt_en: improve TX timestamping FIFO configuration ddc1e64c290a octeon_ep_vf: Resolve netdevice usage count issue 6e6325d4878c net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID 432572d53602 Bluetooth: L2CAP: copy RX timestamp to new fragments cfe006c8a61e Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths b70b41591ec4 Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue() c7bd5c9ba13d Bluetooth: btintel_pcie: Avoid redundant buffer allocation 620810ac1f7f Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync eb8b860e87b2 Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver fe81c26d2dac Bluetooth: hci_conn: Remove alloc from critical section 3104b7d559ff ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot 92d812df3b21 accel/ivpu: Correct DCT interrupt handling 174161d6f030 net/mlx5: E-switch, Fix error handling for enabling roce 488ab6d41fd9 net/mlx5e: Fix lock order in mlx5e_tx_reporter_ptpsq_unhealthy_recover c022830c2aca net/mlx5e: TC, Continue the attr process even if encap entry is invalid 51599d07c7de net/mlx5: E-Switch, Initialize MAC Address for Default GID b67fee583794 net/mlx5e: Use custom tunnel header for vxlan gbp 65d3c570614b xsk: Fix race condition in AF_XDP generic RX path 5cb9e07f84e5 vxlan: vnifilter: Fix unlocked deletion of default FDB entry ec1643d1bad1 powerpc/boot: Fix dash warning 791a2d9e87c4 wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release 50d1982dba7b wifi: iwlwifi: fix the check for the SCRATCH register upon resume 33bf99208825 wifi: iwlwifi: don't warn if the NIC is gone in resume bb0d60289965 drm/i915/pxp: fix undefined reference to `intel_pxp_gsccs_is_ready_for_sessions' f7dc50604cdf ALSA: hda/realtek - Enable speaker for HP platform 7867992c3e25 ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init() ae462ead8983 powerpc/boot: Check for ld-option support fcf36f6ed429 pinctrl: imx: Return NULL if no group is matched and found 7f5476d80f2c book3s64/radix : Align section vmemmap start address to PAGE_SIZE 29a4a29112c1 ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence 2029a38b6c50 ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB 220395054c24 ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties b93e1cad05a0 drm/amd/display: Default IPS to RCG_IN_ACTIVE_IPS2_IN_OFF 1f27a3e93b8d tracing: Fix oob write in trace_seq_to_buffer() 962d88304c3c cpufreq: Fix setting policy limits when frequency tables are used 573b04722907 cpufreq: Avoid using inconsistent policy->min and policy->max 553d723e1acb smb: client: fix zero length for mkdir POSIX create context d5ec1d79509b ksmbd: fix use-after-free in session logoff e18c61671801 ksmbd: fix use-after-free in kerberos authentication 8fb3b6c85b7e ksmbd: fix use-after-free in ksmbd_session_rpc_open d21175791886 platform/x86/intel-uncore-freq: Fix missing uncore sysfs during CPU hotplug 2fcb183768e7 platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles 2e303d010722 iommu: Fix two issues in iommu_copy_struct_from_user() 677714d779ed iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57) ccc50fcba362 iommu/arm-smmu-v3: Fix pgsize_bit for sva domains 98e634aa4b5d iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids 10d901a95f8e iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid 43eb647e847d drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS 989f9c6a619b drm/amdgpu: Fix offset for HDP remap in nbio v7.11 510aea4ef0f8 dm: always update the array size in realloc_argv on success af2a88817f76 dm-integrity: fix a warning on invalid table line f45108257280 dm-bufio: don't schedule in atomic context efebca597086 x86/boot/sev: Support memory acceptance in the EFI stub under SVSM bdb435ef9815 wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() 0988dd0263ad tracing: Do not take trace_event_sem in print_event_fields() da77a7594fe5 spi: tegra114: Don't fail set_cs_timing when delays are zero 20a28e0ece5a mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe 9c4ddea4973f mm/memblock: repeat setting reserved region nid if array is doubled eb9b72e4fe51 mm/memblock: pass size instead of end to memblock_set_node() f10234236095 irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOs 6569501c7092 amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload 44ee0afc9d1e perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value. 6dcf83f50418 perf/x86/intel: Only check the group flag for X86 leader cf21e890f56b parisc: Fix double SIGFPE crash 090c8714efe1 arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays 4f4388a55019 i2c: imx-lpi2c: Fix clock count when probe defers 833ef30f0196 EDAC/altera: Set DDR and SDMMC interrupt mask before registration 349dac405240 EDAC/altera: Test the correct error reg offset b771b2017260 drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill() f1dfc945847c drm/fdinfo: Protect against driver unbind d31806f14cc1 cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode f46fd2f0249f btrfs: fix COW handling in run_delalloc_nocow() b80db09b614c btrfs: adjust subpage bit start based on sectorsize 38d9ca740503 binder: fix offset calculation in debug log fdf0ae5e9e1e ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset 0aaae77be5bd ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface() 222b6685efe0 Revert "rndis_host: Flag RNDIS modems as WWAN devices" 351378ae7bd7 Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x 78945de256ac Bluetooth: btusb: Add new VID/PID for WCN785x 5ab19c342f80 Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x c6e1913e76fb Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x 8ee592df659a Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x a9bfc823d057 Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e66e71abc373a36561522c451dd0a4222f2a7a93) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto/.:
1/2 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: genericarm64: add CONFIG_CRYPTO_LIB_CHACHA=m
Date: Wed, 7 May 2025 14:43:40 +0300
Fixes CONFIG_CRYPTO_CHACHA20_NEON build as module:
WARNING: [kernel config]: specified values did not make it into the kernel's final configuration:
[NOTE]: 'CONFIG_CRYPTO_CHACHA20_NEON' last val (m) and .config val (n) do not match
[INFO]: CONFIG_CRYPTO_CHACHA20_NEON : n
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
2/2 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: qemuarma15.cfg: enable CONFIG_CRYPTO_LIB_CHACHA
Date: Wed, 7 May 2025 14:43:41 +0300
It's a dependency of CONFIG_CRYPTO_CHACHA20_NEON.
Fixes:
[NOTE]: 'CONFIG_CRYPTO_CHACHA20_NEON' last val (y) and .config val (n) do not match
[INFO]: CONFIG_CRYPTO_CHACHA20_NEON : n
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d58ac8f0e4788d675db594ad26b704f1277c909b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Tue, 6 May 2025 16:33:00 +0000 (12:33 -0400)]
linux-yocto/6.12: update to v6.12.27
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
b801eaa96a5a Linux 6.12.27 92c6f8c577a0 bpf: Fix BPF_INTERNAL namespace import c72e4daa7ab2 Linux 6.12.26 6b9ebcbd315b mq-deadline: don't call req_get_ioprio from the I/O completion handler ccc4e973fd19 arm64: dts: ti: k3-j784s4-j742s2-main-common: Correct the GICD size 4b814a1c0c6d crypto: Kconfig - Select LIB generic option ab5281d21e37 usb: typec: class: Unlocked on error in typec_register_partner() ff4226252ca5 objtool: Silence more KCOV warnings, part 2 4dc5c03fbda0 objtool: Ignore end-of-section jumps for KCOV/GCOV 1b7647efade7 usb: xhci: Fix Short Packet handling rework ignoring errors 1042d22942c4 nvme: fixup scan failure for non-ANA multipath controllers 8bfe4f02b647 MIPS: cm: Fix warning if MIPS_CM is disabled 62bf68561d3c media: i2c: imx214: Fix uninitialized variable in imx214_set_ctrl() 67727c5764a8 crypto: lib/Kconfig - Hide arch options from user 4833d0a92b59 iommu: Handle race with default domain setup 49d628cb2460 net: dsa: mv88e6xxx: enable STU methods for 6320 family ff83998b6fa7 net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family 7dd0c1b86e6b net: dsa: mv88e6xxx: enable PVT for 6321 switch f4106753ae0d net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family 324fd0ba933c Revert "net: dsa: mv88e6xxx: fix internal PHYs for 6320 family" 40966fc9939e usb: typec: class: Invalidate USB device pointers on partner unregistration 45314999f950 ext4: goto right label 'out_mmap_sem' in ext4_setattr() 9f609f04c2a1 comedi: jr3_pci: Fix synchronous deletion of timer 33e131a10459 vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp de7c24febd21 usb: typec: class: Fix NULL pointer access 543e0f8765e4 selftests/bpf: Adjust data size to have ETH_HLEN a9b0b9421e34 selftests/bpf: check program redirect in xdp_cpumap_attach b84e7bc48840 selftests/bpf: make xdp_cpumap_attach keep redirect prog attached f8ed4bfb035e selftests/bpf: fix bpf_map_redirect call for cpu map test 94d9c3366e4d xfs: flush inodegc before swapon d6989af0cb1b xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate 8185e3ba7146 xfs: Do not allow norecovery mount with quotacheck 94c5584f36a9 xfs: do not check NEEDSREPAIR if ro,norecovery mount. 2b344e779d9a driver core: fix potential NULL pointer dereference in dev_uevent() 4f43c1bf2b1a driver core: introduce device_set_driver() helper bfc66c4c2804 Revert "drivers: core: synchronize really_probe() and dev_uevent()" 185d376875ea spi: spi-imx: Add check for spi_imx_setupxfer() 54cbce4fe04b drm/amdgpu: Use the right function for hdp flush 0fd149c26281 drm/amdgpu: use a dummy owner for sysfs triggered cleaner shaders v4 387461fba314 md/raid1: Add check for missing source disk in process_checks() cd0d49958ccb x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores 3027e5d81147 ubsan: Fix panic from test_ubsan_out_of_bounds 33903ad6274c spi: tegra210-quad: add rate limiting and simplify timeout error message 1b4cf6873a40 spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts 8f805b3746d2 ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING" c9ffbc07920d riscv: Provide all alternative macros all the time d53b2d49a8e2 iomap: skip unnecessary ifs_block_is_uptodate check 2ef6eea2efce netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS 2d097dc242ee x86/i8253: Call clockevent_i8253_disable() with interrupts disabled 40216dc23955 ASoC: fsl_asrc_dma: get codec or cpu dai from backend 0f9802f17422 scsi: pm80xx: Set phy_attached to zero when device is gone acf1610d8ba3 scsi: ufs: exynos: gs101: Put UFS device in reset on .suspend() b7a05edb2867 scsi: ufs: exynos: Move phy calls to .exit() callback c0724ac138db scsi: ufs: exynos: Enable PRDT pre-fetching with UFSHCD_CAP_CRYPTO 09c7a0692870 scsi: ufs: exynos: Ensure pre_link() executes before exynos_ufs_phy_init() 731047980d7e scsi: hisi_sas: Fix I/O errors caused by hardware port ID changes b626bc3c1dce ext4: make block validity check resistent to sb bh corruption b14d98641312 iommu: Clear iommu-dma ops on cleanup 71c3d43c8f70 cifs: Fix querying of WSL CHR and BLK reparse points over SMB1 9f8eeac3a61c timekeeping: Add a lockdep override in tick_freeze() 1776d6d01913 cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode f4cb2c042a29 nvmet-fc: put ref when assoc->del_work is already scheduled 9635d486b608 nvmet-fc: take tgtport reference only once bb4b487bbd29 x86/bugs: Don't fill RSB on context switch with eIBRS 3b4fc0785ad4 x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline 5c41b7913fe0 x86/bugs: Use SBPB in write_ibpb() if applicable 6f3e9b256663 selftests/mincore: Allow read-ahead pages to reach the end of the file f1e28d46a01b x86/xen: disable CPU idle and frequency drivers for PVH dom0 5e58b93a1214 gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment fecf44d47384 objtool: Stop UNRET validation on UD2 ee5521176ad8 nvme: multipath: fix return value of nvme_available_path b9c89c97d70b nvme: re-read ANA log page after ns scan completes 5f3f3087a24f drm/xe/xe3lpg: Apply Wa_14022293748, Wa_22019794406 bbf2d0605247 drm/amdgpu: Increase KIQ invalidate_tlbs timeout bd12979c190c ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls bff38d184b70 ACPI: EC: Set ec_no_wakeup for Lenovo Go S 24ede35eb2ab nvme: requeue namespace scan on missed AENs 781c870bdc20 xen: Change xen-acpi-processor dom0 dependency 90dc6c1e3b20 perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init d6b66c20d585 selftests: ublk: fix test_stripe_04 a4e99cd41590 cgroup/cpuset: Don't allow creation of local partition over a remote one daed646d3cfa KVM: s390: Don't use %pK through debug printing 5e7c90294e7a KVM: s390: Don't use %pK through tracepoints c6c8afdcf824 sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP e5902d7ec720 kbuild: add dependency from vmlinux to sorttable 3568fd9e440e io_uring: always do atomic put from iowq 2dc0e5ceb3a9 rtc: pcf85063: do a SW reset if POR failed 18296b595176 9p/trans_fd: mark concurrent read and writes to p9_conn->err c548f95688e2 9p/net: fix improper handling of bogus negative read/write replies a3b8d8cf5196 ntb_hw_amd: Add NTB PCI ID for new gen CPU b5f8b03af515 ntb: reduce stack usage in idt_scan_mws 47ab2caba495 qibfs: fix _another_ leak 69578c7d02a9 objtool, lkdtm: Obfuscate the do_nothing() pointer 03bb66ede7ef objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_mode_dcdc() 777e6735fecc objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler() 0485bdf88fb4 objtool, panic: Disable SMAP in __stack_chk_fail() 8b4f2b6389bf objtool: Silence more KCOV warnings da780c4a075b um: work around sched_yield not yielding in time-travel mode 0a205fdbb388 thunderbolt: Scan retimers after device router has been enumerated 7fb9a9d2e320 usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func 052fb65335be usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() 2c97354037aa phy: rockchip: usbdp: Avoid call hpd_event_trigger in dp_phy_init 9ff59cb81500 usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running 2ef4b0e91170 dmaengine: dmatest: Fix dmatest waiting less when interrupted 69bb5d420da7 i3c: master: svc: Add support for Nuvoton npcm845 i3c 635be1360666 xhci: Handle spurious events on Etron host isoc enpoints 16a7a8e6c47f usb: xhci: Fix isochronous Ring Underrun/Overrun event handling cbfa55bda1fe usb: xhci: Complete 'error mid TD' transfers when handling Missed Service 66046b586c0a sound/virtio: Fix cancel_sync warnings on uninitialized work_structs f045fd7d46e8 usb: dwc3: gadget: Avoid using reserved endpoints on Intel Merrifield 2ecae001385e usb: dwc3: gadget: Refactor loop to avoid NULL endpoints 8a5e1d32c620 fs/ntfs3: Fix WARNING in ntfs_extend_initialized_size 8db49e89a7f8 fs/ntfs3: Keep write operations atomic 523bcab993fc usb: host: max3421-hcd: Add missing spi_device_id table 8b7b088925e9 mailbox: pcc: Always clear the platform ack interrupt first a32ebfa7d80b mailbox: pcc: Fix the possible race in updation of chan_in_use flag b817d2bfd6d4 bpf: Reject attaching fexit/fmod_ret to __noreturn functions 4131411f428d bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage 46df1fe944d0 bpf: bpftool: Setting error code in do_loader() ab57877603ea s390/tty: Fix a potential memory leak bug 3b3aa72636a6 s390/sclp: Add check for get_zeroed_page() 6e026e605088 parisc: PDT: Fix missing prototype warning 4139072087e2 clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec() c5c833f6375f bpf: Fix deadlock between rcu_tasks_trace and event_mutex. 7758e308aeda bpf: Fix kmemleak warning for percpu hashmap 0486de3c1b82 crypto: null - Use spin lock instead of mutex 0195abab4ac8 crypto: lib/Kconfig - Fix lib built-in failure when arch is modular fbea0efa8a1d crypto: ccp - Add support for PCI device 0x1134 eea7d57c4a64 MIPS: cm: Detect CM quirks from device tree 3da037149416 pinctrl: mcp23s08: Get rid of spurious level interrupts d00d598027b6 pinctrl: renesas: rza2: Fix potential NULL pointer dereference 1badc279b4ae selftests/bpf: Fix stdout race condition in traffic monitor caa559d3f74d USB: wdm: add annotation b8bf49f3f650 USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context 52ae15c665b5 USB: wdm: close race between wdm_open and wdm_wwan_port_stop eb4973cf6b38 USB: wdm: handle IO errors in wdm_wwan_port_start 3e52ae347e95 USB: VLI disk crashes if LPM is used d85b7af3bdc5 usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive 9924ee1bcd16 usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive 694fdc6a9c28 usb: dwc3: xilinx: Prevent spike in reset signal 52a7c9d930b9 usb: dwc3: gadget: check that event count does not exceed event buffer length 17c3984a4414 USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02) 7fb632a131e5 usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling c99ace596505 usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines 887902ca7349 usb: chipidea: ci_hdrc_imx: fix usbmisc handling 74cd6e408a4c usb: cdns3: Fix deadlock when using NCM gadget bce3055b08e3 usb: xhci: Fix invalid pointer dereference in Etron workaround 177771486508 xhci: Limit time spent with xHC interrupts disabled during bus resume 54c66c703029 USB: serial: simple: add OWON HDS200 series oscilloscope support 2eff9768197e USB: serial: option: add Sierra Wireless EM9291 ea0d806b94bf USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe 5d29f884fe9e serial: sifive: lock port in startup()/shutdown() callbacks f6ae572683d4 serial: msm: Configure correct working mode before starting earlycon 6f021bc0083b tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT f6500093584e firmware: stratix10-svc: Add of_platform_default_populate() 4fb75c0ccc33 misc: microchip: pci1xxxx: Fix incorrect IRQ status handling during ack 12cc2193f2b9 misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration 3670dee37657 char: misc: register chrdev region with all possible minors 26df754de545 KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer b5de7ac74f69 KVM: x86: Reset IRTE to host control if *new* route isn't postable a22fe6f84306 KVM: x86: Explicitly treat routing entry type changes as changes 3e243378f27c mei: vsc: Fix fortify-panic caused by invalid counted_by() use 34fafded1ca6 mei: me: add panther lake H DID 1f439fe4d8d9 scsi: Improve CDL control b39bb3b4eb64 USB: storage: quirk for ADATA Portable HDD CH94 40554c0f74bc ata: libata-scsi: Fix ata_msense_control_ata_feature() aa5778d06aeb ata: libata-scsi: Fix ata_mselect_control_ata_feature() return type ef2d6c63469e ata: libata-scsi: Improve CDL control df1a5d5c6134 mcb: fix a double free bug in chameleon_parse_gdd() 4c5f6925e267 cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH Ports f3cd533c3ae3 KVM: SVM: Allocate IR data using atomic allocation 7a8a6b627fde io_uring: fix 'sync' handling of io_fallback_tw() 74d9e2018789 LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally be83fd71ac6e LoongArch: KVM: Fully clear some CSRs when VM reboot 3b7f341eee94 LoongArch: Remove a bogus reference to ZONE_DMA 51424fd171ce LoongArch: Return NULL from huge_pte_offset() for invalid PMD 93b7872d3325 LoongArch: Handle fp, lsx, lasx and lbt assembly symbols 3939d6f29d34 irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() 140f05cbbf6b x86/insn: Fix CTEST instruction decoding 1ae30272b992 drm/amd/display: Force full update in gpu reset 3ff83378b6b1 drm/amd/display: Fix gpu reset in multidisplay config 92b58c671b36 drm: panel: jd9365da: fix reset signal polarity in unprepare ea532ba5e1e6 rust: firmware: Use `ffi::c_char` type in `FwFunc` 1909540037d3 scsi: mpi3mr: Fix pending I/O counter 9c31ac781950 net: phy: microchip: force IRQ polling mode for lan88xx c2a6b4d78c12 net: selftests: initialize TCP header and skb payload with zero d6a9c4e6f9b3 xen-netfront: handle NULL returned by xdp_convert_buff_to_frame() 64b816a6c41c crypto: atmel-sha204a - Set hwrng quality to lowest possible 28401a63c01a sched_ext: Use kvzalloc for large exit_dump allocation 30c0d6e778da virtio_console: fix missing byte order handling for cols and rows e17bc10bf30b netfilter: fib: avoid lookup if socket is available f33b678543b9 KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature 9b34dffcd943 LoongArch: Make do_xyz() exception handlers more robust a556bb5178a3 LoongArch: Make regs_irqs_disabled() more clear 08bbdcb35c81 LoongArch: Select ARCH_USE_MEMTEST 8d37031464d5 perf/x86: Fix non-sampling (counting) events on certain x86 platforms 955f9ede52b8 bpf: Add namespace to BPF internal symbols 3decda1a3c19 splice: remove duplicate noinline from pipe_clear_nowait bcf6d3158c59 riscv: uprobes: Add missing fence.i after building the XOL buffer 4715ab8435eb riscv: Replace function-like macro by static inline function e22010c3b83f iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE 7f24ea6a460b block: never reduce ra_pages in blk_apply_bdi_limits 66d7702b42ff pds_core: make wait_context part of q_info ff207e83dac4 pds_core: Remove unnecessary check in pds_client_adminq_cmd() 6702f5c6b22d pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result 2982e07ad72b pds_core: Prevent possible adminq overflow/stuck condition dd6c299390bd net: dsa: mt7530: sync driver-specific behavior of MT7531 variants c6f035044104 net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too 86cd4641c713 net_sched: hfsc: Fix a UAF vulnerability in class handling a61afd54826a fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount() 4fb743ee2128 net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configuration 0ceef62a328c tipc: fix NULL pointer dereference in tipc_mon_reinit_self() 41143e71052a net: phy: leds: fix memory leak 3340654bbf6b net: lwtunnel: disable BHs when required eeab6618037b scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer() 29daa63f2c75 scsi: core: Clear flags for scsi_cmnd that did not complete fdd2a03561a4 net/mlx5: Move ttc allocation after switch case to prevent leaks 0b682680b12b net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table() ef258a15e76c vhost-scsi: Fix vhost_scsi_send_status() 0ac4643bf2c9 vhost-scsi: Fix vhost_scsi_send_bad_target() 461c258ba7f6 vhost-scsi: Add better resource allocation failure handling 5d92e582d162 cgroup/cpuset-v1: Add missing support for cpuset_v2_mode 9a447f748f6c btrfs: zoned: return EIO on RAID1 block group write pointer mismatch c8a0c38beb87 btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range() 6c1c66580587 cpufreq: fix compile-test defaults ef56c130f6e6 cpufreq: Do not enable by default during compile testing dbe413a8cdc6 cpufreq: cppc: Fix invalid return value in .get() callback 7d002f591486 scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort() 28fbd7b13b4d cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() 7ccfadfb2562 cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() fbdba5f37413 cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate() 16c8aa5de135 dma/contiguous: avoid warning about unused size_bytes 40bf7f560ca4 cpufreq: sun50i: prevent out-of-bounds access aef37505c496 ceph: Fix incorrect flush end position calculation 984830d902fb lib/Kconfig.ubsan: Remove 'default UBSAN' from UBSAN_INTEGER_WRAP b26ac563704c drm/amd/display/dml2: use vzalloc rather than kzalloc 50ec8c24286e drm/amd/display: Fix unnecessary cast warnings from checkpatch 0fdb612c2072 drm/xe/bmg: Add one additional PCI ID c187aaa9e79b net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry reads 869749e48115 scsi: ufs: exynos: Disable iocc if dma-coherent property isn't set 56f3327cdd18 scsi: ufs: exynos: Move UFS shareability value to drvdata 661380d98218 scsi: ufs: exynos: Add gs101_ufs_drv_init() hook and enable WriteBooster 0e76176edc9b scsi: ufs: exynos: Remove superfluous function parameter ffcdfaecd422 scsi: ufs: exynos: Remove empty drv_init method 1aec4d14cf81 ksmbd: fix use-after-free in __smb2_lease_break_noti() 0fc403192dcc ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL 8d2c1acc88cb ksmbd: add netdev-up/down event debug print 0772765ac82d ksmbd: use __GFP_RETRY_MAYFAIL 60cb4dfcf739 accel/ivpu: Fix the NPU's DPU frequency calculation 27fcf647818b accel/ivpu: Add auto selection logic for job scheduler 35ba7b2d4dd0 PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads 46d357520934 PCI/MSI: Handle the NOMASK flag correctly for all PCI/MSI backends aad12468967b PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag 8fe536f1026c scsi: ufs: qcom: fix dev reference leaked through of_qcom_ice_get a122b3b1f5b8 of: resolver: Fix device node refcount leakage in of_resolve_phandles() 05576e1304fd of: resolver: Simplify of_resolve_phandles() using __free() 56ddf0023b00 arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masks 107b05f54022 arm64: dts: ti: Refactor J784s4 SoC files to a common file bde067b82ac7 iio: adc: ad7768-1: Fix conversion result sign 68565706b589 iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary return value check 8f229785c5b7 net: dsa: mv88e6xxx: fix VTU methods for 6320 family 2afa5ea7c48d block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone ed7535b14116 block: remove the ioprio field from struct request 3e12e8c273eb block: remove the write_hint field from struct request 575601d08abf media: ov08x40: Add missing ov08x40_identify_module() call on stream-start 9c00d5445423 media: ov08x40: Move ov08x40_identify_module() function up fc96a720d887 media: i2c: imx214: Fix link frequency validation 5a5ab62e4a76 media: i2c: imx214: Check number of lanes from device tree 2a60b6bef436 media: i2c: imx214: Replace register addresses with macros 694d85794ac6 media: i2c: imx214: Convert to CCI register access helpers a9aa21098974 media: i2c: imx214: Simplify with dev_err_probe() d3a38834b206 media: i2c: imx214: Use subdev active state 9d5752b85378 PM: EM: Address RCU-related sparse warnings db3b3964af11 PM: EM: use kfree_rcu() to simplify the code 27ce35d80a1c mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get 311a651fbb78 soc: qcom: ice: introduce devm_of_qcom_ice_get 1c9798bf8145 mm/vmscan: don't try to reclaim hwpoison folio 031273540275 tracing: Verify event formats that have "%*p.." 0b603e775979 tracing: Add __print_dynamic_array() helper e62c31802dcc module: sign with sha512 instead of sha1 by default 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 727b7c43af5192a26b4a0690b326af45d221fa9b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Integrating the following commit(s) to linux-yocto/.:
1/3 [
Author: Bruce Ashfield
Email: bruce.ashfield@gmail.com
Subject: genericarm64: build drivers as modules
Date: Tue, 6 May 2025 09:27:53 -0400
Load on demand. They should not be needed
to run the kernel since it has already been
loaded and firmware has already configured HW
enough to boot into kernel.
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
2/3 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: nft_test.cfg: build CONFIG_LEDS_GPIO as module
Date: Tue, 22 Apr 2025 17:38:28 +0300
The driver can be compiled as module.
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
3/3 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: nft_test.cfg: build CONFIG_VETH as module
Date: Tue, 22 Apr 2025 17:38:29 +0300
The driver can be compiled as module
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 50cc72621bf2253ada8f2704d8b1b89bc67f7d6a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Tue, 6 May 2025 16:32:58 +0000 (12:32 -0400)]
linux-yocto/6.12: update to v6.12.25
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
ef4999852d30 Linux 6.12.25 f78507c1ef2c block: make struct rq_list available for !CONFIG_BLOCK 473c5347355f selftests/bpf: extend changes_pkt_data with cases w/o subprograms f0946dcccb3d bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs 1062b7612cbd selftests/bpf: validate that tail call invalidates packet pointers d0e94a5bb99d selftests/bpf: freplace tests for tracking of changes_packet_data 3846e2bea565 bpf: check changes_pkt_data property for extension programs fa1fbb67e081 selftests/bpf: test for changing packet data from global functions 1d572c60488b bpf: track changes_pkt_data property for global functions d30b9c5950e0 bpf: add find_containing_subprog() utility function ab7edf42ce80 wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process cec26d6bf34a MIPS: ds1287: Match ds1287_set_base_clock() function types 305dd911dea7 MIPS: cevt-ds1287: Add missing ds1287.h include 21c6a0ed6ff0 MIPS: dec: Declare which_prom() as static 45e19beb968e Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process" b906c1ad25ad mm/vma: add give_up_on_oom option on modify/merge, use in uffd release 7e2d22493939 block: don't reorder requests in blk_add_rq_to_plug 2ad0f19a4e99 block: add a rq_list type 5b34f40cdab6 block: remove rq_list_move 3dd1af8ce34d nvmet-fc: Remove unused functions 29b2d6f53c78 drm/amd/display: Temporarily disable hostvm on DCN31 628e6c452139 LoongArch: Eliminate superfluous get_numa_distances_cnt() 66d182770fbf efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32 59a30b981a5e misc: pci_endpoint_test: Fix 'irq_type' to convey the correct type 0557e70e2aeb misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_irq error deee01acc6a3 selftests/bpf: Fix raw_tp null handling test e2a9f73ee408 md: fix mddev uaf while iterating all_mddevs list 6ea2e8743ed1 platform/x86: msi-wmi-platform: Workaround a ACPI firmware bug 1c9e272f9867 platform/x86: msi-wmi-platform: Rename "data" variable 3802df8552de kbuild: Add '-fno-builtin-wcslen' 0f1ee79b0fea scripts: generate_rust_analyzer: Add ffi crate c1a485c46c67 cpufreq: Reference count policy in cpufreq_update_limits() 686d8f7b592f arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9 14eacc808e67 arm64/sysreg: Add register fields for HFGWTR2_EL2 2ef32d984d35 arm64/sysreg: Add register fields for HFGRTR2_EL2 c41512745401 arm64/sysreg: Add register fields for HFGITR2_EL2 051eccf71703 arm64/sysreg: Add register fields for HDFGWTR2_EL2 740360261688 arm64/sysreg: Add register fields for HDFGRTR2_EL2 e1a6acacf1ff arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1 effb4d79b3b1 drm/mgag200: Fix value in <VBLKSTR> register 7f21bfd6fc16 drm/amdgpu: fix warning of drm_mm_clean a43e53e310a4 drm/xe: Set LRC addresses before guc load 65dc4e3d5b01 drm/xe/userptr: fix notifier vs folio deadlock e4ed75e974a8 drm/xe/dma_buf: stop relying on placement in unmap e97bf44115e8 drm/amd/display: Add HP Probook 445 and 465 to the quirk list for eDP on DP1 a5c9107a3e01 drm/amd/display: Protect FPU in dml2_init()/dml21_init() 9cb744fbee38 drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_commit_planes() a53d959fe660 drm/amdgpu: immediately use GTT for new allocations 4b171d4cbfff drm/i915/gvt: fix unterminated-string-initialization warning 28477f701b63 drm/xe: Fix an out-of-bounds shift when invalidating TLB b2c11fea2680 drm/sti: remove duplicate object names c90b95e12eb8 drm/imagination: take paired job reference 490c30fd5545 drm/imagination: fix firmware memory leaks 6e2c805996a4 drm/nouveau: prime: fix ttm_bo_delayed_delete oops 91b646a0b2cb drm/amdgpu/dma_buf: fix page_link check 228e98e2021c drm/amdgpu/mes11: optimize MES pipe FW version fetching 596284026c5b drm/amd/display: Protect FPU in dml21_copy() 74d6fba60f05 drm/amd/display: Protect FPU in dml2_validate()/dml21_validate() fe19e04cd96f drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1 2ac5f466f628 drm/xe: Use local fence in error path of xe_migrate_clear a37e01fe60a3 drm/i915/vrr: Add vrr.vsync_{start, end} in vrr_params_changed 2b00b32e6137 drm/amdgpu/mes12: optimize MES pipe FW version fetching 42f7b5d12c28 drm/amd/pm/powerplay/hwmgr/vega20_thermal: Prevent division by zero fb803d4bb9ea drm/amd/pm/swsmu/smu13/smu_v13_0: Prevent division by zero 8e9c4f8d197d drm/amd/pm/powerplay/hwmgr/smu7_thermal: Prevent division by zero 63a150400194 drm/amd/pm/smu11: Prevent division by zero bd4d90adbca1 drm/amd/pm/powerplay: Prevent division by zero 6413fed01620 drm/amd/pm: Prevent division by zero 2a2b7b6f90a2 drm/amd/display: Increase vblank offdelay for PSR panels 776253d9818d drm/amd/display: Actually do immediate vblank disable b542559343c9 drm/amd: Handle being compiled without SI or CIK support better 0363c03672cd drm/amd/display: prevent hang on link training fail 531d46336417 drm/amdgpu: Prefer shadow rom when available 68b591d64df4 drm/msm/a6xx: Fix stale rpmh votes from GPU 359f6cffaecf drm/msm/dsi: Add check for devm_kstrdup() 31efeca2ef85 drm/ast: Fix ast_dp connection status b33386fabb2b drm/repaper: fix integer overflows in repeat functions de67afd68808 perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPR c5e157032267 perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX 8d19c4a3b811 perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNR 56fdbc091239 perf/x86/intel: Allow to update user space GPRs from PEBS records c7b43f09ddc9 platform/x86: amd: pmf: Fix STT limits 42ded70c1a4e RAS/AMD/FMPM: Get masked address b2748ae60943 RAS/AMD/ATL: Include row[13] bit in row retirement d23fd7a539ac RDMA/cma: Fix workqueue crash in cma_netevent_work_handler 6dd9ede5c59b scsi: ufs: exynos: Ensure consistent phy reference counts 80b2ad121576 scsi: megaraid_sas: Block zero-length ATA VPD inquiry 6360e4f8509e x86/boot/sev: Avoid shared GHCB page for early memory acceptance 519718a3384a x86/cpu/amd: Fix workaround for erratum 1054 a66b6b07d0d3 x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unreleased standalone Zen5 microcode patches c3e31d613951 virtiofs: add filesystem context source name check 5683eaf4eeed tracing: Fix filter string testing 5f878db827c0 string: Add load_unaligned_zeropad() code path to sized_strscpy() 9042efa7f129 smb3 client: fix open hardlink on deferred close file error 8baa74719359 slab: ensure slab->obj_exts is clear in a newly allocated slab page 824b7ad9cf49 selftests/mm: generate a temporary mountpoint for cgroup filesystem 3f1c81ae13dc riscv: Avoid fortify warning in syscall_get_arguments() f761eeefd531 Revert "smb: client: fix TCP timers deadlock after rmmod" 2aa10d26b6f0 Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after-free" 2a879da5c34a ksmbd: fix the warning from __kernel_write_iter 396d6e448583 ksmbd: Prevent integer overflow in calculation of deadtime d54ab1520d43 ksmbd: fix use-after-free in smb_break_all_levII_oplock() 6e30c0e10210 ksmbd: Fix dangling pointer in krb_authenticate b9e3579213ba ovl: don't allow datadir only 029458063ebb mm: fix apply_to_existing_page_range() 8338e0723fbf mm: fix filemap_get_folios_contig returning batches of identical folios b609a60e3115 mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable() 4f34d6f979bc mm/compaction: fix bug in hugetlb handling pathway c45ba8393519 loop: LOOP_SET_FD: send uevents for partitions 694521cb3fad loop: properly send KOBJ_CHANGED uevent for disk device 56dfffea9fd3 isofs: Prevent the use of too small fid 1355b5ca4782 i2c: cros-ec-tunnel: defer probe if parent EC is not present 84e8719c087e hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key 813268285600 crypto: caam/qi - Fix drv_ctx refcount bug f73731983f28 cpufreq/sched: Explicitly synchronize limits_changed flag handling d3995ff08c15 btrfs: correctly escape subvol in btrfs_show_options() b62b1406bb61 Bluetooth: vhci: Avoid needless snprintf() calls 569bbe2fc76f Bluetooth: l2cap: Process valid commands in too long frame bde7abe8cfbb drm/msm/a6xx+: Don't let IB_SIZE overflow 26d5e2377f57 ftrace: fix incorrect hash size in register_ftrace_direct() 2665a3b1abf9 i2c: atr: Fix wrong include a7fce086f6ca nfsd: decrease sc_count directly if fail to queue dl_recall 33c0f51f1a8d nfs: add missing selections of CONFIG_CRC32 e22c8b99c8b8 dma-buf/sw_sync: Decrement refcount on error in sw_sync_ioctl_get_deadline() 81a566a920a5 drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later c38a005e6efb block: integrity: Do not call set_page_dirty_lock() db42e6f28bdf asus-laptop: Fix an uninitialized variable c0ce01e0ff8a ASoC: qcom: Fix sc7280 lpass potential buffer overflow 2612d5548256 ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16 2b72a9e327cc ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels 43da9eae1b15 ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate b2e56391f620 ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event f2e2926e9eb1 Revert "PCI: Avoid reset when disabled via sysfs" 28da4dd84070 writeback: fix false warning in inode_to_wb() c1aa71716aa4 rust: kbuild: use `pound` to support GNU Make < 4.3 baf02dd01e75 rust: disable `clippy::needless_continue` 4c353fca6296 rust: kasan/kbuild: fix missing flags on first build e8980258c029 objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0 00a1bdb15791 cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS 27e0143f4d62 riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_break 999bd7bb21ae riscv: KGDB: Do not inline arch_kgdb_breakpoint() 853345021141 kunit: qemu_configs: SH: Respect kunit cmdline 3583394b8505 riscv: module: Allocate PLT entries for R_RISCV_PLT32 a068ea00009d riscv: module: Fix out-of-bounds relocation access 1d5a8e1fec8f riscv: Properly export reserved regions in /proc/iomem c8c3f8e7a7d6 riscv: Use kvmalloc_array on relocation_hashtable cfdcd213ddba net: ethernet: mtk_eth_soc: revise QDMA packet scheduler settings 7ec0265710d2 net: ethernet: mtk_eth_soc: correct the max weight of the queue limit for 100Mbps b524a14ec1f6 net: ethernet: mtk_eth_soc: reapply mdc divider on reset da5035d7aead net: ti: icss-iep: Fix possible NULL pointer dereference for perout request d028c6a80534 net: ti: icss-iep: Add phase offset configuration for perout signal 352e5a67099b net: ti: icss-iep: Add pwidth configuration for perout signal 62b795c22d02 ptp: ocp: fix start time alignment in ptp_ocp_signal_set a3e4b6ad5f9a net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() fails 5c8066fbdb96 net: dsa: free routing table on probe failure 8fcc1e6f8089 net: dsa: clean up FDB, MDB, VLAN entries on unbind 9ee6d3a368ed net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported 3665695e3572 net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered 635863d93deb net: txgbe: fix memory leak in txgbe_probe() error path d9ecaee61739 net: bridge: switchdev: do not notify new brentries as changed ad13e95cbc03 net: b53: enable BPDU reception for management port 1f6916c55402 netlink: specs: rt-link: adjust mctp attribute naming 250a2fc77a28 netlink: specs: rt-link: add an attr layer around alt-ifname dafb6e433ab2 cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error path cb74d5b83714 ata: libata-sata: Save all fields from sense data descriptor 78253d44e9d3 loop: stop using vfs_iter_{read,write} for buffered I/O 0175902f6e8c loop: aio inherit the ioprio of original request 21e70f694bc0 eth: bnxt: fix missing ring index trim on error path cd64ae07c40e net: ethernet: ti: am65-cpsw: fix port_np reference counting 8335a3feb9d0 net: ngbe: fix memory leak in ngbe_probe() error path 0b7d94164dc9 can: rockchip_canfd: fix broken quirks checks be80768d4f3b net: openvswitch: fix nested key length validation in the set() action 15baba109503 netlink: specs: ovs_vport: align with C codegen capabilities 41e43134ddda block: fix resource leak in blk_register_queue() error path 3f899bd6dd56 net: mctp: Set SOCK_RCU_FREE 61765e1b417a ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll() 01ad16ddf9d6 pds_core: fix memory leak in pdsc_debugfs_add_qcq() 45300268e5d3 test suite: use %zu to print size_t 86d5243ea60a smc: Fix lockdep false-positive for IPPROTO_SMC. 688f85d1baaa dt-bindings: soc: fsl: fsl,ls1028a-reset: Fix maintainer entry 724d26215e9f igc: add lock preventing multiple simultaneous PTM transactions c15065acc1de igc: cleanup PTP module if probe fails 698182f03f3c igc: handle the IGC_PTP_ENABLED flag correctly 8058c895c7c6 igc: move ktime snapshot into PTM retry loop b74137e277b7 igc: increase wait time before retrying PTM f3516229cd12 igc: fix PTM cycle trigger logic 5a3ff97d124d Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()" fa0d99648cfc xen: fix multicall debug feature b02c2ac2f3f6 ipv6: add exception routes to GC list in rt6_insert_exception d49798ecd26e Bluetooth: l2cap: Check encryption key size on incoming connection aaf356f872a6 Bluetooth: btrtl: Prevent potential NULL dereference 6ad0acb56b83 Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address 0d81bb58a203 RDMA/core: Silence oversized kvmalloc() warning 0ba76fb62809 ASoC: cs42l43: Reset clamp override on jack removal 36e0ea1f965e ALSA: hda/realtek - Fixed ASUS platform headset Mic issue c01f3741d12d ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130 34875b7a5dc7 ALSA: hda: improve bass speaker support for ASUS Zenbook UM5606WA 9b019be5890c ALSA: hda/cirrus_scodec_test: Don't select dependencies 7060bf9100fa RDMA/hns: Fix wrong maximum DMA segment size 48e5aa222549 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() 6104cc65fe87 ovl: remove unused forward declaration bbad32b83663 crypto: tegra - Fix IV usage for AES ECB 9ebc2053b89a crypto: tegra - Do not use fixed size buffers 28ec10e58d8b crypto: tegra - remove redundant error check on ret 23fde311ea1d ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe() dcba15ed0876 ASoC: dwc: always enable/disable i2s irqs eeeba7f43ae2 md/md-bitmap: fix stats collection for external bitmaps 54e106047fea md/raid10: fix missing discard IO accounting 7cc670e8ebaa scsi: smartpqi: Use is_kdump_kernel() to check for kdump 5e8438fd7f11 scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues fe2bdefe8644 blk-mq: introduce blk_mq_map_hw_queues 5ec903970245 driver core: bus: add irq_get_affinity callback to bus_type 6884cb2f3b06 scsi: iscsi: Fix missing scsi_host_put() in error path 52f224009ce1 wifi: wl1251: fix memory leak in wl1251_tx_work a8df245b5b29 wifi: mac80211: Purge vif txq in ieee80211_do_stop() 159499c1341f wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue() a9682bfef2cf wifi: at76c50x: fix use after free access in at76_disconnect 1773fbf7c05b scsi: hisi_sas: Enable force phy when SATA disk directly connected 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2ddc917a6942d62cb0da3428d7ea52d45d227b32) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Bruce Ashfield [Tue, 6 May 2025 16:32:57 +0000 (12:32 -0400)]
linux-yocto/6.12: update to v6.12.24
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
b6efa8ce222e Linux 6.12.24 ae5a6a0b425e HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Due to Race Condition bdbecb2bf531 s390/cpumf: Fix double free on error in cpumf_pmu_event_init() 281782d2c673 Bluetooth: hci_uart: Fix another race during initialization f87626a55c21 media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinline 9c03f6194e88 kbuild: Add '-fno-builtin-wcslen' 5f494f482341 libbpf: Prevent compiler warnings/errors bd6eae1f30bf x86/e820: Fix handling of subpage regions when calculating nosave ranges in e820__register_nosave_regions() 6a59b70fe71e nfsd: don't ignore the return code of svc_proc_register() b2b18a9f68f9 NFSD: Fix CB_GETATTR status fix 560c03189615 NFSD: fix decoding in nfs4_xdr_dec_cb_getattr 7005fdceff20 ACPI: platform-profile: Fix CFI violation when accessing sysfs files 20867f094883 x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT 5d9484cd372d iommufd: Fail replace if device has not been attached 6d11543bf37a iommufd: Make attach_handle generic than fault specific 9ca4fe357464 arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() lists d25a240c5a93 thermal/drivers/mediatek/lvts: Disable Stage 3 thermal threshold 0131251d932f thermal/drivers/mediatek/lvts: Disable monitor mode during suspend 9580b603654d selftests: mptcp: fix incorrect fd checks in main_loop 2f1b4d6725b0 selftests: mptcp: close fd_in before returning in main_loop 0f91e4f69fe6 sched_ext: create_dsq: Return -EEXIST on duplicate request 7a30bbd36cb4 s390: Fix linker error when -no-pie option is unavailable f268ee2fbb53 s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues 05a0f9c40781 s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs 92ca7270fe5e ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio() de08212061ea pinctrl: samsung: add support for eint_fltcon_offset c1368383cd37 pinctrl: qcom: Clear latched interrupt status when changing IRQ type beb9a5cb7aa5 phy: freescale: imx8m-pcie: assert phy reset and perst in power off 869202291aa4 PCI: Fix wrong length of devres array 9707d0c932f4 PCI: Fix reference leak in pci_register_host_bridge() d69ad6e1a579 PCI: Fix reference leak in pci_alloc_child_bus() e4a1d7defbc2 PCI: pciehp: Avoid unnecessary device replacement check ce9643a541b6 PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4 71bf0769a6c6 PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe() 712d84459a53 of/irq: Fix device node refcount leakages in of_irq_init() d0f25a99770f of/irq: Fix device node refcount leakage in API irq_of_parse_and_map() 29cb94963ca9 of/irq: Fix device node refcount leakages in of_irq_count() 3540164c7594 of/irq: Fix device node refcount leakage in API of_irq_parse_raw() dc83eccc93ed of/irq: Fix device node refcount leakage in API of_irq_parse_one() 60faeef98b99 ntb: use 64-bit arithmetic for the MSI doorbell mask 34baf1cfd679 net: mana: Switch to page pool for jumbo frames a2acc67d6155 misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' error e98f77f74c66 selftests/landlock: Add a new test for setuid() 76ab50fa6e35 selftests/landlock: Split signal_scoping_threads tests b017f2846a3e landlock: Prepare to add second errata 332facfa8075 landlock: Always allow signals between threads of the same process 7dd7f87e0711 landlock: Add erratum for TCP fix ea980ea4d18a landlock: Add the errata interface 9b0d24fa64ca landlock: Move code to ease future backports 7bc5c360375d KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses bbf821c35dab KVM: x86: Explicitly zero-initialize on-stack CPUID unions 99b99032a89e KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests fae0a8796c4f KVM: Allow building irqbypass.ko as as module when kvm.ko is a module 3bc2208c749c gve: handle overflow when reporting TX consumed descriptors 62024ad4c51e gpio: zynq: Fix wakeup source leaks on device unbind 2d66517135de gpio: tegra186: fix resource handling in ACPI probe path e66fb9b4e9ad ftrace: Properly merge notrace hashes 1fce9574b9d5 ftrace: Add cond_resched() to ftrace_graph_set_hash() 3e467f1c74f4 dt-bindings: coresight: qcom,coresight-tpdm: Fix too many 'reg' 58c453801bb9 dt-bindings: coresight: qcom,coresight-tpda: Fix too many 'reg' 74f01c2ca802 dm-verity: fix prefetch-vs-suspend race dd91458a8443 dm-integrity: fix non-constant-time tag verification ba42f98f092b dm-integrity: set ti->error on memory allocation failure a1a4fdc33d9c dm-ebs: fix prefetch-vs-suspend race 08deafddfcb0 dlm: fix error if active rsb is not hashed b77f8a17ef6f dlm: fix error if inactive rsb is not hashed eaa7014aecb5 crypto: ccp - Fix uAPI definitions of PSP errors 5116b340cf88 crypto: ccp - Fix check for the primary ASP device 1f9648e2460b clk: qcom: gdsc: Set retain_ff before moving to HW CTRL 4d6fb2a43f0d clk: qcom: gdsc: Capture pm_genpd_add_subdomain result code 12ef07c4bfe4 clk: qcom: gdsc: Release pm subdomains in reverse add order 809e83a5758e clk: qcom: clk-branch: Fix invert halt status bit check for votable clocks 56c29847bc4c clk: renesas: r9a07g043: Fix HP clock source for RZ/Five 4ed194d9bbf7 cifs: Ensure that all non-client-specific reparse points are processed by the server 2a240405978d cifs: fix integer overflow in match_server() e0717385f5c5 cifs: avoid NULL pointer dereference in dbg call 2eb6e5e0944c CIFS: Propagate min offload along with other parameters from primary to secondary channels. 63d71ae01092 thermal/drivers/rockchip: Add missing rk3328 mapping entry 474b3194c8ff tracing: Do not add length to print format in synthetic events 868df4eb784c tracing: fprobe events: Fix possible UAF on modules a7fda1fd6d6c x86/xen: fix balloon target initialization for PVH dom0 9e7c37fadb3b sctp: detect and prevent references to a freed transport in sendmsg 65b259e3e06d mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper 1fd89407d7cb mm/hugetlb: move hugetlb_sysctl_init() to the __init section 73d17d48df6c mm/hwpoison: do not send SIGBUS to processes with recovered clean pages 14936034de92 mm/userfaultfd: fix release hang over concurrent GUP cc98577f9117 mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock 2532df0a9b74 mm/mremap: correctly handle partial mremap() of VMA starting at 0 6dd8d9440fd3 mm: fix lazy mmu docs and usage 83b6b5061ebd mm: make page_mapped_in_vma() hugetlb walk aware 53dc6b00c02d mm/rmap: reject hugetlb folios in folio_make_device_exclusive() ab0af0126023 mm/damon/ops: have damon_get_folio return folio even for tail pages 5f7f6abd92b6 net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. fba396b79942 sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptes 690446dc72d5 sparc/mm: disable preemption in lazy mmu mode cb6b9bd66181 iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs 6722a0cb8186 iommu/vt-d: Fix possible circular locking dependency e953e11123aa iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changes c95a438d2c37 iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabled e5dd974d6e00 iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent() b8b41eac7054 iommufd: Fix uninitialized rc in iommufd_access_rw() 327e6b8b2816 btrfs: zoned: fix zone finishing with missing devices 380ba38801eb btrfs: zoned: fix zone activation with missing devices b9af27d020e4 btrfs: tests: fix chunk map leak after failure to add it to the tree 601db4e8bfe8 btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers 61a5c565fd24 backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() a3b36c9da305 arm64: dts: exynos: gs101: disable pinctrl_gsacore node ac45d49df9dc arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string 1dd288783dcb arm64: mm: Correct the update of max_pfn 21c512430424 arm64: tegra: Remove the Orin NX/Nano suspend key eec737e17e55 arm64: mops: Do not dereference src reg for a set operation 52f251dbfb38 mtd: rawnand: Add status chack in r852_ready() 5479a6af3c96 mtd: inftlcore: Add error check for inftl_read_oob() 6554491b4a77 mptcp: only inc MPJoinAckHMacFailure for HMAC failures dc81e41a307d mptcp: fix NULL pointer in can_accept_new_subflow c7f611e711c8 lib: scatterlist: fix sg_split_phys to preserve original scatterlist offsets 95f0958240e6 locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class() 008b90d36d91 mailbox: tegra-hsp: Define dimensioning masks in SoC data 7b47df6498f2 mfd: ene-kb3930: Fix a potential NULL pointer dereference 4b037851edd7 leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMs 5ae9e361e284 leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs e94314b72768 kbuild: exclude .rodata.(cst|str)* when building ranges 9eaec071f111 jbd2: remove wrong sb->s_sequence check e6bba328578f i3c: Add NULL pointer check in i3c_master_queue_ibi() 34aaf448e204 i3c: master: svc: Use readsb helper for reading MDB 0327683c5571 ima: limit the number of ToMToU integrity violations 48085ab823f0 ima: limit the number of open-writers integrity violations 9a264e4a595d smb311 client: fix missing tcon check when mounting with linux/posix extensions 44a2572a0fdc soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() fbda9cac1bb3 svcrdma: do not unregister device for listeners f3cb81cb96d5 tpm: do not start chip while suspended 76cc21a9a40f udf: Fix inode_getblk() return value 8fd217a99dbb vdpa/mlx5: Fix oversized null mkey longer than 32bit a1dde7457d57 f2fs: fix to avoid atomicity corruption of atomic file 16d9067f00e3 ext4: fix off-by-one error in do_split a77955f7704b bus: mhi: host: Fix race between unprepare and queue_buf 7d12a7d43c7b accel/ivpu: Fix deadlock in ivpu_ms_cleanup() 5c200b7ebdf9 accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal() 7022946773d7 ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx d2a2076d9cb7 ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path 17f1e4213113 ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns. aa7e9eabe68c ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment. a28217b064f8 ASoC: q6apm-dai: make use of q6apm_get_hw_pointer f5891f204d13 ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs d383051f8293 ASoC: q6apm: add q6apm_get_hw_pointer helper acadb2e2b3c5 ASoC: codecs: wcd937x: fix a potential memory leak in wcd937x_soc_codec_probe() 3e0356857ed5 io_uring/kbuf: reject zero sized provided buffers b7c6d081c19a io_uring/net: fix io_req_post_cqe abuse by send bundle 0828d6e9add6 io_uring/net: fix accept multishot handling 00026f80c430 wifi: mt76: mt7925: fix the wrong simultaneous cap for MLO 374f2bf7b3ff wifi: mt76: mt7925: fix the wrong link_idx when a p2p_device is present 0dd6c62c1370 wifi: mt76: mt7925: fix country count limitation for CLC 1706a07b38ae wifi: mt76: mt7925: ensure wow pattern command align fw format eb434adf79dd wifi: mac80211: fix integer overflow in hwmp_route_info_get() ef44c9e81172 wifi: mt76: Add check for devm_kstrdup() 9d6b789a8ff9 clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeup 9d99358349e4 mtd: Replace kcalloc() with devm_kcalloc() 2b27df685244 net: dsa: mv88e6xxx: fix internal PHYs for 6320 family 020404265b87 net: dsa: mv88e6xxx: workaround RGMII transmit delay erratum for 6320 family 39fc12742292 mtd: Add check for devm_kcalloc() 91e1405088a9 mptcp: sockopt: fix getting freebind & transparent 1b4ecd033e30 mptcp: sockopt: fix getting IPV6_V6ONLY c59dc7c425cc media: chips-media: wave5: Fix timeout while testing 10bit hevc fluster d595713de7f8 media: chips-media: wave5: Fix a hang after seeking 76cab9f540cc media: chips-media: wave5: Avoid race condition in the interrupt handler 7fafaf00cc5f media: chips-media: wave5: Fix gray color on screen 6f77a6d2ea31 media: i2c: imx214: Rectify probe error handling related to runtime PM 8dd2d1561c6a media: i2c: imx219: Rectify runtime PM handling in probe and remove 99f929914713 media: i2c: imx319: Rectify runtime PM handling probe and remove bb3fd8b7906a media: venus: hfi_parser: refactor hfi packet parsing logic 53e376178cea media: venus: hfi_parser: add check to avoid out of bound access 3da0d7318730 media: nuvoton: Fix reference handling of ece_pdev 4b1bdaadbf19 media: nuvoton: Fix reference handling of ece_node e22fa60bcd85 media: i2c: ov7251: Introduce 1 ms delay between regulators and en GPIO b155aecd7f0f media: i2c: ov7251: Set enable GPIO low in probe ad466aacb17f media: i2c: ccs: Set the device's runtime PM status correctly in probe 983b5434a66b media: i2c: ccs: Set the device's runtime PM status correctly in remove 3ff4feef7af3 Revert "media: imx214: Fix the error handling in imx214_probe()" baea1762cdf2 media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf() b933486f6b80 media: imx219: Adjust PLL settings based on the number of MIPI lanes dd0d323b472f media: platform: stm32: Add check for clk_enable() 3f1f712f80db media: visl: Fix ERANGE error when setting enum controls f67c3f84520b media: hi556: Fix memory leak (on error) in hi556_check_hwcfg() df6ef66cc3ff media: streamzap: prevent processing IR data on URB failure afada73000be accel/ivpu: Fix PM related deadlocks in MS IOCTLs 4c8056fbb17d tpm, tpm_tis: Fix timeout handling when waiting for TPM status 7266066b9469 mtd: rawnand: brcmnand: fix PM resume warning 33607e924023 spi: cadence-qspi: Fix probe on AM62A LP SK c32278961340 KVM: arm64: Tear down vGIC on failed vCPU creation 20c105f58769 arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe list 3b0f2526c87e arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB 4af285843525 arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list 2ff58c5b260f arm64: cputype: Add MIDR_CORTEX_A76AE 7e619d4d2715 xenfs/xensyms: respect hypervisor's "next" indication 88962f197876 media: rockchip: rga: fix rga offset lookup ceb23f66ef8f media: siano: Fix error handling in smsdvb_module_init() 7631d176086c media: vim2m: print device name after registering device 679424f8b314 media: venus: hfi: add check to handle incorrect queue size 530f623f56a6 media: venus: hfi: add a check to handle OOB in sfr region 72629a582db7 media: intel/ipu6: set the dev_parent of video device to pdev f598940803cd media: mgb4: Fix switched CMT frequency range "magic values" sets 66e35600f726 media: i2c: adv748x: Fix test pattern selection mask 1c673fa8889e media: mgb4: Fix CMT registers update logic ced0ddecc04b media: uapi: rkisp1-config: Fix typo in extensible params example 8c64a2cfdbb8 media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warning 9f009fa823c5 media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization 956c5e4965d5 dt-bindings: media: st,stmipid02: correct lane-polarities maxItems a9a73da6e014 auxdisplay: hd44780: Fix an API misuse in hd44780.c bdbc38bd12eb HID: pidff: Fix set_device_control() 1565ead12f5c HID: pidff: Fix 90 degrees direction name North -> East 5318556ed31f HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff b15301f28960 HID: pidff: Clamp effect playback LOOP_COUNT value 42ec3b5bf7e6 HID: pidff: Rename two functions to align them with naming convention b782892cd264 HID: pidff: Remove redundant call to pidff_find_special_keys 239c8ac58cfc HID: pidff: Support device error response from PID_BLOCK_LOAD 2d698115f9b3 HID: pidff: Comment and code style update 35ebc643aff9 HID: hid-universal-pidff: Add Asetek wheelbases support 211861869766 HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX 13d15dd6175e HID: pidff: Factor out pool report fetch and remove excess declaration 6fbf2ac6d5b6 HID: pidff: Use macros instead of hardcoded min/max values for shorts 87783d301e98 HID: pidff: Simplify pidff_rescale_signed 61e4de1728ac HID: pidff: Move all hid-pidff definitions to a dedicated header 8f0b2d791e0f HID: pidff: Factor out code for setting gain 5243ca2a5c67 HID: pidff: Rescale time values to match field units 7009a060ffef HID: pidff: Define values used in pidff_find_special_fields 9cdd95f9a4f3 HID: pidff: Simplify pidff_upload_effect function 433c4234ff73 HID: pidff: Completely rework and fix pidff_reset function 2b1e13ed295a HID: pidff: Stop all effects before enabling actuators 629405d18543 HID: pidff: Clamp PERIODIC effect period to device's logical range 43e5e2879dee s390/pci: Fix s390_mmio_read/write syscall page fault handling dd3edffae868 ext4: don't treat fhandle lookup of ea_inode as FS corruption 806908d5d978 bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags 7b9bdd705911 erofs: set error to bio if file-backed IO fails 61f590c6771b pwm: fsl-ftm: Handle clk_get_rate() returning 0 a2786a82de0c pwm: rcar: Improve register calculation 4cb15042b5f3 pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() 2bef78f9622d tpm: End any active auth session before shutdown 01c2ed3f7dce tpm, tpm_tis: Workaround failed command reception on Infineon devices a4e3c80cecbe ktest: Fix Test Failures Due to Missing LOG_FILE Directories 9a6be23eb0ff tracing: probe-events: Add comments about entry data storing code 52eafaa56f8f fbdev: omapfb: Add 'plane' value check fb4c507bf24a drm/amdgpu: grab an additional reference on the gang fence v2 5c3cfcf0b4bf PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type 73d2b9625031 PCI: Check BAR index for validity e64be12f8401 drm/amdgpu: Fix the race condition for draining retry fault 8feefd106afb PCI: Enable Configuration RRS SV early dc4380f34613 drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create() 7a872981c69d PCI: Add Rockchip Vendor ID 6e415cb823b1 drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/off 39a7576d113c drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data 831c4017f4ab drm/xe/xelp: Move Wa_16011163337 from tunings to workarounds 1a322b330dc0 drm/amdkfd: debugfs hang_hws skip GPU with MES 10ce36501f1e drm/amdkfd: Fix pqm_destroy_queue race with GPU reset ffd37d7d44d7 drm/amdkfd: Fix mode1 reset crash issue 96757c085bd9 drm/amdkfd: clamp queue size to minimum 1c38108a49aa drivers: base: devres: Allow to release group on device release c9323cbc94d5 drm/amd/display: stop DML2 from removing pipes based on planes b22cb42a5ee1 drm/bridge: panel: forbid initializing a panel with unknown connector type f04612890c56 drm/debugfs: fix printk format for bridge index ba5a998f84cd drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini (Intel) a64e0974266e drm: panel-orientation-quirks: Add new quirk for GPD Win 2 5dd6fdb88953 drm: panel-orientation-quirks: Add quirk for AYA NEO Slide 6fe4ed94ee82 drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB df33b535f0de drm: panel-orientation-quirks: Add support for AYANEO 2S 357ba4ed6980 drm/amdgpu: Unlocked unmap only clear page table leaves c15a9c84494c drm/amd/display: Update Cursor request mode to the beginning prefetch always 2eec2fa8666d drm/xe/vf: Don't try to trigger a full GT reset if VF 4a5f14246bc4 drm/xe/bmg: Add new PCI IDs 044c1b352841 drm: allow encoder mode_set even when connectors change for crtc 09246dfb5c87 Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE 035e1bffc063 Bluetooth: Add quirk for broken READ_VOICE_SETTING feed98579d40 Bluetooth: qca: simplify WCN399x NVM loading fe6f1f349d6e Bluetooth: hci_qca: use the power sequencer for wcn6750 a4d49212e316 Bluetooth: btusb: Add 2 HWIDs for MT7922 6b7a32fa9bac Bluetooth: hci_uart: fix race during initialization 082ae971a1db Bluetooth: btintel_pcie: Add device id of Whale Peak 40c70ff44b70 tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNREGISTER 299d7d27af6b net: vlan: don't propagate flags on open fe51630ba2ba wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table bf089c4d1141 btrfs: harden block_group::bg_list against list_del() races 0519ba030c3e ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI 7fe3b4deed8b scsi: st: Fix array overflow in st_setup() a8a8076210c2 cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk eb59cc31b6ea ext4: ignore xattrs past end aa39d45071ec Revert "f2fs: rebuild nat_bits during umount" 5f815757e6de ext4: protect ext4_release_dquot against freezing 202ba2f483cd ahci: add PCI ID for Marvell 88SE9215 SATA Controller 163e8c1083b4 net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module ecc461331604 f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() 3abe15e75648 wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi 1833e1650059 net: sfp: add quirk for 2.5G OEM BX SFP 04c0c555049f ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO mode ccd97c8a4f90 jfs: add sanity check for agwidth in dbMount aeb926e605f9 jfs: Prevent copying of nlink with value 0 from disk inode c802a6a4009f fs/jfs: Prevent integer overflow in AG size calculation 319877db0aa9 fs/jfs: cast inactags to s64 to prevent potential overflow 63148ce4904f jfs: Fix uninit-value access of imap allocated in the diMount() function 8e7bb6636082 can: flexcan: add NXP S32G2/S32G3 SoC support fba5f41f1536 can: flexcan: Add quirk to handle separate interrupt lines for mailboxes 7204335d1991 page_pool: avoid infinite loop to schedule delayed worker de94d0ca9ea5 net: usb: asix_devices: add FiberGecko DeviceID 93a562eedcd5 scsi: target: spc: Fix RSOC parameter data header size 4ae2c7c7d369 wifi: mac80211: ensure sdata->work is canceled before initialized. cca16fbd17b0 wifi: mac80211: add strict mode disabling workarounds c6e50cb8bf57 f2fs: don't retry IO for corrupted data scenario a6bf0fd322ab net: page_pool: don't cast mp param to devmem 65ba18c84dbd scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue 6a35449df867 scsi: mpi3mr: Avoid reply queue full condition b1e0b4f494c5 ata: libata-core: Add 'external' to the libata.force kernel parameter 535b666118f6 wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process 3cb47b50926a wifi: ath12k: fix memory leak in ath12k_pci_remove() a3981850f14e wifi: ath11k: fix memory leak in ath11k_xxx_remove() b92c5179db4b wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB issues 90a5892d8531 platform/x86: x86-android-tablets: Add select POWER_SUPPLY to Kconfig 7f04c9e8fffe ASoC: amd: yc: update quirk data for new Lenovo model 3a03a7f0f872 ASoC: amd: Add DMI quirk for ACP6X mic support cb1c6cb11056 ALSA: usb-audio: Fix CME quirk for UF series keyboards fe74885e3609 mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halves 6d32a30fa1b5 media: s5p-mfc: Corrected NV12M/NV21M plane-sizes 3c057a49045f media: uvcvideo: Add quirk for Actions UVC05 d4fcd06e1231 ASoC: fsl_audmix: register card device depends on 'dais' property d981c3d2980a ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist 97ae1d5080f7 ALSA: hda: intel: Fix Optimus when GPU has no sound 25490b45d17c ASoC: amd: ps: use macro for ACP6.3 pci revision id f8f4d77710e1 HID: pidff: Fix null pointer dereference in pidff_find_fields 0301b85fe6f9 HID: pidff: Add PERIODIC_SINE_ONLY quirk f45f26a6b3e7 HID: Add hid-universal-pidff driver and supported device ids 116d4f67aeb5 HID: pidff: Add FIX_WHEEL_DIRECTION quirk ed806fd80eba HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol 6a20fae104ef HID: pidff: Add PERMISSIVE_CONTROL quirk fd608e2a06c2 HID: pidff: Add MISSING_PBO quirk and its detection fab3dbb604be HID: pidff: Add MISSING_DELAY quirk and its detection d21ccf544ca1 HID: pidff: Do not send effect envelope if it's empty 1c0785f16472 HID: pidff: Convert infinite length from Linux API to PID standard 5330ce1ee2be ASoC: SOF: topology: Use krealloc_array() to replace krealloc() 377b041c22ac platform/chrome: cros_ec_lpc: Match on Framework ACPI device 97f68e7287e0 zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work around compiler segfault 8d0f280e7aec xen/mcelog: Add __nonstring annotations for unterminated strings cb58e909203e arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD ead1fc9f93e2 Flush console log from kernel_power_off() 11ae4fec1f4b PM: hibernate: Avoid deadlock in hibernate_compressor_param_set() 89a4db7a67e7 perf/dwc_pcie: fix some unreleased resources 1b3ebfb15dc0 perf: arm_pmu: Don't disable counter in armpmu_add() f48625eeeb29 x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine 48e705652db9 x86/ia32: Leave NULL selector values 0~3 unchanged 640bb2252158 x86/percpu: Disable named address spaces for UBSAN_BOOL with KASAN for GCC < 14.2 837f5cb7be9a x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RW f8d28fa305b7 pm: cpupower: bench: Prevent NULL dereference on malloc failure 67e85cfa951c umount: Allow superblock owners to force umount 52535688c27f fs: consistently deref the files table with rcu_dereference_raw() fa1827fa968c perf: Fix hang while freeing sigtrap event 7ef5aa081f98 perf/core: Simplify the perf_event_alloc() error path c61feda37350 perf/core: Add aux_pause, aux_resume, aux_start_paused a0842539e8ef iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group 5efd53900acc iommu/exynos: Fix suspend/resume with IDENTITY domain 7640c2abb647 nft_set_pipapo: fix incorrect avx2 match of 5th field octet b4c836d33ca8 net: ppp: Add bound checking for skb data on ppp_sync_txmung cc16f7402a91 ipv6: Align behavior across nexthops during path selection a6ed6f8ec81b net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY 6d98cd63426e net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend() aa5a1e4b8829 smb: client: fix UAF in decryption with multichannel f86293adce0c net_sched: sch_sfq: move the limit validation 70449ca40609 net_sched: sch_sfq: use a temporary work area for validating configuration ec12da4bcc44 nvmet-fcloop: swap list_add_tail arguments c5a906806162 drm/i915/huc: Fix fence not released on early probe errors 0ae84adbc9cc ata: sata_sx4: Add error handling in pdc20621_i2c_read() ad81d666e114 net: libwx: handle page_pool_dev_alloc_pages error c81306c9d6d9 drm/tests: probe-helper: Fix drm_display_mode memory leak 80f4dc6e1f5b drm/tests: modes: Fix drm_display_mode memory leak c7a0a32e6cf7 drm/tests: cmdline: Fix drm_display_mode memory leak f951d643bc26 drm/tests: helpers: Create kunit helper to destroy a drm_display_mode 71dd750a0834 drm/tests: modeset: Fix drm_display_mode memory leak a065b9960526 net: ethtool: Don't call .cleanup_data when prepare_data fails b2f3c3d57a83 tc: Ensure we have enough buffer space when sending filter netlink notifications f0bb06b9f1d0 octeontx2-pf: qos: fix VF root node parent queue index 9fcbca0f8015 net: tls: explicitly disallow disconnect 4d55144b12e7 codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() 7c5957f7905b tipc: fix memory leak in tipc_link_xmit 1b7685256db2 objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret() ee2b0301d6bf ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() 9e0bdc15579e drm/xe/hw_engine: define sysfs_ops on all directories 857e9432dab9 x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPI 9ddc7edc558a drm/i915: Disable RPG during live selftest caa5c8a23586 ublk: fix handling recovery & reissue in ublk_abort_queue() cb8372e54fdb ublk: refactor recovery configuration flag helpers 206d0df7b6a5 selftests/futex: futex_waitv wouldblock test should fail 179ef2f8109e gpiolib: of: Fix the choice for Ingenic NAND quirk cdb6e724e7c5 cgroup/cpuset: Fix race between newly created partition and dying one 1b06f00edaaa cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set 6b145f8b2201 cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation 2dbd1b166034 cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()" 9701dcbf5fce cgroup/cpuset: Fix error handling in remote_partition_disable() 40bc55e4fcbd cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_cpumask() b980b832318c ASoC: Intel: adl: add 2xrt1316 audio configuration 2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS b2c792d89ac5 yaffs2: switch from readlink_copy() to vfs_readlink() 807165b1ec1c tools/power/x86/intel-speed-select: Prefix header search path with sysroot e97df805b938 drm/tilcdc: Set preferred depth 7160a4379dcc arch/arm64/configs: remove CONFIG_SM_DISPCC_8650 6d8ac5ebe6e8 aufs6: core 587abc1b64c4 aufs6: standalone 1af41d30ef42 aufs6: mmap 6ee2464d2e9d aufs6: base 103b676505f7 aufs6: kbuild 67281562943f qemux86: add configuration symbol to select values 73f315ca0823 sched/isolation: really align nohz_full with rcu_nocbs 1e4e7f8ab622 clear_warn_once: add a clear_warn_once= boot parameter 918e7a825e8b clear_warn_once: bind a timer to written reset value f533f87c3758 clear_warn_once: expand debugfs to include read support f149ca27cba9 tools: Remove some options from CLANG_CROSS_FLAGS e633abe9c44e libbpf: Fix build warning on ref_ctr_off ec0916a4cfc1 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 03721ceb5626 perf: x86-32: explicitly include <errno.h> 4c36c5295bb0 perf: mips64: Convert __u64 to unsigned long long b0200449610d perf: fix bench numa compilation aff0940b2212 perf: add SLANG_INC for slang.h ef912018d28c perf: add sgidefs.h to for mips builds d8860f858b87 perf: change --root to --prefix for python install dc38a0eee6e5 perf: add 'libperl not found' warning 6ed51f8786da perf: force include of <stdbool.h> c538d4c4ac65 fat: Replace prandom_u32() with get_random_u32() 63d94846f0c5 fat: don't use obsolete random32 call in namei_vfat 7816667451ef FAT: Added FAT_NO_83NAME f81dbd60f0d5 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option 771cdefba44b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option a24784fd8f88 yaffs2: update to v6.12 folio changes d0a48fd46db8 yaffs2: adapt to v6.10 i_time changes d097e4d4115a yaffs: fix mtime/itime field access 4411e0d49fe3 yaffs2: update VFS ctime operations to 6.6+ 1b6619086e8b yaffs2: v6.5 fixups 25b261ee3c54 yaffs2: Fix miscalculation of devname buffer length 5c07936a5d1c yaffs2: convert user_namespace to mnt_idmap 55986a1284b3 yaffs2: replace bdevname call with sprintf 6f5508f8db8f yaffs2: convert read_page -> readfolio fd179a5df5d5 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c9a620dacdd1 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 78588208ed17 yaffs2: v5.12+ build fixups (not runtime tested) 8d2dddba272c yaffs: include blkdev.h 8c1ca9ef9712 yaffs: Fix build failure by handling inode i_version with proper atomic API 27005cbac2ed yaffs2: v5.6 build fixups 668211c9f9b7 yaffs2: fix memory leak when /proc/yaffs is read 285f911dcc1c yaffs: add strict check when call yaffs_internal_read_super ffc2ed489ccf yaffs: repair yaffs_get_mtd_device 6dce4b70a5e3 yaffs: Fix build failure by handling inode i_version with proper atomic API 19f283abc5d1 yaffs2: fix memory leak in mount/umount 04e84672b571 yaffs: Avoid setting any ACL releated xattr 4f221d6a32e2 Yaffs:check oob size before auto selecting Yaffs1 81f36004e56b fs: yaffs2: replace CURRENT_TIME by other appropriate apis 26d7a3dd0054 yaffs2: adjust to proper location of MS_RDONLY a7016eac4540 yaffs2: import git revision b4ce1bb (jan, 2020) feb240bbb91e initramfs: allow an optional wrapper script around initramfs generation 874746eaa341 drivers: gpu: drm: msm: registers: improve reproducibility 1d42508faee8 tools: use basename to identify file in gen-mach-types 4b055eca593d iwlwifi: select MAC80211_LEDS conditionally 97e20e275ac0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) 6dec58319165 defconfigs: drop obselete options a416ccb5b6c9 linux-yocto: Handle /bin/awk issues 7efe8a1e5158 uvesafb: provide option to specify timeout for task completion 78d10ae07eca uvesafb: print error message when task timeout occurs 80473b7eb8ca compiler.h: Undef before redefining __attribute_const__ ddeff2f1a9a7 vmware: include jiffies.h 3dcdda8912b4 Resolve jiffies wrapping about arp 3b1507db6735 nfs: Allow default io size to be configured. c2fedad05f77 check console device file on fs when booting 208d6fbada3f mount_root: clarify error messages for when no rootfs found dbe9454c8ea0 mconf: fix output of cflags and libraries 7c7b224f5cce menuconfig,mconf-cfg: Allow specification of ncurses location b6c189c81397 modpost: mask trivial warnings a5cc21325ba9 kbuild: exclude meta directory from distclean processing 361ec143c23f powerpc: serialize image targets 605e6ccb304c arm: serialize build targets e94b04fcb7d2 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 44cc7f69a0a0 cpu/amd: inhibit SMP check for qemux86 a08cb65331e6 x86_64_defconfig: Fix warnings 8ad332ef777b mips: make current_cpu_data preempt safe 754f05ddce3f mips: vdso: fix 'jalr $t9' crash in vdso code 325ff78ff44d mips: Kconfig: add QEMUMIPS64 option 99ae0eadcf11 4kc cache tlb hazard: tlbp cache coherency c6894c66a534 malta uhci quirks: make allowance for slow 4k(e)c 8b52c01f3294 arm64: defconfig: remove CONFIG_IPQ_APSS_5018 16c7629f035e drm/fb-helper: move zeroing code to drm_fb_helper_fill_var 6b60c874cbb0 arm64: defconfig: cleanup config options 8e44673ecd89 vexpress: Pass LOADADDR to Makefile f34e6805aad5 arm: ARM EABI socketcall 94dec9b88de4 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f96ac747ac427605c2550db280be1a7d569f103e) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Yi Zhao [Fri, 23 May 2025 01:35:44 +0000 (09:35 +0800)]
python3-pygobject: RDEPENDS on gobject-introspection
Since 3.51.0, python3-pygobject depends on libgirepository 2.0 provided
by glib-2.0 instead of libgirepository 1.0 provided by
gobject-introspection[1]. It still needs the typelib files from
libgirepository-1.0 package. Add gobject-introspection as a runtime
dependency.
Fixes:
$ python3
Python 3.13.2 (main, Feb 4 2025, 14:51:09) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
>>> from gi.repository import Gtk
Traceback (most recent call last):
File "/usr/lib64/python3.13/site-packages/gi/importer.py", line 139, in create_module
introspection_module = get_introspection_module(namespace)
File "/usr/lib64/python3.13/site-packages/gi/module.py", line 243, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/usr/lib64/python3.13/site-packages/gi/module.py", line 111, in __init__
repository.require(namespace, version)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
gi.RepositoryError: Typelib file for namespace 'xlib', version '2.0' not found
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
from gi.repository import Gtk
File "/usr/lib64/python3.13/site-packages/gi/importer.py", line 141, in create_module
raise ImportError(e) from e
ImportError: Typelib file for namespace 'xlib', version '2.0' not found
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Yash Shinde [Wed, 21 May 2025 14:04:34 +0000 (07:04 -0700)]
gcc: fix incorrect preprocessor line numbers in large files
Resolve static assertion failures caused by incorrect line numbers
after #include directives, introduced by the backport of PR108900 to GCC.
Update line map handling to correctly compute locations in large files,
including fixes for both LC_ENTER and LC_LEAVE to ensure accurate
line number resolution in rare edge cases.
Wang Mingyu [Thu, 22 May 2025 06:34:57 +0000 (14:34 +0800)]
epiphany: upgrade 48.0 -> 48.3
Changelog:
===========
- Fix crash when opening downloaded file
- Fix crash when opening incognito window
- Fix Crash when trying to select download location
- Fix Crash in escape_csv_field() when exporting passwords
- Fix Adding WhatsApp as a web app crashes
- Fix Pressing Escape key in addressbar resets the cursor to beginning of
the widget
- Fix Epiphay shouldn't show the privacy dialog in incognito mode
- Fix (CVE-2025-3839) Require user interaction before opening URL in
external application
- Fix Code cleanup
- Fix window: fix crash when force closing window without session
- Fix Several fixes for password export
- Fix Remove Granite support from Tech Preview and Canary
- Fix find-toolbar: fix crash on load-changed
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(master rev: 2c60159fffd76b5dbe75bf7d6758e5f78b166714)
Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>