mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
2a8a9502f586c085e08dca9dfd4ff3ce4e23fea2
1905 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
eed129272d |
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>
]
(From OE-Core rev: 0454186eeceafb8e0bd2b29ac2f8b46f9601f65d)
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>
|
||
|
|
24c2877b84 |
linux-yocto: refresh CVE exclusion list for 6.12.31
(From OE-Core rev: 2b8fb722cd3cbc8f41315b2d88302bcf77bb681b) 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> |
||
|
|
33d42fbf1e |
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
(From OE-Core rev: d4f31913b88272d45f09e382c092ddc88ba439dd)
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>
|
||
|
|
774120db54 |
linux-yocto/6.12: revert riscv config sync
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Khem Raj
Email: raj.khem@gmail.com
Subject: Revert "bsp/qemuriscv32: Sync config with upstream defconfig 6.12+"
Date: Thu, 29 May 2025 18:53:48 -0700
These options are infact required for qemu riscv32 emulation.
This reverts commit 64e08f7f69c662efe5f3780e7e42fc80635ad16f.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 5f83371f9da7616f8941d9fef115934e41f93658)
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>
|
||
|
|
8e8a34acc6 |
linux-yocto: refresh CVE exclusions
As we upgraded the kernel, the exclusions need to be updated too. This marks many CVEs as resolved. (From OE-Core rev: 6507be4fd7e1738b15509cbd42267548ba4a42a5) 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> |
||
|
|
19d0501915 |
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. (From OE-Core rev: a06234b35977b9a2af2679d6c601a79acbde5f7c) 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> |
||
|
|
1b038ff8ed |
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. (From OE-Core rev: f0d7546d7d67ed0244f1428a18850e700c678235) 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> |
||
|
|
de625a3c0f |
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. (From OE-Core rev: 562f5def8b16ddf23d841ce01419879b7a3aeb2b) 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> |
||
|
|
12d3e960a4 |
cve-exclusion_6.12.inc: Update using current cvelistV5
Regenerated with ./generate-cve-exclusions.py ~/cvelistV5/ 6.12.27 > cve-exclusion_6.12.inc With ~/cvelistV5/ containing clone from https://github.com/CVEProject/cvelistV5.git repository main branch at git hash b20d0043711588b6409ae3118bc0510ab888c316. (From OE-Core rev: 131b9ee79e4377c0a5ca1ba09d1ecd313548af00) 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> |
||
|
|
92757b3a54 |
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⭕linux:linux_kernel:-:*:*:*:*:*:*:* So affects all Linux systems, Running on/with cpe:2.3🅰️google:chrome:*:*:*:*:*:*:*:* [ YOCTO #15780 ] (From OE-Core rev: 8c39f6fa4454147e22d5e386046ed9b1076d7a95) 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> |
||
|
|
065345406d |
linux/cve-exclusion: Update exclusions after kernel update
(From OE-Core rev: d4366d4c9ab13da4d03e8893db0efdef9b853e13) Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c695edcc33ecd5bc01b5fc91ce08a87475a9ace9) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
37bf35f811 |
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 (From OE-Core rev: 1cbb0103bbf5f567ceeb01abb48869d29f74be1d) 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> |
||
|
|
ec4ce6ab62 |
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). (From OE-Core rev: f79e2180be8d6190d8a6721ac758537fbd6b3188) 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> |
||
|
|
f6680f7eb7 |
linux/cve-exclusion: correct fixed-version calculation
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 (From OE-Core rev: 4e2c441b64675933cc5f684d0e19cdc18ceaab18) 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> |
||
|
|
ad8cb5c2b2 |
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. (From OE-Core rev: 9e3bff5413a55675ef0ff9bca0cc8b87668dc255) 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> |
||
|
|
41d001ba70 |
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> (From OE-Core rev: cf239892614c0b00feacef6b6e38283832239ad6) 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> |
||
|
|
7d19e71c38 |
linux/cve-exclusion: Update exclusions after kernel update
Update CVE exclusions with the update script, as the kernel was updated. (From OE-Core rev: 6df68265be5ea360987ecbc2abc83c453042287e) Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6e9da1183f50a9ec978d867d7a4f515239fde8d2) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
96dcd24e64 |
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 (From OE-Core rev: ec9a04c6e86efe9d5351eb7956cfc3e94bcdc09a) 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> |
||
|
|
df999dc19d |
linux/generate-cve-exclusions: use data from CVEProject
The old script was relying on linuxkernelcves.com that was archived in May 2024 when kernel.org became a CNA. The new script reads CVE json files from the datadir that can be either from the official kernel.org CNA [1] or CVEProject [2] [1] https://git.kernel.org/pub/scm/linux/security/vulns.git [2] https://github.com/CVEProject/cvelistV5 (From OE-Core rev: ab4d2a79188da5b58bf9a4eacc2460a00a5c1d70) 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 12612e8680798bdce39fbb79885e661596dbd53c) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
|
|
06b16eb7ee |
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
(From OE-Core rev: 33f96b93285b1ffa055cce59258837c5eeb165a0)
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>
|
||
|
|
b2f4b3e410 |
linux-yocto/6.12: riscv config sync
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Khem Raj
Email: raj.khem@gmail.com
Subject: bsp/qemuriscv32: Sync config with upstream defconfig 6.12+
Date: Tue, 20 May 2025 09:36:06 -0700
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 9c36c898a43ccdd1f31d0bd45e1043a9f8a20b68)
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>
|
||
|
|
aa8ba9d2c0 |
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
(From OE-Core rev: 29bc9f37e614b153cedb9f2d8725c2aeae9d1867)
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>
|
||
|
|
7bf59e7f5c |
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
(From OE-Core rev: e9ea7e773fd1f5f7defb8d14eed1ac681d212494)
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>
|
||
|
|
278b667daf |
linux-yoto/6.12: bsp/arm: fix CONFIG_CRYPTO_LIB_CHACHA
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>
]
(From OE-Core rev: 6f46ffa7438e292ec373a33febac0678da54af4b)
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>
|
||
|
|
7da8949dc8 |
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
(From OE-Core rev: e73ad0e21159523c814c9228e7ef585451df17d9)
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>
|
||
|
|
2452734529 |
linux-yocto/6.12: bsp/genericarm64: modular configuration updates
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>
]
(From OE-Core rev: b1d0c2ea78f6bc58c4abda5da771a5cbdaf1e47b)
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>
|
||
|
|
9e071816f9 |
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
(From OE-Core rev: 196207a15450987bdfd4c962cf2cd6698cbbae14)
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>
|
||
|
|
5cacc3b929 |
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
(From OE-Core rev: 7714ed379e2678a88f348937faef727ccd64c0b9)
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>
|
||
|
|
528b36636b |
linux-yocto/6.12: cfg: fix iommu configuration for -tiny kernel
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Bruce Ashfield
Email: bruce.ashfield@gmail.com
Subject: iommu: add config dependencies
Date: Sun, 20 Apr 2025 22:28:21 -0400
commit [cfg/intel.scc: Include iommu.scc for Arrowlake boot support]
moves the iommu configuration to a location that is included by more
BSPs and kernel types.
One of those kernel types is the -tiny kernel, which uses a allnoconfig
base. Due to the allnoconfig, there are missing dependencies to allow
the desired options to be enabled in the final .config
Those missing options throw configuration audit warnings
By adding the required dependencies to the fragment, it is now
standalone and can be included from anywhere without configuration
audit warnings being triggered.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 795594476c6fabd5391dc35f254de8028f7c47d6)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
5f6a1c9838 |
linux-yocto/6.12: cfg: Include iommu.scc for Arrowlake boot support
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Yogesh Tyagi
Email: yogesh.tyagi@intel.com
Subject: cfg/intel.scc: Include iommu.scc for Arrowlake boot support
Date: Mon, 14 Apr 2025 11:55:45 +0530
Move features/iommu/iommu.scc from bsp/intel-common/intel-corei7-64.scc and
bsp/intel-x86/intel-x86.scc to cfg/intel.scc to eliminate redundancy and ensure
IOMMU support (CONFIG_INTEL_IOMMU=y, etc.) is enabled for genericx86-64
on Intel Arrowlake, resolving boot issues.
This changes is needed in 6.12 as well as master branch.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15802
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: ff91efc2ab25880967b82cc709954d10d62b8cbe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
542eec1b1c |
linux-yocto/6.12: update to v6.12.23
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
83b4161a63b8 Linux 6.12.23
e70b4b8f93d7 platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc()
625e9b91eb13 tracing: Do not use PERF enums when perf is not defined
59fc42318305 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE
c6f2a8146da1 NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
afec5b5010de NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
101fd0aa0d7d NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()
a84c80515ca8 nfsd: fix management of listener transports
cad3479b6366 nfsd: put dl_stid if fail to queue dl_recall
52e209203c35 nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
adf0ddb914c9 media: streamzap: fix race between device disconnection and urb callback
845e9286ff99 media: vimc: skip .s_stream() for stopped entities
e2d8e7bd3314 exec: fix the racy usage of fs_struct->in_exec
747e3eec1d7d mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
2d9709690f31 jfs: add index corruption check to DT_GETPAGE()
0beddc2a3f9b jfs: fix slab-out-of-bounds read in ea_get()
b47584c55644 ext4: fix OOB read when checking dotdot dir
13d6f8ba5074 ext4: don't over-report free space or inodes in statvfs
0cfea60966e4 wifi: mt76: mt7921: fix kernel panic due to null pointer dereference
2df8ee605eb6 arm64: Don't call NULL in do_compat_alignment_fixup()
2e877ff34922 mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
1abca855ea9f tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
33052e7f52c5 tracing: Fix synth event printk format for str fields
cffc2a6718e4 tracing: Ensure module defining synth event cannot be unloaded while tracing
c85efe6e1374 tracing: Fix use-after-free in print_graph_function_flags during tracer switching
37c9875c178f exfat: fix potential wrong error return from get_block
49b0a6ab8e52 exfat: fix random stack corruption after get_block
ca8bed31edf7 ksmbd: fix null pointer dereference in alloc_preauth_hash()
56de7778a485 ksmbd: validate zero num_subauth before sub_auth is accessed
6a9cd9ff0fa2 ksmbd: fix overflow in dacloffset bounds check
9069939d7621 ksmbd: fix session use-after-free in multichannel connection
ca042cc0e4f9 ksmbd: fix use-after-free in ksmbd_sessions_deregister()
800c482c9ef5 ksmbd: add bounds check for create lease context
29b946714d6a ksmbd: add bounds check for durable handle context
9bc3299039d2 KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error
a31fa24813a7 mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD
1209241a6b40 mmc: sdhci-pxav3: set NEED_RSP_BUSY capability
b548a448993a mmc: omap: Fix memory leak in mmc_omap_new_slot
0c121f2065e4 Remove unnecessary firmware version check for gc v9_4_2
6b9ddc4f5f2e media: omap3isp: Handle ARM dma_iommu_mapping
9f7ae45f0c61 ARM: 9444/1: add KEEP() keyword to ARM_VECTORS
498edda23f7e ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
e71a57c5aaa3 acpi: nfit: fix narrowing conversion in acpi_nfit_ctl
339d6c965f20 wifi: mt76: mt7925: remove unused acpi function for clc
93224deb50a8 x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs
70a2fa13d4a9 x86/tsc: Always save/restore TSC sched_clock() on suspend/resume
e3d54decc75c x86/Kconfig: Add cmpxchg8b support back to Geode CPUs
e8bba7ced03e idpf: Don't hard code napi_struct size
c35771342e47 uprobes/x86: Harden uretprobe syscall trampoline check
3a8bec6583e5 perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read
e853bb7d6aec perf/x86/intel: Apply static call for drain_pebs
854b6764be33 ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()
1a85281415fb platform/x86: ISST: Correct command storage data length
48792ab44552 platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560
35c1834dd630 ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers
805e3ce5e0e3 x86/tdx: Fix arch_safe_halt() execution for TDX VMs
3e3d8169c095 x86/mce: use is_copy_from_user() to determine copy-from-user context
ada88219d531 x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
d39838da59bd KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected
a54247efbc73 x86/hyperv: Fix check of return value from snp_set_vmsa()
add72c418d0a LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC
223d565d8892 LoongArch: BPF: Don't override subprog's return value
205a2182c51f LoongArch: BPF: Fix off-by-one error in build_prologue()
0aa5d4370b5b LoongArch: Increase MAX_IO_PICS up to 8
1d0def2d1658 LoongArch: Increase ARCH_DMA_MINALIGN up to 16
dc07c4698587 rust: Fix enabling Rust and building with GCC for LoongArch
d689645cd159 usbnet:fix NPE during rx_complete
86f327305ed4 wifi: mac80211: Fix sparse warning for monitor_sdata
96fa2608296d tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register
b09ff334c168 tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning
ac08fa36d8cb tty: serial: fsl_lpuart: use port struct directly to simply code
82719d0e7584 tty: serial: fsl_lpuart: Use u32 and u8 for register variables
3501677651ca cgroup/rstat: Fix forceidle time in cpu.stat
39bc1484eb06 cgroup/rstat: Tracking cgroup-level niced CPU time
ef79f2dec7a9 tracing: Correct the refcount if the hist/hist_debug file fails to open
eecb62a24b23 tracing/hist: Support POLLPRI event for poll on histogram
fe87f8d3a5b4 tracing/hist: Add poll(POLLIN) support on hist file
387dc88c2c27 tracing: Switch trace_events_hist.c code over to use guard()
7de8290a66df tools/power turbostat: report CoreThr per measurement interval
e9c928807239 perf/core: Fix child_total_time_enabled accounting bug at task exit
d3f0a68b2914 drm/amdgpu/gfx12: fix num_mec
2ac69453e9e5 drm/amdgpu/gfx11: fix num_mec
528287815ee5 kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally
8a88bb092f42 net: ibmveth: make veth_pool_store stop hanging
ebebeb58d48e arcnet: Add NULL check in com20020pci_probe()
f4fea25f5c7f ipv6: Do not consider link down nexthops in path selection
1eb36a2cdf63 ipv6: Start path selection from the first nexthop
2952776c69a1 net: fix geneve_opt length integer overflow
9dec9dacaeed net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
de579015d132 ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
0a93a710d6df netfilter: nft_tunnel: fix geneve_opt type confusion addition
92a5c1851311 net: decrease cached dst counters in dst_release
9539c1721a36 tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().
47744d0d5f3b vsock: avoid timeout during connect() if the socket is closing
a116b271bf3c udp: Fix memory accounting leak.
94d5ad7b4112 udp: Fix multiple wraparounds of sk->sk_rmem_alloc.
fcbfb54a0269 net: mvpp2: Prevent parser TCAM memory corruption
e5178bfc55b3 sctp: add mutual exclusion in proc_sctp_do_udp_port()
2f35b7673a3a net_sched: skbprio: Remove overly strict queue assertions
3ba9cf69de50 netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
feb1fa2a03a2 netfilter: nf_tables: don't unregister hook when table is dormant
86bd9609fd3e netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only
79618e952ef4 idpf: fix adapter NULL pointer dereference on reboot
d11d0ce887f4 e1000e: change k1 configuration on MTP and later platforms
40d187b247b3 spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent
174954911f1c ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model
48b175aa4677 spi: bcm2835: Do not call gpiod_put() on invalid descriptor
4d8458e48ff1 ASoC: imx-card: Add NULL check in imx_card_probe()
a3800b64f866 nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
c35ec5e046ba riscv/purgatory: 4B align purgatory_start
4c6b1d08e614 riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator
be85b932b578 riscv: Fix hugetlb retrieval of number of ptes in case of !present pte
e50781bf7acc spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()
d3b862658669 ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe()
c76bb2d0aa54 s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation
7e3497d7dacb ublk: make sure ubq->canceling is set when queue is frozen
efd101b1f0f5 x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs
0751db851374 RISC-V: errata: Use medany for relocatable builds
92a25feb4546 ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA
26d14768c4ba firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success
3dbb73a07579 ntb: intel: Fix using link status DB's
cb153bdc1812 ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans
4119e80ce22d riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra
8522051c58d6 fs/9p: fix NULL pointer dereference on mkdir
d04600f43569 spufs: fix a leak in spufs_create_context()
029d8c711f5e spufs: fix gang directory lifetimes
35f789ccebd6 spufs: fix a leak on spufs_new_file() failure
7a95b4887348 netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
8a2cc9ffd13c hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}
bc08c087118e memory: omap-gpmc: drop no compatible check
d840c84cdddd can: statistics: use atomic access in hot path
54c198d672ca ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx
a3612053b2e7 selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
93c59b5548ee net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
cf1b90486748 drm/amd: Keep display off while going into S4
3e6ce0d9ec79 nvme-pci: fix stuck reset on concurrent DPC and HP
5e194e0f77ee x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled
eafd7ec55b1d x86/hyperv: Fix output argument to hypercall that changes page visibility
ddf40162ac79 locking/semaphore: Use wake_q to wake up processes outside lock critical section
e401fa5b953e wifi: mac80211: fix SA Query processing in MLO
9465e09b74eb wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state
56e6d4a8877f ASoC: rt1320: set wake_capable = 0 explicitly
f8dfd7c50170 ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius
e1fc76b2bbf3 x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
ecc08c460866 sched/deadline: Use online cpus for validating runtime
c730833bc025 ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA
01a27b2dd07f ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA
2e2626d1e8db ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA
f57ca98c65cd ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA
ff8ebaf47dce ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA
9dcf970c5c38 ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA
c7943f0677d6 ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA
92075758782c exfat: add a check for invalid data size
77a5ed6b0349 platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA
5dd021991430 platform/x86/amd/pmf: Propagate PMF-TA return codes
f7038ea68fc0 HID: i2c-hid: improve i2c_hid_get_report error message
95459156b366 net: dsa: rtl8366rb: don't prompt users for LED control
64eb31d872fe platform/x86/intel/vsec: Add Diamond Rapids support
10ac73318c3a platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet
6edee7c63b93 cifs: fix incorrect validation for num_aces field of smb_acl
da087905e327 smb: common: change the data type of num_aces to le16
7364420090ac perf/core: Fix perf_pmu_register() vs. perf_init_event()
fbd3a04bd86f ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
64c707d24ccc ALSA: hda/realtek: Fix Asus Z13 2025 audio
83d888b69310 affs: don't write overlarge OFS data block size fields
4fbfb003bba4 affs: generate OFS sequence numbers starting at 1
d8575bdcf820 wifi: brcmfmac: keep power during suspend if board requires it
5eb8c8fee726 nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
63bd235de242 nvme-pci: clean up CMBMSC when registering CMB fails
c2fa1deeb4b8 nvme-tcp: fix possible UAF in nvme_tcp_poll
12622cb7b1d8 wifi: iwlwifi: mvm: use the right version of the rate API
bd888d67c7ce wifi: iwlwifi: fw: allocate chained SG tables for dump
e0862a6d3dab wifi: mac80211: remove debugfs dir for virtual monitor
5d42a3413724 wifi: mac80211: Cleanup sta TXQs on flush
eb532ac40dc8 nfs: Add missing release on error in nfs_lock_and_join_requests()
26bf086ebd70 objtool/loongarch: Add unwind hints in prepare_frametrace()
d80168db5e0c rcu-tasks: Always inline rcu_irq_work_resched()
00911b416ad7 context_tracking: Always inline ct_{nmi,irq}_{enter,exit}()
8e49f912ae14 sched/smt: Always inline sched_smt_active()
22e1e4e11af5 objtool: Fix verbose disassembly if CROSS_COMPILE isn't set
10856c530de3 octeontx2-af: Free NIX_AF_INT_VEC_GEN irq
d2e60c3b8a62 octeontx2-af: Fix mbox INTR handler when num VFs > 64
a436e1434317 net: phy: broadcom: Correct BCM5221 PHY model detection
d3561dc471ac ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid
00c22ab0614a LoongArch: Rework the arch_kgdb_breakpoint() implementation
035a4a852ee8 LoongArch: Fix device node refcount leak in fdt_cpu_clk_init()
396cdb580e2e LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig
11d479dffde5 objtool: Fix segfault in ignore_unreachable_insn()
2a6f8823ff60 ring-buffer: Fix bytes_dropped calculation issue
5923492ba353 net/mlx5e: SHAMPO, Make reserved size independent of page size
457db486203c ksmbd: fix r_count dec/increment mismatch
e0b32b6f0f13 ksmbd: fix multichannel connection failure
3e341dbd5f5a ksmbd: use aead_request_free to match aead_request_alloc
3f17af46cfc7 rndis_host: Flag RNDIS modems as WWAN devices
28b21ee8e8fb rtnetlink: Allocate vfinfo size for VF GUIDs when supported
4a9595eb024b exfat: fix missing shutdown check
6a1407532500 exfat: fix the infinite loop in exfat_find_last_cluster()
7d8dfc27d90d smb: client: Fix netns refcount imbalance causing leaks and use-after-free
81270dd79606 NFS: Shut down the nfs_client only after all the superblocks
cd80277f6521 objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds()
1adc93a525fd objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()
456300be232e thermal: core: Remove duplicate struct declaration
8f178998af67 perf bpf-filter: Fix a parsing error with comma
2c3dea5d1776 perf tools: annotate asm_pure_loop.S
aba918999252 fs/procfs: fix the comment above proc_pid_wchan()
819685fcebdf perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation
5b2b692804ce tty: n_tty: use uint for space returned by tty_write_room()
1817c4b85011 staging: vchiq_arm: Fix possible NPR of keep-alive thread
f3fafa188d96 staging: vchiq_arm: Register debugfs after cdev
f14dd4025975 staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES
ed1d004a5af0 perf: intel-tpebs: Fix incorrect usage of zfree()
70afdf771171 perf dso: fix dso__is_kallsyms() check
18ea76a747ac perf python: Check if there is space to copy all the event
9816424d65a2 perf python: Don't keep a raw_data pointer to consumed ring buffer space
4608d15a43fb perf python: Decrement the refcount of just created event on failure
f0343969111f perf python: Fixup description of sample.id event member
e1c900e078d5 i3c: master: svc: Fix missing the IBI rules
a8edfc206ed1 um: hostfs: avoid issues on inode number reuse by host
5b37d2370d0c um: remove copy_from_kernel_nofault_allowed
2b0328c5f0f9 um: Pass the correct Rust target and options with gcc
0d8ba0ed03c3 selftests/mm/cow: fix the incorrect error handling
eafb4e3a82aa fuse: fix dax truncate/punch_hole fault path
ca27c16539a3 NFS: fix open_owner_id_maxsz and related fields.
46117472a279 NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
8765bc2638ce NFSv4: Avoid unnecessary scans of filesystems for expired delegations
ac8be75a7deb NFSv4: Avoid unnecessary scans of filesystems for returning delegations
4595beb5fee9 NFSv4: Don't trigger uneccessary scans for return-on-close delegations
d04bea49c806 arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig
49d2a2ea9d30 ocfs2: validate l_tree_depth to avoid out-of-bounds access
c6338b0d56f0 kexec: initialize ELF lowest address to ULONG_MAX
c42282a07832 kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page()
32222c0fd242 perf units: Fix insufficient array space
b18056f753bf perf evlist: Add success path to evlist__create_syswide_maps
7cd1096d3bea perf debug: Avoid stack overflow in recursive error message
7a40b52d4442 iio: light: Add check for array bounds in veml6075_read_int_time_ms
967570b52826 iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset
dd6391006379 iio: adc: ad7173: Fix comparison of channel configs
12eeec2fe012 iio: adc: ad7124: Fix comparison of channel configs
0c13dc967e07 iio: adc: ad4130: Fix comparison of channel setups
55e2dbe2ba78 dmaengine: fsl-edma: free irq correctly in remove path
bcd00d044346 dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
201a2bdda13b fs/ntfs3: Prevent integer overflow in hdr_first_de()
284c9549386e fs/ntfs3: Fix a couple integer overflows on 32bit systems
8109f57613a0 usb: xhci: correct debug message page size calculation
fc1b20f16897 perf bench: Fix perf bench syscall loop count
8e901e95bedc perf arm-spe: Fix load-store operation checking
df3892e5e861 iio: backend: make sure to NULL terminate stack buffer
91cc7dca2a69 iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails.
7c640dd70e63 iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio
a17a3db6d411 ucsi_ccg: Don't show failed to get FW build information error
d72a8585043b perf build: Fix in-tree build due to symbolic link
a7b29a28d1e4 tools/x86: Fix linux/unaligned.h include path in lib/insn.c
72a149792714 perf pmu: Don't double count common sysfs and json events
1315b08f609e coresight-etm4x: add isb() before reading the TRCSTATR
3a19eb3d9818 vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint
e90a5776e105 coresight: catu: Fix number of pages while using 64k pages
6f774f82a7fa greybus: gb-beagleplay: Add error handling for gb_greybus_init
372a144dbb96 perf report: Switch data file correctly in TUI
0e344b67bf26 soundwire: slave: fix an OF node reference leak in soundwire slave device
82d0586c3592 isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
f9b0819e8b10 phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id
641394fbb5a5 fs/ntfs3: Update inode->i_mapping->a_ops on compression state
4f750b846280 w1: fix NULL pointer dereference in probe
4baed8d7452b perf: Always feature test reallocarray
de9c71274735 perf stat: Fix find_stat for mixed legacy/non-legacy events
165b155dfedb clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock
bf233124d398 pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()
5416777d568a crypto: hisilicon/sec2 - fix for aead auth key length
0d6460b9d2a3 RDMA/core: Fix use-after-free when rename device name
782526a40149 x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment
c2ddf2f5760b leds: Fix LED_OFF brightness race
a1fab9e64948 mfd: sm501: Switch to BIT() to mitigate integer overflows
7ee71ef057b1 pinctrl: renesas: rzv2m: Fix missing of_node_put() call
cad677085274 RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow
19e6817f8400 bpf: Fix array bounds error with may_goto
cff6b3c8085d clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable()
4fdbccc738af crypto: nx - Fix uninitialised hv_nxc on error
ac9e52aca2cb power: supply: max77693: Fix wrong conversion of charge input threshold value
b6542ef0d4dd x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1
cd0e4789f870 clk: amlogic: g12a: fix mmc A peripheral clock
f29760cdca4b clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents
64bb7efb0c4c crypto: qat - remove access to parity register for QAT GEN4
4409e87cdc8b pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment
8ba426f170f1 rust: fix signature of rust_fmt_argument
c9fad5ce1ef9 selftests/bpf: Select NUMA_NO_NODE to create map
4d32504f7ae9 clk: amlogic: gxbb: drop non existing 32k clock parent
dc8477444ac6 clk: amlogic: g12b: fix cluster A parent data
52f3ef292b7b pinctrl: tegra: Set SFIO mode to Mux Register
2aec4d9a79a7 IB/mad: Check available slots before posting receive WRs
6d4e56e4c581 crypto: api - Fix larval relookup type and mask
eae034cdcee9 power: supply: bq27xxx_battery: do not update cached flags prematurely
005d8de09c71 remoteproc: qcom_q6v5_mss: Handle platforms with one power domain
a114d25d584c RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()
257f0bdd5a4b RDMA/mlx5: Fix calculation of total invalidated pages
df45ae2a4f1c RDMA/core: Don't expose hw_counters outside of init net namespace
c9c2582c4cd1 clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent
dcb5997ead6d selftests/bpf: Fix freplace_link segfault in tailcalls prog test
25aa4fe297a5 RDMA/mlx5: Fix MR cache initialization error flow
fb4206c76b99 pinctrl: renesas: rzg2l: Fix missing of_node_put() call
3980e3741a8c pinctrl: renesas: rza2: Fix missing of_node_put() call
e7b7f5a170d3 lib: 842: Improve error handling in sw842_compress()
8ed5381756de bpf: Use preempt_count() directly in bpf_send_signal_common()
42efddee037b clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK
82484764ea90 remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226
4a7e28e3523f crypto: tegra - Set IV to NULL explicitly for AES ECB
7d25febb0e03 RDMA/mana_ib: Ensure variable err is initialized
088a200ebf46 s390: Remove ioremap_wt() and pgprot_writethrough()
bd717b4dea87 clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock
13a2312c5352 crypto: tegra - Fix CMAC intermediate result handling
241d9965109b pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw()
24307866e0ac clk: samsung: Fix UBSAN panic in samsung_clk_init()
81d4e03116d3 remoteproc: qcom: pas: add minidump_id to SC7280 WPSS
b5d1970003cc clk: renesas: r8a08g045: Check the source of the CPU PLL settings
8d6373f83f36 x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
919206201aac selftests/bpf: Fix string read in strncmp benchmark
652a3dfd8c2b libbpf: Fix hypothetical STT_SECTION extern NULL deref case
73fd28b12d78 remoteproc: qcom_q6v5_pas: Make single-PD handling more robust
26c0229b604e pinctrl: renesas: rzg2l: Suppress binding attributes
bfcca46f01ac of: property: Increase NR_FWNODE_REFERENCE_ARGS
2df19f5f6f72 remoteproc: core: Clear table_sz when rproc_shutdown
01fd737776ca RDMA/mlx5: Fix page_size variable overflow
51bcbe6cdaf0 crypto: hisilicon/sec2 - fix for sec spec check
71f4581c464b crypto: hisilicon/sec2 - fix for aead authsize alignment
0069c0e671ab clk: amlogic: gxbb: drop incorrect flag on 32k clock
46ea02988bb9 crypto: tegra - Use HMAC fallback when keyslots are full
057298d19334 crypto: bpf - Add MODULE_DESCRIPTION for skcipher
3e0d61cf588f crypto: tegra - check return value for hash do_one_req
5d9147db00d3 crypto: tegra - Use separate buffer for setkey
f23dfee54b57 crypto: qat - set parity error mask for qat_420xx
92936d50c5b8 crypto: iaa - Test the correct request flag
238ece4937aa fbdev: sm501fb: Add some geometry checks.
8356f4570082 mdacon: rework dependency list
d3ea050c153d dummycon: fix default rows/cols
9a14cacaf527 fbdev: au1100fb: Move a variable assignment behind a null pointer check
b1c4bd166771 PCI: pciehp: Don't enable HPIE when resuming in poll mode
e23dfb926f5b PCI: Fix BAR resizing when VF BARs are assigned
a1855c2ebb88 PCI: histb: Fix an error handling path in histb_pcie_probe()
b004cf517d8e PCI: dwc: ep: Return -ENOMEM for allocation failures
3453bcaf2ca9 drm/amd/display: avoid NPD when ASIC does not support DMUB
d877bf6eb39c drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
57a9fb47551b drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr
e5838a2bf16f drm/mediatek: Fix config_updating flag never false when no mbox channel
02e94069c3e9 PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe
362b5879a7f3 PCI: Remove stray put_device() in pci_register_host_bridge()
7b40c5b938e9 powerpc/kexec: fix physical address calculation in clear_utlb_entry()
7e754aa0daaf crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD
a3030fcba3c8 drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump
f42a78df8894 drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters()
b8b5e2e77083 drm/panthor: Update CS_STATUS_ defines to correct values
bcb484200441 PCI: Avoid reset when disabled via sysfs
2a54a1a9c6c9 PCI/portdrv: Only disable pciehp interrupts early when needed
2cf276e501c4 PCI: brcmstb: Fix potential premature regulator disabling
df63321a40cc PCI: brcmstb: Fix error path after a call to regulator_bulk_get()
0fe63272c43c PCI: brcmstb: Use internal register to change link capability
4557922dbfca PCI: brcmstb: Set generation limit before PCIe link up
b23b73ea4c21 PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload
c0ef1c8ef70b drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables'
70f1dcc21779 drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host
2af52e4d2e19 drm/msm/dsi: Use existing per-interface slice count in DSC timing
a47ee1884c5b drm/msm/dsi/phy: Program clock inverters in correct register
47a025046640 drm/msm/dpu: don't use active in atomic_check()
a99219bbd69a drm/amd/display: fix an indent issue in DML21
8ba27aa51286 PCI/ACS: Fix 'pci=config_acs=' parameter
91b0ab875128 drm/panel: ilitek-ili9882t: fix GPIO name in error message
f556b6ba0ac5 PCI/ASPM: Fix link state exit during switch upstream function removal
4f997843de78 drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
0fe9a58fa5d0 drm/mediatek: mtk_hdmi: Unregister audio platform device on failure
372e387c4f1c PCI: Remove add_align overwrite unrelated to size0
254f771c7067 PCI: Use downstream bridges for distributing resources
f2b099e945ee drm/amdgpu/umsch: fix ucode check
2dbf9e3efcc0 drm/amdgpu: refine smu send msg debug log format
2a07eab05d9d gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines
d5eb8e347905 drm/vkms: Fix use after free and double free on init error
b84d743c2393 drm: xlnx: zynqmp: Fix max dma segment size
dd8e6445e4e3 drm/bridge: it6505: fix HDCP V match check is not performed correctly
69e90c1e3391 drm/dp_mst: Fix drm RAD print
5ffb6b9a1a04 drm/ssd130x: ensure ssd132x pitch is correct
5a3461ca54db drm/ssd130x: fix ssd132x encoding
a9c4366566e6 drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
950513eba9cb drm/bridge: ti-sn65dsi86: Fix multiple instances
15291b561d8c ALSA: timer: Don't take register_mutex with copy_from/to_user()
11242f4b9baa ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible
f751361b3a15 ALSA: hda/realtek: Always honor no_shutup_pins
2050247d5ebf dt-bindings: vendor-prefixes: add GOcontroll
7fdca6c0b12c HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER
da3ac4cf7f13 ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry
748a1118d20d ASoC: cs35l41: check the return value from spi_setup()
5b6739341500 platform/x86: dell-ddv: Fix temperature calculation
0654ea13976c platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static
a4f38bc600f3 platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static
4f42478af663 auxdisplay: panel: Fix an API misuse in panel.c
f0a72629ccec media: platform: allgro-dvt: unregister v4l2_device on the error path
d34100049923 media: verisilicon: HEVC: Initialize start_bit field
e161533964de auxdisplay: MAX6959 should select BITREVERSE
d026245063d2 regulator: pca9450: Fix enable register for LDO5
f5852872eb29 x86/entry: Add __init to ia32_emulation_override_cmdline()
52e513a8850c x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures
b86500597089 x86/traps: Make exc_double_fault() consistently noreturn
5108828fecfc perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
345957c1cfb8 lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*()
c3a4c91a409e PM: sleep: Fix handling devices with direct_complete set on errors
953d28a4f459 thermal: int340x: Add NULL check for adev
a8a1bcc27d46 x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
385a0265295f EDAC/ie31200: Fix the error path order of ie31200_init()
4294e94f43c7 EDAC/ie31200: Fix the DIMM size mask for several SoCs
67d079c0f29e EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer
96b4f2e97408 selinux: Chain up tool resolving errors in install_policy.sh
864750968d71 watchdog/hardlockup/perf: Fix perf_event memory leak
b471631fa19a kunit/stackinit: Use fill byte different from Clang i386 pattern
ff435a627342 RISC-V: KVM: Disable the kernel perf counter during configure
e2bda794d381 cpufreq: tegra194: Allow building for Tegra234
31d5665172b3 PM: sleep: Adjust check before setting power.must_resume
4d28c2ab2af5 lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
9807270d7399 x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()
3e14d9a4eb74 x86/platform: Only allow CONFIG_EISA for 32-bit
a086e7cde509 x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()
568aa554e760 x86/fpu: Fix guest FPU state buffer allocation size
2c27c9e1d18a EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids
f381c92ab4ec cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()
b576c4834d5a sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
7b1d2454d0b6 sched: Cancel the slice protection of the idle entity
2d5c37dff4b0 smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label
9d93922280f9 smack: dont compile ipv6 code unless ipv6 is configured
40426fc0970e cpufreq: scpi: compare kHz instead of Hz
bc4d689a231d x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
56ec918e6c86 watch_queue: fix pipe accounting mismatch
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
(From OE-Core rev: 054457a772df0e7866fa4ff0f22d79622ff419bd)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
a472092f33 |
linux-yocto/6.12: update to v6.12.22
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
55767d6e74ef Linux 6.12.22
9e6e83e1e2d0 bcachefs: bch2_ioctl_subvolume_destroy() fixes
a964484a3537 serial: 8250_dma: terminate correct DMA in tx_dma_flush()
5f9176f82ec7 serial: stm32: do not deassert RS485 RTS GPIO prematurely
f86907583000 perf tools: Fix up some comments and code to properly use the event_source bus
b094e8e3988e memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
a4931d9fb99e usb: xhci: Apply the link chain quirk on NEC isoc endpoints
6af20ac254cb usb: xhci: Don't skip on Stopped - Length Invalid
ed5760db3d8a net: usb: usbnet: restore usb%d name exception for local mac addresses
52e05bea53c2 net: usb: qmi_wwan: add Telit Cinterion FE990B composition
666e78b47713 net: usb: qmi_wwan: add Telit Cinterion FN990B composition
53a005d3019f tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
27bd86d139ce tty: serial: 8250: Add Brainboxes XC devices
54f9a8dcab90 tty: serial: 8250: Add some more device IDs
0fac51a2d143 counter: microchip-tcb-capture: Fix undefined counter channel state on probe
181a2ab650f7 counter: stm32-lptimer-cnt: fix error handling when enabling
3ed38d0297fa ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
2bb139e483f8 netfilter: socket: Lookup orig tuple for IPv6 SNAT
2c1674fb52b2 drm/amd/display: Don't write DP_MSTM_CTRL after LT
95407304253a nfsd: fix legacy client tracking initialization
09691f367df4 atm: Fix NULL pointer dereference
dddd13f7f167 HID: hid-plantronics: Add mic mute mapping and generalize quirks
a532e7680878 ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names
2ee7ebed771b mips: Add '-std=gnu11' to vdso CFLAGS
3423cae69078 Linux 6.12.21
2fa52cd829c1 mptcp: Fix data stream corruption in the address announcement
86368616a9ce mm/huge_memory: drop beyond-EOF folios with the right number of refs
e7940c5794c3 arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S
9aaffd371829 libsubcmd: Silence compiler warning
8ece5abd7490 Revert "sched/core: Reduce cost of sched_move_task when config autogroup"
c7762348038b KVM: arm64: Eagerly switch ZCR_EL{1,2}
4a397bf077e7 KVM: arm64: Mark some header functions as inline
2e4f2c20db53 KVM: arm64: Refactor exit handlers
cb53828d6911 KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
d547b363f16a KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
f19a46cb5373 KVM: arm64: Remove host FPSIMD saving for non-protected KVM
79e140bba70b KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state
e6cd28bbbf90 KVM: arm64: Calculate cptr_el2 traps on activating traps
73ef4f6e379b io_uring/net: fix sendzc double notif flush
a4cb17797a5d ksmbd: fix incorrect validation for num_aces field of smb_acl
731eccbd65aa drm/amdkfd: Fix user queue validation on Gfx7/8
3aa8e00fefca drm/amdgpu: Fix JPEG video caps max size for navi1x and raven
a0a43a133371 drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size
499d1adcac3e drm/amdgpu: Remove JPEG from vega and carrizo video caps
97c2a78d2995 drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2
4b8b7026fc3b drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2
8201c17e986e drm/amdgpu: Restore uncached behaviour on GFX12
eacbc9d28391 drm/amd/pm: add unique_id for gfx12
c58726d64d08 drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
1992e216fd3c drm/amd/display: Fix message for support_edp0_on_dp1
7341e36e6513 drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini()
1135a9431160 drm/sched: Fix fence reference count leak
dd1801aa01bb drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()
b2ab8c713bad pmdomain: amlogic: fix T7 ISP secpower
f4489260f571 soc: qcom: pdr: Fix the potential deadlock
91176c193417 batman-adv: Ignore own maximum aggregation size during RX
130290f44bce xsk: fix an integer overflow in xp_create_and_assign_umem()
6afe2ea2daec keys: Fix UAF in key_put()
8332847875f7 efi/libstub: Avoid physical address 0x0 when doing random allocation
c4e37b381a7a firmware: qcom: uefisecapp: fix efivars registration race
54ccfef43773 ARM: shmobile: smp: Enforce shmobile_smp_* alignment
0b1d48698ed9 ARM: dts: imx6qdl-apalis: Fix poweroff on Apalis iMX6
2e1dfe3105ab memcg: drain obj stock on cpu hotplug teardown
ede3e8ac90ae proc: fix UAF in proc_get_inode()
4b84c6437f4b mm/page_alloc: fix memory accept before watermarks gets initialized
c057ee03f751 mm/migrate: fix shmem xarray update during migration
abc2677d167d mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
baa37829052f selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
8f8eb5afa2cb mmc: atmel-mci: Add missing clk_disable_unprepare()
e96500b7d695 mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops
838c916e6d66 arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou
f8ec8036e7e0 arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou
200517d82b4c arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to sound card
16f1b7dc28a4 arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card
b362fc904d26 accel/qaic: Fix integer overflow in qaic_validate_req()
a99f1254b11e regulator: check that dummy regulator has been probed before using it
d3b83a1442a0 regulator: dummy: force synchronous probing
0def1a40c3e7 netfs: Call `invalidate_cache` only if implemented
adb7325362c7 riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions
66e3cc3885e8 io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally
4b4d2527840f drm/v3d: Don't run jobs that have errors flagged in its fence
c76a537ca228 drm/xe: Fix exporting xe buffers multiple times
dc55ba5f6dd5 can: flexcan: disable transceiver during system PM
7072723e0534 can: flexcan: only change CAN state when link up in system PM
8cec9e314d33 can: ucan: fix out of bound read in strscpy() source
eb14937ece4f can: rcar_canfd: Fix page entries in the AFL list
76a13fad5a3f dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
15cc669513d6 net: mana: Support holes in device list reply msg
bb83e6e7b56e i2c: omap: fix IRQ storms
71c9cf87776e tracing: tprobe-events: Fix leakage of module refcount
a3ff812d68f6 Revert "gre: Fix IPv6 link-local address generation."
250793874f91 net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
176d0333aae4 libfs: Fix duplicate directory entry in offset_dir_lookup
0d8a8179fa52 net: ipv6: ioam6: fix lwtunnel_output() loop
49a009135042 net: lwtunnel: fix recursion loops
1344df9a981c net: ti: icssg-prueth: Add lock to stats
326223182e47 net: atm: fix use after free in lec_send()
99918fb674d2 gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU
58ed057dcdb3 phy: fix xa_alloc_cyclic() error handling
cb2f8a5c1fd9 dpll: fix xa_alloc_cyclic() error handling
f8aaa38cfaf6 devlink: fix xa_alloc_cyclic() error handling
cfbde06fda15 ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().
29d91820184d ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().
8940e6168bb3 net: ipv6: fix TCP GSO segmentation with NAT
d4bf956547c3 net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence
8bf2f1ba2729 ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs
5ba4f58ec2de tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
dfc80ed249b6 ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX
1be40f79d36d accel/qaic: Fix possible data corruption in BOs > 2G
e8f50474037f Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
761b7c36addd Bluetooth: Fix error code in chan_alloc_skb_cb()
bc6824b3aaff RDMA/hns: Fix wrong value of max_sge_rd
abf7f5be159a RDMA/hns: Fix missing xa_destroy()
0fa35d93d50a RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common()
7912097c9304 RDMA/hns: Fix invalid sq params not being blocked
4e4c2571aac4 RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()
13a52f6c9ff9 RDMA/hns: Fix soft lockup during bt pages loop
d7b8dc4a0dce RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path
ca3c033a4fe1 dma-mapping: fix missing clear bdr in check_ram_in_range_map()
db7dd032eeb2 ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200
2c74f29eaa0d ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
d4ebdbbd4603 ARM: dts: bcm2711: Don't mark timer regs unconfigured
49d3178ea54a ARM: OMAP1: select CONFIG_GENERIC_IRQ_CHIP
7c2a5a535cbd RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()
adeba5b0d120 RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx
2776978d2fac RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests
9d22afe499d0 arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1
be96850f9ed2 arm64: dts: bcm2712: PL011 UARTs are actually r1p5
98c175b8eb2b ARM: dts: bcm2711: PL011 UARTs are actually r1p5
b8a47aa0b3df ARM: dts: bcm2711: Fix xHCI power-domain
11ae21f1b926 soc: imx8m: Unregister cpufreq and soc dev in cleanup path
224d8bf798fb soc: imx8m: Use devm_* to simplify probe failure handling
4d709816638d soc: imx8m: Remove global soc_uid
25e4700489cf xfrm_output: Force software GSO only in tunnel mode
a0395e96831a xfrm: fix tunnel mode TX datapath in packet offload mode
a64df69c9718 arm64: dts: rockchip: remove supports-cqe from rk3588 tiger
02396956ad89 arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar
5e203693ebf2 arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply
ea835113e5d0 firmware: imx-scu: fix OF node leak in .probe()
d78510d151b5 firmware: qcom: scm: Fix error code in probe()
f491dd2afe1c Linux 6.12.20
62b9ad7e52d4 fs/netfs/read_collect: add to next->prev_donated
8f324d99306b HID: apple: disable Fn key handling on the Omoton KB066
888bcd6c5832 nvme-fc: rely on state transitions to handle connectivity loss
f87271d21dd4 Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
ee06d5c81041 tools/sched_ext: Add helper to check task migration state
46db29a2c8b1 sched_ext: selftests/dsp_local_on: Fix selftest on UP systems
9d9d87e44dd7 smb: client: Fix match_session bug preventing session reuse
beb97eba4cd8 smb3: add support for IAKerb
f41514828296 mm/hugetlb: wait for hugetlb folios to be freed
3b699bcc2667 i2c: sis630: Fix an error handling path in sis630_probe()
ee2ae325f78e i2c: ali15x3: Fix an error handling path in ali15x3_probe()
be05097610f0 i2c: ali1535: Fix an error handling path in ali1535_probe()
9233b85afb47 x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors
1c46673be93d cifs: Fix integer overflow while processing closetimeo mount option
4740cef2a9d0 cifs: Fix integer overflow while processing actimeo mount option
2809a79bc649 cifs: Fix integer overflow while processing acdirmax mount option
833f2903eb8b cifs: Fix integer overflow while processing acregmax mount option
527bde0d9cac block: change blk_mq_add_to_batch() third argument type to bool
0dfe4a7957a5 scripts: generate_rust_analyzer: add uapi crate
4614939363bb scripts: generate_rust_analyzer: add missing include_dirs
657f5e3eeceb scripts: generate_rust_analyzer: add missing macros deps
7c29e8fd1f0e drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps
e72a52a5cf18 ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe()
77213a424a48 nvme: move error logging from nvme_end_req() to __nvme_end_req()
6f33bb8664b8 drm/xe/pm: Temporarily disable D3Cold on BMG
b99b5c254442 drm/xe/userptr: Fix an incorrect assert
0e9989bea707 drm/xe: Release guc ids before cancelling work
084c46a133c1 drm/xe: cancel pending job timer before freeing scheduler
90d1cf2fad80 ASoC: rt722-sdca: add missing readable registers
9dcd2b72ea05 rust: init: add missing newline to pr_info! calls
c79a462560d0 ASoC: cs42l43: Fix maximum ADC Volume
cebcc1f336a6 drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()
4ec50b0cead5 rust: error: add missing newline to pr_warn! calls
a46a9371f8b9 ASoC: ops: Consistently treat platform_max as control value
752b56bb76e2 sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
72833a339f1f net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata
d52d624f3d70 net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata
b9004fe68878 smb: client: fix regression with guest option
9721f3a79345 qlcnic: fix memory leak issues in qlcnic_sriov_common.c
608bbf7ff5a5 Fix mmu notifiers for range-based invalidates
f6bbea2ffea7 arm64: mm: Populate vmemmap at the page level if not section aligned
5a87e46da241 dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature
454825019d2f netmem: prevent TX of unreadable skbs
e2c89427e08b ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model
ac4b32cb59ff ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks()
0a024f992500 clk: samsung: gs101: fix synchronous external abort in samsung_clk_save()
d14ef11b1d1e clk: samsung: update PLL locktime for PLL142XX used on FSD platform
a4261bbc33fb ksmbd: prevent connection release during oplock break notification
62746ae3f541 ksmbd: fix use-after-free in ksmbd_free_work_struct
bac7b8b1a3f1 drm/amd/display: Fix slab-use-after-free on hdcp_work
04f90b505ad3 drm/amd/display: Assign normalized_pix_clk when color depth = 14
6d669a3b031a drm/amd/display: Restore correct backlight brightness after a GPU reset
fefa811e616b drm/amd/display: fix missing .is_two_pixels_per_container
9826fd36ff20 drm/amd/display: fix default brightness
d1227b94d75c drm/amd/display: Disable unneeded hpd interrupts during dm_init
60ae74e367ae drm/amdgpu/display: Allow DCC for video formats on GFX12
c5c5e76aea80 drm/amd/amdkfd: Evict all queues even HWS remove queue failed
72235808eabe drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags
beb47bc67363 drm/dp_mst: Fix locking when skipping CSN before topology probing
962912aaf8d1 drm/atomic: Filter out redundant DPMS calls
e487d35964fb drm/panic: fix overindented list items in documentation
8232ec53bcdd drm/panic: use `div_ceil` to clean Clippy warning
8f55d4414d55 drm/i915/cdclk: Do cdclk post plane programming later
220e26960ef4 spi: microchip-core: prevent RX overflows when transmit size > FIFO size
488ffc0cac38 x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes
677088b7fa88 rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`
514d35a745b8 rust: Disallow BTF generation with Rust + LTO
28d472f153f9 rust: alloc: satisfy POSIX alignment requirement
6db379b34a06 rust: remove leftover mentions of the `alloc` crate
2ef7bdb84620 rust: lockdep: Remove support for dynamically allocated LockClassKeys
ccffb475c133 USB: serial: option: match on interface class for Telit FN990B
d233dbf101b1 USB: serial: option: fix Telit Cinterion FE990A name
3bfa629f4516 USB: serial: option: add Telit Cinterion FE990B compositions
87ede08ef245 USB: serial: ftdi_sio: add support for Altera USB Blaster 3
1a7493a2b899 Input: i8042 - swap old quirk combination with new quirk for more devices
64c6abf1b427 Input: i8042 - swap old quirk combination with new quirk for several devices
ee554ffa3731 Input: i8042 - add required quirks for missing old boardnames
3d6fa8c56bb1 Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ
0ff93d895619 Input: xpad - rename QH controller to Legion Go S
f7ccf4eb4bac Input: xpad - add support for TECNO Pocket Go
d91dd818f1fc Input: xpad - add support for ZOTAC Gaming Zone
e2304bbf8789 Input: xpad - add multiple supported devices
1936b189fa7d Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers
84f7b6f1d63a Input: iqs7222 - preserve system status register
2daccd3b50dd Input: ads7846 - fix gpiod allocation
eff502828bb4 Input: goodix-berlin - fix vddio regulator references
fef9d44b24be cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point()
b2bccc729b93 cifs: Validate content of WSL reparse point buffers
061ea46c56f6 vhost: return task creation error instead of NULL
7184e996107c block: fix 'kmem_cache of name 'bio-108' already exists'
d1ceef54b239 net: Handle napi_schedule() calls from non-interrupt
1cf295ac531c drm/nouveau: Do not override forced connector status
27fcaf0afe16 mptcp: safety check before fallback
d7e94211d12d perf/x86/rapl: Add support for Intel Arrow Lake U
2d2b4bdf083d x86/irq: Define trace events conditionally
c481ada21a72 x86/of: Don't use DTB for SMP setup if ACPI is enabled
b1d5a2c0501f perf/x86/intel: Use better start period for frequency mode
665de082f3cb drm/vkms: Round fixp2int conversion in lerp_u16
7b67d2671481 ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup
e5c9f8d2202d ASoC: dapm-graph: set fill colour of turned on nodes
df2ae00d9605 fuse: don't truncate cached, mutated symlink
c54e42985189 ASoC: tas2764: Set the SDOUT polarity correctly
1769f5cb5395 ASoC: tas2764: Fix power control mask
e43334e1dc09 ASoC: tas2770: Fix volume scale
06d7337799dc phy: ti: gmii-sel: Do not use syscon helper to build regmap
bfe7f298eedc nvme: only allow entering LIVE from CONNECTING state
94e7476fa7c5 sctp: Fix undefined behavior in left shift operation
7ece63c977c1 cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes
317fb015fe58 apple-nvme: Release power domains when probe fails
1f07456a5a66 nvmet-rdma: recheck queue state is LIVE in state lock in recv done
fd903dd30122 nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
b349a3d1b15e io-wq: backoff when retrying worker creation
4fd9f51368a2 net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
a14be80a82c8 ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
985c2c69a5e4 ASoC: SOF: amd: Add post_fw_run_delay ACP quirk
eb49f80b8a6f ALSA: hda: hda-intel: add Panther Lake-H support
458173e86d77 ASoC: SOF: Intel: pci-ptl: Add support for PTL-H
c51c8ec76cfc ALSA: hda: intel-dsp-config: Add PTL-H support
4ed43c26b7dc PCI: pci_ids: add INTEL_HDA_PTL_H
8aac6256919d ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module
5b27776a2beb ASoC: arizona/madera: use fsleep() in up/down DAPM event delays.
f6eaaf1f5bcf ASoC: rsnd: adjust convert rate limitation
6ff121ffe87c ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime()
e96e1000be20 ASoC: rsnd: indicate unsupported clock rate
d44418f5024f ALSA: hda/realtek: Limit mic boost on Positivo ARN50
a402f90da448 ASoC: simple-card-utils.c: add missing dlc->of_node
c18fc7e6bbd0 ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull
ed05ae9a27c9 ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14
d5742c484f52 ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID
45fb7e0d0cab selftests/bpf: Fix invalid flag of recv()
02a12760d7c9 drm/tests: hdmi: Fix recursive locking
b0f9bb67869d drm/tests: hdmi: Reorder DRM entities variables assignment
9828d2f2a6ee drm/tests: hdmi: Remove redundant assignments
f8094625a591 Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
2139811c3f79 Xen/swiotlb: mark xen_swiotlb_fixup() __init
aa3b0ea4742a arm64: amu: Delay allocating cpumask for AMU FIE support
8aa4c89378ed LoongArch: KVM: Set host with kernel mode when switch to VM mode
f30b7b949ed8 LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE
a91922e9eab5 thermal/cpufreq_cooling: Remove structure member documentation
e129f7291506 s390/cio: Fix CHPID "configure" attribute caching
7e759fb01512 platform/x86: int3472: Call "reset" GPIO "enable" for INT347E
515b17dcd4cf platform/x86: int3472: Use correct type for "polarity", call it gpio_flags
f6ee81371e70 platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles
f92324135f09 platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e
30a40b592594 sched: Clarify wake_up_q()'s write to task->wake_q.next
c39bd0df25b4 objtool: Ignore dangling jump table entries
d5ca39d3369a btrfs: fix two misuses of folio_shift()
3ceaafa26f30 HID: apple: fix up the F6 key on the Omoton KB066 keyboard
024d7e006aa4 HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
08fde0878480 selftests/cgroup: use bash in test_cpuset_v1_hp.sh
fb019cf04211 HID: topre: Fix n-key rollover on Realforce R3S TKL boards
2501c9ce2da7 HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs
25736fe5893d usb: phy: generic: Use proper helper for property detection
705f2515189c HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode
6ca3d4d87af4 HID: ignore non-functional sensor in HP 5MP Camera
3cef11955f29 HID: intel-ish-hid: Send clock sync message immediately after reset
e9275a19e271 HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell
05db4968d4bb sched_ext: selftests/dsp_local_on: Fix sporadic failures
7963b379a37c selftests: always check mask returned by statmount(2)
37e638d4cae4 vboxsf: fix building with GCC 15
3b477a0296f4 alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
ef35c36fb4f1 smb: client: fix noisy when tree connecting to DFS interlink targets
61699cb2534f ACPI: resource: IRQ override for Eluktronics MECH-17
af71ba921d08 scsi: qla1280: Fix kernel oops when debug level > 2
3be04084517e scsi: ufs: core: Fix error return with query response
1207e5d1a268 scsi: core: Use GFP_NOIO to avoid circular locking dependency
36793d90d76f drm/amd/display: Fix out-of-bound accesses
8bf1b5eeaf94 platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
20d6994b6f1f sched/debug: Provide slice length for fair tasks
b253660fac5e iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic()
aa189c394168 futex: Pass in task to futex_queue()
fb51a7209398 btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
ccdec7ea9a3d powercap: call put_device() on an error path in powercap_register_control_type()
ae5716b4631f hrtimers: Mark is_migration_base() with __always_inline
18bee525aa9a nvme-fc: do not ignore connectivity loss during connecting
50ef04270048 nvme-fc: go straight to connecting state when initializing
d6402fb37720 net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices
f7bf259a0427 net/mlx5: Bridge, fix the crash caused by LAG state check
b22fae6a7aaf net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch
4251e73182c3 net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs
5f634c972be8 net/mlx5: HWS, Rightsize bwc matcher priority
9e79fdabd52c Revert "openvswitch: switch to per-action label counting in conntrack"
e6610f9c08b4 net: openvswitch: remove misbehaving actions length check
a4d42b590115 gre: Fix IPv6 link-local address generation.
931681bc821f netfilter: nft_exthdr: fix offset with ipv4_find_option()
5c3ca9cb48b5 net_sched: Prevent creation of classes with TC_H_ROOT
e6cb63fac7fd ipvs: prevent integer overflow in do_ip_vs_get_ctl()
db1e0c085682 netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()
992a60cdfd9f rtase: Fix improper release of ring list entries in rtase_sw_reset
247347fe0cdd selftests: bonding: fix incorrect mac address
4cf224c45fe7 bonding: fix incorrect MAC address setting to receive NS messages
5c47d5bfa7b0 net: mctp: unshare packets when reassembling
a597d4b75669 net: switchdev: Convert blocking notification chain to a raw one
187ef72a8438 eth: bnxt: fix memory leak in queue reset
0997443906b9 bnxt_en: handle tpa_info in queue API implementation
fa36f457eec3 bnxt_en: refactor tpa_info alloc/free into helpers
f49bc4d7ff3d eth: bnxt: use page pool for head frags
f059a0fd7330 eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}
5b57ed14a1b8 eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
a6604717850e eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
14eb5f0d6554 eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()
19107e71be33 eth: bnxt: fix truesize for mb-xdp-pass case
1d34296409a5 net/mlx5: handle errors in mlx5_chains_create_table()
102d02874911 Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio()
4545e2aa121a fbdev: hyperv_fb: Allow graceful removal of framebuffer
ae833890703c fbdev: hyperv_fb: Simplify hvfb_putmem
cfffe46a994a fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs
24f1bbfb2be7 drm/hyperv: Fix address space leak when Hyper-V DRM device is removed
be7188d7f1f6 netpoll: hold rcu read lock in __netpoll_send_skb()
caff87addf19 net: mctp i2c: Copy headers if cloned
370dacb7edc2 net: mctp i3c: Copy headers if cloned
956d8ef54a42 net: dsa: mv88e6xxx: Verify after ATU Load ops
251841a71c4f net/mlx5: Fill out devlink dev info only for PFs
55b098a2beec Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"
0677a4f3c067 Bluetooth: hci_event: Fix enabling passive scanning
a5158d67bff0 wifi: cfg80211: cancel wiphy_work before freeing wiphy
83a73cb88f1d wifi: mac80211: don't queue sdata::work for a non-running sdata
6114d2e6efda wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
68896dd50180 sched: address a potential NULL pointer dereference in the GRED scheduler.
0befa32ac3f9 netfilter: nf_tables: make destruction work queue pernet
a5396ee0f541 netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around
198907fa1444 ice: Fix switchdev slow-path in LAG
3b27e6e10a32 ice: fix memory leak in aRFS after reset
44386eb2d9b7 ice: do not configure destination override for switchdev
2231d7c821f3 netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.
a585f6ea42ec pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw
319900a10835 pinctrl: bcm281xx: Fix incorrect regmap max_registers value
ea8411db9fba fbdev: hyperv_fb: iounmap() the correct memory when removing a device
99012b24ca23 userfaultfd: fix PTE unmapping stack-allocated PTE copies
4e9507246298 mm: fix kernel BUG when userfaultfd_move encounters swapcache
a74979dce9e9 mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq
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
(From OE-Core rev: dc1f7b326cd2aa8b074158e24af4ee41614cd459)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
3408d70d2c |
linux-yocto/6.12: config: add pmem to genericarm64
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: genericarm64: add pmem feature and enable on genericarm64
Date: Fri, 14 Mar 2025 11:48:34 +0200
PMEM enables firmware to provide large memory block devices
to the kernel. The firmware can download e.g. installer
rootfs images to memory which kernel can then boot into.
u-boot support has been added in
https://lore.kernel.org/u-boot/20241203163605.1482152-2-sughosh.ganu@linaro.org/
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 15269f4ef08a5aa40e1794025a294ae66784a9e4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
8df460977d |
mips: Add '-std=gnu11' to vdso CFLAGS
Integrating the following commit(s) to linux-yocto/6.12:
1/1 [
Author: Khem Raj
Email: raj.khem@gmail.com
Subject: mips: Add '-std=gnu11' to vdso CFLAGS
Date: Wed, 26 Mar 2025 20:24:36 -0700
GCC 15 changed the default C standard dialect from gnu17 to gnu23,
which should not have impacted the kernel because it explicitly requests
the gnu11 standard in the main Makefile. However, mips/vdso code uses
its own CFLAGS without a '-std=' value, which break with this dialect
change because of the kernel's own definitions of bool, false, and true
conflicting with the C23 reserved keywords.
include/linux/stddef.h:11:9: error: cannot use keyword 'false' as enumeration constant
11 | false = 0,
| ^~~~~
include/linux/stddef.h:11:9: note: 'false' is a keyword with '-std=c23' onwards
include/linux/types.h:35:33: error: 'bool' cannot be defined via 'typedef'
35 | typedef _Bool bool;
| ^~~~
include/linux/types.h:35:33: note: 'bool' is a keyword with '-std=c23' onwards
Add '-std=gnu11' to the decompressor and purgatory CFLAGS to eliminate
these errors and make the C standard version of these areas match the
rest of the kernel.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 832657740c76c63b2e2e9229eb3934c04a5d5ca1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
e1a6ae2309 |
linux-yocto/6.12: yaffs2: fix module build
Integrating the following commit(s) to linux-yocto/6.12:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: yaffs2: switch from readlink_copy() to vfs_readlink()
Date: Fri, 14 Mar 2025 10:33:42 +0200
To compile also as module. Fixes:
ERROR: modpost: "readlink_copy" [fs/yaffs2/yaffs.ko] undefined!
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 276922ca1957b8e4234fd3e4884b3a2bcd4017fe)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
edbd2f82bd |
linux-yocto/6.12: update to v6.12.19
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
e9cc806c0152 Linux 6.12.19
52b0eb50f84f wifi: iwlwifi: pcie: Fix TSO preparation
8031772e5a9d x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
e551a183d635 selftests/bpf: Clean up open-coded gettid syscall invocations
86b7ebddab03 uprobes: Fix race in uprobe_free_utask
af43986832ab KVM: e500: always restore irqs
232995790911 Revert "KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()"
bdc0467e1177 Revert "KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock"
681b5823ed79 Revert "KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults"
652fbadfe64a Revert "KVM: e500: always restore irqs"
d9743b4f5c81 docs: rust: remove spurious item in `expect` list
a499ebab0f23 nvme-tcp: Fix a C2HTermReq error message
53991620da5e ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
26fa53553b69 kbuild: hdrcheck: fix cross build with clang
5bc6e5b10fe7 fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
6ad9643aa578 fs/netfs/read_pgpriv2: skip folio queues without `marks3`
cc5faea5c4e7 arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
a684bad77eb4 mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
e0da4bc015b1 iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
3b15c2a9b903 iio: adc: ad7192: fix channel select
acd26074c8ec iio: dac: ad3552r: clear reset status flag
3d4f335c268d iio: light: apds9306: fix max_scale_nano values
affe7249f9c1 iio: filter: admv8818: Force initialization of SDO
1b8f7a2caa7f drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in pmcmd_ioctl
856ae1ce8b66 eeprom: digsy_mtc: Make GPIO lookup table match the device
985d3cf56d87 bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlock
6abf3d8bb51c slimbus: messaging: Free transaction ID in delayed interrupt scenario
b50e18791f40 drivers: core: fix device leak in __fw_devlink_relax_cycles()
4e8df56636e3 char: misc: deallocate static minor in error path
80fc880991ae intel_th: pci: Add Panther Lake-P/U support
7f425ead4d69 intel_th: pci: Add Panther Lake-H support
b1e8a3b5db58 intel_th: pci: Add Arrow Lake support
adce9c491cbd mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
2636d1648003 mei: me: add panther lake P DID
8473135f89c0 cdx: Fix possible UAF error in driver_override_show()
b33b35b8bb67 KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVM
9eb6f272a638 KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
c94120322553 KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabled
5796ba40fb48 KVM: x86: Snapshot the host's DEBUGCTL in common x86
6622db50d800 KVM: SVM: Suppress DEBUGCTL.BTF on AMD
941135a335e9 KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
6e24d80edc82 KVM: SVM: Save host DR masks on CPUs with DebugSwap
b2a37d358b59 KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow
ea39f998647e usb: xhci: Enable the TRB overfetch quirk on VIA VL805
d7015bb3c5dd xhci: pci: Fix indentation in the PCI device ID definitions
f3accd043708 rust: map `long` to `isize` and `char` to `u8`
31cdae8094e1 rust: finish using custom FFI integer types
012b98cdb54c acpi: typec: ucsi: Introduce a ->poll_cci method
06af63ce57ab kbuild: userprogs: use correct lld when linking through clang
395011ee82b6 usb: gadget: Check bmAttributes only if configuration is valid
dcd7ffdefb7c usb: gadget: Fix setting self-powered state on suspend
4bf6c57a898b usb: gadget: Set self-powered based on MaxPower and bmAttributes
2b2bd58e9517 usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionality
b38731252729 usb: typec: ucsi: increase timeout for PPM reset operations
35db1f1829e2 usb: dwc3: gadget: Prevent irq storm when TH re-executes
ced69d88eba4 usb: dwc3: Set SUSPENDENABLE soon after phy init
cfc295f7cccf usb: atm: cxacru: fix a flaw in existing endpoint checks
840afbea3fa7 usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails
e5aac1c9b297 usb: renesas_usbhs: Flush the notify_hotplug_work
079a3e52f3e7 usb: typec: ucsi: Fix NULL pointer access
0cab185c73bf usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader
4ea3319f3ef9 usb: hub: lack of clearing xHC resources
8eac2346fb0b usb: renesas_usbhs: Use devm_usb_get_phy()
39c2b2767e73 xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts
7c1f254c0743 usb: renesas_usbhs: Call clk_put()
39e4a0b613bd Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection"
292ce007df10 gpio: rcar: Fix missing of_node_put() call
cc9a0b498b01 net: ipv6: fix missing dst ref drop in ila lwtunnel
a3bf9969e208 net: ipv6: fix dst ref loop in ila lwtunnel
d8be54c35aee mctp i3c: handle NULL header address
bb73c406b4c6 net: dsa: mt7530: Fix traffic flooding for MMIO devices
822c6a92d64c nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
b5741e4b9ef3 sched/fair: Fix potential memory corruption in child_cfs_rq_on_list
b08e29032499 ublk: set_params: properly check if parameters can be applied
2b484789e937 net-timestamp: support TCP GSO case for a few missing flags
611015122d18 exfat: short-circuit zero-byte writes in exfat_file_write_iter
c897b8ec4678 exfat: fix soft lockup in exfat_clear_bitmap
5d609f0d2fba exfat: fix just enough dentries but allocate a new cluster to dir
696973035a43 x86/sgx: Fix size overflows in sgx_encl_create()
30e8aee77899 vlan: enforce underlying device type
639c70352958 net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
9c1d09cdbcf5 net: ethtool: plumb PHY stats to PHY drivers
b71cd95764ad ethtool: linkstate: migrate linkstate functions to support multi-PHY setups
8aa8a40c766b ppp: Fix KMSAN uninit-value warning with bpf
d9312e0fdb25 net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for v4.7
8274760798ba net: ipa: Fix QSB data for v4.7
122e1a7fd935 net: ipa: Fix v4.7 resource group names
a899adf7063c HID: hid-steam: Fix use-after-free when detaching device
89f92c4215a6 drm/xe: Remove double pageflip
f96fbd79e874 drm/i915: Plumb 'dsb' all way to the plane hooks
7f74b1f4a947 drm/i915/color: Extract intel_color_modeset()
9cfc43c0e6e6 net: hns3: make sure ptp clock is unregister and freed if hclge_ptp_get_cycle returns an error
fd1ef3b1bdd3 be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink
c78f4052cf40 drm/sched: Fix preprocessor guard
2759467d3c50 hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()
0f764208dc24 llc: do not use skb_get() before dev_queue_xmit()
86f82bf2b5f9 ALSA: usx2y: validate nrpacks module parameter on probe
ce1436ce15bf drm/imagination: Fix timestamps in firmware traces
b98be1ffba93 tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
596ababab759 hwmon: (ad7314) Validate leading zero bits and return error
274e2692ec83 hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
0e12660ad4bb hwmon: (pmbus) Initialise page count in pmbus_identify()
1688acf47722 perf/core: Fix pmus_lock vs. pmus_srcu ordering
56cddf71cce3 caif_virtio: fix wrong pointer check in cfv_probe()
084819b0d8b1 net: gso: fix ownership in __udp_gso_segment
312d4fc46aa8 ALSA: hda/realtek: Remove (revert) duplicate Ally X config
bc11b1f617d7 nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch
9fbc953d6b38 nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
0ff76a25ab0c nvme-tcp: add basic support for the C2HTermReq PDU
d7f35ebb5818 bluetooth: btusb: Initialize .owner field of force_poll_sync_fops
a71fbf335e89 drm/nouveau: select FW caching
7fc4fd8bf578 drm/nouveau: Run DRM default client setup
dad0617fe3b9 drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
09d1157182d0 drm: Add client-agnostic setup helper
7f5535fcbba2 drm/fbdev: Add memory-agnostic fbdev client
f9c843f56d01 drm/fbdev-helper: Move color-mode lookup into 4CC format helper
05d9eaa44498 wifi: mac80211: fix vendor-specific inheritance
03b6e5e86827 wifi: mac80211: fix MLE non-inheritance parsing
8ae5106e5df8 wifi: mac80211: Support parsing EPCS ML element
9dedafd86e4d nvme-ioctl: fix leaked requests on mapping error
3c63fb6ef7f3 nvme-pci: use sgls for all user requests if possible
595a5b23eb72 nvme-pci: add support for sgl metadata
5481dee296f6 coredump: Only sort VMAs when core_sort_vma sysctl is set
dea6a349bcaf HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()
9c677fe859a7 HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()
83a31fa2ffcc HID: google: fix unused variable warning under !CONFIG_ACPI
6f6a3e6e87ef wifi: iwlwifi: Fix A-MSDU TSO preparation
75f10d79cb50 wifi: iwlwifi: Free pages allocated when failing to build A-MSDU
f265e6031d0b wifi: iwlwifi: limit printed string from FW file
437e93ecd407 wifi: iwlwifi: mvm: don't try to talk to a dead firmware
a88c18409b5d wifi: iwlwifi: mvm: clean up ROC on failure
2e66d699417d mm: memory-hotplug: check folio ref count first in do_migrate_range
576a2f4c437c hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
9ed33c7bac7c mm: fix finish_fault() handling for large folios
605f53f13bc2 mm: don't skip arch_sync_kernel_mappings() in error paths
608cc7deb428 mm: memory-failure: update ttu flag inside unmap_poisoned_folio
79636d2981b0 mm: abort vma_modify() on merge out of memory failure
9426f383721c mm/page_alloc: fix uninitialized variable
f57e89c1cb63 block: fix conversion of GPT partition name to 7-bit
2d448dbd4740 userfaultfd: do not block on locking a large folio with raised refcount
5ae31c54cff7 NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
845590b5a089 s390/traps: Fix test_monitor_call() inline assembly
83732451a986 dma: kmsan: export kmsan_handle_dma() for modules
22e4977141df rapidio: fix an API misues when rio_add_net() fails
c332f3e2df0f rapidio: add check for rio_add_net() in rio_scan_alloc_net()
848526581f68 selftests/damon/damon_nr_regions: sort collected regiosn before checking with min/max boundaries
fa450e45ddca selftests/damon/damon_nr_regions: set ops update for merge results check to 100ms
544e204ee9b9 selftests/damon/damos_quota: make real expectation of quota exceeds
649edd5d6829 selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced
521e55c2b0d6 wifi: nl80211: reject cooked mode if it is set along with other flags
be7c5f00aa7f wifi: cfg80211: regulatory: improve invalid hints checking
7841180342c9 Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()
88310caff68a Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
8d19543e941e drm/xe/userptr: Unmap userptrs in the mmu notifier
ad876ee6c664 drm/xe/userptr: properly setup pfn_flags_mask
5887c69eae7d drm/xe: Fix fault mode invalidation with unbind
e8d040baa4d9 drm/xe: Fix GT "for each engine" workarounds
4b228dae3d2c mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
1ce892aeef69 drm/xe/vm: Validate userptr during gpu vma prefetching
d7505770f479 drm/xe/vm: Fix a misplaced #endif
2a24c98f0e4c drm/xe/hmm: Don't dereference struct page pointers without notifier lock
9061689118ea drm/xe/hmm: Style- and include fixes
3ba11a3d9fcb drm/xe: Add staging tree for VM binds
733a22bfb31b x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63
37309aaac386 x86/cpu: Validate CPUID leaf 0x2 EDX output
9f89384087c3 x86/cacheinfo: Validate CPUID leaf 0x2 EDX output
ebed28c4208a x86/boot: Sanitize boot params before parsing command line
2a21690386f4 platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131e
3e710bac686e Revert "selftests/mm: remove local __NR_* definitions"
48a934fc471e Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone"
4ca67d51d90d drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M
3e31371dfff9 drm/imagination: only init job done fences once
58e37cfcb12a drm/imagination: Hold drm_gem_gpuva lock for unmap
d993ae736092 drm/imagination: avoid deadlock on fence release
6c7025b9f86e drm/amd/pm: always allow ih interrupt from fw
c3cbeafb4e00 drm/amdkfd: Fix NULL Pointer Dereference in KFD queue
e0345c3478f1 drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_params
3e92d62d9534 hwmon: (peci/dimmtemp) Do not provide fake thresholds data
9f956dcf3065 btrfs: fix a leaked chunk map issue in read_one_chunk()
81eeb98640df ALSA: hda/realtek: update ALC222 depop optimize
eca9ff7a0eed ALSA: hda/realtek - add supported Mic Mute LED for Lenovo platform
32573f85ba6f ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
6d988149e11d ALSA: seq: Avoid module auto-load handling at event delivery
8fb07fb1bba9 gpio: aggregator: protect driver attr handlers against module unload
b42c84f9e4ec gpio: rcar: Use raw_spinlock to protect register access
dbcd7fdd86f7 ksmbd: fix bug on trap in smb2_lock
a0609097fd10 ksmbd: fix use-after-free in smb2_lock
159d059cbcb0 ksmbd: fix out-of-bounds in parse_sec_desc()
3cb2b2e41541 ksmbd: fix type confusion via race condition when using ipc_msg_send_request
d335fce8b88b HID: appleir: Fix potential NULL dereference at raw event handle
52532c6c6c69 LoongArch: KVM: Fix GPA size issue about VM
3700cd7c171b LoongArch: KVM: Reload guest CSR registers after sleep
5f3f7d2e9adf LoongArch: KVM: Add interrupt checking for AVEC
41b0b3b75c77 LoongArch: Set max_pfn with the PFN of the last page
7f50209ffe18 LoongArch: Use polling play_dead() when resuming from hibernation
55eed991c5e4 LoongArch: Convert unreachable() to BUG()
c10081d6648b stmmac: loongson: Pass correct arg to PCI function
a23fbee189f8 tracing: tprobe-events: Reject invalid tracepoint name
b4a92f312ad9 tracing: tprobe-events: Fix a memory leak when tprobe with $retval
5b414ed3bbf6 Revert "of: reserved-memory: Fix using wrong number of cells to get property 'alignment'"
84fc3616b206 rust: alloc: Fix `ArrayLayout` allocations
641ecd0d0a21 rust: use custom FFI integer types
0ea8582faa76 rust: map `__kernel_size_t` and friends also to usize/isize
240529d8556e rust: fix size_t in bindgen prototypes of C builtins
113720033d16 rust: kbuild: expand rusttest target for macros
2f6b7da3f620 drm/panic: allow verbose version check
b5f9e4b81099 drm/panic: allow verbose boolean for clarity
524f6a2df74b drm/panic: correctly indent continuation of line in list item
702646c7f02a drm/panic: remove redundant field when assigning value
c264ae4597a9 drm/panic: prefer eliding lifetimes
c9a21ede902a drm/panic: remove unnecessary borrow in alignment_pattern
02ea0483934d drm/panic: avoid reimplementing Iterator::find
14b6c043275b MAINTAINERS: add entry for the Rust `alloc` module
298be04c036a kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
1ef4cf5f98c4 rust: alloc: update module comment of alloc.rs
ec50a634be2b rust: str: test: replace `alloc::format`
575f8f47112a rust: alloc: implement `Cmalloc` in module allocator_test
8079b1b73c4f rust: alloc: implement `contains` for `Flags`
f261b3ae28d9 rust: error: check for config `test` in `Error::name`
9c330479d718 rust: error: use `core::alloc::LayoutError`
718900ae1bf0 rust: alloc: add `Vec` to prelude
61e82d643c7f rust: alloc: remove `VecExt` extension
e64a79b9a57f rust: treewide: switch to the kernel `Vec` type
0a798a23bbab rust: alloc: implement `collect` for `IntoIter`
94091ef3d5aa rust: alloc: implement `IntoIterator` for `Vec`
0ca66a44e241 rust: alloc: implement kernel `Vec` type
2dbf25126498 rust: alloc: introduce `ArrayLayout`
22e1e850e24f rust: alloc: add `Box` to prelude
34eb8dcb6261 rust: alloc: remove extension of std's `Box`
17bb4365ec18 rust: treewide: switch to our kernel `Box` type
3ca8b102ef62 rust: alloc: implement kernel `Box`
10027707e1ca rust: alloc: add __GFP_NOWARN to `Flags`
b1ae22456ab5 rust: alloc: implement `KVmalloc` allocator
88c5feb07ae0 rust: alloc: implement `Vmalloc` allocator
a03b5e77dbb5 rust: alloc: add module `allocator_test`
dcaf3206d942 rust: alloc: implement `Allocator` for `Kmalloc`
594134eb9cb5 rust: alloc: make `allocator` module public
e19e92087aba rust: alloc: implement `ReallocFunc`
b3b7ea4b0d41 rust: alloc: rename `KernelAllocator` to `Kmalloc`
e40d06619c20 rust: alloc: separate `aligned_size` from `krealloc_aligned`
4b773fe5668d rust: alloc: add `Allocator` trait
311d5ecf16c6 rust: error: optimize error type to use nonzero
6e5a4992d146 rust: error: make conversion functions public
cf1cdd56d399 Documentation: rust: discuss `#[expect(...)]` in the guidelines
706d4296b843 rust: start using the `#[expect(...)]` attribute
a24a26adbaaf Documentation: rust: add coding guidelines on lints
87052e24eb46 rust: enable Clippy's `check-private-items`
9dd2e0358b03 rust: provide proper code documentation titles
a01b7b2c1e95 rust: replace `clippy::dbg_macro` with `disallowed_macros`
503e18c448bf rust: introduce `.clippy.toml`
b212da6fdf04 rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
d09e7c93df7c rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
85ad4713660f rust: enable `rustdoc::unescaped_backticks` lint
c6447d4d83f5 rust: enable `clippy::ignored_unit_patterns` lint
f07f6c135dbd rust: enable `clippy::unnecessary_safety_doc` lint
c778ec35c3cc rust: enable `clippy::unnecessary_safety_comment` lint
4e7072490d67 rust: enable `clippy::undocumented_unsafe_blocks` lint
870de86d874e rust: types: avoid repetition in `{As,From}Bytes` impls
3166e8aed0e0 rust: sort global Rust flags
a3d5dcc9ec48 rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
3c0369e453ff loongarch: Use ASM_REACHABLE
4a442cd27b5f x86/microcode/AMD: Add some forgotten models to the SHA check
61493dee53d8 btrfs: fix data overwriting bug during buffered write when block size < page size
f2e8f906f9ed smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSIX extensions
c011482fb5fa cifs: Remove symlink member from cifs_open_info_data union
c13e4b0321ed gpio: vf610: add locking to gpio direction functions
5d473aefbcd3 gpio: vf610: use generic device_get_match_data()
729e7d4b1c54 drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
0131280ddf38 drm/i915/dsi: convert to struct intel_display
2f8e609aea9a rust: block: fix formatting in GenDisk doc
ebf6a763904e x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
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
(From OE-Core rev: d10db50fd4c392d8e0e5f36ba4a49ca87c2b5115)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
f2909d648c |
linux-yocto/6.12: update to v6.12.18
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
105a31925e2d Linux 6.12.18
72cbaf8b41f0 thermal: gov_power_allocator: Add missing NULL pointer check
3e8653e399e7 x86/microcode/AMD: Load only SHA256-checksummed patches
0c110da9139d x86/microcode/AMD: Add get_patch_level()
5c200030419e x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration
12ccf71a7dab x86/microcode/AMD: Merge early_apply_microcode() into its single callsite
42d04c39c313 x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations
9ff4ece7b36c x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
eb50ccb8dae3 x86/microcode/AMD: Have __apply_microcode_amd() return bool
41f1230e037e x86/microcode/AMD: Return bool from find_blobs_in_containers()
b0f47c8caa5b amdgpu/pm/legacy: fix suspend/resume issues
65f4aebb8127 efi: Don't map the entire mokvar table to determine its size
a3c5eb88f0ba riscv: cpufeature: use bitmap_equal() instead of memcmp()
45233962ea51 riscv: signal: fix signal_minsigstksz
fa19f64d6329 riscv: cacheinfo: Use of_property_present() for non-boolean properties
625a90b569b7 riscv: signal: fix signal frame size
ac354e54dcab riscv/futex: sign extend compare value in atomic cmpxchg
ec9acbab2ea7 rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
59455f968c10 scsi: ufs: core: bsg: Fix crash when arpmb command fails
c479e20dabfd ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
c8dc4e991042 dm vdo: add missing spin_lock_init
22c6f577b3cb dm-integrity: Avoid divide by zero in table status in Inline mode
90c618efaeff selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
5324c459f90d sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance()
0362847c5207 sched/core: Prevent rescheduling when interrupts are disabled
29b6d5ad3e43 rcuref: Plug slowpath race in rcuref_put()
af103505d7d2 vmlinux.lds: Ensure that const vars with relocations are mapped R/O
a913c2d10950 selftests/landlock: Test that MPTCP actions are not restricted
ebb0c0fd6990 mptcp: reset when MPTCP opts are dropped after join
4124b782ec2b mptcp: always handle address removal under msk socket lock
48848d5bdd97 intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly
4117c7293849 iommu/vt-d: Fix suspicious RCU usage
eec1009891ab iommu/vt-d: Remove device comparison in context_setup_pass_through_cb
e59119d8169a phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit()
45dc8ea1da01 phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk
ee28b7084181 phy: tegra: xusb: reset VBUS & ID OVERRIDE
57e56fc2bfc6 net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
56e26b5b3d14 net: enetc: correct the xdp_tx statistics
2d86bd25f066 net: enetc: update UDP checksum when updating originTimestamp field
3d9634211121 net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
0ee95d1e1b7d net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()
0d1b060d9814 net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
b32804cc17a4 net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT
050f2e62b13c net: stmmac: dwmac-loongson: Add fix_soc_reset() callback
4e8b8d43373b usbnet: gl620a: fix endpoint checking in genelink_bind()
63ddac4bd54d i2c: ls2x: Fix frequency division register access
12d0e3991670 i2c: npcm: disable interrupt enable bit before devm_request_irq
2f572c42bb4b block: Remove zone write plugs when handling native zone append writes
8f6369c3cd63 arm64/mm: Fix Boot panic on Ampere Altra
94e05f90322e drm/amd/display: Fix HPD after gpu reset
2b166c574616 drm/amd/display: add a quirk to enable eDP0 on DP1
98595755f6e0 drm/amd/display: Disable PSR-SU on eDP panels
d2c9625b0ade drm/amdgpu: init return value in amdgpu_ttm_clear_buffer
98ef70dd9814 drm/amdgpu: disable BAR resize on Dell G5 SE
6ffe5bc65627 drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd
daad16d0a538 drm/xe/userptr: fix EFAULT handling
f08415419992 drm/xe/userptr: restore invalidation list on error
610c6e77a711 drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)
322cb23e24c8 perf/core: Fix low freq setting via IOC_PERIOD
bf6e873ad732 perf/x86: Fix low freqency setting issue
a2475ccad612 perf/core: Add RCU read lock protection to perf_iterate_ctx()
b9de147b2ccb KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2
e992cc7f386e ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
8e31d9fb2f22 ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
746cc474a954 ftrace: Avoid potential division by zero in function_stat_show()
435d2964af81 tracing: Fix bad hist from corrupting named_triggers list
9dbe14e03ff3 riscv: KVM: Fix SBI TIME error generation
ab306f492c27 riscv: KVM: Fix SBI IPI error generation
f5009ddfd70a riscv: KVM: Fix hart suspend_type use
5ecf68c8834b riscv: KVM: Fix hart suspend status check
faccabe9c1c9 phy: rockchip: naneng-combphy: compatible reset with old DT
adec6338b043 phy: rockchip: fix Kconfig dependency more
a455aa3403bf x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems
a00e900c9b6d objtool: Fix C jump table annotations for Clang
2cfd0e5084e3 objtool: Remove annotate_{,un}reachable()
8cc451444cfd unreachable: Unify
546c19eb69fd io_uring/net: save msg_control for compat
27a144c3be8c thermal: gov_power_allocator: Update total_weight on bind and cdev updates
19cd2dc4d4c6 thermal: core: Move lists of thermal instances to trip descriptors
e11df3bffde1 thermal/of: Fix cdev lookup in thermal_of_should_bind()
07a82c78d822 thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
13cca2b73e2b uprobes: Reject the shared zeropage in uprobe_write_opcode()
7d582eb6e4e1 perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
806437d04747 thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power()
99dcd630ac21 net: ti: icss-iep: Reject perout generation request
4279bbebe00f idpf: fix checksums set in idpf_rx_rsc()
cc746341aa7d selftests: drv-net: Check if combined-count exists
51946f324281 net: ipv6: fix dst ref loop on input in rpl lwt
bc9ca8a18510 net: ipv6: fix dst ref loop on input in seg6 lwt
7bb1ba48f709 net/mlx5: IRQ, Fix null string in debug print
e3e760e03e15 net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
902d57629624 net: Clear old fragment checksum value in napi_reuse_skb
33d782e38d81 tcp: Defer ts_recent changes until req is owned
ddf9b005dc87 ice: Avoid setting default Rx VSI twice in switchdev setup
a4880583f88d ice: Fix deinitializing VF in error path
dc44e67c6db3 ice: add E830 HW VF mailbox message limit support
c417b1e4d8d0 tcp: devmem: don't write truncated dmabuf CMSGs to userspace
62454a10ecf2 net: ethernet: ti: am65-cpsw: select PAGE_POOL
18b90c1abf0e ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
2dd3e9cff9cb ASoC: cs35l56: Prevent races when soft-resetting using SPI control
b08978fd76eb firmware: cs_dsp: Remove async regmap writes
baa88823dd84 drm/xe/oa: Allow oa_exponent value of 0
da2e07e6505c drm/xe/oa: Allow only certain property changes from config
f0ab9cd205d8 drm/xe/oa: Add syncs support to OA config ioctl
fa41f3cd4eeb drm/xe/oa: Move functions up so they can be reused for config ioctl
5fe916b2c9c6 drm/xe/oa: Signal output fences
8ffd0390fc3f ipvs: Always clear ipvs_property flag in skb_scrub_packet()
b7091d6b3cb7 ASoC: fsl: Rename stream name of SAI DAI driver
a4b055fdb062 ASoC: es8328: fix route from DAC to output
00556b898e40 net: dsa: rtl8366rb: Fix compilation problem
ab52446831a7 net: cadence: macb: Synchronize stats calculations
5353fd89663c ipvlan: ensure network headers are in skb linear part
5138154bdbfc ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion.
97c455c3c243 ipv4: Convert ip_route_input() to dscp_t.
db8b2a613d7a ipv4: Convert icmp_route_lookup() to dscp_t.
915d64a78f3c net: set the minimum for net_hotdata.netdev_budget_usecs
f22df335b298 net: loopback: Avoid sending IP packets without an Ethernet header
0e8ed2d66da0 afs: Give an afs_server object a ref on the afs_cell object it points to
a38b394f4650 afs: Fix the server_list to unuse a displaced server rather than putting it
b5c7428d3488 rxrpc: rxperf: Fix missing decoding of terminal magic cookie
5c9921f1da47 Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
ee5d6cb5cc0b ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports
22a0ebfb1836 sunrpc: suppress warnings for unused procfs functions
722c3db62bf6 RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers
6782ba62a654 RDMA/mlx5: Fix bind QP error cleanup flow
465a8143238b scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()
b5038504da33 scsi: core: Clear driver private data when retrying request
40432672eb6f RDMA/mlx5: Fix AH static rate parsing
cb96ae783e72 RDMA/mlx5: Fix implicit ODP hang on parent deregistration
e4cfa6aa05e5 SUNRPC: Handle -ETIMEDOUT return from tlshd
4fe4ae6c2e01 NFSv4: Fix a deadlock when recovering state on a sillyrenamed file
a3ae6a60baf7 SUNRPC: Prevent looping due to rpc_signal_task() races
b6423ea93ab4 NFS: Adjust delegated timestamps for O_DIRECT reads and writes
b7b3d772e48a NFS: O_DIRECT writes must check and adjust the file length
3594aad97e7b ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
659bfea5914a scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()
917aa50b7509 landlock: Fix non-TCP sockets restriction
b1f1643effb9 RDMA/bnxt_re: Fix the statistics for Gen P7 VF
c5c994f44260 RDMA/bnxt_re: Allocate dev_attr information dynamically
aed1bc673907 RDMA/bnxt_re: Add sanity checks on rdev validity
edaffce57207 RDMA/bnxt_re: Cache MSIx info to a local structure
51612bb4d580 RDMA/bnxt_re: Refactor NQ allocation
2fab96b538ca RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved
308d162c44a6 RDMA/hns: Fix mbox timing out by adding retry mechanism
c3a6c1e7b80e RDMA/mana_ib: Allocate PAGE aligned doorbell index
0bd34bdd468e RDMA/mlx5: Fix a WARN during dereg_mr for DM type
a14b5e690aba RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error
ed3a682157ae IB/mlx5: Set and get correct qp_num for a DCT QP
3e3bf255992c RDMA/mlx5: Fix the recovery flow of the UMR QP
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
(From OE-Core rev: 554ae7cc9e59b54a2a9115ffedd7a0fc71eeb853)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
808fb969bc |
linux-yocto/6.12: update to v6.12.17
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
41b222412985 Linux 6.12.17
27b929c45d6c drm/amdgpu: bump version for RV/PCO compute fix
4ce4d5e1f999 drm/amdgpu/gfx9: manually control gfxoff for CS on RV
7d672fd64a72 arm64: dts: rockchip: change eth phy mode to rgmii-id for orangepi r1 plus lts
54dba9d5ae94 selftests/mm: build with -O2
2799d16d0ca9 sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()
4abbe664a14e net: pse-pd: Fix deadlock in current limit functions
384c8291f7ce tracing: Fix using ret variable in tracing_set_tracer()
67cb8eaafca1 ftrace: Do not add duplicate entries in subops manager ops
6856b5cdfb39 ftrace: Fix accounting of adding subops to a manager ops
1bfc1f1b9eb4 ftrace: Correct preemption accounting for function tracing.
e28e7d7b205f EDAC/qcom: Correct interrupt enable register configuration
a9b0b4b29877 smb: client: Add check for next_buffer in receive_encrypted_standard()
ada54b2e81eb irqchip/gic-v3: Fix rk3399 workaround when secure interrupts are enabled
562d40ff3d23 perf/x86/intel: Fix event constraints for LNC
82ac99303dd5 mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
0ce541686396 mtd: rawnand: cadence: use dma_map_resource for sdma address
3c906b6dda2d mtd: rawnand: cadence: fix error code in cadence_nand_init()
bb1accc7e0f6 mtd: spi-nor: sst: Fix SST write failure
ff673b71f0a5 mm,madvise,hugetlb: check for 0-length range after end address adjustment
ef5f11be7696 acct: block access to kernel internal filesystems
5a59ced8ffc7 acct: perform last write from workqueue
e8b4eb50000f ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
1cce98bf4139 ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
cb2b6244e50c ALSA: hda: Add error check for snd_ctl_rename_id() in snd_hda_create_dig_out_ctls()
da2ce0dfa2f9 ASoC: fsl_micfil: Enable default case in micfil_set_quality()
62ab1ae5511c ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()
aa8457effd1f gve: set xdp redirect target only when it is available
897c32cd763f nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
a1b5ed0a6144 smb: client: fix chmod(2) regression with ATTR_READONLY
cd1c4113ba9e lib/iov_iter: fix import_iovec_ubuf iovec management
3fb84dfb9784 xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
b720facbe096 s390/boot: Fix ESSA detection
0841885c73c4 soc: loongson: loongson2_guts: Add check for devm_kstrdup()
37b3d203610a arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck
5e58e3636801 arm64: dts: rockchip: Move uart5 pin configuration to px30 ringneck SoM
60e4e8bdf9c1 arm64: dts: rockchip: Fix broken tsadc pinctrl names for rk3588
3f9240d59e9a mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
b7859e8643e7 drop_monitor: fix incorrect initialization order
fd9d2d6124c2 tee: optee: Fix supplicant wait loop
6f3edf2d50c9 gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
506b9b5e8c2d io_uring: prevent opcode speculation
79151b47bf23 io_uring/rw: forbid multishot async reads
2bf1f4c129db drm/i915/gt: Use spin_lock_irqsave() in interruptible context
c949307a84c4 drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
9c1ae19a3dcb drm/i915/dp: Fix error handling during 128b/132b link training
4ad9fe1b0cbb drm/i915: Make sure all planes in use by the joiner have their crtc included
040f8f99ad4f drm/msm/dpu: Disable dither in phys encoder cleanup
d754ae423bbf drm: panel: jd9365da-h3: fix reset signal polarity
97621151f4a6 irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit interrupt request
2e2e49495445 drm/nouveau/pmu: Fix gp10b firmware guard
7b8894ef0352 bpf: skip non exist keys in generic_map_lookup_batch
d2d5fe4c6480 nvme/ioctl: add missing space in err message
020c50e314dc nvme-tcp: fix connect failure on receiving partial ICResp PDU
1070154b40bf nvme: tcp: Fix compilation warning with W=1
4968166642bf drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk source
08592a6f8674 drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driver
a57ddf00c577 drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver side
83fe04708319 drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC fields
2d1b3830b924 drm/msm/dpu: enable DPU_WB_INPUT_CTRL for DPU 5.x
ab8af31d54a3 drm/msm/dpu: skip watchdog timer programming through TOP on >= SM8450
45bb1eaa0e28 drm/msm: Avoid rounding up to one jiffy
f5d5e8165aee nouveau/svm: fix missing folio unlock + put after make_device_exclusive_range()
179831a606d8 platform: cznic: CZNIC_PLATFORMS should depend on ARCH_MVEBU
bd29b3269de8 firmware: imx: IMX_SCMI_MISC_DRV should depend on ARCH_MXC
fc810d09ad1c md/raid*: Fix the set_queue_limits implementations
f3adf0094b6e firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_set
df0723313255 arm64: dts: rockchip: adjust SMMU interrupt type on rk3588
c1f3f3892d45 bpf: Fix softlockup in arena_map_free on 64k page kernel
f579afacd0a6 net: Add rx_skb of kfree_skb to raw_tp_null_args[].
abd30e947f70 selftests/bpf: Add tests for raw_tp null handling
ae11d93046a0 power: supply: axp20x_battery: Fix fault handling for AXP717
8fa6c55e08ff power: supply: da9150-fg: fix potential overflow
2ccd6679c469 arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook
fac674d2bd68 bpf: Fix deadlock when freeing cgroup storage
f91716d5fa0b bpf: Disable non stream socket for strparser
6798f428d8f8 bpf: Fix wrong copied_seq calculation
a87a6888c05b strparser: Add read_sock callback
d95607a5f2f9 bpf: avoid holding freeze_mutex during mmap operation
1c81ba1913fb bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
972bafed67ca bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
ed0ca7d2127c net: allow small head cache usage with large MAX_SKB_FRAGS values
cd34a07f7444 tcp: drop secpath at the same time as we currently drop dst
83539bfbc119 net: axienet: Set mac_managed_pm
c4a0f1153265 arp: switch to dev_getbyhwaddr() in arp_req_set_public()
36d5616bc5ee net: Add non-RCU dev_getbyhwaddr() helper
cbd75b9136c5 flow_dissector: Fix port range key handling in BPF conversion
90c7f5cd5920 flow_dissector: Fix handling of mixed port and port-range keys
4b02b06daf79 geneve: Suppress list corruption splat in geneve_destroy_tunnels().
ff81b1401036 gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().
a055b1bc4009 net: pse-pd: pd692x0: Fix power limit retrieval
9a2e2b058162 net: pse-pd: Use power limit at driver side instead of current limit
414ce1853b8d net: pse-pd: Avoid setting max_uA in regulator constraints
997ef6117efc tcp: adjust rcvq_space after updating scaling ratio
478a46f1122f vsock/bpf: Warn on socket without transport
22b683217ad2 sockmap, vsock: For connectible sockets allow only connected
25dddd01dcc8 ibmvnic: Don't reference skb after sending to VIOS
0ad0093cf0a8 ibmvnic: Add stat for tx direct vs tx batched
0505ff2936f1 s390/ism: add release function for struct device
4da5a3547d69 ALSA: seq: Drop UMP events when no UMP-conversion is set
3e4c56cf4187 net/sched: cls_api: fix error handling causing NULL dereference
e0f5b5407d0e ALSA: hda/cirrus: Correct the full scale volume set logic
da9b0ae47f08 geneve: Fix use-after-free in geneve_find_dev().
4381a4fab3a5 vsock/virtio: fix variables initialization during resuming
72be19e184fc ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device
8d06e9208184 powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM_ALLOC
baf6c85075c6 ALSA: hda/realtek: Fixup ALC225 depop procedure
d57a90c83d69 powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inline
5980d4456dd6 powerpc/code-patching: Disable KASAN report during patching via temporary mm
87c8768a9609 ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers
8de1ea6e427b ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]
3d92aa03900a sched_ext: Fix migration disabled handling in targeted dispatches
d045c8f014c3 sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()
e9fec6f42c45 USB: gadget: f_midi: f_midi_complete to call queue_work
1e6419b1a41d tracing: Have the error of __tracing_resize_ring_buffer() passed to user
3284fbfa8711 tracing: Switch trace.c code over to use guard()
e68f4717a292 drm/amdkfd: Ensure consistent barrier state saved in gfx12 trap handler
1d83efc7e7dd drm/amdkfd: Move gfx12 trap handler to separate file
639fc79f84f3 accel/ivpu: Fix error handling in recovery/reset
6e254503a388 accel/ivpu: Add FW state dump on TDR
509662f532ac accel/ivpu: Add coredump support
d3f80d98f204 accel/ivpu: Limit FW version string length
d91a36b2703c arm64: dts: mediatek: mt8183: Disable DSI display output by default
66c5a2f4b738 arm64: dts: mediatek: mt8183-pumpkin: add HDMI support
75334c9cd6b2 PCI: Restore original INTX_DISABLE bit by pcim_intx()
ed020100b62c PCI: Remove devres from pci_intx()
969c54c82d8c PCI: Export pci_intx_unmanaged() and pcim_intx()
1711fd7bd915 PCI: Make pcim_request_all_regions() a public function
4543b1b8f865 ASoC: renesas: rz-ssi: Add a check for negative sample_space
fffb4a352672 ASoC: renesas: rz-ssi: Terminate all the DMA transactions
3e179d3f1ada Input: synaptics - fix crash when enabling pass-through port
3e0686bc608e Input: serio - define serio_pause_rx guard to pause and resume serio ports
4a679448ef61 Bluetooth: qca: Fix poor RF performance for WCN6855
065215ef00f1 Bluetooth: qca: Update firmware-name to support board specific nvm
a81171bb2b78 drm/amd/display: Correct register address in dcn35
6d173b198709 drm/amd/display: update dcn351 used clock offset
3cd3a58908ab drm/amd/display: Refactoring if and endif statements to enable DC_LOGGER
15d199404713 KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
9d5034a35c3a KVM: x86: Inline kvm_get_apic_mode() in lapic.h
2356acd8aa1d KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
2627661c31ba btrfs: fix double accounting race when extent_writepage_io() failed
21333148b5c9 btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
80f32acfa14e btrfs: use btrfs_inode in extent_writepage()
0138f46fea3f btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
e0922986ea6a btrfs: unify to use writer locks for subpage locking
93c985ddccc3 btrfs: remove unused btrfs_folio_start_writer_lock()
9f9e6f07cd57 btrfs: mark all dirty sectors as locked inside writepage_delalloc()
4dd35a361f87 btrfs: move the delalloc range bitmap search into extent_io.c
1853fd089416 btrfs: do not assume the full page range is not dirty in extent_writepage_io()
fb96af0daa69 xe/oa: Fix query mode of operation for OAR/OAC
c3bfba2be7ad drm/xe/oa: Add input fence dependencies
803d418b7338 drm/xe/oa/uapi: Define and parse OA sync properties
49db780464ef drm/xe/oa: Separate batch submission from waiting for completion
93745f5f2377 arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappings
19b4657de424 Linux 6.12.16
61749c035911 Revert "vfio/platform: check the bounds of read/write syscalls"
3a866f8376f0 vsock: Orphan socket after transport release
645ce25aa0e6 vsock: Keep the binding until socket destruction
7d0dc28dae83 io_uring/kbuf: reallocate buf lists on upgrade
13129b1fbfff scsi: ufs: core: Ensure clk_gating.lock is used only after initialization
2248b8145053 net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
704fdc59601e cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
e5aeac73ab04 wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit
d5c8ffaa9d53 selftests/bpf: Fix uprobe consumer test
449dd20852d8 bpf: handle implicit declaration of function gettid in bpf_iter.c
728dd20c8df7 x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0
0df35b26dcd2 selftests: rtnetlink: update netdevsim ipsec output format
adbf808f5901 netdevsim: print human readable IP address
2ec95be2b743 drm: renesas: rz-du: Increase supported resolutions
62cd174616ae drm/xe/tracing: Fix a potential TP_printk UAF
1c5673a2c892 drm/v3d: Stop active perfmon if it is being destroyed
549b4664fb72 drm/msm/dpu1: don't choke on disabling the writeback connector
508a399ab6f2 drm/msm/dpu: fix x1e80100 intf_6 underrun/vsync interrupt
a674aa0d33d6 drm/rcar-du: dsi: Fix PHY lock bit check
2f1845e46c41 drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
6c4dcdbe5137 drm/tidss: Clear the interrupt status for interrupts being disabled
f94c5f24dae7 drm/tidss: Fix race condition while handling interrupt registers
c5dcd3f421d0 drm/tidss: Fix issue in irq handling causing irq-flood issue
25195f9d5ffc ipv6: mcast: add RCU protection to mld_newpack()
19bfe57b1c24 btrfs: fix stale page cache after race between readahead and direct IO write
53ba1169d976 btrfs: rename __get_extent_map() and pass btrfs_inode
0bf8e2f37686 ipv6: mcast: extend RCU protection in igmp6_send()
789230e5a8c1 ndisc: extend RCU protection in ndisc_send_skb()
a849a10de5e0 openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
01d1b5c9abca arp: use RCU protection in arp_xmit()
cdd5c2a12dda neighbour: use RCU protection in __neigh_notify()
bbec88e4108e ndisc: use RCU protection in ndisc_alloc_skb()
3e38cbbfa0a1 HID: hid-steam: Move hidraw input (un)registering to work
2152b417be16 HID: hid-steam: Make sure rumble work is canceled on removal
653bb5225cd4 ipv6: icmp: convert to dev_net_rcu()
713a40c892f4 ipv6: use RCU protection in ip6_default_advmss()
a57582779191 flow_dissector: use RCU protection to fetch dev_net()
3c925321a574 ipv4: icmp: convert to dev_net_rcu()
4583748b65de ipv4: use RCU protection in __ip_rt_update_pmtu()
7f5005457b30 net: ipv4: Cache pmtu for all packet paths if multipath enabled
ad66c7c4d81d ipv4: use RCU protection in inet_select_addr()
77096420be1f ipv4: use RCU protection in rt_is_expired()
f4ba5e65c92b ipv4: use RCU protection in ipv4_default_advmss()
ec9af7645109 net: add dev_net_rcu() helper
dfe542e745fc ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
cb4d7fbc937e ipv4: add RCU protection to ip4_dst_hoplimit()
56e6976793c0 cpufreq/amd-pstate: Fix cpufreq_policy ref counting
698d93debbc5 cpufreq/amd-pstate: convert mutex use to guard()
f7548a939b24 cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_offline()
4ee13803d185 cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions
8ce0d636da0f cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_offline()
881d940d9f92 cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systems
31c1cc82da48 cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable function
86f563c7431a rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
7d46869aa7bd scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowed
f453c4515208 scsi: ufs: core: Introduce a new clock_gating lock
9ece41a0d7d3 scsi: ufs: core: Prepare to introduce a new clock_gating lock
f7015dcac273 scsi: ufs: core: Introduce ufshcd_has_pending_tasks()
cc3d79e7c806 clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context
ebf0ac02e2d8 clocksource: Use pr_info() for "Checking clocksource synchronization" message
5ab11a4e219e net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
4a855c5aec41 net: ipv6: rpl_iptunnel: mitigate 2-realloc issue
2fcc9f3798ef net: ipv6: seg6_iptunnel: mitigate 2-realloc issue
8471e228448a net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue
9a1c65ff5e0d include: net: add static inline dst_dev_overhead() to dst.h
cad62c5aee91 btrfs: fix hole expansion when writing at an offset beyond EOF
23ab814ae449 mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()
c45aa877256a cifs: pick channels for individual subrequests
fe2a10a4cb19 igc: Set buffer type for empty frames in igc_init_empty_frame
95992ebdafe6 mmc: mtk-sd: Fix register settings for hs400(es) mode
7caed8d5f1ce arm64: Handle .ARM.attributes section in linker scripts
eeb64f963756 regmap-irq: Add missing kfree()
db60d2d896a1 iommu: Fix potential memory leak in iopf_queue_remove_device()
2ca8802a24f7 regulator: qcom_smd: Add l2, l5 sub-node to mp5496 regulator
75bf2f80c046 sched_ext: Fix incorrect autogroup migration detection
6578717ebca9 partitions: mac: fix handling of bogus partition table
6ccb3bbdad67 gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock
9f602c273fae gpiolib: acpi: Add a quirk for Acer Nitro ANV14
01df870db957 s390/pci: Fix handling of isolated VFs
c746d3eb0ddf s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()
a6a7e8b5a98b alpha: align stack for page fault and user unaligned trap handlers
80d922bc08f6 alpha: replace hardcoded stack offsets with autogenerated ones
c8a52c772c7c serial: 8250: Fix fifo underflow on flush
010eb5fe2299 serial: port: Always update ->iotype in __uart_read_properties()
29c04864fba2 serial: port: Assign ->iotype correctly when ->iobase is set
edd408444537 cgroup: fix race between fork and cgroup.kill
05b9d614eb64 rust: rbtree: fix overindented list item
4166ac765340 objtool/rust: add one more `noreturn` Rust function
bcaa01f4f4ff arm64: rust: clean Rust 1.85.0 warning using softfloat target
3ed642e80c94 efi: Avoid cold plugged memory for placing the kernel
3d041fb3b6e8 kbuild: userprogs: fix bitsize and target detection on clang
ce526e1b29c7 PCI: Avoid FLR for Mediatek MT7922 WiFi
44de00e8bc8f wifi: ath12k: fix handling of 6 GHz rules
2c637b4aa50f alpha: make stack 16-byte aligned (most cases)
722e8e1219c8 can: etas_es58x: fix potential NULL pointer dereference on udev->serial
118fb35681bd can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot be allocated
759e4e94a3c9 can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero
6ea780e9a7ca can: c_can: fix unbalanced runtime PM disable in error path
b0e592dd46a0 can: ctucanfd: handle skb allocation failure
bd035e2758cc USB: serial: option: drop MeiG Smart defines
db70ef8a8cef USB: serial: option: fix Telit Cinterion FN990A name
addcc3128bce USB: serial: option: add Telit Cinterion FN990B compositions
0ab22a1c2bd5 USB: serial: option: add MeiG Smart SLM828
f894448f3904 usb: gadget: core: flush gadget workqueue after device removal
a5b205ceefa5 usb: cdc-acm: Fix handling of oversized fragments
f64079bef6a8 usb: cdc-acm: Check control transfer buffer size before access
165fac6cebc8 USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk
62d8f4c5454d USB: hub: Ignore non-compliant devices with too many configs or interfaces
6b16761a9287 usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
f4e1cebbfaa0 USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
6c4fce1b16d0 USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
847fff8e20c9 usb: core: fix pipe creation for get_bMaxPacketSize0
9c91296e2dc6 USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
f3b755022f5c usb: xhci: Restore xhci_pci support for Renesas HCs
34971970d512 usb: dwc2: gadget: remove of_node reference upon udc_stop
bcc1c91017c4 usb: gadget: udc: renesas_usb3: Fix compiler warning
69f27580e8ee usb: roles: set switch registered flag early on
5fead36e095f usb: dwc3: Fix timeout issue during controller enter/exit from halt state
a5852836e589 usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind retries
9f837ea9221c ring-buffer: Update pages_touched to reflect persistent buffer content
3ec743d558f1 ring-buffer: Validate the persistent meta data subbuf array
e8dff5f73912 tracing: Do not allow mmap() of persistent ring buffer
abb99f28b4f0 ring-buffer: Unlock resize on mmap error
71762f455a81 perf/x86/intel: Ensure LBRs are disabled when a CPU is starting
aa7a1bee54f9 perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
55057ec275f7 KVM: nSVM: Enter guest mode before initializing nested NPT MMU
4eb063de686b KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
aca8be4403fb KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel
2498d2db1d35 drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table()
0fdc3c166ac1 batman-adv: Drop unmanaged ELP metric worker
e8f60d9cdae8 batman-adv: Ignore neighbor throughput metrics in error case
2c3fb7df4cc6 batman-adv: fix panic during interface removal
f71cb6da1366 kbuild: Use -fzero-init-padding-bits=all
c0ccff7c6da9 ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V
bf5a5e636aab kbuild: suppress stdout from merge_config for silent builds
897f496b946f orangefs: fix a oob in orangefs_debug_write
3dbe889a1b82 x86/mm/tlb: Only trim the mm_cpumask once a second
019287b90532 ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V
40f161657334 selftests: gpio: gpio-sim: Fix missing chip disablements
de4049f85e89 Grab mm lock before grabbing pt lock
e2db652741e8 fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()
44e35bfd2e55 vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
18457b697f04 vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
dd8830779b77 NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
758a5e1dc6db vfio/pci: Enable iowrite64 and ioread64 for vfio pci
14a2a8ec50bc kunit: platform: Resolve 'struct completion' warning
324785dc9f43 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
1883eaf9b5dd serial: 8250_pci: Share WCH IDs with parport_serial driver
c58e0d2d04fa serial: 8250_pci: Resolve WCH vendor ID ambiguity
4d8e3a746b6c rtla/timerlat_top: Abort event processing on second signal
8604b9805b85 rtla/timerlat_hist: Abort event processing on second signal
88a01e9c9ad4 scsi: ufs: bsg: Set bsg_queue to NULL after removal
551df35e4f4c PCI: switchtec: Add Microchip PCI100X device IDs
2290d3bd9650 PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
95432a37778c media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
24407a758460 media: uvcvideo: Add Kurokesu C1 PRO camera
7706d1edb90d media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a camera
1b259a5df5e6 media: uvcvideo: Implement dual stream quirk to fix loss of usb packets
eef0ce8d8d36 media: bcm2835-unicam: Disable trigger mode operation
810634a07675 media: i2c: ds90ub953: Add error handling for i2c reads/writes
e7a69bc05f32 media: i2c: ds90ub913: Add error handling to ub913_hw_init()
aac9b55507ce media: cxd2841er: fix 64-bit division on gcc-9
31ce02a272bb i3c: mipi-i3c-hci: Add support for MIPI I3C HCI on PCI bus
2b5547ce45e9 i3c: mipi-i3c-hci: Add Intel specific quirk to ring resuming
3d5c53cf3c20 soc/tegra: fuse: Update Tegra234 nvmem keepout list
aa8e22cbedeb fbdev: omap: use threaded IRQ for LCD DMA
cd955b75849b firmware: qcom: scm: smc: Handle missing SCM device
fb3b0d1a19e8 RDMA/efa: Reset device on probe failure
87fef8f6f2e0 tools: fix annoying "mkdir -p ..." logs when building tools in parallel
40c731472f41 iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
a7052afa9eae gpiolib: Fix crash on error in gpiochip_get_ngpios()
9a0a411f591e sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx
465255d52628 sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.
9e6d70a91045 block: cleanup and fix batch completion adding conditions
d159c142e623 x86/xen: allow larger contiguous memory regions in PV guests
5a10af375347 xen/swiotlb: relax alignment requirements
740bc21e2582 drm: Fix DSC BPP increment decoding
d1d10bd59553 drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()
ae5ab1c1ae50 amdkfd: properly free gang_ctx_bo when failed to init user queue
98d6ee3e305e io_uring/uring_cmd: remove dead req_has_async_data() check
9d32212b998c io_uring/waitid: don't abuse io_tw_state
1c3a7720fd96 gpio: bcm-kona: Add missing newline to dev_err format string
30785bbbd5fe gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
c7bee225dda4 gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
19a6d7c28278 drm/i915/selftests: avoid using uninitialized context
6c04fdb58f43 drm/xe/client: bo->client does not need bos_lock
b12c991c6acb perf/x86/intel: Clean up PEBS-via-PT on hybrid
c3e39d6acb05 cgroup: Remove steal time from usage_usec
396d8e5136b4 gpu: host1x: Fix a use of uninitialized mutex
715eb1af6477 arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array
f3bafc927668 drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failures
25ddd8f92a42 sched_ext: Fix lock imbalance in dispatch_to_local_dsq()
e7c16028a424 workqueue: Put the pwq after detaching the rescuer from the pool
4236bf471658 team: better TEAM_OPTION_TYPE_STRING validation
a700e50fcf96 Bluetooth: btintel_pcie: Fix a potential race condition
390bf69dcb20 net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case
1bba1d042107 net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
1dfb37ec8f01 LoongArch: KVM: Fix typo issue about GCFG feature detection
9f15a8df542c LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
78d192f6147c LoongArch: Fix idle VS timer enqueue
e860f847787f vxlan: check vxlan_vnigroup_init() return value
4fceee361b37 igc: Fix HW RX timestamp when passed by ZC XDP
16435bbe9147 idpf: call set_real_num_queues in idpf_open
b2e2f6cc8752 idpf: record rx queue in skb for RSC packets
99634723cfb0 idpf: fix handling rsc packet with a single segment
022cac1c693a vrf: use RCU protection in l3mdev_l3_out()
18e77fccfcf9 ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
b3a7b2a24174 Documentation/networking: fix basic node example document ISO 15765-2
889e6b42a479 net: fib_rules: annotate data-races around rule->[io]ifindex
b58f7ca86a7b ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt
4df6f005bef0 spi: sn-f-ospi: Fix division by zero
36fd8f1c735e HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context
cdd9a1ea23ff HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
ba6ab3f04d0b pinctrl: pinconf-generic: Print unsigned value if a format is registered
1f5b7a566e5b scripts/Makefile.extrawarn: Do not show clang's non-kprintf warnings at W=1
aa879ef6d3ac HID: multitouch: Add NULL check in mt_input_configured
b99dbdee8a89 HID: winwing: Add NULL check in winwing_init_led()
59b55b65a96d pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
4bc83ca7a035 pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
39fa22850fe9 pinctrl: cy8c95x0: Enable regmap locking for debug
b74329644848 pinctrl: cy8c95x0: Avoid accessing reserved registers
eea6d16f56e9 x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
a88ca5d6d965 nfsd: validate the nfsd_serv pointer before calling svc_wake_up
cedfbb92cf97 NFSD: fix hang in nfsd4_shutdown_callback
f8d871523142 nfsd: clear acl_access/acl_default after releasing them
984391de59a1 Linux 6.12.15
681ee24cd5a2 xfs: don't lose solo dquot update transactions
6b8aa7944351 Linux 6.12.14
e149636e5eb6 ocfs2: check dir i_size in ocfs2_find_entry
6c9cd0a70cce arm64: dts: rockchip: add reset-names for combphy on rk3568
d49c64c1d723 statmount: let unset strings be empty
7db0365ee609 fs: fix adding security options to statmount.mnt_opt
45439a8b1115 fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()
bdea9e692de5 drm/xe: Fix and re-enable xe_print_blob_ascii85()
c963ef1840a0 Revert "drm/amd/display: Fix green screen issue after suspend"
8d82e8e4c3cd Revert "selftests/sched_ext: fix build after renames in sched_ext API"
880b2cfda6aa md: Fix linear_set_limits()
4c42502e9051 md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
eb03ebb34873 x86/mm: Convert unreachable() to BUG()
3d67f2bb792a mptcp: prevent excessive coalescing on receive
926a16e39d86 btrfs: avoid monopolizing a core when activating a swap file
118b41e78b0a Revert "btrfs: avoid monopolizing a core when activating a swap file"
38939faa290b spi: atmel-qspi: Memory barriers after memory-mapped I/O
dfce40c775e6 spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC families
d13f17af94f2 xfs: fix mount hang during primary superblock recovery failure
84307caff2f4 xfs: lock dquot buffer before detaching dquot from b_li_list
ee6984a2279e xfs: release the dquot buf outside of qli_lock
d331fc154564 xfs: convert quotacheck to attach dquot buffers
5808d4206f7c xfs: attach dquot buffer to dquot log item buffer
e2150d6ced90 xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
08c7027e43a2 xfs: separate dquot buffer reads from xfs_dqflush
ef24207c99cb xfs: don't lose solo superblock counter update transactions
ee93e08d4c8b xfs: avoid nested calls to __xfs_trans_commit
9be0b25adeb2 MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
4801e961be61 s390/fpu: Add fpc exception handler / remove fixup section again
c6dd70e5b465 timers/migration: Fix off-by-one root mis-connection
acbfc674ced7 rtc: zynqmp: Fix optional clock name property
b13d32786aca RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
8441aea46445 ptp: Ensure info->enable callback is always set
f45d9220fdb4 pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E
14fc1e3bb886 pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() fails
1fdfafdeab49 rtla/timerlat_top: Stop timerlat tracer on signal
e04985561769 rtla/timerlat_hist: Stop timerlat tracer on signal
2cf2ddfdeb90 rtla: Add trace_instance_stop
66e1ca983b5d rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads
6bcf53498516 rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
6b3ce60f2df3 rtla/osnoise: Distinguish missing workload option
b45707c3c067 tracing/osnoise: Fix resetting of tracepoints
f6760e7fb03a scripts/gdb: fix aarch64 userspace detection in get_current_task
19fc795e9de0 maple_tree: simplify split calculation
aab2bc4a0633 net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
2677640f7fe5 net/ncsi: wait for the last response to Deselect Package before configuring channel
24a79c6bc8de misc: fastrpc: Fix copy buffer page size
67419ee2c52b misc: fastrpc: Fix registered buffer page address
a2544ebcb466 misc: fastrpc: Deregister device nodes properly in error scenarios
8b4120b3e060 misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors
1cda594dfad5 mtd: onenand: Fix uninitialized retlen in do_otp_read()
c9a6200e7932 irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured so
e39861992070 i3c: master: Fix missing 'ret' assignment in set_speed()
39603bb38cf1 fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
2ae4bade5a64 NFC: nci: Add bounds checking in nci_hci_create_pipe()
a833dbe62a90 mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()
cbdce45e81c5 mailbox: tegra-hsp: Clear mailbox before using message
24d05ea5a044 NFSD: Encode COMPOUND operation status on page boundaries
7cb77019afdf nfs: Make NFS_FSCACHE select NETFS_SUPPORT instead of depending on it
b9495a9109ab nilfs2: fix possible int overflows in nilfs_fiemap()
52a326f93ceb ocfs2: handle a symlink read error correctly
d0b100a46301 ocfs2: fix incorrect CPU endianness conversion causing mount failure
3996a41b1eeb pnfs/flexfiles: retry getting layout segment for reads
7dc5a84ba549 selftests: mptcp: connect: -f: no reconnect
61ba518195d6 vfio/platform: check the bounds of read/write syscalls
be985aea92ea io_uring/net: don't retry connect operation on EPOLLERR
35ae7910c349 io_uring: fix multishots with selected buffers
0c15fe711d67 nvmem: imx-ocotp-ele: set word length to 1
829421f1eaa2 nvmem: imx-ocotp-ele: fix reading from non zero offset
ca81889d66aa nvmem: imx-ocotp-ele: fix MAC address byte order
6d8b86781513 nvmem: imx-ocotp-ele: simplify read beyond device check
2c3109dcdaed nvmem: core: improve range check for nvmem_cell_write()
c01dd86afbd2 nvmem: qcom-spmi-sdam: Set size in struct nvmem_config
146109fe936a ceph: fix memory leak in ceph_mds_auth_match()
76e6d50fa5a2 crypto: qce - unregister previously registered algos in error path
ea96d8ddcf7e crypto: qce - fix goto jump in error path
06124c6ae800 irqchip/irq-mvebu-icu: Fix access to msi_data from irq_domain::host_data
0dd5aade301a ata: libata-sff: Ensure that we cannot write outside the allocated buffer
4491159774d9 mm/compaction: fix UBSAN shift-out-of-bounds warning
ac304fa97846 mm/hugetlb: fix hugepage allocation for interleaved memory nodes
4b6930831479 mm/vmscan: accumulate nr_demoted for accurate demotion statistics
a403eca86c58 mm: gup: fix infinite loop within __get_longterm_locked
e87df541b439 mm: kmemleak: fix upper boundary check for physical address objects
438bda062b2c media: uvcvideo: Remove dangling pointers
e8a650dbc732 media: uvcvideo: Remove redundant NULL assignment
34fb9eb31d66 media: uvcvideo: Only save async fh if success
ac7737ed9aee media: uvcvideo: Support partial control reads
4f534dd576b7 media: uvcvideo: Fix event flags in uvc_ctrl_send_events
d2eac8b14ac6 media: uvcvideo: Fix crash during unbind if gpio unit is in use
9513dac27804 media: i2c: ds90ub960: Fix logging SP & EQ status only for UB9702
6de9786c6138 media: i2c: ds90ub960: Fix UB9702 VC map
1ee76f7b430e media: i2c: ds90ub960: Fix use of non-existing registers on UB9702
f4e4373322f8 media: i2c: ds90ub9x3: Fix extra fwnode_handle_put()
fd551f51908e media: ccs: Fix cleanup order in ccs_probe()
c85a33577c11 media: ccs: Fix CCS static data parsing for large block sizes
ffb7e57e40c6 media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value
920127636e58 media: ov5640: fix get_light_freq on auto
1496ec94bd38 media: intel/ipu6: remove cpu latency qos request on error
b2c82610ebef media: imx296: Add standby delay during probe
bdd823b9d068 media: nuvoton: Fix an error check in npcm_video_ece_init()
5100391acad4 media: mc: fix endpoint iteration
8e95e0933aff media: mmp: Bring back registration of the device
b64b7730879a soc: qcom: smem_state: fix missing of_node_put in error path
2153c78328aa soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1
270d7917b02b soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
532fd6c0070f soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
8fd332aebde3 soc: samsung: exynos-pmu: Fix uninitialized ret in tensor_set_bits_atomic()
46607b0ab140 iommufd/fault: Use a separate spinlock to protect fault->deliver list
97fff044f892 iommufd/fault: Destroy response and mutex in iommufd_fault_destroy()
db22b33c7ec9 iommu/tegra241-cmdqv: Read SMMU IDR1.CMDQS instead of hardcoding
5f4a0561783d iio: light: as73211: fix channel handling in only-color triggered buffer
33c8c1d45a32 mm/hugetlb: fix avoid_reserve to allow taking folio from subpool
fcffbb75db92 media: ccs: Clean up parsed CCS static data on parse failure
2a54e8f1187c kfence: skip __GFP_THISNODE allocations on NUMA systems
7caf6c4bc25a iommufd: Fix struct iommu_hwpt_pgfault init and padding
e456a88bddae hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
c287f18f646d rv: Reset per-task monitors also for idle tasks
422d7f4e8d81 tpm: Change to kvalloc() in eventlog/acpi.c
bef994de9980 ACPI: PRM: Remove unnecessary strict handler address checks
a468d0585d98 accel/ivpu: Clear runtime_error after pm_runtime_resume_and_get() fails
31c2134667ee xfs: Add error handling for xfs_reflink_cancel_cow_range
a5e7a81e3a60 xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_iomap_end
88678371a53e xfs: don't call remap_verify_area with sb write protection held
df751229b5c6 pwm: microchip-core: fix incorrect comparison with max period
386ee93cf0cf parisc: Temporarily disable jump label support
a9fb1a44cfb2 arm64: tegra: Disable Tegra234 sce-fabric node
36d6ea0000cd arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
b26dc27dd90f crypto: qce - fix priority to be less than ARMv8 CE
6a59fe8bffff arm64: dts: qcom: sm8650: correct MDSS interconnects
2b4cd9c82ce8 arm64: dts: qcom: sm8550: correct MDSS interconnects
f456effc2c6d arm64: dts: qcom: sm8650: Fix MPSS memory length
e37b8d8d6360 arm64: dts: qcom: sm8650: Fix CDSP memory length
068a57a068a8 arm64: dts: qcom: sm8650: Fix ADSP memory base and length
0ae91af31ce2 arm64: dts: qcom: sm8550: Fix MPSS memory length
b416d7c207f2 arm64: dts: qcom: sm8550: Fix CDSP memory length
c32e19dd39da arm64: dts: qcom: sm8550: Fix ADSP memory base and length
c9555e8fe004 arm64: dts: qcom: sm8450: Fix MPSS memory length
33821887be61 arm64: dts: qcom: sm8450: Fix CDSP memory length
1376952ff24c arm64: dts: qcom: sm8450: Fix ADSP memory base and length
589d36b20654 arm64: dts: qcom: sm8350: Fix MPSS memory length
9ec362186877 arm64: dts: qcom: sm8350: Fix CDSP memory base and length
9b2c1fa39cd7 arm64: dts: qcom: sm8350: Fix ADSP memory base and length
6fd804a1f84a arm64: dts: qcom: sm6375: Fix MPSS memory base and length
be52cd29f5bb arm64: dts: qcom: sm6375: Fix CDSP memory base and length
b2a8ce68364f arm64: dts: qcom: sm6375: Fix ADSP memory length
6aeb58dc6d39 arm64: dts: qcom: sm6350: Fix uart1 interconnect path
78508f1ef817 arm64: dts: qcom: sm6350: Fix MPSS memory length
7acd2cce0040 arm64: dts: qcom: sm6350: Fix ADSP memory length
e73b392d82cd arm64: dts: qcom: sm6115: Fix ADSP memory base and length
93d13d6a1a67 arm64: dts: qcom: sm6115: Fix CDSP memory length
cb0391430d7b arm64: dts: qcom: sm6115: Fix MPSS memory length
df06630449b9 arm64: dts: qcom: x1e80100: Fix CDSP memory length
1552b3b80e31 arm64: dts: qcom: x1e80100: Fix ADSP memory base and length
3052c4713764 arm64: dts: qcom: sdx75: Fix MPSS memory length
e906ed7dd9c0 arm64: dts: mediatek: mt8183: Disable DPI display output by default
f08524ae594c ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
8330abd5d373 ARM: dts: dra7: Add bus_dma_limit for l4 cfg bus
15fd2e1ad5da ubi: Add a check for ubi_num
247abefeb50d x86/boot: Use '-std=gnu11' to fix build with GCC 15
c4abb4a010e5 x86/acpi: Fix LAPIC/x2APIC parsing order
93893d741357 x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0
332e85d220ee rust: init: use explicit ABI to clean warning in future compilers
cbcd8b83d22d kbuild: Move -Wenum-enum-conversion to W=2
8db25d4c4a48 scsi: core: Do not retry I/Os during depopulation
43b0b2a08f16 scsi: storvsc: Set correct data length for sending SCSI command without payload
0c77c0d754fe scsi: ufs: core: Fix use-after free in init error and remove paths
f77e890c7623 scsi: ufs: qcom: Fix crypto key eviction
2cf3c3fe9a11 scsi: qla2xxx: Move FCE Trace buffer allocation to user control
4367fb2a0841 scsi: st: Don't set pos_unknown just after device recognition
2b3928b7c896 KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
2c4cda456ee5 nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
9fbac831005c nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
b5cacfd06706 PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()
36786d1a45c6 PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()
3d17a4bbf257 PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf()
5ee3dd6e59b8 PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
a1ecc325416a s390/pci: Fix SR-IOV for PFs initially in standby
ef814c884151 arm64: tegra: Fix Tegra234 PCIe interrupt-map
679beb818093 ALSA: hda: Fix headset detection failure due to unstable sort
cf5870192a0a ALSA: hda/realtek: Fix quirk matching for Legion Pro 7
965e7d9ad7fa ALSA: hda/realtek: Enable headset mic on Positivo C6400
fee921e3c641 firmware: qcom: scm: Fix missing read barrier in qcom_scm_get_tzmem_pool()
0d712f9b4b30 firmware: qcom: scm: Fix missing read barrier in qcom_scm_is_available()
0a14a2b84177 Revert "media: uvcvideo: Require entities to have a non-zero unique ID"
68f16d3034a0 block: don't revert iter for -EIOCBQUEUED
8a844ea6d73f Revert "MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK if SMP && 64BIT"
6d76a2a72c2e MIPS: pci-legacy: Override pci_address_to_pio
0bf083a80373 mips/math-emu: fix emulation of the prefx instruction
68a25ceb11cd dm-crypt: track tag_offset in convert_context
d0b81ea5a513 dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
211473af5858 powerpc/pseries/eeh: Fix get PE state translation
e2bc9a5d7a23 LoongArch: Extend the maximum number of watchpoints
9b5922b0fab4 MIPS: Loongson64: remove ROM Size unit in boardinfo
ee95d0843a49 serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use
7ec1dc3d579d serial: sh-sci: Drop __initdata macro for port_cfg
407c928305c1 soc: qcom: socinfo: Avoid out of bounds read of serial number
62746ec80dfb ASoC: acp: Support microphone from Lenovo Go S
a198ee66328d arm64: dts: qcom: x1e80100: Fix usb_2 controller interrupts
3a42fd8626d2 arm64: dts: qcom: x1e80100-microsoft-romulus: Fix USB QMP PHY supplies
fdad58e0b85e arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix USB QMP PHY supplies
25bc7ee64bd5 arm64: dts: qcom: x1e80100-crd: Fix USB QMP PHY supplies
b42072041f03 arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: Fix USB QMP PHY supplies
b4c67165fc30 arm64: dts: qcom: x1e80100-qcp: Fix USB QMP PHY supplies
b7da8e54480d arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix USB QMP PHY supplies
829a5645616f usbnet: ipheth: document scope of NCM implementation
5835bf66c50a usbnet: ipheth: fix DPE OoB read
c0912ae6586e usbnet: ipheth: break up NCM header size computation
cf63d65ab9bb usbnet: ipheth: refactor NCM datagram loop
387ec9277a9e usbnet: ipheth: check that DPE points past NCM header
cf1ac7f7cf60 usbnet: ipheth: use static NDP16 location in URB
d677e7dd59ad usbnet: ipheth: fix possible overflow in DPE length check
df5bc4891b3d usb: gadget: f_tcm: Don't prepare BOT write request twice
3e01f162a10a usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
0c3d544b61c6 usb: gadget: f_tcm: Decrement command ref count on cleanup
5ff4628b8dcf usb: gadget: f_tcm: Translate error to sense
0ee1df18f27d wifi: rtw88: 8703b: Fix RX/TX issues
a64cf5532719 wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz on MT7916
46fa0c08d223 wifi: rtw88: sdio: Fix disconnection after beacon loss
59dd56cf3b70 wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
fbbfef2a5b85 wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize()
e3f7ee7a2dff wifi: rtlwifi: rtl8821ae: Fix media status report
d0bf6bfc9cf2 atomic64: Use arch_spin_locks instead of raw_spin_locks
ed0ad04c6825 ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()
416d22fe8c18 HID: hid-sensor-hub: don't use stale platform-data on remove
c866c0056093 Input: bbnsm_pwrkey - add remove hook
5b91440ebef9 of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
4e4b3d492673 of: Fix of_find_node_opts_by_path() handling of alias+path+options
e62c63081020 of: address: Fix empty resource handling in __of_address_resource_bounds()
45ad3c7d62eb of: Correct child specifier used as input of the 2nd nexus node
ae959ab075fb scsi: ufs: core: Fix the HIGH/LOW_TEMP Bit Definitions
3fb0f8df1d02 perf bench: Fix undefined behavior in cmpworker()
acd8ff789bf1 efi: libstub: Use '-std=gnu11' to fix build with GCC 15
2ce09aabe009 blk-cgroup: Fix class @block_class's subsystem refcount leakage
5a262628f4cf seccomp: passthrough uretprobe systemcall without filtering
c4241c04df05 clk: mediatek: mt2701-mm: add missing dummy clk
314edc5a52e6 clk: mediatek: mt2701-img: add missing dummy clk
89843e4c7795 clk: mediatek: mt2701-bdp: add missing dummy clk
b7b72c7f93fc clk: mediatek: mt2701-aud: fix conversion to mtk_clk_simple_probe
234438b46322 clk: mediatek: mt2701-vdec: fix conversion to mtk_clk_simple_probe
35ce9e7c9fce clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate
fe7ce4e583e0 clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
2dba8d5d423f clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
b6fe13566bf5 clk: qcom: gcc-sm6350: Add missing parent_map for two clocks
a4911d6891bd clk: qcom: gcc-sm8650: Do not turn off PCIe GDSCs during gdsc_disable()
e2dd0efa4d03 clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during gdsc_disable()
26dae7a6c080 clk: qcom: clk-alpha-pll: fix alpha mode configuration
ea3f6ef7720b clk: clk-loongson2: Fix the number count of clk provider
15413c1a6551 media: i2c: ds90ub960: Fix UB9702 refclk register access
eca01d5911fb clk: mmp2: call pm_genpd_init() only after genpd.name is set
410586e60037 clk: sunxi-ng: a100: enable MMC clock reparenting
3192f1c54ddd KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
ddfc234761a4 Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection
691218a50c31 Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
7173b70df472 drm/amd/display: Fix seamless boot sequence
20a57f68db1b drm/amdgpu: add a BO metadata flag to disable write compression for Vulkan
4b1d3186284f drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
c842f22fc26e drm/i915/dp: Iterate DSC BPP from high to low on all platforms
b20ecb792c00 drm/xe/devcoredump: Move exec queue snapshot to Contexts section
36b9be873809 drm/komeda: Add check for komeda_get_layer_fourcc_list()
2708a151e0e9 drm/i915: Fix page cleanup on DMA remap failure
5775ef49d792 drm/i915/guc: Debug print LRC state entries only if the context is pinned
95c75578c420 Revert "drm/amd/display: Use HW lock mgr for PSR1"
4d23b42a45dc drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1
89dcc75d5172 drm/amdkfd: only flush the validate MES contex
7e207a094ee6 drm/amd/amdgpu: change the config of cgcg on gfx12
721a493fa2a5 drm/amd/pm: Mark MM activity as unsupported
3ec8e3dab60c drm/amd/display: Optimize cursor position updates
b4b902737746 ksmbd: fix integer overflows on 32 bit systems
5b199733b901 KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
27f651d28fee kvm: defer huge page recovery vhost task to later
f2f805ada63b KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()
dd78c25a14fe remoteproc: omap: Handle ARM dma_iommu_mapping
f50ed030dbf0 arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma
5f50c5586c77 drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
de3ffeb2122e KVM: arm64: timer: Always evaluate the need for a soft timer
e5251ae5d3c0 arm64/mm: Reduce PA space to 48 bits when LPA2 is not enabled
c66e5205fd22 arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()
8abf61300643 arm64/mm: Override PARange for !LPA2 and use it consistently
5a6520493c41 arm64/kvm: Configure HYP TCR.PS/DS based on host stage1
1b705df8ecdb accel/ivpu: Fix Qemu crash when running in passthrough
a009378af674 binfmt_flat: Fix integer overflow bug on 32 bit systems
f735c9d4dc93 fs/proc: do_task_stat: Fix ESP not readable during coredump
36bcdf340017 m68k: vga: Fix I/O defines
4204ca15ec5e arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented
6e83f167bb10 s390/futex: Fix FUTEX_OP_ANDN implementation
2b7f9749e6b3 md: reintroduce md-linear
7ec4ef57aec1 smb: client: change lease epoch type from unsigned int to __u16
e776cff5ed1e smb: client: fix order of arguments of tracepoints
ac7b5f3e4d5b drm/client: Handle tiled displays better
b865c6a6178b drm/modeset: Handle tiled displays in pan_display_atomic.
843bd0089c06 cifs: Remove intermediate object of failed create SFU call
0a2beaa95f74 ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx
37cab2868e5c leds: lp8860: Write full EEPROM, not only half of it
ab061462be52 cpufreq: s3c64xx: Fix compilation warning
9325895e4162 cpufreq: fix using cpufreq-dt as module
ac52c98e1ff3 rxrpc: Fix call state set to not include the SERVER_SECURING state
181b23ca2ef0 net: sched: Fix truncation of offloaded action statistics
e36364d5d434 tun: revert fix group permission check
631255524908 netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
e40cb34b7f24 pfifo_tail_enqueue: Drop new packet when sch->limit == 0
bb6f3569dd0b ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()
d5079b8f34f9 x86/xen: add FRAME_END to xen_hypercall_hvm()
4890a0858c09 x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
f014a926eb5a gpio: sim: lock hog configfs items if present
970cd2ed26cd net: rose: lock the socket in rose_bind()
2e53fb8afe41 net: atlantic: fix warning during hot unplug
1ecc3bed3846 gpio: pca953x: Improve interrupt support
d1754c69448f rxrpc: Fix the rxrpc_connection attend queue handling
3139a7024e9a ethtool: rss: fix hiding unsupported fields in dumps
4c6ed049bc4e drm/i915/dp: fix the Adaptive sync Operation mode for SDP
83ebf741aa64 udp: gso: do not drop small packets when PMTU reduces
b55dfd7bac24 tg3: Disable tg3 PCIe AER on system reboot
2bd762847d20 vmxnet3: Fix tx queue race condition with XDP
f21d479c1f69 ice: Add check for devm_kzalloc()
acd5f07e9f0f net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LAN
8ed1b13a38d7 nvme-fc: use ctrl state getter
5eba53a9eaf8 nvme: make nvme_tls_attrs_group static
ab7522ce29fd ice: stop storing XDP verdict within ice_rx_buf
50e4b64a2d4a ice: gather page_count()'s of each frag right before XDP prog call
311813ed013c ice: put Rx buffers after being done with current frame
ec53033c5723 gpu: drm_dp_cec: fix broken CEC adapter properties check
fd6df04a91e8 firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry
bc85817e6bc0 nvme: handle connectivity loss in nvme_set_queue_count
57e07d10b338 sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue
1c1c91bf05ef platform/x86: serdev_helpers: Check for serial_ctrl_uid == NULL
e46d91ca504d tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
9b88a7c4584b tty: xilinx_uartps: split sysrq handling
30c6a7a9da55 xfs: don't over-report free space or inodes in statvfs
1f88b5c4f992 xfs: report realtime block quota limits on realtime directories
4e144498d16b drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX Isolation
48fe216d7db6 KVM: e500: always restore irqs
833f69be62ac KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
f2623aec7fdc KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
dec857329fb9 KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
7056d426a637 platform/x86: acer-wmi: Ignore AC events
c74d1721804a platform/x86: acer-wmi: add support for Acer Nitro AN515-58
33a4a9f54ae9 Input: allocate keycode for phone linking
999531398e15 ASoC: amd: Add ACPI dependency to fix build error
06fe7c32d58a platform/x86: acer-wmi: Add support for Acer Predator PH16-72
90778f31efdf ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback
c021dc03bfa7 platform/x86: acer-wmi: Add support for Acer PH14-51
0a30353beca2 platform/x86: int3472: Check for adev == NULL
c578aedea2a1 iommu/arm-smmu-v3: Clean up more on probe failure
d888437bd317 iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
0f76d831070c ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7
06a0e2a320a5 x86/kexec: Allocate PGD for x86_64 transition page tables separately
e012a77e4d76 ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params
82b44cdb0355 net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
4f60eff8b5e6 selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
c257c15845e7 tipc: re-order conditions in tipc_crypto_key_rcv()
6bb91eb7c079 octeon_ep_vf: update tx/rx stats locally for persistence
09c86dc2ada1 octeon_ep: update tx/rx stats locally for persistence
30d003f24a93 mmc: sdhci-msm: Correctly set the load for the regulator
ca06b3769c93 HID: hid-asus: Disable OOBE mode on the ProArt P16
2785019ea03a net: wwan: iosm: Fix hibernation by re-binding the driver around it
ebb90f23f0ac Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync
c3a1c34110ed Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925
7e55e224300e Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922
584b3e250ee0 APEI: GHES: Have GHES honor the panic= setting
a54240c71d57 i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
d822b30c077a wifi: iwlwifi: avoid memory leak
131dd3e936d1 wifi: iwlwifi: pcie: Add support for new device ids
7ef2ea142968 wifi: brcmfmac: Check the return value of of_property_read_string_index()
62483e0a1fbf net/mlx5: use do_aux_work for PHC overflow checks
adcb8ce68dde HID: Wacom: Add PCI Wacom device support
e557b15ea2ec HID: multitouch: Add quirk for Hantick 5288 touchpad
9e6b899883a2 clk: qcom: Make GCC_8150 depend on QCOM_GDSC
36720607c909 wifi: rtw88: add __packed attribute to efuse layout struct
6e1feb300fcb mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
c9382f380e8d tomoyo: don't emit warning in tomoyo_write_control()
c27ce584d274 wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy()
60fd500eda3e mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G
f4b8bac3cfe4 mmc: core: Respect quirk_max_rate for non-UHS SDIO card
5c2b1d938613 tun: fix group permission check
9543e67fa364 wifi: rtw89: add crystal_cap check to avoid setting as overflow value
22a1a758183d ring-buffer: Make reading page consistent with the code logic
d1544dc32c67 drm/amd/display: Limit Scaling Ratio on DCN3.01
835d37b60bc3 drm/amd/display: Increase sanitizer frame larger than limit when compile testing with clang
36b385d0f2b4 safesetid: check size of policy writes
52858d7fe6fb drm/bridge: it6505: fix HDCP CTS KSV list wait timer
4ebd696fe716 drm/bridge: it6505: fix HDCP CTS compare V matching
05040e0847d4 drm/bridge: it6505: fix HDCP encryption when R0 ready
5d88251a8b5e drm/bridge: it6505: fix HDCP Bstatus check
3a047075b47c drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
d76dc02531a6 drm/amdkfd: Queue interrupt work to different CPU
9f9524503375 drm/amdgpu: Don't enable sdma 4.4.5 CTXEMPTY interrupt
b79eaf9b86a8 drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor
1eec554f898b drm/vc4: hdmi: use eld_mutex to protect access to connector->eld
68c3008b06d8 drm/sti: hdmi: use eld_mutex to protect access to connector->eld
1cd3e56a07ac drm/radeon: use eld_mutex to protect access to connector->eld
6b57c63f5bf6 drm/exynos: hdmi: use eld_mutex to protect access to connector->eld
cd604e8e993c drm/amd/display: use eld_mutex to protect access to connector->eld
f1b4a5005c9e drm/bridge: ite-it66121: use eld_mutex to protect access to connector->eld
e43f3adba3dc drm/bridge: anx7625: use eld_mutex to protect access to connector->eld
b006aadf72f9 drm/connector: add mutex to protect ELD from concurrent access
404e5fd918a0 printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
0412bca906d5 drm/amd/display: Overwriting dualDPP UBF values before usage
d25d5eb35905 drm/amd/display: Populate chroma prefetch parameters, DET buffer fix
ebf2d94128ef drm/tests: hdmi: return meaningful value from set_connector_edid()
e0d048dabe33 drm/tests: hdmi: handle empty modes in find_preferred_mode()
56e6c7f6d2a6 nvkm: correctly calculate the available space of the GSP cmdq buffer
5185e63b45ea nvkm/gsp: correctly advance the read pointer of GSP message queue
0877fd896ca4 drm: panel-backlight-quirks: Add Framework 13 glossy and 2.8k panels
34004adc64e2 drm: panel-backlight-quirks: Add Framework 13 matte panel
c5842f1dade0 drm: Add panel backlight quirks
18daf9e83c4f drm/virtio: New fence for every plane update
8b60f25c3e67 x86/amd_nb: Restrict init function to AMD-based systems
149dd2acff5d lockdep: Fix upper limit for LOCKDEP_*_BITS configs
fbcd9eedce20 locking/ww_mutex/test: Use swap() macro
910d55f7d67d x86: Convert unreachable() to BUG()
e5ff8d825db7 sched: Don't try to catch up excess steal time.
d3ef1a2f77b8 btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling
5975577d8cd4 btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_extents()
46e9c4a376af s390/stackleak: Use exrl instead of ex in __stackleak_poison()
38a1aa02b90b exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
72f02c34e58b arm64/mm: Ensure adequate HUGE_MAX_HSTATE
86d71a026a7f btrfs: fix use-after-free when attempting to join an aborted transaction
5ff189eb84f1 btrfs: do not output error message if a qgroup has been already cleaned up
0ff88c2a742a btrfs: fix assertion failure when splitting ordered extent after transaction abort
b19deb5acbc7 irqchip/lan966x-oic: Make CONFIG_LAN966X_OIC depend on CONFIG_MCHP_LAN966X_PCI
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
(From OE-Core rev: f3c91830efc6c1edb74184ee5956c8219a581a77)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
01e61df454 |
linux-yocto/6.12: genericarm64: set the DMA Contiguous Memory Allocator size to 32MB
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: genericarm64: set the DMA Contiguous Memory Allocator size to 32MB
Date: Thu, 27 Feb 2025 17:32:29 +0000
The default is 16MB but the aarch64 defconfig sets it to 32MB.
Notably this fixes various graphical issues on both the BeaglePlay and
KV260, where 16MB isn't sufficient.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: c40dfa3e093b7cbf0aea9b79d10c3d400b4e5db4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
0fd090ad96 |
linux-yocto/6.12: configuration graphics, I2C and warnings
Integrating the following commit(s) to linux-yocto/.:
bb44ae9b bsp/mti-malta32: enable I2C
e2396ea2 bsp/qemuriscv32: CONFIG_PAGE_OFFSET not assignable
095395ba cfg/virtio: add DRM frame buffer emulation
88bbdbd5 features/drm-bochs: remove CONFIG_DRM_TTM
(From OE-Core rev: 3848ef1d7e4f432880e06c07da8918c59326283a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
78c885d31e |
linux-yocto-dev: bump to v6.14
Updating the development kernel to track the v6.14 series. (From OE-Core rev: e1ead507fcfb3963ea705d8eef18d96432c79c2d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
5b23b6d29e |
linux-yocto/6.12: update to v6.12.13
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
4b07fe4a044d Linux 6.12.13
333f1282241c ethtool: ntuple: fix rss + ring_cookie check
5ae72abbf91e btrfs: do proper folio cleanup when run_delalloc_nocow() failed
27a46e60617a LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}
c3a3741db8c1 memcg: fix soft lockup in the OOM process
a9e318519b22 KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
8eb4d51b44c7 drm/amd/display: Add hubp cache reset when powergating
593d852f7fe2 s390: Add '-std=gnu11' to decompressor and purgatory CFLAGS
ba30a82cb2d0 ASoC: da7213: Initialize the mutex
141a2389a694 selftests/bpf: Add test to verify tailcall and freplace restrictions
5f72bf80e74b Revert "s390/mm: Allow large pages for KASAN shadow mapping"
1cf217795968 ethtool: Fix access to uninitialized fields in set RXNFC command
364d7e7f3097 xfrm: Fix acquire state insertion.
78b366aa0e81 xfrm: Add error handling when nla_put_u32() returns an error
698943070ea7 dma-mapping: save base/size instead of pointer to shared DMA pool
8de4e5a92282 of: reserved-memory: Warn for missing static reserved memory regions
a6848636d8b4 btrfs: output the reason for open_ctree() failure
237e19519c8f md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
b853ff0b514c powerpc/pseries/iommu: Don't unset window if it was never set
6e601a64f777 media: imx-jpeg: Fix potential error pointer dereference in detach_pm()
278a98f6d8a7 staging: media: max96712: fix kernel oops when removing module
929b69810eec usb: gadget: f_tcm: Don't free command immediately
7e5ee3281dc0 pps: Fix a use-after-free
d1f8e69eec91 media: uvcvideo: Fix double free in error path
f2013d19b770 remoteproc: core: Fix ida_free call while not allocated
7cc8f681f6d4 RDMA/mlx5: Fix implicit ODP use after free
b2bf3a2fdc71 mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
84ac44d9fed3 mptcp: handle fastopen disconnect correctly
8ac344cbd84f mptcp: pm: only set fullmesh for subflow endp
6169e942370b mptcp: consolidate suboption status
9a49748e5a6e clk: qcom: gcc-x1e80100: Do not turn off usb_2 controller GDSC
15b50cbc6ff6 usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS
ce5c91a1b2b2 usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE
01c74aeac297 usb: dwc3: Skip resume if pm_runtime_set_active() fails
ebba1bebf036 usb: dwc3: core: Defer the probe until USB power supply ready
e5dd5bfc3359 usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
b69805e311fb usb: gadget: f_tcm: Fix Get/SetInterface return value
a1fd89c09385 drivers/card_reader/rtsx_usb: Restore interrupt based detection
ae069cd2ba09 usb: xhci: Fix NULL pointer dereference on certain command aborts
f395b7efcee8 net: usb: rtl8150: enable basic endpoint checking
e0216c39b496 ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
631430768b41 xfs: don't shut down the filesystem for media failures beyond end of log
b0773cf34eec xfs: check for dead buffers in xfs_buf_find_insert
0a8a05bf2873 ktest.pl: Check kernelrelease return in get_version
64e222d15615 selftests/ftrace: Fix to use remount when testing mount GID option
ab5b45301933 selftests/rseq: Fix handling of glibc without rseq support
f488b53b5443 drm/amd/display: Reduce accessing remote DPCD overhead
49b7182b97ba netfilter: nf_tables: reject mismatching sum of field_len with set key length
4cea10a863f9 kbuild: switch from lz4c to lz4 for compression
31b3e5ce9f79 Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"
260cbf992713 md/md-bitmap: move bitmap_{start, end}write to md upper layer
aa8e15d69f5c md/raid5: implement pers->bitmap_sector()
783e6715a49d md: add a new callback pers->bitmap_sector()
88564ef736fb md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
dc1967143ab9 md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
00d1943fe46d f2fs: Introduce linear search for dentries
c12b8bc1e9c5 hexagon: Fix unbalanced spinlock in die()
5892138e3001 hexagon: fix using plain integer as NULL pointer warning in cmpxchg
e4e8ed67e085 kconfig: fix memory leak in sym_warn_unmet_dep()
6e26ca181870 kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST
281244ab4271 cifs: Fix getting and setting SACLs over SMB1
077f372585b6 cifs: Validate EAs for WSL reparse points
4eb5f692e923 tools/power turbostat: Fix forked child affinity regression
e7f44edd44ff ASoC: amd: acp: Fix possible deadlock
206d8e0242de io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()
21cfbeae7d7c ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
01ef02ab9615 RISC-V: Mark riscv_v_init() as __init
d562d14f1b11 tools/power turbostat: Fix PMT mmaped file size rounding
cd89d5745a18 tools/power turbostat: Allow using cpu device in perf counters on hybrid platforms
9bbb93a9e8d0 hostfs: fix string handling in __dentry_name()
52f0a28e17f7 genksyms: fix memory leak when the same symbol is read from *.symref file
a23834b78277 genksyms: fix memory leak when the same symbol is added from source
a7a84a880afb net: hsr: fix fill_frame_info() regression vs VLAN packets
13c9e38509e1 net: sh_eth: Fix missing rtnl lock in suspend/resume path
0296981941cf net: ravb: Fix missing rtnl lock in suspend/resume path
557707906dd3 net: xdp: Disallow attaching device-bound programs in generic mode
1dd823a46e25 tcp: correct handling of extreme memory squeeze
5a1bfd530f34 bgmac: reduce max frame size to support just MTU 1500
a06bb37d6541 vsock: Allow retrying on connect() failure
377d47fda395 Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming
930e1790b99e Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface()
dcb4937a7d2c perf test: Skip syscall enum test if no landlock syscall
161348aea66f perf trace: Fix runtime error of index out of bounds
59f60af34a9e s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()
b92942e6a457 net: stmmac: Limit FIFO size by hardware capability
56380f4a0f54 net: stmmac: Limit the number of MTL queues to hardware capability
a68d7a9fb830 ethtool: Fix set RXNFC command with symmetric RSS hash
ad1ec19b0bb9 net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts in
3e44707da8db ptp: Properly handle compat ioctls
5a54367a7c23 net: davicom: fix UAF in dm9000_drv_remove
f554bce48860 vxlan: Fix uninit-value in vxlan_vnifilter_dump()
10ba5a3d57af rxrpc, afs: Fix peer hash locking vs RCU callback
47f7a18e3a13 selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environment
ed2c4ea53f2f selftests: mptcp: extend CFLAGS to keep options from environment
0f893f526698 tools: ynl: c: correct reverse decode of empty attrs
f6620669ad6f net: netdevsim: try to close UDP port harness races
1992fb261c90 net: rose: fix timer races against user threads
85496955355c net/ncsi: use dev_set_mac_address() for Get MC MAC Address handling
43f9177be438 s390/mm: Allow large pages for KASAN shadow mapping
29c1fd9fddd2 iavf: allow changing VLAN state without calling PF
5c9b22519d14 ice: remove invalid parameter of equalizer
8191df8ec88c ice: extend dump serdes equalizer values feature
877eed2b01cb ice: rework of dump serdes equalizer values feature
93fcd499330d ice: fix ice_parser_rt::bst_key array size
66bf9b3d9e16 idpf: convert workqueues to unbound
f71daa29bceb idpf: Acquire the lock before accessing the xn->salt
431759c23b27 idpf: fix transaction timeouts on reset
7f42a905db2e idpf: add read memory barrier when checking descriptor done bit
e468aace4074 xfrm: Don't disable preemption while looking up cache state.
6c9b7d48bf46 perf trace: Fix BPF loading failure (-E2BIG)
3b732c60a00c PM: hibernate: Add error handling for syscore_suspend()
a099834a51cc ipmr: do not call mr_mfc_uses_dev() for unres entries
b3c4360329bf net: fec: implement TSO descriptor cleanup
bbd4c81ff61e net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpios
48cf1415e207 gpio: mxc: remove dead code after switch to DT-only
82736bb83fb0 net: hns3: fix oops when unload drivers paralleling
fed2385309f6 net: airoha: Fix wrong GDM4 register definition
24ac5b75243d regulator: core: Add missing newline character
77e5266e3d3f ubifs: skip dumping tnc tree when zroot is null
589444be701d rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr()
e5e06455760f rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
5127f3cbfc78 rtc: tps6594: Fix integer overflow on 32bit systems
6945701ca157 xfrm: delete intermediate secpath entry in packet offload mode
839064a02295 dmaengine: ti: edma: fix OF node reference leaks in edma_driver
a16871c7832e xfrm: state: fix out-of-bounds read during lookup
5e4334dc3944 xfrm: Add an inbound percpu state cache.
aa48a18fdb09 xfrm: Cache used outbound xfrm states at the policy.
2a64cff2aabe xfrm: Add support for per cpu xfrm state handling.
87fdd4c4478f xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO
e69a9ca0c93e tools/bootconfig: Fix the wrong format specifier
194d26a5a43c LoongArch: Fix warnings during S3 suspend
265c3dfe976b NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE
6de31904ebc7 NFSv4.2: fix COPY_NOTIFY xdr buf size calculation
f4265cd6ddc5 nfs: fix incorrect error handling in LOCALIO
b35a3edc7c71 serial: 8250: Adjust the timeout for FIFO mode
f709f3ca1feb tty: mips_ejtag_fdc: fix one more u8 warning
1614e75d1a1b driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
fd41b2e9aaf4 module: Don't fail module loading when setting ro_after_init section RO failed
565611d10170 module: Extend the preempt disabled section in dereference_symbol_descriptor().
eddd3176b8c4 nilfs2: handle errors that nilfs_prepare_chunk() may return
4b08d23d7d19 nilfs2: protect access to buffers with no active references
1098bb8d5241 nilfs2: do not force clear folio if buffer is referenced
8b40f17ddfd0 ocfs2: mark dquot as inactive if failed to start trans while releasing dquot
48964027809b erofs: fix potential return value overflow of z_erofs_shrink_scan()
9621a0a5e338 erofs: sunset `struct erofs_workgroup`
f66ba30be7be erofs: move erofs_workgroup operations into zdata.c
e6d1529c79e9 erofs: get rid of erofs_{find,insert}_workgroup
c6896bf4c611 firewire: test: Fix potential null dereference in firewire kunit test
19b248069d1b scsi: mpi3mr: Fix possible crash when setting up bsg fails
0e0ac81d51f1 scsi: ufs: bsg: Delete bsg_dev when setting up bsg fails
a183cac63301 scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1
c8c65adfd21b PCI: microchip: Set inbound address translation for coherent or non-coherent mode
90985dc7629f PCI: microchip: Add support for using either Root Port 1 or 2
538308191b54 PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
1d12b389ef23 PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error
a665fab63d06 PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
a2c80a188166 PCI: qcom: Update ICC and OPP values after Link Up event
828bd4f4c863 PCI: imx6: Add missing reference clock disable logic
56bfb833480b PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
d0f8c566464d PCI: imx6: Skip controller_id generation logic for i.MX7D
7fb8d5a34026 PCI: imx6: Configure PHY based on Root Complex or Endpoint mode
9ff46b0bfeb6 PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()
f86b2180c26c media: dvb-usb-v2: af9035: fix ISO C90 compilation error on af9035_i2c_master_xfer
5dd040e75f3e staging: media: imx: fix OF node leak in imx_media_add_of_subdevs()
9cef839d3bb1 watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe()
a44591a0ea3c media: nxp: imx8-isi: fix v4l2-compliance test errors
c538df69c39c mtd: hyperbus: hbmc-am654: fix an OF node reference leak
aeeec3de85e6 mtd: rawnand: brcmnand: fix status read of brcmnand_waitfunc
58465dfc429c media: uvcvideo: Propagate buf->error to userspace
b0b51f4c5636 media: camif-core: Add check for clk_enable()
406e62371d09 media: mipi-csis: Add check for clk_enable()
c227d973812b media: i2c: ov9282: Correct the exposure offset
98be204dc93c media: i2c: imx412: Add missing newline to prints
85659ca38385 media: i2c: imx290: Register 0x3011 varies between imx327 and imx290
c3e18562b65c media: marvell: Add check for clk_enable()
26d8d3d57ce3 remoteproc: mtk_scp: Only populate devices for SCP cores
45e1246e5c61 PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()
1c49fb86be6e media: lmedm04: Handle errors for lme2510_int_read
265ecadbe54f media: rc: iguanair: handle timeouts
e61977c71494 of/fdt: Restore possibility to use both ACPI and FDT from bootloader
9a0fe62f93ed of: reserved_mem: Restructure how the reserved memory regions are processed
4c22e09c6566 spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors
d5d33f01b86a iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index()
5d679086873f iommu: iommufd: fix WARNING in iommufd_device_unbind
7a2de8126ed3 RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"
6531c17e0b3d RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event
02b69afbd545 efi: sysfb_efi: fix W=1 warnings when EFI is not set
92ed1efb6ac0 of: reserved-memory: Do not make kmemleak ignore freed address
6cffdf48386c of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()
823ad923afa1 RDMA/mlx5: Fix indirect mkey ODP page count
9b0063098fcd i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition
7cda16e0fcc5 arm64: dts: qcom: x1e80100-romulus: Update firmware nodes
72dcd1bec429 arm64: tegra: Fix DMA ID for SPI2
873f6bdf23b8 fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()
e2cd277d7155 arm64: dts: ti: k3-am642-hummingboard-t: Convert overlay to board dts
a61cac5a6167 arm64: dts: rockchip: fix num-channels property of wolfvision pf5 mic
ba021d9c40a7 ARM: dts: mediatek: mt7623: fix IR nodename
c2c7cae5abaf arm64: dts: marvell: cn9131-cf-solidwan: fix cp1 comphy links
903e0a56c145 arm64: dts: qcom: sm8250: Fix interrupt types of camss interrupts
0df5fc0ff6fc arm64: dts: qcom: sdm845: Fix interrupt types of camss interrupts
de18221e411e arm64: dts: qcom: sc8280xp: Fix interrupt type of camss interrupts
df2b841369d2 arm64: dts: mediatek: add per-SoC compatibles for keypad nodes
c811521a05df dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL
98d68c9d140b arm64: dts: mediatek: mt7988: Add missing clock-div property for i2c
390d3baeba51 firmware: qcom: scm: Cleanup global '__scm' on probe failures
22c805533ce7 arm64: dts: qcom: sc8280xp: Fix up remoteproc register space sizes
b75d17a66497 arm64: dts: qcom: sm8150-microsoft-surface-duo: fix typos in da7280 properties
729be2681802 arm64: dts: qcom: sc7180: fix psci power domain node names
d9b220293850 arm64: dts: qcom: sc7180: change labels to lower-case
5756723770e8 arm64: dts: qcom: sc7180-trogdor-pompom: rename 5v-choke thermal zone
7a9b13f7e2a4 arm64: dts: qcom: sc7180-trogdor-quackingstick: add missing avee-supply
2c778443e0e8 arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: remove disabled ov7251 camera
e3aef4becef5 arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Convert mezzanine riser to dtso
4ead95198f48 arm64: dts: qcom: qcm6490-shift-otter: remove invalid orientation-switch
e51f7dd6d94d ARM: omap1: Fix up the Retu IRQ on Nokia 770
ab3de8c252e1 RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS
5a79cc9bc961 RDMA/rtrs: Add missing deinit() call
14ef8b5ec726 RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error
8f2356864982 arm64: dts: allwinner: a64: explicitly assign clock parent for TCON0
8810a8368b60 arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boards
770bc57fcca7 arm64: dts: ti: k3-am62a: Remove duplicate GICR reg
70f974e78f5e arm64: dts: ti: k3-am62: Remove duplicate GICR reg
0ac272cf7aa2 ARM: dts: microchip: sama5d27_wlsom1_ek: Add no-1-8-v property to sdmmc0 node
1b2ab35ff782 ARM: dts: microchip: sama5d29_curiosity: Add no-1-8-v property to sdmmc0 node
03d9d88fd341 arm64: dts: qcom: sm8650: Fix CDSP context banks unit addresses
04fbd92f2006 arm64: dts: qcom: x1e80100: correct sleep clock frequency
e1fb7b18f95c arm64: dts: qcom: sm8650: correct sleep clock frequency
1f1eb092ad8d arm64: dts: qcom: sm8550: correct sleep clock frequency
7f937e5791fe arm64: dts: qcom: sm8450: correct sleep clock frequency
b98c1e0602ee arm64: dts: qcom: sm8350: correct sleep clock frequency
bcea9460c1f2 arm64: dts: qcom: sm8250: correct sleep clock frequency
c1bcabbc98fe arm64: dts: qcom: sm6375: correct sleep clock frequency
d2e117be0e8c arm64: dts: qcom: sm6125: correct sleep clock frequency
8be30ff7bac7 arm64: dts: qcom: sm4450: correct sleep clock frequency
3f78fff04803 arm64: dts: qcom: sdx75: correct sleep clock frequency
301ff6f2185d arm64: dts: qcom: sc7280: correct sleep clock frequency
e20fd641b1b1 arm64: dts: qcom: qrb4210-rb2: correct sleep clock frequency
cdb697459763 arm64: dts: qcom: q[dr]u1000: correct sleep clock frequency
b697e33ab4de arm64: dts: qcom: qcs404: correct sleep clock frequency
514dc233e4e1 arm64: dts: qcom: msm8994: correct sleep clock frequency
7461e33fd205 arm64: dts: qcom: msm8939: correct sleep clock frequency
4b209a5f7350 arm64: dts: qcom: msm8916: correct sleep clock frequency
f6b361ab18be arm64: dts: qcom: sm7225-fairphone-fp4: Drop extra qcom,msm-id value
5ed403074341 arm64: dts: qcom: msm8994: Describe USB interrupts
6f2316306c48 arm64: dts: qcom: msm8996: Fix up USB3 interrupts
eea829201a2a arm64: defconfig: remove obsolete CONFIG_SM_DISPCC_8650
b7b0c071d0a0 arm64: dts: qcom: sa8775p: Update sleep_clk frequency
ae73995df9ab arm64: dts: qcom: msm8996-xiaomi-gemini: Fix LP5562 LED1 reg property
0edca0b18d8e arm64: dts: mediatek: mt8183-kukui-jacuzzi: Drop pp3300_panel voltage settings
3b02273446e2 memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code()
ed6244294b44 ARM: dts: stm32: Swap USART3 and UART8 alias on STM32MP15xx DHCOM SoM
5b48e03583f3 ARM: dts: stm32: Deduplicate serial aliases and chosen node for STM32MP15xx DHCOM SoM
aa0e632b55e8 arm64: dts: mediatek: mt8195: Remove suspend-breaking reset from pcie1
f502835b42d3 RDMA/srp: Fix error handling in srp_add_port
932dbae0f803 arm64: dts: mediatek: mt8183: willow: Support second source touchscreen
925c44d08424 arm64: dts: mediatek: mt8183: kenzo: Support second source touchscreen
27a54c0ce1d9 RDMA/rxe: Fix mismatched max_msg_sz
fb855cca17f2 arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb"
854abd4217b4 ARM: dts: aspeed: yosemite4: correct the compatible string for max31790
baf491720430 ARM: dts: aspeed: yosemite4: Add required properties for IOE on fan boards
6cd70c80e717 ARM: dts: aspeed: yosemite4: correct the compatible string of adm1272
e9d981ee7c12 arm64: dts: mediatek: mt8173-evb: Fix MT6397 PMIC sub-node names
35a4758e11e9 arm64: dts: mediatek: mt8173-elm: Fix MT6397 PMIC sub-node names
32840ea43be1 arm64: dts: mediatek: mt8395-genio-1200-evk: Drop regulator-compatible property
458b389e58b5 arm64: dts: medaitek: mt8395-nio-12l: Drop regulator-compatible property
e6fda48f49b9 arm64: dts: mediatek: mt8195-demo: Drop regulator-compatible property
ae6abbcf61f3 arm64: dts: mediatek: mt8195-cherry: Drop regulator-compatible property
ca967fe61fe0 arm64: dts: mediatek: mt8192-asurada: Drop regulator-compatible property
3e8842e93f20 arm64: dts: mediatek: mt8173-elm: Drop regulator-compatible property
ae7421a84e9f arm64: dts: mediatek: mt8173-evb: Drop regulator-compatible property
dd352107f22b rdma/cxgb4: Prevent potential integer overflow on 32bit
f1ff9fea7f87 arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias
df6851bda8c2 RDMA/mlx4: Avoid false error about access to uninitialized gids array
69b04ea4e288 ARM: dts: stm32: Fix IPCC EXTI declaration on stm32mp151
42b5491a18f1 ARM: dts: stm32: Increase CPU core voltage on STM32MP13xx DHCOR SoM
2e72386c102b arm64: dts: mediatek: mt8516: reserve 192 KiB for TF-A
60b0c5a9d235 arm64: dts: mediatek: mt8516: add i2c clock-div property
e37212e54565 arm64: dts: mediatek: mt8516: fix wdt irq type
cf2059254ec8 arm64: dts: mediatek: mt8516: fix GICv2 range
c7e34fb570cb arm64: dts: mt8183: set DMIC one-wire mode on Damu
8e497c5ba700 arm64: dts: mediatek: mt8186: Move wakeup to MTU3 to get working suspend
cb7e900f7ccb ARM: dts: imx7-tqma7: add missing vs-supply for LM75A (rev. 01xxx)
3aadad527102 ARM: at91: pm: change BU Power Switch to automatic mode
252e2209471c soc: atmel: fix device_node release in atmel_soc_device_init()
33e47d957307 bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
0ef5b75641f0 cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM in readdir.c
699179dfc8d7 smb: client: fix oops due to unset link speed
f939008a52c5 rhashtable: Fix rhashtable_try_insert test
8ca38d0ca8c3 padata: avoid UAF for reorder_work
c629808304e8 padata: add pd get/put refcnt helper
573ac9c70bf7 padata: fix UAF in padata_reorder
122fb9d2dfb9 perf lock: Fix parse_lock_type which only retrieve one lock flag
aab5d33fb6a5 tools: Sync if_xdp.h uapi tooling header
e8f5f2c0a74c ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 laptop
6e1e451456e1 iommu/amd: Remove unused amd_iommu_domain_update()
0e272fe6a02c bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
77e2f5d481d0 libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED
beadb92ea609 libbpf: Fix return zero when elf_begin failed
20c84906e2da selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test
78b97783496b bpf: Send signals asynchronously if !preemptible
ee46db2c8f99 ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83JX, 83MC and 83NM
310743bfc8ce ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83LC
c560e8405098 perf inject: Fix use without initialization of local variables
8f4abee94a51 pinctrl: amd: Take suspend type into consideration which pins are non-wake
cac84246365b pinctrl: stm32: Add check for clk_enable()
fd0e32fe09af perf report: Fix misleading help message about --demangle
8f6c2ed42e87 ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers
11ba17769eb5 perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarball
b2477676dbcb ASoC: Intel: avs: Fix init-config parsing
deca59b8a485 ASoC: Intel: avs: Fix theoretical infinite loop
74147a5e097f ASoC: Intel: avs: Fix the minimum firmware version numbers
27daf3954e6a ASoC: Intel: avs: Do not readq() u32 registers
d2992b838e81 perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool
968d6aff5631 perf namespaces: Introduce nsinfo__set_in_pidns()
3289f79a8103 perf machine: Don't ignore _etext when not a text symbol
6eed2771d8a7 perf maps: Fix display of kernel symbols
f156a74cfc4b perf top: Don't complain about lack of vmlinux when not resolving some kernel samples
7e8e2fefa612 selftests/bpf: Avoid generating untracked files when running bpf selftests
818a43355825 padata: fix sysfs store callback check
b777b14c2a4a bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
7c174d312e3b ALSA: seq: Make dependency on UMP clearer
8e7d29b69821 bpf: Use refcount_t instead of atomic_t for mmap_count
e665c1f29474 crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'
396d44367579 crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()
07cb3e0ab922 crypto: hisilicon/sec2 - fix for aead invalid authsize
1c2f57cb03e2 crypto: hisilicon/sec2 - fix for aead icv error
eb2e58484b83 rhashtable: Fix potential deadlock by moving schedule_work outside lock
b0027500000d bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
f5a9be718fae ktest.pl: Remove unused declarations in run_bisect_test function
888829e54ea4 pinctrl: nomadik: Add check for clk_enable()
58ad9c26238f perf expr: Initialize is_test value in expr__ctx_new()
2ac66e67678a ASoC: renesas: rz-ssi: Use only the proper amount of dividers
e63deda2a51b perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()
0db155d08b9f perf header: Fix one memory leakage in process_bpf_prog_info()
22ae75ad6ed7 perf header: Fix one memory leakage in process_bpf_btf()
651959fae5fb crypto: caam - use JobR's space to access page 0 regs
b7de862bda9d crypto: api - Fix boot-up self-test race
1dbc270f9df7 crypto: tegra - do not transfer req when tegra init fails
2122e8553cb4 iommu/arm-smmuv3: Update comments about ATS and bypass
08b6ffea8158 selftests/bpf: Fix fill_link_info selftest on powerpc
829b0400e5c9 ASoC: sun4i-spdif: Add clock multiplier settings
6a6e2beb2af8 ASoC: Intel: sof_sdw: correct mach_params->dmic_num
a230cd305198 libbpf: Fix segfault due to libelf functions not setting errno
65f1b9773080 tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind
950c0d172d3d ASoC: wcd937x: Use *-y for Makefile
3487c4c0b860 ASoC: mediatek: mt8365: Use *-y for Makefile
ae2205cdc469 ASoC: cs40l50: Use *-y for Makefile
a29129e2364c libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing
2bf01c4600a1 pinctrl: samsung: Fix irq handling if an error occurs in exynos_irq_demux_eint16_31()
d3269ace1058 platform/x86: x86-android-tablets: make platform data be static
da0735df99db platform/mellanox: mlxbf-pmc: incorrect type in assignment
d08f4074f9c6 net/rose: prevent integer overflows in rose_setsockopt()
a0753466f01c tcp_cubic: fix incorrect HyStart round start detection
8448c87b3af6 net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns()
5213efec9085 net: sched: refine software bypass handling in tc_run
bedfabb4e7c9 netfilter: nft_flow_offload: update tcp state flags under lock
d7fe7e1bbe95 netfilter: nf_tables: fix set size with rbtree backend
73c7e1d6898c net: sched: Disallow replacing of child qdisc from one parent to another
b382ab9b885c net: avoid race between device unregistration and ethnl ops
695359e2ffc8 octeon_ep_vf: remove firmware stats fetch in ndo_get_stats64
15cc4388d293 octeon_ep: remove firmware stats fetch in ndo_get_stats64
f7b74f3d0302 net/mlxfw: Drop hard coded max FW flash image size
33e2168788f8 net: let net.core.dev_weight always be non-zero
f161d3c9e576 selftests/landlock: Fix error message
e9d01de8951f selftests/landlock: Fix build with non-default pthread linking
e730500506e7 pwm: stm32: Add check for clk_enable()
f98ccd7d7721 dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
eb5516343daf clk: analogbits: Fix incorrect calculation of vco rate delta
3d7263512770 inet: ipmr: fix data-races
1158ad8e8abb Bluetooth: btrtl: check for NULL in btrtl_setup_realtek()
df2f2d9199e6 Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name()
2e857fc25f42 wifi: cfg80211: adjust allocation of colocated AP data
9f6b2d4a0bca selftests: harness: fix printing of mismatch values in __EXPECT()
09d28675a834 selftests: timers: clocksource-switch: Adapt progress to kselftest framework
1f3c13e32984 cpufreq: ACPI: Fix max-frequency computation
1ed46901bb7c i2c: designware: Actually make use of the I2C_DW_COMMON and I2C_DW symbol namespaces
776fb8be525f wifi: mt76: mt7996: fix ldpc setting
2b7e4a8eeff5 wifi: mt76: mt7996: fix definition of tx descriptor
0e9f49b97f1e wifi: mt76: mt7996: fix incorrect indexing of MIB FW event
9afda07be035 wifi: mt76: mt7996: fix HE Phy capability
2c77d8e7881b wifi: mt76: mt7996: fix the capability of reception of EHT MU PPDU
e6d5e6bdf0ae wifi: mt76: mt7996: add max mpdu len capability
aa9b8600e558 wifi: mt76: mt7996: fix register mapping
f1879d80bee3 wifi: mt76: mt7915: fix register mapping
f1f0bc58d94e wifi: mt76: mt7915: fix omac index assignment after hardware reset
bb79a37d12bb wifi: mt76: mt7915: firmware restart on devices with a second pcie link
c8f27e369550 wifi: mt76: only enable tx worker after setting the channel
fdef354b0542 wifi: mt76: mt7996: fix rx filter setting for bfee functionality
80bce8956615 wifi: mt76: mt7925: Properly handle responses for commands with events
4c58e49dd98d wifi: mt76: mt7925: Cleanup MLO settings post-disconnection
bc59dd02af37 wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO
d786a67a2854 wifi: mt76: mt7925: Init secondary link PM state
24ff9b82f8d4 wifi: mt76: mt7925: Update secondary link PS flow
12f1394600c8 wifi: mt76: mt7925: Update mt7925_unassign_vif_chanctx for per-link BSS
3fe7acc6f4b4 wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STA
848276d8b3fb wifi: mt76: mt7925: Update mt7925_mcu_sta_update for BC in ASSOC state
0443ed06cfb2 wifi: mt76: Enhance mt7925_mac_link_sta_add to support MLO
89355c2a060e wifi: mt76: mt7925: Enhance mt7925_mac_link_bss_add to support MLO
7ebe75994843 wifi: mt76: mt7925: Fix CNM Timeout with Single Active Link in MLO
09f30c9ba539 wifi: mt76: mt7925: fix wrong parameter for related cmd of chan info
4cc0cfe2fe7e wifi: mt76: mt7925: Fix incorrect WCID phy_idx assignment
c9389e3f9453 wifi: mt76: mt7925: Fix incorrect WCID assignment for MLO
7d354bda12bb wifi: mt76: mt7925: Fix incorrect MLD address in bss_mld_tlv for MLO support
e29e4f883edb wifi: mt76: connac: Extend mt76_connac_mcu_uni_add_dev for MLO
7e49a6b5e060 wifi: mt76: mt7915: fix overflows seen when writing limit attributes
bd1170aaf70d wifi: mt76: mt7996: fix overflows seen when writing limit attributes
c993abb4d0a6 wifi: mt76: mt7925: fix the invalid ip address for arp offload
f157600d7f4b wifi: mt76: mt7925: fix get wrong chip cap from incorrect pointer
e3d02ea71121 wifi: mt76: mt7925: fix wrong band_idx setting when enable sniffer mode
5872530c2862 wifi: mt76: mt7925: fix NULL deref check in mt7925_change_vif_links
62265c270f17 wifi: mt76: mt7915: Fix an error handling path in mt7915_add_interface()
5f8535ab79df wifi: mt76: mt7921: fix using incorrect group cipher after disconnection.
b2c3d926fd5b wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO
2569e65d2eb6 landlock: Handle weird files
979204ce6902 net/smc: fix data error when recvmsg with MSG_PEEK flag
5f8738915b9c clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
d592d6635264 clk: thead: Add CLK_IGNORE_UNUSED to fix TH1520 boot
51232f911441 clk: thead: Fix clk gate registration to pass flags
d9d1fb1f1708 clk: ralink: mtmips: remove duplicated 'xtal' clock for Ralink SoC RT3883
cd10b7fcb95a wifi: mac80211: don't flush non-uploaded STAs
984e7d2aa0de wifi: mac80211: Fix common size calculation for ML element
10d8f4748111 wifi: mac80211: fix tid removal during mesh forwarding
8ec6762a8eb8 wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlier
270ad6776e7c wifi: mac80211: prohibit deactivating all links
7848626d0e49 wifi: iwlwifi: mvm: don't count mgmt frames as MPDU
fbb563ad5032 wifi: iwlwifi: mvm: avoid NULL pointer dereference
72c0f0cbbb43 wifi: iwlwifi: fw: read STEP table from correct UEFI var
76fe201fd5b2 wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDC
d03b8fe1b518 wifi: mt76: mt7925: fix off by one in mt7925_load_clc()
86250b9de90e hwmon: Fix help text for aspeed-g6-pwm-tach
2403cb3c235d wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion
c115f7bcbbff wifi: rtw89: mcc: consider time limits not divisible by 1024
7fc295fdd399 wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed
223ba95fdcd3 wifi: rtw89: chan: fix soft lockup in rtw89_entity_recalc_mgnt_roles()
1918a7c6bfcf wifi: rtw89: fix proceeding MCC with wrong scanning state after sequence changes
61ad3210255b wifi: rtw89: tweak setting of channel and TX power for MLO
0007546cb406 wifi: rtw89: chan: manage active interfaces
f8ad42c530a6 wifi: rtw89: handle entity active flag per PHY
45748f68402b wifi: wlcore: fix unbalanced pm_runtime calls
b4459381ab7a wifi: mt76: mt7996: fix invalid interface combinations
5816a934cf1b samples/landlock: Fix possible NULL dereference in parse_path()
a8251d3a4c0c mfd: syscon: Fix race in device_node_get_regmap()
f827eb547026 leds: cht-wcove: Use devm_led_classdev_register() to avoid memory leak
a3bdd1493653 HID: fix generic desktop D-Pad controls
e5bcae4212a6 HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check
2a7c25a527a4 clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs
425f6a38173b wifi: ath12k: fix tx power, max reg power update to firmware
6e657a5515fe ipmi: ssif_bmc: Fix new request loss when bmc ready for a response
3d62a5037f3e OPP: OF: Fix an OF node leak in _opp_add_static_v2()
92cff996624c net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset
8937f5e38a21 ax25: rcu protect dev->ax25_ptr
5078123528b1 regulator: of: Implement the unwind path of of_regulator_match()
210eb2198691 clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0 parent
fb330fb03d14 clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL_MIPI
0c2cde001e38 dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI
1bb06f919fa5 team: prevent adding a device which is already a team device lower
2e65257e315b clk: qcom: camcc-x1e80100: Set titan_top_gdsc as the parent GDSC of subordinate GDSCs
c197d8c24b78 clk: imx: Apply some clks only for i.MX93
6a1c64d92948 arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock
61e74f4be83e clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
de5cfdcc4664 clk: imx: add i.MX91 clk
505b041882a5 clk: imx93: Move IMX93_CLK_END macro to clk driver
036f2f51098d dt-bindings: clock: imx93: Add SPDIF IPG clk
46b7a2d86b5c dt-bindings: clock: Add i.MX91 clock support
a7175e363abe dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition
a553c563f9e7 clk: imx8mp: Fix clkout1/2 support
4f8344fce91c udp: Deal with race between UDP socket address change and rehash
60fbc6b52639 cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks
a3ad17201d98 cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is not available
7c86e802c6bc gpio: pca953x: log an error when failing to get the reset GPIO
de7659f01ad1 net: airoha: Fix error path in airoha_probe()
3257dac521d0 ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()
07fb72fc9bc7 selftests: ktap_helpers: Fix uninitialized variable
9096ba8b9b4e cpufreq: schedutil: Fix superfluous updates caused by need_freq_update
c8c23a24fe58 pwm: stm32-lp: Add check for clk_enable()
9345b588f88a inetpeer: do not get a refcount in inet_getpeer()
4622e4509753 inetpeer: update inetpeer timestamp in inet_getpeer()
dc4fd82dad77 inetpeer: remove create argument of inet_getpeer()
d474a73856ae inetpeer: remove create argument of inet_getpeer_v[46]()
d57713600916 leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata()
2f5d37e92d1d dt-bindings: mfd: bd71815: Fix rsense and typos
4a3b902a4aa3 cpupower: fix TSC MHz calculation
285412c1f0e3 ACPI: fan: cleanup resources in the error path of .probe()
f0ebb06e222b hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespace
889433a2ed5a module: Convert default symbol namespace to string literal
fa4eada0ab48 wifi: brcmfmac: add missing header include for brcmf_dbg
27013847229f regulator: dt-bindings: mt6315: Drop regulator-compatible property
bd1bb30b9f59 HID: multitouch: fix support for Goodix PID 0x01e9
437212f72374 wifi: rtlwifi: pci: wait for firmware loading before releasing memory
32acebca0a51 wifi: rtlwifi: fix memory leaks and invalid access at probe error path
3c8e9b792f06 wifi: rtlwifi: destroy workqueue at rtl_deinit_core
543e3e9f2e9e wifi: rtlwifi: remove unused check_buddy_priv
e1f3281d2732 dt-bindings: leds: class-multicolor: Fix path to color definitions
e561d1a2ba3a clk: fix an OF node reference leak in of_clk_get_parent_name()
712b9797e45a dt-bindings: mmc: controller: clarify the address-cells description
5842ce7b120c rxrpc: Fix handling of received connection abort
87662cb2e8c5 spi: zynq-qspi: Add check for clk_enable()
7d8947f2153e net_sched: sch_sfq: don't allow 1 packet limit
82bd38bd5467 net_sched: sch_sfq: handle bigger packets
47c90db29e25 selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
886271409603 wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap()
3bd668f4b132 clk: renesas: cpg-mssr: Fix 'soc' node handling in cpg_mssr_reserved_init()
64c4dcaeac1d wifi: wcn36xx: fix channel survey memory allocation size
58980b9730f3 wifi: rtlwifi: usb: fix workqueue leak when probe fails
1ed113485360 wifi: rtlwifi: fix init_sw_vars leak when probe fails
3ea6d7502213 wifi: rtlwifi: wait for firmware loading before releasing memory
85e67f3b89fa wifi: rtlwifi: rtl8192se: rise completion of firmware loading as last step
35a6510800f7 wifi: rtlwifi: do not complete firmware loading needlessly
411c77386699 wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix infinite loop
0ef5ef13d661 wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855
e529fbcf1f35 ipmi: ipmb: Add check devm_kasprintf() returned value
fdf0e2ec4625 genirq: Make handle_enforce_irqctx() unconditionally available
d9cc477e77c6 drm/amdgpu: fix gpu recovery disable with per queue reset
fd3ea4d5493f Revert "drm/amdgpu/gfx9: put queue resets behind a debug option"
495497c6e7f7 drm/amdgpu: tear down ttm range manager for doorbell in amdgpu_ttm_fini()
53da02eafd5a drm/bridge: it6505: Change definition of AUX_FIFO_MAX_SIZE
37d00afa8035 drm/msm/mdp4: correct LCDC regulator name
1ed982971d06 drm/msm: don't clean up priv->kms prematurely
25599a16d777 drm/msm: Check return value of of_dma_configure()
13492b477b99 drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100
84170589b50e drm/msm/dpu: link DSPP_2/_3 blocks on SM8650
d4b2bed705ae drm/msm/dpu: link DSPP_2/_3 blocks on SM8550
636cb9bdcb3e drm/msm/dpu: link DSPP_2/_3 blocks on SM8350
f0258f99d209 drm/msm/dpu: link DSPP_2/_3 blocks on SM8250
31a62075f0b8 drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X
0fa91a4911ab drm/msm/dpu: link DSPP_2/_3 blocks on SM8150
2c017e0d0970 drm/msm/dpu: provide DSPP and correct LM config for SDM670
ff2def251849 OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized
7d68c20638e5 OPP: add index check to assert to avoid buffer overflow in _read_freq()
833b813b7fda drm/amdgpu/vcn: reset fw_shared under SRIOV
1831b7b2b16f drm/rockchip: vop2: include rockchip_drm_drv.h
d76731db8923 drm/rockchip: vop2: Add check for 32 bpp format for rk3588
c4147b0b2c1e drm/rockchip: vop2: Check linear format for Cluster windows on rk3566/8
684a0e469140 drm/rockchip: vop2: Setup delay cycle for Esmart2/3
933d3c6952c9 drm/rockchip: vop2: Set AXI id for rk3588
4128fb6a69bf drm/connector: Allow clearing HDMI infoframes
b727c2c9c3ab printk: Defer legacy printing when holding printk_cpu_sync
a7b38cd0c10a drm/rockchip: vop2: Fix the windows switch between different layers
36766cdebe92 drm/panthor: Preserve the result returned by panthor_fw_resume()
dc03fc577966 drm/rockchip: vop2: Fix the mixer alpha setup for layer 0
869e43d21e7b drm/rockchip: vop2: Fix cluster windows alpha ctrl regsiters offset
0b97cd8a61b2 drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table
e656f04ecd52 drm/amd/pm: Fix an error handling path in vega10_enable_se_edc_force_stall_config()
ebaeca33d32c HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections
cb52be07651b drm/etnaviv: Fix page property being used for non writecombine buffers
ae7d4873471c drm/msm/hdmi: simplify code in pll_get_integloop_gain
99a877d607b4 drm/msm/dp: set safe_to_exit_level before printing it
60075d4fc2e9 drm/rockchip: vop2: fix rk3588 dp+dsi maxclk verification
af8d1d524ba6 drm/v3d: Fix performance counter source settings on V3D 7.x
10a7d3e73408 psi: Fix race when task wakes up before psi_sched_switch() adjusts flags
3f1215588b26 sched: psi: pass enqueue/dequeue flags to psi callbacks directly
fd2818c5e08f sched: Split out __schedule() deactivate task logic into a helper
c572fb94371d x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally
b8af5591f35f x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD
490ac3890e4d sched: Fix race between yield_to() and try_to_wake_up()
5bb4039f77a6 sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat
e4b64d34a48c sched/fair: Untangle NEXT_BUDDY and pick_next_task()
d4ac10094869 perf/core: Save raw sample data conditionally based on sample type
404ec81d6159 afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
1e8c151fb26a nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
68303b5d382b select: Fix unbalanced user_access_end()
c750de306651 btrfs: subpage: fix the bitmap dump of the locked flags
0a1e8e59cdae partitions: ldm: remove the initial kernel-doc notation
3118b5818a8f btrfs: improve the warning and error message for btrfs_remove_qgroup()
e8c390a9a546 nvme: Add error path for xa_store in nvme_init_effects
c5c5114bd7cb selftests/powerpc: Fix argument order to timer_sub()
7043d58ecd13 powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW
4621771de1f1 nvme: Add error check for xa_store in nvme_get_effects_log
dbcc46e79659 nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
d313ff5308fd block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
e278c7ff7574 block: check BLK_FEAT_POLL under q_usage_count
cc0093865ea7 pstore/blk: trivial typo fixes
a8ee6ecde2b7 nbd: don't allow reconnect after disconnect
20e84b406fea ps3disk: Do not use dev->bounce_size before it is set
f83f330fc432 block: retry call probe after request_module in blk_request_module
d5354552f1f5 block: copy back bounce buffer to user-space correctly in case of split
784908004f92 fs: fix proc_handler for sysctl_nr_open
966a8ea20002 afs: Fix cleanup of immediately failed async calls
47b3d95c0605 afs: Fix directory format encoding struct
b393be8d8e71 afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
af7198700a31 dlm: fix srcu_read_lock() return type to int
a78032162103 dlm: fix removal of rsb struct that is master and dir record
52b76423a4e2 powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active
4338831b831c coredump: Do not lock during 'comm' reporting
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
(From OE-Core rev: afaf1d44f7d7d2e01008ca4b0f9606c01fd008d8)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
b8e369ef61 |
linux-yocto/6.12: update to v6.12.12
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
d914acc16b59 Linux 6.12.12
01a7e3a43ee2 drm/v3d: Assign job pointer to NULL before signaling the fence
efd96fbe23fa io_uring/rsrc: require cloned buffers to share accounting contexts
5d114fa2b650 Input: xpad - add support for wooting two he (arm)
41359d0d2e1b Input: xpad - add support for Nacon Evol-X Xbox One Controller
ccc95d7e2765 Input: xpad - improve name of 8BitDo controller 2dc8:3106
27ae0bdcb073 Input: xpad - add QH Electronics VID/PID
a183a11cd688 Input: xpad - add unofficial Xbox 360 wireless receiver clone
fae6f9589de3 Input: atkbd - map F23 key to support default copilot shortcut
5c92458f72e3 Input: xpad - add support for Nacon Pro Compact
5f5e6cbc4f5e HID: wacom: Initialize brightness of LED trigger
5e1bde45daba wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
fad7b5641068 ALSA: usb-audio: Add delay quirk for USB Audio Device
bb50dc2aa49d Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
f371471708c7 USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
01d1ebdab9cc scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
a20fcaa230f7 vfio/platform: check the bounds of read/write syscalls
780ab8329672 cachestat: fix page cache statistics permission checking
276df5deb88c Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
997f6ec4208b net: sched: fix ets qdisc OOB Indexing
efe8db3ecaa4 smb: client: handle lack of EA support in smb2_query_path_info()
639b40424d17 libfs: Use d_children list to iterate simple_offset directories
e73e46c96b9b libfs: Replace simple_offset end-of-directory detection
9e9e710f68ba Revert "libfs: fix infinite directory reads for offset dir"
bfb98a55cf5e Revert "libfs: Add simple_offset_empty()"
1c3cf02db810 libfs: Return ENOSPC when the directory offset range is exhausted
4516febe3253 gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
556ee8e94410 mm: zswap: move allocations during CPU init outside the lock
8d29ff5d5030 mm: zswap: properly synchronize freeing resources during CPU hotunplug
f5712784c988 ASoC: samsung: Add missing depends on I2C
d15dfc4e57cf hwmon: (drivetemp) Set scsi command timeout to 10s
418bd70d1aca irqchip/sunxi-nmi: Add missing SKIP_WAKE flag
0485a718f3df drm/connector: hdmi: Validate supported_formats matches ycbcr_420_allowed
d756b869bf47 ALSA: hda/realtek: Fix volume adjustment issue on Lenovo ThinkBook 16P Gen5
52502780b235 of/unittest: Add test that of_address_to_resource() fails on non-translatable address
c9d6afb4f9c3 drm/amd/display: Initialize denominator defaults to 1
4b46fc30b37e drm/amd/display: Use HW lock mgr for PSR1
a743dc255b9f scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
91e698058e91 ASoC: cs42l43: Add codec force suspend/resume ops
81aa72e17cca seccomp: Stub for !CONFIG_SECCOMP
678c6e80babb ASoC: samsung: Add missing selects for MFD_WM8994
5da8a2c5f369 ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK
153ac259c27f ASoC: wm8994: Add depends on MFD core
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
(From OE-Core rev: 769f450ad451f101ec571014cd123b01c9fd53ad)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
c8983084b3 |
kernel: remove unused 6.10 CVE exclusion file
When 6.10 was removed, this file was missed. (From OE-Core rev: 4b7f4f4423d060feb713825830caaf4cb55ba6a3) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
5346f1fecb |
kernel: drop 6.6 reference kernels
Dropping the 6.6 reference kernel as the upcoming LTS will use 6.12 as the main reference with 6.13+ as the -dev kernel. 6.6 will not be supported upstream for the duration of the LTS release, so droping it now to avoid uncessary mid-release churn. (From OE-Core rev: 6c445a6995f810e48a25cc0c13f37271836cba00) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
c2da016918 |
meta/meta-selftest: Fix variable assignment whitespace
Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in OE-Core to show this is definitely the preferred formatting. (From OE-Core rev: 30ea609d3357fb3de911f2f6a5e6856c151b976a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
6d5419dc81 |
linux-yocto/6.12: bsp/genericarm64: enable PowerVR DRM and Intel HDA sound drivers
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: bsp/genericarm64: enable PowerVR DRM and Intel HDA sound drivers
Date: Thu, 23 Jan 2025 17:56:16 +0000
As seen on the BeaglePlay, this allows basic (non-accelerated) output
on HDMI.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 9dac093778660b02d5ca42bee3c84515f70e0e6e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
008f27cde5 |
linux-yocto/6.6: update to v6.6.74
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
0372f43ab704 Linux 6.6.74
3f51f8c9d289 net: fix data-races around sk->sk_forward_alloc
7d082fb20aa2 x86/xen: fix SLS mitigation in xen_hypercall_iret()
80d39b50bdc0 nfsd: add list_head nf_gc to struct nfsd_file
0b7b07cb5990 Revert "drm/amdgpu: rework resume handling for display (v2)"
f47c834a9131 fs: relax assertions on failure to encode file handles
f0c0ac84de17 ovl: support encoding fid from inode with no alias
955a355e179f ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
ec3e32de2d8a ocfs2: fix deadlock in ocfs2_get_system_file_inode
1364a29b71c7 block: fix uaf for flush rq while iterating tags
08ac5fdb9c6d drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create'
c39d275efbe9 iio: imu: inv_icm42600: fix spi burst write not supported
bcb9678b1c4f Revert "PCI: Use preserve_config in place of pci_flags"
0cc84b6636be drm/amdgpu: always sync the GFX pipe on ctx switch
65622de7c440 drm/i915/fb: Relax clear color alignment to 64 bytes
a5cbbea145b4 hrtimers: Handle CPU state correctly on hotplug
6c84ff2e788f irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
61c684dbfeb0 irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
61ecbceae2ee irqchip: Plug a OF node reference leak in platform_irqchip_probe()
926ad31b76b8 pmdomain: imx8mp-blk-ctrl: add missing loop break condition
b0111650ee59 gpio: xilinx: Convert gpio_lock to raw spinlock
a5a2ee8144c3 fs/proc: fix softlockup in __read_vmcore (part 2)
09528bb1a412 filemap: avoid truncating 64-bit offset to 32 bits
c5418187b977 nouveau/fence: handle cross device fences properly
bc9c49341f97 vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
8a15c81063b9 vsock: reset socket state when de-assigning the transport
dd93823fdd0e vsock/virtio: cancel close work in the destructor
d88b249e14bd vsock/virtio: discard packets if the transport changes
58e586c30d0b vsock/bpf: return early if transport is not assigned
a3a3c1aa5126 net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
75deec40a774 selftests: mptcp: avoid spurious errors on disconnect
d09d17c104a9 mptcp: fix spurious wake-up on under memory pressure
890507bc19b9 mptcp: be sure to send ack when mptcp-level window re-opens
5cfe4b1d0cfb i2c: atr: Fix client detach
571d3f6045cd zram: fix potential UAF of zram table
4c8b783c9d16 ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA
ee37f3a538fc x86/asm: Make serialize() always_inline
002b2efb1130 nvmet: propagate npwg topology
8c9c1a2b48bb RDMA/bnxt_re: Fix to export port num to ib_query_qp
bd6a4b4aed75 poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
91371922704c iomap: avoid avoid truncating 64-bit offset to 32 bits
4aaa1003a3f4 ACPI: resource: acpi_dev_irq_override(): Check DMI match last
8cc32fc86e47 selftests: tc-testing: reduce rshift value
8df41b7fb46d scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers
933689000dff cachefiles: Parse the "secctx" immediately
3f81514078fc kheaders: Ignore silly-rename files
62861a5d4dd6 fs: fix missing declaration of init_files
c598398815ee hfs: Sanity check the root record
2e41e98c4e79 mac802154: check local interfaces before deleting sdata list
1ea680703385 smb: client: fix double free of TCP_Server_Info::hostname
6152c2c612a7 i2c: rcar: fix NACK handling when being a target
573f036ba219 i2c: mux: demux-pinctrl: check initial mux selection, too
f3311576789e Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"
b9b63c9cc1e0 hwmon: (tmp513) Fix division of negative numbers
3c8fe0931d9b soc: ti: pruss: Fix pruss APIs
63195bae1cbf drm/v3d: Ensure job pointer is set to NULL after job completion
5faf45beb701 drm/vmwgfx: Add new keep_resv BO param
ff5b9e9be645 net/mlx5e: Always start IPsec sequence number from 1
cdb3f2b62e2d net/mlx5e: Rely on reqid in IPsec tunnel mode
87c4417a9021 net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel
473bc285378f net/mlx5: Clear port select structure when fail to create
ba8fdf7cff09 net/mlx5: Fix RDMA TX steering prio
8a0097db0544 net: fec: handle page_pool_dev_alloc_pages error
e8438cb84d0b net: xilinx: axienet: Fix IRQ coalescing packet count overflow
325f2762fac7 nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
bb11f992f5a4 gtp: Destroy device along with udp socket's netns dismantle.
d756c8ac3029 gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp().
3d1c0c5500f5 gtp: use exit_batch_rtnl() method
1e222169f718 net: add exit_batch_rtnl() method
7cde21f52042 pktgen: Avoid out-of-bounds access in get_imix_entries
ea966b669878 openvswitch: fix lockup on tx to unregistering netdev with carrier
b02e70be498b bpf: Fix bpf_sk_select_reuseport() memory leak
c5af09473110 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
3b4299ff7a25 Linux 6.6.73
1795ca657119 Revert "ovl: do not encode lower fh with upper sb_writers held"
d1c53de4463b Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry"
950b604384fd Revert "ovl: support encoding fid from inode with no alias"
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: c183f5ee9f6748e202e311ed6a6a6b3c2f27269c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
c267304d20 |
linux-yocto/6.12: update to v6.12.11
Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
62b2447ec6cf Linux 6.12.11
4c3f731b253b apparmor: allocate xmatch for nullpdb inside aa_alloc_null
35c2f2a46ae5 drm/amd/display: Validate mdoe under MST LCT=1 case as well
ec744819bdd4 Revert "drm/amd/display: Enable urgent latency adjustments for DCN35"
f6be6248d649 drm/amd/display: Do not wait for PSR disable on vbl enable
0f0c5ca1863e drm/amd/display: Disable replay and psr while VRR is enabled
583d3a42b2bf drm/amd/display: Fix PSR-SU not support but still call the amdgpu_dm_psr_enable
1366b0e9dd57 drm/amdgpu: always sync the GFX pipe on ctx switch
ffb0308bd6ec drm/amdgpu: disable gfxoff with the compute workload on gfx12
0c2196bb020d drm/amdgpu: fix fw attestation for MP0_14_0_{2/3}
6f8e1a35cc12 drm/amdgpu/smu13: update powersave optimizations
b7da3df91042 drm/xe/oa: Add missing VISACTL mux registers
95af4bfd6702 drm/xe: Mark ComputeCS read mode as UC on iGPU
def3ddf10be4 drm/i915/fb: Relax clear color alignment to 64 bytes
a737a81d5255 x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cache
6e641d499bb1 timers/migration: Enforce group initialization visibility to tree walkers
12ead225b799 timers/migration: Fix another race between hotplug and idle entry/exit
38492f6ee883 hrtimers: Handle CPU state correctly on hotplug
93955a778812 irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
44feb7612989 irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
115719a95385 irqchip: Plug a OF node reference leak in platform_irqchip_probe()
e96a2838d8b1 tracing: gfp: Fix the GFP enum values shown for user space tracing tools
c78b04977d19 mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.
310ac886d68d mm: clear uffd-wp PTE/PMD state on mremap()
4e4ab0748cd8 drm/amd/display: Do not elevate mem_type change to full update
6f8a91d9aeb5 selftests/mm: set allocated memory to non-zero content in cow test
391da9c6a69d mm/kmemleak: fix percpu memory leak detection failure
488a68c948bc pmdomain: imx8mp-blk-ctrl: add missing loop break condition
2e3194dc1197 tools: fix atomic_set() definition to set the value correctly
9c035105c553 gpio: xilinx: Convert gpio_lock to raw spinlock
80828540dad0 fs/proc: fix softlockup in __read_vmcore (part 2)
280f1fb89afc filemap: avoid truncating 64-bit offset to 32 bits
20a1b9a4ef55 net/ncsi: fix locking in Get MAC Address handling
ce67e0e54ab8 drm/nouveau/disp: Fix missing backlight control on Macbook 5,1
de440945811d nouveau/fence: handle cross device fences properly
c23d1d4f8efe vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
01c178d6902c vsock: reset socket state when de-assigning the transport
450aa12993a1 vsock/virtio: cancel close work in the destructor
677579b641af vsock/virtio: discard packets if the transport changes
6771e1279dad vsock/bpf: return early if transport is not assigned
97564250d43c net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
84a2db01f500 selftests: mptcp: avoid spurious errors on disconnect
470f313603df mptcp: fix spurious wake-up on under memory pressure
34e8ad3f2326 mptcp: be sure to send ack when mptcp-level window re-opens
4143ae9faf75 i2c: atr: Fix client detach
902ef8f16d5c zram: fix potential UAF of zram table
07c956f7904b ALSA: hda/realtek: fixup ASUS H7606W
843a1ab9ceee ALSA: hda/realtek: fixup ASUS GA605W
4711481c8032 ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA
85f1e093b831 x86/asm: Make serialize() always_inline
e98394f7bc91 sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE
d01a7e05ea38 nvmet: propagate npwg topology
6ffdf037dd7a sched_ext: Fix dsq_local_on selftest
d94bb9a6f936 RDMA/bnxt_re: Fix to export port num to ib_query_qp
21900bfd332a scx: Fix maximal BPF selftest prog
fc20e87419e5 selftests/sched_ext: fix build after renames in sched_ext API
621f95fa0b93 poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
22be1d90a621 afs: Fix merge preference rule failure condition
402ce1642147 iomap: avoid avoid truncating 64-bit offset to 32 bits
fdb13258ad86 sched_ext: keep running prev when prev->scx.slice != 0
d9157d15ded5 ACPI: resource: acpi_dev_irq_override(): Check DMI match last
0af195b20c9f platform/x86: ISST: Add Clearwater Forest to support list
b9497f168256 platform/x86/intel: power-domains: Add Clearwater Forest support
634e989f58d6 selftests: tc-testing: reduce rshift value
e559ee6bb587 gpio: sim: lock up configfs that an instantiated device depends on
61cc1df086d4 gpio: virtuser: lock up configfs that an instantiated device depends on
ac216ffa697c scsi: ufs: core: Honor runtime/system PM levels if set by host controller drivers
04c3c7acb5ec cachefiles: Parse the "secctx" immediately
3d460376254e netfs: Fix non-contiguous donation between completed reads
3aabe0106475 kheaders: Ignore silly-rename files
7c37879b76c8 fs: fix missing declaration of init_files
465fb8680c88 fs/qnx6: Fix building with GCC 15
709dfdd7e5ca hfs: Sanity check the root record
b856d2c1384b mac802154: check local interfaces before deleting sdata list
a2be5f2ba34d smb: client: fix double free of TCP_Server_Info::hostname
eed792d9894c hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST
9e2d61c4dcd8 i2c: testunit: on errors, repeat NACK until STOP
d1e4aff10c6b i2c: rcar: fix NACK handling when being a target
894076b78a7e i2c: mux: demux-pinctrl: check initial mux selection, too
ec7329647fbf Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"
e208535991f1 hwmon: (tmp513) Fix division of negative numbers
3f67e07873df platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: fix serdev race
d3a24d923333 platform/x86: dell-uart-backlight: fix serdev race
e19f31169f85 i2c: core: fix reference leak in i2c_register_adapter()
999fe486cb5d soc: ti: pruss: Fix pruss APIs
40c28d1a0ac4 reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device
b22467b1ae10 drm/v3d: Ensure job pointer is set to NULL after job completion
bf5105dd6d6c drm/vmwgfx: Add new keep_resv BO param
5ee247046e13 drm/vmwgfx: Unreserve BO on error
17f0e22bcba0 drm/tests: helpers: Fix compiler warning
2b78cab481a6 netdev: avoid CFI problems with sock priv helpers
d823355f9238 net/mlx5e: Always start IPsec sequence number from 1
9e9c667ffd15 net/mlx5e: Rely on reqid in IPsec tunnel mode
6d3d69c070d9 net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel
1f6e619ef2a4 net/mlx5: Clear port select structure when fail to create
df0e2cddc169 net/mlx5: SF, Fix add port error handling
6210f069dcb9 net/mlx5: Fix a lockdep warning as part of the write combining test
6a3085458d2e net/mlx5: Fix RDMA TX steering prio
7a4fd3df85b3 net: make page_pool_ref_netmem work with net iovs
1425cb829556 net: fec: handle page_pool_dev_alloc_pages error
17b678858959 net: xilinx: axienet: Fix IRQ coalescing packet count overflow
4fc02808ebd7 nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
5a3096ba2b46 cpufreq: Move endif to the end of Kconfig file
1c35a66e2bfe pfcp: Destroy device along with udp socket's netns dismantle.
86f73d4ab2f2 gtp: Destroy device along with udp socket's netns dismantle.
e6225173b502 gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp().
d0fb5741932b btrfs: add the missing error handling inside get_canonical_dev_path
1654578a3b1d cpuidle: teo: Update documentation after previous changes
11a642ad58a2 ice: Add correct PHY lane assignment
2f59743be4d9 ice: Use ice_adapter for PTP shared data instead of auxdev
499db66f690b ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
922af90ffb77 ice: Introduce ice_get_phy_model() wrapper
2e166786d088 ice: Fix ETH56G FC-FEC Rx offset value
0e5a802fcf5f ice: Fix quad registers read on E825
605c7381b5d8 ice: Fix E825 initialization
1a9b65c672ca pktgen: Avoid out-of-bounds access in get_imix_entries
82f433e8dd06 openvswitch: fix lockup on tx to unregistering netdev with carrier
8c1a1fda1726 net: ravb: Fix max TX frame size for RZ/V2M
08831a894d18 eth: bnxt: always recalculate features after XDP clearing, fix null-deref
cccd51dd2257 bpf: Fix bpf_sk_select_reuseport() memory leak
9e08229256e5 net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
a8edd5e1f8e6 efi/zboot: Limit compression options to GZIP and ZSTD
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
(From OE-Core rev: b438b44956e40e24902ba5bc06f72b2fc75625e3)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
9e84fe52ba |
linux-yocto/6.6: update to v6.6.72
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
c2e420511612 Linux 6.6.72
ac7f5641e988 drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported
08a2117e83e5 riscv: Fix text patching when IPI are used
56b274473d6e mm: hugetlb: independent PMD page table shared count
ec500230d39a mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
5cfaddaa4bdb fs/Kconfig: make hugetlbfs a menuconfig
1abe0a34aea6 pgtable: fix s390 ptdesc field comments
1fd2a57dcb4d workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
6dc676743a7a workqueue: Update lock debugging code
2717b5e55a9f workqueue: Add rcu lock check at the end of work item execution
66e533f0b250 pmdomain: imx: gpcv2: fix an OF node reference leak in imx_gpcv2_probe()
b1e6351c16b4 pmdomain: imx: gpcv2: Simplify with scoped for each OF child loop
b613a038fdd7 arm64: dts: rockchip: add hevc power domain clock to rk3328
be3eed59ac01 block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
53e25b10a28e hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur
a4b01371512e ARM: dts: imxrt1050: Fix clocks for mmc
8efff2aa2d95 io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
03753bfacbc6 riscv: kprobes: Fix incorrect address calculation
6a96af5f309d iio: adc: ad7124: Disable all channels at probe time
91dd568e3ff9 iio: inkern: call iio_device_put() only on mapped devices
09e067e3c83e iio: adc: at91: call input_free_device() on allocated iio_dev
f110a6d71bd8 iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
2df664d7b4f2 iio: gyro: fxas21002c: Fix missing data update in trigger handler
455df95eb8f2 iio: adc: ti-ads8688: fix information leak in triggered buffer
5a95fbbecec7 iio: adc: rockchip_saradc: fix information leak in triggered buffer
cde312e257b5 iio: imu: kmx61: fix information leak in triggered buffer
a15ea87d4337 iio: light: vcnl4035: fix information leak in triggered buffer
74058395b2c6 iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered buffer
fefb88a4da96 iio: pressure: zpa2326: fix information leak in triggered buffer
ea57f0bbe225 usb: gadget: configfs: Ignore trailing LF for user strings to cdev
ea6a14987424 usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
88cdfe9f15d5 usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm()
c1e7ced99da9 usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
dcd4de31bd01 usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe()
43c204b22dd8 usb: gadget: midi2: Reverse-select at the right place
953dea074bc5 usb: fix reference leak in usb_new_device()
730016e0b963 USB: core: Disable LPM only for non-suspended ports
77af0434807b USB: usblp: return error when setting unsupported protocol
7c3f7c3caa35 usb: dwc3-am62: Disable autosuspend during remove
0a3a87221418 x86/fpu: Ensure shadow stack is active before "getting" registers
0c50f00cc299 usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null
0231ecfb1f7a tty: serial: 8250: Fix another runtime PM usage counter underflow
12f950a6a1c1 misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config
25692750c025 misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling
b02cf1d27e46 topology: Keep the cpumask unchanged when printing cpumap
c995c81b2a30 usb: dwc3: gadget: fix writing NYET threshold
05da04bbf3b9 USB: serial: cp210x: add Phoenix Contact UPS Device
138655dd9ebe usb-storage: Add max sectors quirk for Nokia 208
e5c87f33b514 staging: iio: ad9832: Correct phase range check
4c04529c77d5 staging: iio: ad9834: Correct phase range check
8166f38c8099 USB: serial: option: add Neoway N723-EA support
2dcb6368adf5 USB: serial: option: add MeiG Smart SRM815
12caa73a28f0 dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
8dddc12d0324 f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
e3ed5a14aac7 io_uring/timeout: fix multishot updates
3ce08bab0105 drm/amd/display: increase MAX_SURFACES to the value supported by hw
fa6bc7263061 drm/amdkfd: fixed page fault when enable MES shader debugger
55ee64816bd5 ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]
b239a3867d58 ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]
f48f060a4b36 riscv: Fix sleeping in invalid context in die()
5fe671caedc2 smb: client: sync the root session and superblock context passwords before automounting
d2512434f4cf thermal: of: fix OF node leak in of_thermal_zone_find()
ae9ab63a268b drm/amd/display: Add check for granularity in dml ceil/floor helpers
59d28c133e71 ksmbd: Implement new SMB3 POSIX type
284a221f8fa5 sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
55627918febd sctp: sysctl: udp_port: avoid using current->nsproxy
7ec30c54f339 sctp: sysctl: auth_enable: avoid using current->nsproxy
dc9d0e3cfd16 sctp: sysctl: rto_min/max: avoid using current->nsproxy
ad673e514b27 sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
c0e394fd6b88 mptcp: sysctl: sched: avoid using current->nsproxy
a57ce97c1978 dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
086136ad70c5 scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence()
6b305e98de0d dm thin: make get_first_thin use rcu-safe list first function
a4a7ac3d2660 riscv: mm: Fix the out of bound issue of vmemmap address
387f5b8ad3ff cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
65b31b9d992c ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked
5cc621085e2b platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it
7673030efe0f afs: Fix the maximum cell name length
271ae0edbfc9 ksmbd: fix a missing return value check bug
5b195e6f8bde drm/mediatek: Add return value check when reading DPCD
5352901f0bf1 drm/mediatek: Fix mode valid issue for dp
9db527726634 drm/mediatek: Fix YCbCr422 color format issue for DP
acefaa6993eb drm/mediatek: stop selecting foreign drivers
7083b93e9755 drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err
229cc1028437 net/mlx5: Fix variable not being completed when function returns
235419f0956e net: stmmac: dwmac-tegra: Read iommu stream id from device tree
27202e2e8721 sched: sch_cake: add bounds checks to host bulk flow fairness counts
d5807dd1328b netfilter: conntrack: clamp maximum hashtable size to INT_MAX
1e3f5638c96b netfilter: nf_tables: imbalance in flowtable binding
281855205a7c iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on
e026530e20e7 x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
85e4923bcbcd memblock tests: fix implicit declaration of function 'numa_valid_node'
b0b415f1a29d riscv: Fix early ftrace nop patching
52a6d4f16e5b tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
b455f050709a Bluetooth: btnxpuart: Fix driver sending truncated data
327bd191bb44 Bluetooth: MGMT: Fix Add Device to responding before completing
9ba06f078f33 Bluetooth: hci_sync: Fix not setting Random Address when required
eff2cd6f53a5 eth: gve: use appropriate helper to set xdp_features
ba9f7c16ec87 ipvlan: Fix use-after-free in ipvlan_get_iflink().
7397fa36d676 tls: Fix tls_sw_sendmsg error handling
a78e04e0236b igc: return early when failing to read EECD register
30254c85b814 igc: field get conversion
0677b13dd9b0 ice: fix incorrect PHY settings for 100 GB/s
9d3884f303b0 cxgb4: Avoid removal of uninserted tid
70163207b57b bnxt_en: Fix possible memory leak when hwrm_req_replace fails
b7e540c52137 pds_core: limit loop over fw name list
24b85a8b0310 btrfs: avoid NULL pointer dereference if no valid extent tree
a8fbf80c4ff5 net: libwx: fix firmware mailbox abnormal return
e54beb9aed2a net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
91f89fe177a4 tcp/dccp: allow a connection when sk_max_ack_backlog is zero
b2c9204e21b5 tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
41d2e3be0f28 net: 802: LLC+SNAP OID:PID lookup on start of skb data
45ae076dac49 ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe()
6c37547a6eeb selftests/alsa: Fix circular dependency involving global-timer
3d736856e245 ASoC: mediatek: disable buffer pre-allocation
6754f5473dab ASoC: rt722: add delay time to wait for the calibration procedure
14f030a807dd erofs: fix PSI memstall accounting
1bf7e414cac3 erofs: handle overlapped pclusters out of crafted images properly
a1a541fbfa7e ovl: support encoding fid from inode with no alias
a3f8a2b13a27 ovl: pass realinode to ovl_encode_real_fh() instead of realdentry
26423e18cd6f ovl: do not encode lower fh with upper sb_writers held
1e92afe80197 exfat: fix the infinite loop in __exfat_free_cluster()
dc1d7afceb98 exfat: fix the infinite loop in exfat_readdir()
71f4123cf2c7 dm array: fix cursor index when skipping across block boundaries
14f0e64c2f11 dm array: fix unreleased btree blocks on closing a faulty array cursor
6002bec5354f dm array: fix releasing a faulty array block twice in dm_array_cursor_end
a71e465f69be jbd2: flush filesystem device before updating tail sequence
6b32ff20d16a jbd2: increase IO priority for writing revoke records
fdebee5c5c2b memblock: use numa_valid_node() helper to check for invalid node ID
4ddb7f966f3d memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: e12821ea911bcf1e708fa9be0ecd8b7d987542d5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|