From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, linux-kernel@vger.kernel.org,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org
Subject: [PATCH 6.12 000/626] 6.12.31-rc1 review
Date: Tue, 27 May 2025 18:18:13 +0200 [thread overview]
Message-ID: <20250527162445.028718347@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 6.12.31 release.
There are 626 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu, 29 May 2025 16:22:51 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.12.31-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.12.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.12.31-rc1
Thomas Zimmermann <tzimmermann@suse.de>
drm/gem: Internally test import_attach for imported objects
Balbir Singh <balbirs@nvidia.com>
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
Nathan Chancellor <nathan@kernel.org>
i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()
Dan Carpenter <dan.carpenter@linaro.org>
pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
Arnd Bergmann <arnd@arndb.de>
watchdog: aspeed: fix 64-bit division
Amber Lin <Amber.Lin@amd.com>
drm/amdkfd: Correct F8_MODE for gfx950
Geert Uytterhoeven <geert+renesas@glider.be>
serial: sh-sci: Save and restore more registers
Eduard Zingerman <eddyz87@gmail.com>
bpf: abort verification if env->cur_state->loop_entry != NULL
Ovidiu Bunea <Ovidiu.Bunea@amd.com>
drm/amd/display: Exit idle optimizations before accessing PHY
Nathan Chancellor <nathan@kernel.org>
kbuild: Properly disable -Wunterminated-string-initialization for clang
Linus Torvalds <torvalds@linux-foundation.org>
Fix mis-uses of 'cc-option' for warning disablement
Linus Torvalds <torvalds@linux-foundation.org>
gcc-15: disable '-Wunterminated-string-initialization' entirely for now
Linus Torvalds <torvalds@linux-foundation.org>
gcc-15: make 'unterminated string initialization' just a warning
Raag Jadav <raag.jadav@intel.com>
err.h: move IOMEM_ERR_PTR() to err.h
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-dspi: Reset SR flags before sending a new message
Bogdan-Gabriel Roman <bogdan-gabriel.roman@nxp.com>
spi: spi-fsl-dspi: Halt the module after a new message transfer
Larisa Grigore <larisa.grigore@nxp.com>
spi: spi-fsl-dspi: restrict register range for regmap access
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
spi: use container_of_cont() for to_spi_device()
Mark Pearson <mpearson-lenovo@squebb.ca>
platform/x86: think-lmi: Fix attribute name usage for non-compliant items
Namjae Jeon <linkinjeon@kernel.org>
ksmbd: fix stream write failure
Jernej Skrabec <jernej.skrabec@gmail.com>
Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection"
Chris Lu <chris.lu@mediatek.com>
Bluetooth: btmtksdio: Do close if SDIO card removed without close
Chris Lu <chris.lu@mediatek.com>
Bluetooth: btmtksdio: Check function enabled before doing close
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()
Kees Cook <kees@kernel.org>
mm: vmalloc: only zero-init on vrealloc shrink
Kees Cook <kees@kernel.org>
mm: vmalloc: actually use the in-place vrealloc region
Ignacio Moreno Gonzalez <Ignacio.MorenoGonzalez@kuka.com>
mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled
Tianyang Zhang <zhangtianyang@loongson.cn>
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Breno Leitao <leitao@debian.org>
memcg: always call cond_resched() after fn()
Matthew Wilcox (Oracle) <willy@infradead.org>
highmem: add folio_test_partial_kmap()
Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: synaptics-rmi - fix crash with unsupported versions of F34
Vicki Pfau <vi@endrift.com>
Input: xpad - add more controllers
Mario Limonciello <mario.limonciello@amd.com>
Revert "drm/amd: Keep display off while going into S4"
Wang Zhaolong <wangzhaolong1@huawei.com>
smb: client: Reset all search buffer pointers when releasing buffer
Gabor Juhos <j4g8y7@gmail.com>
arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs
Wang Zhaolong <wangzhaolong1@huawei.com>
smb: client: Fix use-after-free in cifs_fill_dirent
feijuan.li <feijuan.li@samsung.com>
drm/edid: fixed the bug that hdr metadata was not reset
Zhang Rui <rui.zhang@intel.com>
thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature
Vladimir Moskovkin <Vladimir.Moskovkin@kaspersky.com>
platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()
Dan Carpenter <dan.carpenter@linaro.org>
pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()
Geert Uytterhoeven <geert+renesas@glider.be>
pmdomain: renesas: rcar: Remove obsolete nullify checks
Ronak Doshi <ronak.doshi@broadcom.com>
vmxnet3: update MTU after device quiesce
Jakob Unterwurzacher <jakobunt@gmail.com>
net: dsa: microchip: linearize skb for tail-tagging switches
Axel Forsman <axfo@kvaser.com>
can: kvaser_pciefd: Fix echo_skb race
Axel Forsman <axfo@kvaser.com>
can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
Ilia Gavrilov <Ilia.Gavrilov@infotecs.ru>
llc: fix data loss when reading from a socket in llc_ui_recvmsg()
Ed Burcher <git@edburcher.com>
ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
Takashi Iwai <tiwai@suse.de>
ALSA: pcm: Fix race of buffer access at PCM OSS layer
Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction
Kai Vehmanen <kai.vehmanen@linux.intel.com>
ASoc: SOF: topology: connect DAI to a single DAI link
Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms
Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext
Oliver Hartkopp <socketcan@hartkopp.net>
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp <socketcan@hartkopp.net>
can: bcm: add locking for bcm_op runtime updates
Carlos Sanchez <carlossanchez@geotab.com>
can: slcan: allow reception of short error messages
Dominik Grzegorzek <dominik.grzegorzek@oracle.com>
padata: do not leak refcount in reorder_work
Ivan Pravdin <ipravdin.official@gmail.com>
crypto: algif_hash - fix double free in hash_accept
André Draszik <andre.draszik@linaro.org>
clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()
Geetha sowjanya <gakula@marvell.com>
octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG
Subbaraya Sundeep <sbhatta@marvell.com>
octeontx2-af: Set LMT_ENA bit for APR table entries
Wang Liang <wangliang74@huawei.com>
net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done
Suman Ghosh <sumang@marvell.com>
octeontx2-pf: Add AF_XDP non-zero copy support
Cong Wang <xiyou.wangcong@gmail.com>
sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()
Eric Dumazet <edumazet@google.com>
idpf: fix idpf_vport_splitq_napi_poll()
Pavel Begunkov <asml.silence@gmail.com>
io_uring: fix overflow resched cqe reordering
Thangaraj Samynathan <thangaraj.s@microchip.com>
net: lan743x: Restore SGMII CTRL register on resume
Paul Kocialkowski <paulk@sys-base.io>
net: dwmac-sun8i: Use parsed internal PHY address instead of 1
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
pinctrl: qcom: switch to devm_register_sys_off_handler()
Christoph Hellwig <hch@lst.de>
loop: don't require ->write_iter for writable files in loop_configure
Pavan Kumar Linga <pavan.kumar.linga@intel.com>
idpf: fix null-ptr-deref in idpf_features_check
Dave Ertman <david.m.ertman@intel.com>
ice: Fix LACP bonds without SRIOV environment
Jacob Keller <jacob.e.keller@intel.com>
ice: fix vf->num_mac count with port representors
Ido Schimmel <idosch@nvidia.com>
bridge: netfilter: Fix forwarding of fragmented packets
Sagi Maimon <maimon.sagi@gmail.com>
ptp: ocp: Limit signal/freq counts in summary output functions
En-Wei Wu <en-wei.wu@canonical.com>
Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling
Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Bluetooth: L2CAP: Fix not checking l2cap_chan security level
Adrian Hunter <adrian.hunter@intel.com>
perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq
Andrew Bresticker <abrestic@rivosinc.com>
irqchip/riscv-imsic: Start local sync timer on correct CPU
Tavian Barnes <tavianator@tavianator.com>
ASoC: SOF: Intel: hda: Fix UAF when reloading module
Raag Jadav <raag.jadav@intel.com>
devres: Introduce devm_kmemdup_array()
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
driver core: Split devres APIs to device/devres.h
Stefan Wahren <wahrenst@gmx.net>
dmaengine: fsl-edma: Fix return code for unhandled interrupts
Dave Jiang <dave.jiang@intel.com>
dmaengine: idxd: Fix ->poll() return value
Paul Chaignon <paul.chaignon@gmail.com>
xfrm: Sanitize marks before insert
Andre Przywara <andre.przywara@arm.com>
clk: sunxi-ng: d1: Add missing divider for MMC mod clocks
Matti Lehtimäki <matti.lehtimaki@gmail.com>
remoteproc: qcom_wcnss: Fix on platforms without fallback regulators
David Hildenbrand <david@redhat.com>
kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()
Seongman Lee <augustus92@kaist.ac.kr>
x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro
Vinicius Costa Gomes <vinicius.gomes@intel.com>
dmaengine: idxd: Fix allowing write() from different address spaces
Tobias Brunner <tobias@strongswan.org>
xfrm: Fix UDP GRO handling for some corner cases
Sabrina Dubroca <sd@queasysnail.net>
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca <sd@queasysnail.net>
espintcp: fix skb leaks
Charles Keepax <ckeepax@opensource.cirrus.com>
soundwire: bus: Fix race on the creation of the IRQ domain
Al Viro <viro@zeniv.linux.org.uk>
__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
Austin Zheng <Austin.Zheng@amd.com>
drm/amd/display: Call FP Protect Before Mode Programming/Mode Support
Jason Andryuk <jason.andryuk@amd.com>
xenbus: Allow PVH dom0 a non-local xenstore
Paweł Anikiel <panikiel@google.com>
x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88
Johannes Berg <johannes.berg@intel.com>
wifi: iwlwifi: add support for Killer on MTL
Johannes Thumshirn <johannes.thumshirn@wdc.com>
block: only update request sector if needed
David Wei <dw@davidwei.uk>
tools: ynl-gen: validate 0 len strings from kernel
Qu Wenruo <wqu@suse.com>
btrfs: avoid NULL pointer dereference if no valid csum tree
Boris Burkov <boris@bur.io>
btrfs: handle empty eb->folios in num_extent_folios()
Goldwyn Rodrigues <rgoldwyn@suse.de>
btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
Kees Cook <kees@kernel.org>
btrfs: compression: adjust cb->compressed_folios allocation type
Stefan Binding <sbinding@opensource.cirrus.com>
ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers
Pali Rohár <pali@kernel.org>
cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function
Pali Rohár <pali@kernel.org>
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
Jens Axboe <axboe@kernel.dk>
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Alistair Francis <alistair.francis@wdc.com>
nvmet-tcp: don't restore null sk_state_change
Takashi Iwai <tiwai@suse.de>
ALSA: usb-audio: Fix duplicated name in MIDI substream names
Wentao Guan <guanwentao@uniontech.com>
nvme-pci: add quirks for WDC Blue SN550 15b7:5009
Wentao Guan <guanwentao@uniontech.com>
nvme-pci: add quirks for device 126f:1001
Takashi Iwai <tiwai@suse.de>
ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
Takashi Iwai <tiwai@suse.de>
ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
Charles Keepax <ckeepax@opensource.cirrus.com>
ASoC: cs42l43: Disable headphone clamps during type detection
Gašper Nemgar <gasper.nemgar@gmail.com>
platform/x86: ideapad-laptop: add support for some new buttons
Pavel Nikulin <pavel@noa-labs.com>
platform/x86: asus-wmi: Disable OOBE state after resume from hibernation
Saranya Gopal <saranya.gopal@intel.com>
platform/x86/intel: hid: Add Pantherlake support
Salah Triki <salah.triki@gmail.com>
smb: server: smb2pdu: check return value of xa_store()
Martin Blumenstingl <martin.blumenstingl@googlemail.com>
pinctrl: meson: define the pull up/down resistor value as 60 kOhm
Ritesh Harjani (IBM) <ritesh.list@gmail.com>
book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n
Chenyuan Yang <chenyuan0y@gmail.com>
ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()
Jessica Zhang <quic_jesszhan@quicinc.com>
drm: Add valid clones check
Douglas Anderson <dianders@chromium.org>
drm/panel-edp: Add Starry 116KHD024006
Lin.Cao <lincao12@amd.com>
drm/buddy: fix issue that force_merge cannot free all roots
Simona Vetter <simona.vetter@ffwll.ch>
drm/atomic: clarify the rules around drm_atomic_state->allow_modeset
Oak Zeng <oak.zeng@intel.com>
drm/xe: Reject BO eviction if BO is bound to current VM
Michal Wajdeczko <michal.wajdeczko@intel.com>
drm/xe/sa: Always call drm_suballoc_manager_fini()
Ching-Te Ku <ku920601@realtek.com>
wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event
Maarten Lankhorst <dev@lankhorst.se>
drm/xe: Do not attempt to bootstrap VF in execlists mode
Maarten Lankhorst <dev@lankhorst.se>
drm/xe: Move suballocator init to after display init
P Praneesh <quic_ppranees@quicinc.com>
wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation
Zhi Wang <zhiw@nvidia.com>
drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE
Olivier Moysan <olivier.moysan@foss.st.com>
drm: bridge: adv7511: fill stream capabilities
P Praneesh <quic_ppranees@quicinc.com>
wifi: ath12k: Fix end offset bit definition in monitor ring descriptor
Aaradhana Sahu <quic_aarasahu@quicinc.com>
wifi: ath12k: Fetch regdb.bin file from board-2.bin
Rosen Penev <rosenp@gmail.com>
wifi: ath9k: return by of_get_mac_address
Michal Wajdeczko <michal.wajdeczko@intel.com>
drm/xe/pf: Reset GuC VF config when unprovisioning critical resource
Youssef Samir <quic_yabdulra@quicinc.com>
accel/qaic: Mask out SR-IOV PCI resources
Nicolas Escande <nico.escande@gmail.com>
wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override
Isaac Scott <isaac.scott@ideasonboard.com>
regulator: ad5398: Add device tree support
Sean Anderson <sean.anderson@linux.dev>
spi: zynqmp-gqspi: Always acknowledge interrupts
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate
Soeren Moch <smoch@web.de>
wifi: rtl8xxxu: retry firmware download on error
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation
Ravi Bangoria <ravi.bangoria@amd.com>
perf/amd/ibs: Fix ->config to sample period calculation for OP PMU
Ravi Bangoria <ravi.bangoria@amd.com>
perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
Sudeep Holla <sudeep.holla@arm.com>
firmware: arm_scmi: Relax duplicate name constraint across protocol ids
Viktor Malik <vmalik@redhat.com>
bpftool: Fix readlink usage in get_fd_type
Martin KaFai Lau <martin.lau@kernel.org>
bpf: Use kallsyms to find the function name of a struct_ops's stub function
Thomas Zimmermann <tzimmermann@suse.de>
drm/ast: Find VBIOS mode from regular display size
Matthew Sakai <msakai@redhat.com>
dm vdo: use a short static string for thread name prefix
Chung Chung <cchung@redhat.com>
dm vdo indexer: prevent unterminated string warning
Ken Raeburn <raeburn@redhat.com>
dm vdo vio-pool: allow variable-sized metadata vios
Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
irqchip/riscv-aplic: Add support for hart indexes
Charles Keepax <ckeepax@opensource.cirrus.com>
ASoC: rt722-sdca: Add some missing readable registers
Cezary Rojewski <cezary.rojewski@intel.com>
ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode
Naman Trivedi <naman.trivedimanojbhai@amd.com>
arm64: zynqmp: add clock-output-names property in clock nodes
junan <junan76@163.com>
HID: usbkbd: Fix the bit shift number for LED_KANA
Avula Sri Charan <quic_asrichar@quicinc.com>
wifi: ath12k: Avoid napi_sync() before napi_enable()
Kai Mäkisara <Kai.Makisara@kolumbus.fi>
scsi: st: Restore some drive settings after reset
Justin Tee <justin.tee@broadcom.com>
scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails
Justin Tee <justin.tee@broadcom.com>
scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
Justin Tee <justin.tee@broadcom.com>
scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine
Konstantin Taranov <kotaranov@microsoft.com>
net/mana: fix warning in the writer of client oob
Michal Wajdeczko <michal.wajdeczko@intel.com>
drm/xe/relay: Don't use GFP_KERNEL for new transactions
Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
ice: count combined queues using Rx/Tx count
Peter Zijlstra (Intel) <peterz@infradead.org>
perf: Avoid the read if the count is already updated
Ankur Arora <ankur.a.arora@oracle.com>
rcu: fix header guard for rcu_all_qs()
Ankur Arora <ankur.a.arora@oracle.com>
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora <ankur.a.arora@oracle.com>
rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
ice: treat dyn_allowed only as suggestion
Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
ice: init flow director before RDMA
Petr Machata <petrm@nvidia.com>
bridge: mdb: Allow replace of a host-joined group
Eric Dumazet <edumazet@google.com>
net: flush_backlog() small changes
Heiner Kallweit <hkallweit1@gmail.com>
r8169: don't scan PHY addresses > 0
Geert Uytterhoeven <geert@linux-m68k.org>
ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
Ido Schimmel <idosch@nvidia.com>
vxlan: Annotate FDB data races
Dhananjay Ugwekar <dhananjay.ugwekar@amd.com>
cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost
Carolina Jubran <cjubran@nvidia.com>
net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled
Jakub Kicinski <kuba@kernel.org>
tools: ynl-gen: don't output external constants
Alexander Duyck <alexanderduyck@meta.com>
eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs
Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0
Depeng Shao <quic_depengs@quicinc.com>
media: qcom: camss: Add default case in vfe_src_pad_code
Depeng Shao <quic_depengs@quicinc.com>
media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: introduce f2fs_base_attr for global sysfs entries
Andrey Vatoropin <a.vatoropin@crpt.ru>
hwmon: (xgene-hwmon) use appropriate type for the latency value
Len Brown <len.brown@intel.com>
tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options
Jakub Kicinski <kuba@kernel.org>
net: page_pool: avoid false positive warning if NAPI was never added
Jordan Crouse <jorcrous@amazon.com>
clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: call power_on ahead before selecting firmware
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: fw: validate multi-firmware header before accessing
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: fw: validate multi-firmware header before getting its size
Ching-Te Ku <ku920601@realtek.com>
wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
Zhang Yi <yi.zhang@huawei.com>
ext4: remove writable userspace mappings before truncating page cache
Zhang Yi <yi.zhang@huawei.com>
ext4: don't write back data before punch hole in nojournal mode
Marek Vasut <marex@denx.de>
leds: trigger: netdev: Configure LED blink interval for HW offload
Kees Cook <kees@kernel.org>
pstore: Change kmsg_bytes storage size to u32
David Lechner <dlechner@baylibre.com>
iio: adc: ad7944: don't use storagebits for sizing
Aleksander Jan Bajkowski <olek2@wp.pl>
r8152: add vendor/device ID pair for Dell Alienware AW1022z
Kuniyuki Iwashima <kuniyu@amazon.com>
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
Athira Rajeev <atrajeev@linux.vnet.ibm.com>
arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src
Gaurav Batra <gbatra@linux.ibm.com>
powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits
Gaurav Batra <gbatra@linux.ibm.com>
powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory
Csókás, Bence <csokas.bence@prolan.hu>
net: fec: Refactor MAC reset to function
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx
Johannes Berg <johannes.berg@intel.com>
wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
Johannes Berg <johannes.berg@intel.com>
wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()
Miri Korenblit <miriam.rachel.korenblit@intel.com>
wifi: iwlwifi: don't warn during reprobe
Johannes Berg <johannes.berg@intel.com>
wifi: iwlwifi: use correct IMR dump variable
Matthieu Baerts (NGI0) <matttbe@kernel.org>
mptcp: pm: userspace: flags: clearer msg if no remote addr
P Praneesh <quic_ppranees@quicinc.com>
wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV
Leon Romanovsky <leon@kernel.org>
xfrm: prevent high SEQ input in non-ESN mode
Stefan Wahren <wahrenst@gmx.net>
drm/v3d: Add clock handling
William Tu <witu@nvidia.com>
net/mlx5e: reduce the max log mpwrq sz for ECPF and reps
William Tu <witu@nvidia.com>
net/mlx5e: reduce rep rxq depth to 256 for ECPF
William Tu <witu@nvidia.com>
net/mlx5e: set the tx_queue_len for pfifo_fast
Alexei Lazar <alazar@nvidia.com>
net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB
Alexei Lazar <alazar@nvidia.com>
net/mlx5: XDP, Enable TX side XDP multi-buffer support
Chaohai Chen <wdhh66@163.com>
scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr()
Alex Deucher <alexander.deucher@amd.com>
drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer()
Shiwu Zhang <shiwu.zhang@amd.com>
drm/amdgpu: enlarge the VBIOS binary size limit
Lijo Lazar <lijo.lazar@amd.com>
drm/amdgpu: Use active umc info from discovery
Dillon Varone <dillon.varone@amd.com>
drm/amd/display: Populate register address for dentist for dcn401
Austin Zheng <Austin.Zheng@amd.com>
drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It
Joshua Aberback <joshua.aberback@amd.com>
drm/amd/display: Increase block_sequence array size
Tom Chung <chiahsuan.chung@amd.com>
drm/amd/display: Initial psr_version with correct setting
George Shen <george.shen@amd.com>
drm/amd/display: Update CR AUX RD interval interpretation
Brandon Syu <Brandon.Syu@amd.com>
Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY"
Martin Tsai <Martin.Tsai@amd.com>
drm/amd/display: Support multiple options during psr entry.
Asad Kamal <asad.kamal@amd.com>
drm/amd/pm: Skip P2S load for SMU v13.0.12
Jiang Liu <gerry@linux.alibaba.com>
drm/amdgpu: reset psp->cmd to NULL after releasing the buffer
Ilya Bakoulin <Ilya.Bakoulin@amd.com>
drm/amd/display: Don't try AUX transactions on disconnected link
Charlene Liu <Charlene.Liu@amd.com>
drm/amd/display: pass calculated dram_speed_mts to dml2
Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
drm/amdgpu: Set snoop bit for SDMA for MI series
Eric Huang <jinhuieric.huang@amd.com>
drm/amdkfd: fix missing L2 cache info in topology
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu/mes11: fix set_hw_resources_1 calculation
Huacai Chen <chenhuacai@kernel.org>
net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
Bard Liao <yung-chuan.liao@linux.intel.com>
soundwire: cadence_master: set frame shape and divider based on actual clk freq
Vijendar Mukunda <Vijendar.Mukunda@amd.com>
soundwire: amd: change the soundwire wake enable/disable sequence
André Draszik <andre.draszik@linaro.org>
phy: exynos5-usbdrd: fix EDS distribution tuning (gs101)
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
phy: core: don't require set_mode() callback for phy_get_mode() to work
Damon Ding <damon.ding@rock-chips.com>
phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
serial: sh-sci: Update the suspend/resume support
zihan zhou <15645113830zzh@gmail.com>
sched: Reduce the default slice to avoid tasks getting an extra tick
Peter Zijlstra <peterz@infradead.org>
x86/traps: Cleanup and robustify decode_bug()
Peter Zijlstra <peterz@infradead.org>
x86/ibt: Handle FineIBT in handle_cfi_failure()
Shuicheng Lin <shuicheng.lin@intel.com>
drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set
Xin Wang <x.wang@intel.com>
drm/xe/debugfs: fixed the return value of wedged_mode_set
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate
Karl Chan <exxxxkc@getgoogleoff.me>
clk: qcom: ipq5018: allow it to be bulid on arm32
Lucas De Marchi <lucas.demarchi@intel.com>
drm/xe: Fix xe_tile_init_noalloc() error propagation
Lucas De Marchi <lucas.demarchi@intel.com>
drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
Kees Cook <kees@kernel.org>
net/mlx4_core: Avoid impossible mlx4_db_alloc() order value
Sakari Ailus <sakari.ailus@linux.intel.com>
media: v4l: Memset argument to 0 before calling get_mbus_config pad op
David Plowman <david.plowman@raspberrypi.com>
media: i2c: imx219: Correct the minimum vblanking value
Brendan Jackman <jackmanb@google.com>
kunit: tool: Use qboot on QEMU x86_64
Konstantin Andreev <andreev@swemel.ru>
smack: Revert "smackfs: Added check catlen"
Konstantin Andreev <andreev@swemel.ru>
smack: recognize ipv4 CIPSO w/o categories
Valentin Caron <valentin.caron@foss.st.com>
pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()
Hector Martin <marcan@marcan.st>
ASoC: tas2764: Power up/down amp on mute ops
Hector Martin <marcan@marcan.st>
ASoC: tas2764: Mark SW_RESET as volatile
Hector Martin <marcan@marcan.st>
ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
Martin Povišer <povik+lin@cutebit.org>
ASoC: ops: Enforce platform maximum on initial value
Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>
firmware: xilinx: Dont send linux address to get fpga config get status
Sudeep Holla <sudeep.holla@arm.com>
firmware: arm_ffa: Handle the presence of host partition in the partition info
Sudeep Holla <sudeep.holla@arm.com>
firmware: arm_ffa: Reject higher major version as incompatible
Shahar Shitrit <shshitrit@nvidia.com>
net/mlx5: Apply rate-limiting to high temperature warning
Shahar Shitrit <shshitrit@nvidia.com>
net/mlx5: Modify LSB bitmask in temperature event to include only the first bit
Hans Verkuil <hverkuil@xs4all.nl>
media: test-drivers: vivid: don't call schedule in loop
Andrew Jones <ajones@ventanamicro.com>
irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
hrtimers: Replace hrtimer_clock_to_base_table with switch-case
Brian Gerst <brgerst@gmail.com>
x86/boot: Disable stack protector for early boot code
Petr Machata <petrm@nvidia.com>
vxlan: Join / leave MC group after remote changes
Xiaofei Tan <tanxiaofei@huawei.com>
ACPI: HED: Always initialize before evged
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
PCI: Fix old_size lower bound in calculate_iosize() too
Jakub Kicinski <kuba@kernel.org>
eth: mlx4: don't try to complete XDP frames in netpoll
Eduard Zingerman <eddyz87@gmail.com>
bpf: copy_verifier_state() should copy 'loop_entry' field
Eduard Zingerman <eddyz87@gmail.com>
bpf: don't do clean_live_states when state->loop_entry->branches > 0
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
can: c_can: Use of_property_present() to test existence of DT property
Ahmad Fatoum <a.fatoum@pengutronix.de>
pmdomain: imx: gpcv2: use proper helper for property detection
Michael Margolin <mrgolin@amazon.com>
RDMA/core: Fix best page size finding when it can cross SG entries
Alexis Lothoré <alexis.lothore@bootlin.com>
serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
Harry Wentland <harry.wentland@amd.com>
drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink
Leo Zeng <Leo.Zeng@amd.com>
Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP"
George Shen <george.shen@amd.com>
drm/amd/display: Read LTTPR ALPM caps during link cap retrieval
Ilya Bakoulin <Ilya.Bakoulin@amd.com>
drm/amd/display: Fix BT2020 YCbCr limited/full range input
Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
drm/amd/display: Guard against setting dispclk low when active
Harry VanZyllDeJong <hvanzyll@amd.com>
drm/amd/display: Add support for disconnected eDP streams
Lijo Lazar <lijo.lazar@amd.com>
drm/amd/pm: Fetch current power limit from PMFW
Anup Patel <apatel@ventanamicro.com>
irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector
Eddie James <eajames@linux.ibm.com>
eeprom: ee1004: Check chip before probing
Chris Morgan <macromorgan@hotmail.com>
mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs
Frank Li <Frank.Li@nxp.com>
i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)
Arnd Bergmann <arnd@arndb.de>
EDAC/ie31200: work around false positive build warning
Chris Morgan <macromorgan@hotmail.com>
power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree
Peter Seiderer <ps.report@gmx.net>
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Kuan-Chung Chen <damon.chen@realtek.com>
wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32()
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
scsi: mpt3sas: Send a diag reset if target reset fails
Mrinmay Sarkar <quic_msarkar@quicinc.com>
PCI: epf-mhi: Update device ID for SA8775P
Paul Burton <paulburton@kernel.org>
clocksource: mips-gic-timer: Enable counter when CPUs start
Paul Burton <paulburton@kernel.org>
MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
Jason Gunthorpe <jgg@ziepe.ca>
genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
Uros Bizjak <ubizjak@gmail.com>
x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()
Christian König <christian.koenig@amd.com>
drm/amdgpu: remove all KFD fences from the BO on release
Bibo Mao <maobibo@loongson.cn>
MIPS: Use arch specific syscall name match function
Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
drm/xe/oa: Ensure that polled read returns latest data
Xiao Liang <shaw.leon@gmail.com>
net: ipv6: Init tunnel link-netns before registering dev
Herbert Xu <herbert@gondor.apana.org.au>
crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
Herbert Xu <herbert@gondor.apana.org.au>
crypto: ahash - Set default reqsize from ahash_alg
Balbir Singh <balbirs@nvidia.com>
x86/kaslr: Reduce KASLR entropy on most x86 systems
Patrisious Haddad <phaddad@nvidia.com>
net/mlx5: Change POOL_NEXT_SIZE define value and make it global
Kai Mäkisara <Kai.Makisara@kolumbus.fi>
scsi: scsi_debug: First fixes for tapes
Jinliang Zheng <alexjlzheng@gmail.com>
dm: fix unconditional IO throttle caused by REQ_PREFLUSH
Nandakumar Edamana <nandakumar@nandakumar.co.in>
libbpf: Fix out-of-bound read
Christoph Hellwig <hch@lst.de>
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Ranjan Kumar <ranjan.kumar@broadcom.com>
scsi: mpi3mr: Update timestamp only for supervisor IOCs
Jianbo Liu <jianbol@nvidia.com>
net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode
Matthias Fend <matthias.fend@emfend.at>
media: tc358746: improve calculation of the D-PHY timing registers
Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
media: adv7180: Disable test-pattern control on adv7180
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
cpuidle: menu: Avoid discarding useful information
Konstantin Shkolnyy <kshk@linux.ibm.com>
vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
Mike Christie <michael.christie@oracle.com>
vhost-scsi: Return queue full for page alloc failures during copy
Waiman Long <longman@redhat.com>
x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()
Nícolas F. R. A. Prado <nfraprado@collabora.com>
ASoC: mediatek: mt8188: Add reference for dmic clocks
Nícolas F. R. A. Prado <nfraprado@collabora.com>
ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile
Assadian, Navid <navid.assadian@amd.com>
drm/amd/display: Fix mismatch type comparison
Charlene Liu <Charlene.Liu@amd.com>
drm/amd/display: fix dcn4x init failed
Yihan Zhu <Yihan.Zhu@amd.com>
drm/amd/display: handle max_downscale_src_width fail check
Nir Lichtman <nir@lichtman.org>
x86/build: Fix broken copy command in genimage.sh when making isoimage
Hariprasad Kelam <hkelam@marvell.com>
Octeontx2-af: RPM: Register driver with PCI subsys IDs
Amery Hung <amery.hung@bytedance.com>
bpf: Search and add kfuncs in struct_ops prologue and epilogue
Andrew Davis <afd@ti.com>
soc: ti: k3-socinfo: Do not use syscon helper to build regmap
Ramasamy Kaliappan <quic_rkaliapp@quicinc.com>
wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band
Hangbin Liu <liuhangbin@gmail.com>
bonding: report duplicate MAC address in all situations
Arnd Bergmann <arnd@arndb.de>
net: xgene-v2: remove incorrect ACPI_PTR annotation
Eric Woudstra <ericwouds@gmail.com>
net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only
Yuanjun Gong <ruc_gongyuanjun@163.com>
leds: pwm-multicolor: Add check for fwnode_property_read_u32
Daniel Gomez <da.gomez@samsung.com>
drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
Philip Yang <Philip.Yang@amd.com>
drm/amdkfd: KFD release_work possible circular locking
Inochi Amaoto <inochiama@gmail.com>
pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf
Kevin Krakauer <krakauer@google.com>
selftests/net: have `gro.sh -t` return a correct exit code
Moshe Shemesh <moshe@nvidia.com>
net/mlx5: Avoid report two health errors on same syndrome
Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
drm/xe/pf: Create a link between PF and VF devices
Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
drm/xe/vf: Retry sending MMIO request to GUC on timeout error
Viresh Kumar <viresh.kumar@linaro.org>
firmware: arm_ffa: Set dma_mask for ffa devices
Stanimir Varbanov <svarbanov@suse.de>
PCI: brcmstb: Add a softdep to MIP MSI-X driver
Stanimir Varbanov <svarbanov@suse.de>
PCI: brcmstb: Expand inbound window size up to 64GB
Vinith Kumar R <quic_vinithku@quicinc.com>
wifi: ath12k: Report proper tx completion status to mac80211
Hector Martin <marcan@marcan.st>
soc: apple: rtkit: Implement OSLog buffers properly
Janne Grunau <j@jannau.net>
soc: apple: rtkit: Use high prio work queue
Rob Herring (Arm) <robh@kernel.org>
perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters
Kuhanh Murugasen Krishnan <kuhanh.murugasen.krishnan@intel.com>
fpga: altera-cvp: Increase credit timeout
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
Li Bin <bin.li@microchip.com>
ARM: at91: pm: fix at91_suspend_finish for ZQ calibration
Alexander Stein <alexander.stein@ew.tq-group.com>
hwmon: (gpio-fan) Add missing mutex locks
Breno Leitao <leitao@debian.org>
x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2
Ahmad Fatoum <a.fatoum@pengutronix.de>
clk: imx8mp: inform CCF of maximum frequency of clocks
Ricardo Ribalda <ribalda@chromium.org>
media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value
Ricardo Ribalda <ribalda@chromium.org>
media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
Caleb Sander Mateos <csander@purestorage.com>
ublk: complete command synchronously on error
Christoph Hellwig <hch@lst.de>
block: mark bounce buffering as incompatible with integrity
Andy Yan <andy.yan@rock-chips.com>
drm/rockchip: vop2: Add uv swap for cluster window
Kuniyuki Iwashima <kuniyu@amazon.com>
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
scsi: logging: Fix scsi_logging_level bounds
Maciej S. Szmigiero <mail@maciej.szmigiero.name>
ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7
Saket Kumar Bhaskar <skb99@linux.ibm.com>
perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type
Peter Seiderer <ps.report@gmx.net>
net: pktgen: fix mpls maximum labels list parsing
Paul Elder <paul.elder@ideasonboard.com>
media: imx335: Set vblank immediately
Yi Liu <yi.l.liu@intel.com>
iommufd: Disallow allocating nested parent domain with fault ID
Uday Shankar <ushankar@purestorage.com>
ublk: enforce ublks_max only for unprivileged devices
Jiasheng Jiang <jiashengjiangcool@gmail.com>
dpll: Add an assertion to check freq_supported_num
Andrei Botila <andrei.botila@oss.nxp.com>
net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104
Alexander Sverdlin <alexander.sverdlin@siemens.com>
net: ethernet: ti: cpsw_new: populate netdev of_node
Paul E. McKenney <paulmck@kernel.org>
rcu: Fix get_state_synchronize_rcu_full() GP-start detection
Artur Weber <aweber.kernel@gmail.com>
pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"
Hans Verkuil <hverkuil@xs4all.nl>
media: cx231xx: set device_caps for 417
Peter Zijlstra <peterz@infradead.org>
perf/core: Clean up perf_try_init_event()
Aric Cyr <Aric.Cyr@amd.com>
drm/amd/display: Request HW cursor on DCN3.2 with SubVP
Dillon Varone <Dillon.Varone@amd.com>
drm/amd/display: Fix p-state type when p-state is unsupported
Dillon Varone <Dillon.Varone@amd.com>
drm/amd/display: Fix DMUB reset sequence for DCN401
George Shen <george.shen@amd.com>
drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination
Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35
Victor Lu <victorchengchi.lu@amd.com>
drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c
Matti Lehtimäki <matti.lehtimaki@gmail.com>
remoteproc: qcom_wcnss: Handle platforms with only single power domain
Ming Lei <ming.lei@redhat.com>
blk-throttle: don't take carryover for prioritized processing of metadata
Choong Yong Liang <yong.liang.choong@linux.intel.com>
net: phylink: use pl->link_interface in phylink_expects_phy()
Thomas Zimmermann <tzimmermann@suse.de>
drm/gem: Test for imported GEM buffers with helper
Matthew Wilcox (Oracle) <willy@infradead.org>
orangefs: Do not truncate file size
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables
Ming-Hung Tsai <mtsai@redhat.com>
dm cache: prevent BUG_ON by blocking retries on failed device resumes
Niklas Neronin <niklas.neronin@linux.intel.com>
usb: xhci: set page size to the xHCI-supported size
Markus Elfring <elfring@users.sourceforge.net>
media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()
Svyatoslav Ryhel <clamor95@gmail.com>
ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114
Arnd Bergmann <arnd@arndb.de>
soc: samsung: include linux/array_size.h where needed
Matthew Brost <matthew.brost@intel.com>
drm/xe: Retry BO allocation
Matthew Brost <matthew.brost@intel.com>
drm/xe: Nuke VM's mapping upon close
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
ieee802154: ca8210: Use proper setters and getters for bitwise types
Alexandre Belloni <alexandre.belloni@bootlin.com>
rtc: ds1307: stop disabling alarms on probe
Eric Dumazet <edumazet@google.com>
tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
Takashi Iwai <tiwai@suse.de>
ALSA: seq: Improve data consistency at polling
Andreas Schwab <schwab@linux-m68k.org>
powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7
Jon Hunter <jonathanh@nvidia.com>
arm64: tegra: Resize aperture for the IGX PCIe C5 slot
Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator
Emily Deng <Emily.Deng@amd.com>
drm/amdgpu: Fix missing drain retry fault the last entry
Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
drm/amdkfd: Set per-process flags only once cik/vi
Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
drm/amdkfd: Set per-process flags only once for gfx9/10/11/12
Sven Schwermer <sven@svenschwermer.de>
crypto: mxs-dcp - Only set OTP_KEY bit for OTP key
Herbert Xu <herbert@gondor.apana.org.au>
crypto: lzo - Fix compression buffer overrun
Niklas Cassel <cassel@kernel.org>
misc: pci_endpoint_test: Give disabled BARs a distinct error code
Christian Bruel <christian.bruel@foss.st.com>
PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
watchdog: aspeed: Update bootstatus handling
Aaron Kling <luceoscutum@gmail.com>
cpufreq: tegra186: Share policy per cluster
Vasant Hegde <vasant.hegde@amd.com>
iommu/amd/pgtbl_v2: Improve error handling
Yeoreum Yun <yeoreum.yun@arm.com>
coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t
Coly Li <colyli@kernel.org>
badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0
Alexey Klimov <alexey.klimov@linaro.org>
ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup()
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common"
Andreas Gruenbacher <agruenba@redhat.com>
gfs2: Check for empty queue in run_queue
Leon Huang <Leon.Huang1@amd.com>
drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch
Peichen Huang <PeiChen.Huang@amd.com>
drm/amd/display: not abort link train when bw is low
Zhikai Zhai <zhikai.zhai@amd.com>
drm/amd/display: calculate the remain segments for all pipes
Charlene Liu <Charlene.Liu@amd.com>
drm/amd/display: remove minimum Dispclk and apply oem panel timing.
Willem de Bruijn <willemb@google.com>
ipv6: save dontfrag in cork
Anjaneyulu <pagadala.yesu.anjaneyulu@intel.com>
wifi: cfg80211: allow IR in 20 MHz configurations
Ilan Peer <ilan.peer@intel.com>
wifi: mac80211_hwsim: Fix MLD address translation
Johannes Berg <johannes.berg@intel.com>
wifi: mac80211: fix warning on disconnect during failed ML reconf
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
wifi: iwlwifi: fix the ECKV UEFI variable name
Johannes Berg <johannes.berg@intel.com>
wifi: iwlwifi: mark Br device not integrated
Johannes Berg <johannes.berg@intel.com>
wifi: iwlwifi: fix debug actions order
Daniel Gabay <daniel.gabay@intel.com>
wifi: iwlwifi: w/a FW SMPS mode selection
Miri Korenblit <miriam.rachel.korenblit@intel.com>
wifi: iwlwifi: don't warn when if there is a FW error
Marcos Paulo de Souza <mpdesouza@suse.com>
printk: Check CON_SUSPEND when unblanking a console
Robin Murphy <robin.murphy@arm.com>
iommu: Keep dev->iommu state consistent
Kurt Borja <kuurtb@gmail.com>
hwmon: (dell-smm) Increment the number of fans
Avraham Stern <avraham.stern@intel.com>
wifi: iwlwifi: mvm: fix setting the TK when associated
Michal Pecio <michal.pecio@gmail.com>
usb: xhci: Don't change the status of stalled TDs on failed Stop EP
Erick Shepherd <erick.shepherd@ni.com>
mmc: sdhci: Disable SD card clock before changing parameters
Kaustabh Chakraborty <kauschluss@disroot.org>
mmc: dw_mmc: add exynos7870 DW MMC support
Ryan Roberts <ryan.roberts@arm.com>
arm64/mm: Check PUD_TYPE_TABLE in pud_bad()
Ryan Roberts <ryan.roberts@arm.com>
arm64/mm: Check pmd_table() in pmd_trans_huge()
Andy Yan <andy.yan@rock-chips.com>
phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set
Kees Cook <kees@kernel.org>
PNP: Expand length of fixup id string
Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
netfilter: conntrack: Bound nf_conntrack sysctl writes
Dian-Syuan Yang <dian_syuan0116@realtek.com>
wifi: rtw89: set force HE TB mode when connecting to 11ax AP
Thomas Weißschuh <thomas.weissschuh@linutronix.de>
timer_list: Don't use %pK through printk()
Jaakko Karrenpalo <jkarrenpalo@gmail.com>
net: hsr: Fix PRP duplicate detection
Jonas Karlman <jonas@kwiboo.se>
net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe
Thomas Gleixner <tglx@linutronix.de>
posix-timers: Ensure that timer initialization is fully visible
Eric Dumazet <edumazet@google.com>
posix-timers: Add cond_resched() to posix_timer_add() search loop
Maher Sanalla <msanalla@nvidia.com>
RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()
Baokun Li <libaokun1@huawei.com>
ext4: do not convert the unwritten extents if data writeback fails
Baokun Li <libaokun1@huawei.com>
ext4: reject the 'data_err=abort' option in nojournal mode
Taniya Das <quic_tdas@quicinc.com>
clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490
Ryan Walklin <ryan@testtoast.com>
ASoC: sun4i-codec: support hp-det-gpios property
David Rosca <david.rosca@amd.com>
drm/amdgpu: Update SRIOV video codec caps
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu/gfx11: don't read registers in mqd init
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu/gfx12: don't read registers in mqd init
Shree Ramamoorthy <s-ramamoorthy@ti.com>
mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
Prathamesh Shete <pshete@nvidia.com>
pinctrl-tegra: Restore SFSEL bit when freeing pins
Frediano Ziglio <frediano.ziglio@cloud.com>
xen: Add support for XenServer 6.1 platform device
Guangguan Wang <guangguan.wang@linux.alibaba.com>
net/smc: use the correct ndev to find pnetid by pnetid table
Mikulas Patocka <mpatocka@redhat.com>
dm: restrict dm device size to 2^63-512 bytes
Shashank Gupta <shashankg@marvell.com>
crypto: octeontx2 - suppress auth failure screaming due to negative tests
Masahiro Yamada <masahiroy@kernel.org>
kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf
Seyediman Seyedarab <imandevel@gmail.com>
kbuild: fix argument parsing in scripts/config
Yonghong Song <yonghong.song@linux.dev>
bpf: Allow pre-ordering for bpf cgroup progs
Nícolas F. R. A. Prado <nfraprado@collabora.com>
ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect
Linus Walleij <linus.walleij@linaro.org>
ASoC: pcm6240: Drop bogus code handling IRQ as GPIO
Sergio Perez Gonzalez <sperezglz@gmail.com>
spi: spi-mux: Fix coverity issue, unchecked return value
Gao Xiang <xiang@kernel.org>
erofs: initialize decompression early
Mika Westerberg <mika.westerberg@linux.intel.com>
thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer
Josh Poimboeuf <jpoimboe@kernel.org>
objtool: Fix error handling inconsistencies in check()
Alexandre Belloni <alexandre.belloni@bootlin.com>
rtc: rv3032: fix EERD location
Ilpo Järvinen <ij@kernel.org>
tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
Jan Kara <jack@suse.cz>
jbd2: do not try to recover wiped journal
Frank Li <Frank.Li@nxp.com>
PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()
Mykyta Yatsenko <yatsenko@meta.com>
bpf: Return prog btf_id without capable check
Alex Williamson <alex.williamson@redhat.com>
vfio/pci: Handle INTx IRQ_NOTCONNECTED
Kai Mäkisara <Kai.Makisara@kolumbus.fi>
scsi: st: ERASE does not change tape location
Kai Mäkisara <Kai.Makisara@kolumbus.fi>
scsi: st: Tighten the page format heuristics with MODE SELECT
Al Viro <viro@zeniv.linux.org.uk>
hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure
Christian Göttsche <cgzones@googlemail.com>
ext4: reorder capability check last
Alexandre Ghiti <alexghiti@rivosinc.com>
riscv: Call secondary mmu notifier when flushing the tlb
shantiprasad shettar <shantiprasad.shettar@broadcom.com>
bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set
Jeff Chen <jeff.chen_1@nxp.com>
wifi: mwifiex: Fix HT40 bandwidth issue.
Tiwei Bie <tiwei.btw@antgroup.com>
um: Update min_low_pfn to match changes in uml_reserved
Benjamin Berg <benjamin@sipsolutions.net>
um: Store full CSGSFS and SS register from mcontext
Nick Hu <nick.hu@sifive.com>
clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug
Heming Zhao <heming.zhao@suse.com>
dlm: make tcp still work in multi-link env
Heiko Carstens <hca@linux.ibm.com>
s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
Stanley Chu <yschu@nuvoton.com>
i3c: master: svc: Fix missing STOP for master request
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: adjust drm_firmware_drivers_only() handling
Jing Zhou <Jing.Zhou@amd.com>
drm/amd/display: Guard against setting dispclk low for dcn31x
Flora Cui <flora.cui@amd.com>
drm/amdgpu: release xcp_mgr on exit
Chen Linxuan <chenlinxuan@uniontech.com>
blk-cgroup: improve policy registration error handling
Filipe Manana <fdmanana@suse.com>
btrfs: send: return -ENAMETOOLONG when attempting a path that is too long
Filipe Manana <fdmanana@suse.com>
btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana <fdmanana@suse.com>
btrfs: fix non-empty delayed iputs list on unmount due to async workers
Qu Wenruo <wqu@suse.com>
btrfs: run btrfs_error_commit_super() early
Mark Harmstone <maharmstone@fb.com>
btrfs: avoid linker error in btrfs_find_create_tree_block()
Boris Burkov <boris@bur.io>
btrfs: make btrfs_discard_workfn() block_group ref explicit
Vitalii Mordan <mordan@ispras.ru>
i2c: pxa: fix call balance of i2c->clk handling routines
Stephan Gerhold <stephan.gerhold@kernkonzept.com>
i2c: qup: Vote for interconnect bandwidth to DRAM
Philip Redkin <me@rarity.fan>
x86/mm: Check return value from memblock_phys_alloc_range()
Sohil Mehta <sohil.mehta@intel.com>
x86/microcode: Update the Intel processor flag scan check
Sohil Mehta <sohil.mehta@intel.com>
x86/smpboot: Fix INIT delay assignment for extended Intel Families
Ingo Molnar <mingo@kernel.org>
x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP
Thomas Huth <thuth@redhat.com>
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers
Quan Zhou <quan.zhou@mediatek.com>
wifi: mt76: mt7925: fix fails to enter low power mode in suspend state
Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
wifi: mt76: mt7925: load the appropriate CLC data based on hardware type
Benjamin Lin <benjamin-jw.lin@mediatek.com>
wifi: mt76: mt7996: revise TXS size
Rex Lu <rex.lu@mediatek.com>
wifi: mt76: mt7996: fix SER reset trigger on WED reset
Felix Fietkau <nbd@nbd.name>
wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2
Eric Dumazet <edumazet@google.com>
cgroup/rstat: avoid disabling irqs for O(num_cpu)
Victor Skvortsov <victor.skvortsov@amd.com>
drm/amdgpu: Skip pcie_replay_count sysfs creation for VF
Erick Shepherd <erick.shepherd@ni.com>
mmc: host: Wait for Vdd to settle on card power off
Stefan Wahren <wahrenst@gmx.net>
staging: vchiq_arm: Create keep-alive thread during probe
Christian Brauner <brauner@kernel.org>
pidfs: improve multi-threaded exec and premature thread-group leader exit polling
Robert Richter <rrichter@amd.com>
libnvdimm/labels: Fix divide error in nd_label_data_init()
Nicolas Bretz <bretznic@gmail.com>
ext4: on a remount, only log the ro or r/w state when it has changed
Roger Pau Monne <roger.pau@citrix.com>
xen/pci: Do not register devices with segments >= 0x10000
Roger Pau Monne <roger.pau@citrix.com>
PCI: vmd: Disable MSI remapping bypass under Xen
Jonathan Kim <jonathan.kim@amd.com>
drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12
Flora Cui <flora.cui@amd.com>
drm/amdgpu/discovery: check ip_discovery fw file available
Trond Myklebust <trond.myklebust@hammerspace.com>
pNFS/flexfiles: Report ENETDOWN as a connection error
Ian Rogers <irogers@google.com>
tools/build: Don't pass test log files to linker
ChunHao Lin <hau@realtek.com>
r8169: disable RTL8126 ZRX-DC timeout
Frank Li <Frank.Li@nxp.com>
PCI: dwc: ep: Ensure proper iteration over outbound map windows
Josh Poimboeuf <jpoimboe@kernel.org>
objtool: Properly disable uaccess validation
Ryo Takakura <ryotkkr98@gmail.com>
lockdep: Fix wait context check on softirq for PREEMPT_RT
Jing Su <jingsusu@didiglobal.com>
dql: Fix dql->limit value when reset.
Pedro Nishiyama <nishiyama.pedro@gmail.com>
Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken
Sean Wang <sean.wang@mediatek.com>
Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
Alice Guo <alice.guo@nxp.com>
thermal/drivers/qoriq: Power down TMU on system suspend
Nícolas F. R. A. Prado <nfraprado@collabora.com>
thermal/drivers/mediatek/lvts: Start sensor interrupts disabled
Hans-Frieder Vogt <hfdevel@gmx.net>
net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus
Hans-Frieder Vogt <hfdevel@gmx.net>
net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards
Daniel Hsu <d486250@gmail.com>
mctp: Fix incorrect tx flow invalidation condition in mctp-i2c
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
ASoC: codecs: wsa883x: Correct VI sense channel mask
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
ASoC: codecs: wsa884x: Correct VI sense channel mask
Luis de Arquer <luis.dearquer@inertim.com>
spi-rockchip: Fix register out of bounds access
Trond Myklebust <trond.myklebust@hammerspace.com>
SUNRPC: rpcbind should never reset the port to the value '0'
Trond Myklebust <trond.myklebust@hammerspace.com>
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Treat ENETUNREACH errors as fatal for state recovery
Pali Rohár <pali@kernel.org>
cifs: Fix establishing NetBIOS session for SMB2+ connection
Namjae Jeon <linkinjeon@kernel.org>
cifs: add validation check for the fields in smb_aces
Pali Rohár <pali@kernel.org>
cifs: Set default Netbios RFC1001 server name to hostname in UNC
Zsolt Kajtar <soci@c64.rulez.org>
fbdev: core: tileblit: Implement missing margin clearing for tileblit
Zsolt Kajtar <soci@c64.rulez.org>
fbcon: Use correct erase colour for clearing in fbcon
Shixiong Ou <oushixiong@kylinos.cn>
fbdev: fsl-diu-fb: add missing device_remove_file()
Samuel Holland <samuel.holland@sifive.com>
riscv: Allow NOMMU kernels to access all of RAM
Tudor Ambarus <tudor.ambarus@linaro.org>
mailbox: use error ret code of of_parse_phandle_with_args()
Sudeep Holla <sudeep.holla@arm.com>
mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
Jonathan McDowell <noodles@meta.com>
tpm: Convert warn to dbg in tpm2_start_auth_session()
Diogo Ivo <diogo.ivo@siemens.com>
ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tracing: Mark binary printing functions with __printf() attribute
Yi Liu <yi.l.liu@intel.com>
iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
Jinqian Yang <yangjinqian1@huawei.com>
arm64: Add support for HIP09 Spectre-BHB mitigation
Trond Myklebust <trond.myklebust@hammerspace.com>
SUNRPC: Don't allow waiting for exiting tasks
Trond Myklebust <trond.myklebust@hammerspace.com>
NFS: Don't allow waiting for exiting tasks
Trond Myklebust <trond.myklebust@hammerspace.com>
NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
Pavel Begunkov <asml.silence@gmail.com>
io_uring/msg: initialise msg request opcode
Sungjong Seo <sj1557.seo@samsung.com>
exfat: call bh_read in get_block only when necessary
Matt Johnston <matt@codeconstruct.com.au>
fuse: Return EPERM rather than ENOSYS from link()
Wang Zhaolong <wangzhaolong1@huawei.com>
smb: client: Store original IO parameters and prevent zero IO sizes
Pali Rohár <pali@kernel.org>
cifs: Fix negotiate retry functionality
Pali Rohár <pali@kernel.org>
cifs: Fix querying and creating MF symlinks over SMB1
Pali Rohár <pali@kernel.org>
cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
Anthony Krowiak <akrowiak@linux.ibm.com>
s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log
Xin Li (Intel) <xin@zytor.com>
x86/fred: Fix system hang during S4 resume with FRED enabled
Daniel Gomez <da.gomez@samsung.com>
kconfig: merge_config: use an empty file as initfile
Haoran Jiang <jianghaoran@kylinos.cn>
samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
Brandon Kammerdiener <brandon.kammerdiener@intel.com>
bpf: fix possible endless loop in BPF map iteration
Pavel Begunkov <asml.silence@gmail.com>
io_uring: don't duplicate flushing in io_req_post_cqe
Darrick J. Wong <djwong@kernel.org>
block: fix race between set_blocksize and read paths
Ihor Solodrai <ihor.solodrai@linux.dev>
selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
Felix Kuehling <felix.kuehling@amd.com>
drm/amdgpu: Allow P2P access through XGMI
Nicholas Susanto <nsusanto@amd.com>
drm/amd/display: Enable urgent latency adjustment on DCN35
Davidlohr Bueso <dave@stgolabs.net>
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso <dave@stgolabs.net>
fs/jbd2: use sleeping version of __find_get_block()
Davidlohr Bueso <dave@stgolabs.net>
fs/ocfs2: use sleeping version of __find_get_block()
Davidlohr Bueso <dave@stgolabs.net>
fs/buffer: use sleeping version of __find_get_block()
Davidlohr Bueso <dave@stgolabs.net>
fs/buffer: introduce sleeping flavors for pagecache lookups
Davidlohr Bueso <dave@stgolabs.net>
fs/buffer: split locking for pagecache lookups
Frederick Lawler <fred@cloudflare.com>
ima: process_measurement() needlessly takes inode_lock() on MAY_READ
Balbir Singh <balbirs@nvidia.com>
dma-mapping: Fix warning reported for missing prototype
Vladimir Oltean <vladimir.oltean@nxp.com>
net: enetc: refactor bulk flipping of RX buffers to separate function
Ranjan Kumar <ranjan.kumar@broadcom.com>
scsi: mpi3mr: Add level check to control event logging
Dongli Zhang <dongli.zhang@oracle.com>
vhost-scsi: protect vq->log_used with vq->mutex
Stefano Garzarella <sgarzare@redhat.com>
vhost_task: fix vhost_task_create() documentation
gaoxu <gaoxu2@honor.com>
cgroup: Fix compilation issue due to cgroup_mutex not being exported
Marek Szyprowski <m.szyprowski@samsung.com>
dma-mapping: avoid potential unused data compilation warning
Hans de Goede <hdegoede@redhat.com>
mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type
Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
intel_th: avoid using deprecated page->mapping, index fields
Balbir Singh <balbirs@nvidia.com>
dma/mapping.c: dev_dbg support for dma_addressing_limited
Zhongqiu Han <quic_zhonhan@quicinc.com>
virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
Manish Pandey <quic_mapa@quicinc.com>
scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices
Dmitry Bogdanov <d.bogdanov@yadro.com>
scsi: target: iscsi: Fix timeout on deleted connection
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
nvmem: qfprom: switch to 4-byte aligned reads
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
nvmem: core: update raw_len if the bit reading is required
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
nvmem: core: verify cell's raw_len
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
nvmem: core: fix bit offsets of more than one byte
Heiko Stuebner <heiko@sntech.de>
nvmem: rockchip-otp: add rk3576 variant data
Heiko Stuebner <heiko@sntech.de>
nvmem: rockchip-otp: Move read-offset into variant-data
Pengyu Luo <mitltlatltl@gmail.com>
cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data
Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
i2c: designware: Fix an error handling path in i2c_dw_pci_probe()
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
i2c: designware: Use temporary variable for struct device
John Olender <john.olender@gmail.com>
drm/amd/display: Defer BW-optimization-blocked DRR adjustments
Zhongwei Zhang <Zhongwei.Zhang@amd.com>
drm/amd/display: Correct timing_adjust_pending flag setting.
Danny Wang <danny.wang@amd.com>
drm/amd/display: Do not enable replay when vtotal update is pending.
Dillon Varone <dillon.varone@amd.com>
drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401
-------------
Diffstat:
Documentation/admin-guide/kernel-parameters.txt | 2 +
Documentation/driver-api/serial/driver.rst | 2 +-
Documentation/hwmon/dell-smm-hwmon.rst | 14 +-
Makefile | 8 +-
arch/arm/boot/dts/nvidia/tegra114.dtsi | 2 +-
arch/arm/mach-at91/pm.c | 21 +-
.../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts | 38 ++--
.../boot/dts/allwinner/sun50i-h6-orangepi-3.dts | 14 +-
.../boot/dts/allwinner/sun50i-h6-orangepi.dtsi | 22 +-
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi | 8 +-
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 2 +-
.../dts/nvidia/tegra234-p3740-0002+p3701-0008.dts | 10 +
arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi | 15 +-
arch/arm64/include/asm/cputype.h | 2 +
arch/arm64/include/asm/pgtable.h | 27 +--
arch/arm64/kernel/proton-pack.c | 1 +
arch/loongarch/kernel/Makefile | 8 +-
arch/loongarch/kvm/Makefile | 2 +-
arch/mips/include/asm/ftrace.h | 16 ++
arch/mips/kernel/pm-cps.c | 30 +--
arch/powerpc/include/asm/mmzone.h | 1 +
arch/powerpc/kernel/prom_init.c | 4 +-
arch/powerpc/mm/book3s64/radix_pgtable.c | 3 +-
arch/powerpc/mm/numa.c | 2 +-
arch/powerpc/perf/core-book3s.c | 20 ++
arch/powerpc/perf/isa207-common.c | 4 +-
arch/powerpc/platforms/pseries/iommu.c | 139 ++++++++++---
arch/riscv/include/asm/page.h | 12 +-
arch/riscv/include/asm/pgtable.h | 2 +-
arch/riscv/kernel/Makefile | 4 +-
arch/riscv/mm/tlbflush.c | 37 ++--
arch/s390/hypfs/hypfs_diag_fs.c | 2 +
arch/s390/include/asm/tlb.h | 2 +-
arch/um/kernel/mem.c | 1 +
arch/x86/Kconfig | 1 +
arch/x86/boot/genimage.sh | 5 +-
arch/x86/entry/entry.S | 2 +-
arch/x86/events/amd/ibs.c | 20 +-
arch/x86/events/intel/ds.c | 9 +-
arch/x86/include/asm/bug.h | 5 +-
arch/x86/include/asm/cfi.h | 11 +
arch/x86/include/asm/ibt.h | 4 +-
arch/x86/include/asm/intel-family.h | 1 +
arch/x86/include/asm/nmi.h | 2 +
arch/x86/include/asm/percpu.h | 28 +--
arch/x86/include/asm/perf_event.h | 1 +
arch/x86/include/asm/sev-common.h | 2 +-
arch/x86/include/uapi/asm/bootparam.h | 4 +-
arch/x86/include/uapi/asm/e820.h | 4 +-
arch/x86/include/uapi/asm/ldt.h | 4 +-
arch/x86/include/uapi/asm/msr.h | 4 +-
arch/x86/include/uapi/asm/ptrace-abi.h | 6 +-
arch/x86/include/uapi/asm/ptrace.h | 4 +-
arch/x86/include/uapi/asm/setup_data.h | 4 +-
arch/x86/include/uapi/asm/signal.h | 8 +-
arch/x86/kernel/Makefile | 2 +
arch/x86/kernel/alternative.c | 30 +++
arch/x86/kernel/cfi.c | 22 +-
arch/x86/kernel/cpu/bugs.c | 10 +-
arch/x86/kernel/cpu/microcode/intel.c | 2 +-
arch/x86/kernel/nmi.c | 42 ++++
arch/x86/kernel/reboot.c | 10 +-
arch/x86/kernel/smpboot.c | 6 +-
arch/x86/kernel/traps.c | 82 ++++++--
arch/x86/mm/init.c | 9 +-
arch/x86/mm/init_64.c | 15 +-
arch/x86/mm/kaslr.c | 10 +-
arch/x86/power/cpu.c | 14 ++
arch/x86/um/os-Linux/mcontext.c | 3 +-
block/badblocks.c | 5 +-
block/bdev.c | 17 ++
block/blk-cgroup.c | 30 +--
block/blk-settings.c | 5 +
block/blk-throttle.c | 15 +-
block/blk-zoned.c | 5 +-
block/blk.h | 3 +-
block/bounce.c | 2 -
block/fops.c | 16 ++
block/ioctl.c | 6 +
crypto/ahash.c | 4 +
crypto/algif_hash.c | 4 -
crypto/lzo-rle.c | 2 +-
crypto/lzo.c | 2 +-
crypto/skcipher.c | 1 +
drivers/accel/qaic/qaic_drv.c | 2 +-
drivers/acpi/Kconfig | 2 +-
drivers/acpi/acpi_pnp.c | 2 +
drivers/acpi/hed.c | 7 +-
drivers/auxdisplay/charlcd.c | 5 +-
drivers/auxdisplay/charlcd.h | 5 +-
drivers/auxdisplay/hd44780.c | 2 +-
drivers/auxdisplay/lcd2s.c | 2 +-
drivers/auxdisplay/panel.c | 2 +-
drivers/block/loop.c | 5 +-
drivers/block/ublk_drv.c | 53 +++--
drivers/bluetooth/btmtksdio.c | 15 +-
drivers/bluetooth/btusb.c | 98 ++++-----
drivers/char/tpm/tpm2-sessions.c | 2 +-
drivers/clk/clk-s2mps11.c | 3 +-
drivers/clk/imx/clk-imx8mp.c | 151 ++++++++++++++
drivers/clk/qcom/Kconfig | 2 +-
drivers/clk/qcom/camcc-sm8250.c | 56 ++---
drivers/clk/qcom/clk-alpha-pll.c | 52 +++--
drivers/clk/qcom/lpassaudiocc-sc7280.c | 23 ++-
drivers/clk/renesas/rzg2l-cpg.c | 106 +++++-----
drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 42 ++--
drivers/clk/sunxi-ng/ccu_mp.h | 22 ++
drivers/clocksource/mips-gic-timer.c | 6 +-
drivers/clocksource/timer-riscv.c | 6 +
drivers/cpufreq/amd-pstate.c | 1 -
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
drivers/cpufreq/tegra186-cpufreq.c | 7 +
drivers/cpuidle/governors/menu.c | 13 +-
.../crypto/marvell/octeontx2/otx2_cptvf_reqmgr.c | 7 +-
drivers/crypto/mxs-dcp.c | 8 +-
drivers/dma/fsl-edma-main.c | 2 +-
drivers/dma/idxd/cdev.c | 9 +
drivers/dpll/dpll_core.c | 5 +-
drivers/edac/ie31200_edac.c | 28 ++-
drivers/firmware/arm_ffa/bus.c | 1 +
drivers/firmware/arm_ffa/driver.c | 12 ++
drivers/firmware/arm_scmi/bus.c | 19 +-
drivers/firmware/xilinx/zynqmp.c | 6 +-
drivers/fpga/altera-cvp.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 52 ++---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 30 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 31 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 30 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 38 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 7 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c | 42 ++++
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 47 +++--
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 48 +++--
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 10 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 1 -
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c | 25 +++
drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c | 27 +++
drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c | 31 +++
drivers/gpu/drm/amd/amdgpu/nv.c | 16 +-
drivers/gpu/drm/amd/amdgpu/soc21.c | 10 +-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 39 +---
.../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 69 ++++---
.../drm/amd/amdkfd/kfd_device_queue_manager_v10.c | 43 ++--
.../drm/amd/amdkfd/kfd_device_queue_manager_v11.c | 45 ++--
.../drm/amd/amdkfd/kfd_device_queue_manager_v12.c | 45 ++--
.../drm/amd/amdkfd/kfd_device_queue_manager_v9.c | 35 +++-
.../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 77 ++++---
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 16 +-
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 23 ++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 41 ++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +-
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 6 +-
drivers/gpu/drm/amd/display/dc/basics/dc_common.c | 3 +-
.../gpu/drm/amd/display/dc/bios/command_table2.c | 9 -
.../amd/display/dc/bios/command_table_helper2.c | 3 +-
.../amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 22 +-
.../amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 15 +-
.../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 13 +-
.../amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c | 2 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 22 +-
.../gpu/drm/amd/display/dc/core/dc_hw_sequencer.c | 21 +-
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 4 +-
drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 12 ++
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 5 +-
drivers/gpu/drm/amd/display/dc/dc_types.h | 7 +
.../drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c | 3 -
.../drm/amd/display/dc/dce/dce_stream_encoder.c | 3 +-
drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 4 +
.../display/dc/dio/dcn10/dcn10_stream_encoder.c | 3 +-
.../dc/dio/dcn401/dcn401_dio_stream_encoder.c | 3 +-
.../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 6 +-
.../gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c | 1 +
.../drm/amd/display/dc/dml2/dml21/dml21_wrapper.c | 8 +-
.../dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 5 +-
drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.h | 1 +
.../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 11 +-
.../dc/hpo/dcn31/dcn31_hpo_dp_stream_encoder.c | 3 +-
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 10 +-
.../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 7 +-
.../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 8 +-
.../drm/amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 4 +-
.../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 3 +-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 139 ++++++++++++-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 7 +
.../drm/amd/display/dc/hwss/dcn401/dcn401_init.c | 4 +-
drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer.h | 6 +
drivers/gpu/drm/amd/display/dc/inc/core_types.h | 2 +-
.../drm/amd/display/dc/inc/hw/clk_mgr_internal.h | 1 +
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h | 6 +-
.../display/dc/link/protocols/link_dp_capability.c | 42 ++--
.../amd/display/dc/link/protocols/link_dp_phy.c | 8 +-
.../display/dc/link/protocols/link_dp_training.c | 5 +-
.../dc/link/protocols/link_dp_training_8b_10b.c | 7 +-
.../dc/link/protocols/link_edp_panel_control.c | 25 ++-
.../display/dc/resource/dcn315/dcn315_resource.c | 40 ++--
drivers/gpu/drm/amd/display/dc/spl/dc_spl.c | 4 +-
drivers/gpu/drm/amd/display/dc/spl/dc_spl_types.h | 2 +-
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 6 +
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 17 +-
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 4 +-
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.c | 47 +++--
drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.h | 3 +-
.../amd/display/modules/info_packet/info_packet.c | 4 +-
.../include/asic_reg/mmhub/mmhub_9_4_1_offset.h | 32 +++
.../include/asic_reg/mmhub/mmhub_9_4_1_sh_mask.h | 48 +++++
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 1 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 5 +-
drivers/gpu/drm/ast/ast_mode.c | 10 +-
drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 2 +
drivers/gpu/drm/drm_atomic_helper.c | 28 +++
drivers/gpu/drm/drm_buddy.c | 5 +-
drivers/gpu/drm/drm_edid.c | 1 +
drivers/gpu/drm/drm_gem.c | 4 +-
drivers/gpu/drm/mediatek/mtk_dpi.c | 5 +-
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c | 2 +-
drivers/gpu/drm/panel/panel-edp.c | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 40 +++-
drivers/gpu/drm/v3d/v3d_drv.c | 25 ++-
drivers/gpu/drm/xe/xe_bo.c | 22 ++
drivers/gpu/drm/xe/xe_debugfs.c | 3 +-
drivers/gpu/drm/xe/xe_device.c | 10 +-
drivers/gpu/drm/xe/xe_gen_wa_oob.c | 6 +-
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 37 +++-
drivers/gpu/drm/xe/xe_gt_sriov_vf.c | 12 +-
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 22 ++
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h | 2 +
drivers/gpu/drm/xe/xe_guc_relay.c | 2 +-
drivers/gpu/drm/xe/xe_oa.c | 1 +
drivers/gpu/drm/xe/xe_pci_sriov.c | 51 +++++
drivers/gpu/drm/xe/xe_pt.c | 14 ++
drivers/gpu/drm/xe/xe_pt.h | 3 +
drivers/gpu/drm/xe/xe_sa.c | 3 +-
drivers/gpu/drm/xe/xe_tile.c | 12 +-
drivers/gpu/drm/xe/xe_tile.h | 1 +
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c | 17 +-
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.h | 2 +-
drivers/gpu/drm/xe/xe_vm.c | 32 +++
drivers/hid/usbhid/usbkbd.c | 2 +-
drivers/hwmon/dell-smm-hwmon.c | 5 +-
drivers/hwmon/gpio-fan.c | 16 +-
drivers/hwmon/xgene-hwmon.c | 2 +-
drivers/hwtracing/coresight/coresight-etb10.c | 26 +--
drivers/hwtracing/intel_th/Kconfig | 1 +
drivers/hwtracing/intel_th/msu.c | 31 +--
drivers/i2c/busses/i2c-designware-pcidrv.c | 33 +--
drivers/i2c/busses/i2c-designware-platdrv.c | 48 +++--
drivers/i2c/busses/i2c-pxa.c | 5 +-
drivers/i2c/busses/i2c-qup.c | 36 ++++
drivers/i3c/master/svc-i3c-master.c | 4 +
drivers/iio/adc/ad7944.c | 16 +-
drivers/infiniband/core/umem.c | 36 +++-
drivers/infiniband/core/uverbs_cmd.c | 144 +++++++------
drivers/infiniband/core/verbs.c | 11 +-
drivers/input/joystick/xpad.c | 3 +
drivers/input/rmi4/rmi_f34.c | 133 ++++++------
drivers/iommu/amd/io_pgtable_v2.c | 2 +-
drivers/iommu/dma-iommu.c | 28 ++-
drivers/iommu/iommu-priv.h | 2 +
drivers/iommu/iommu.c | 2 +-
drivers/iommu/iommufd/device.c | 34 ++-
drivers/iommu/iommufd/hw_pagetable.c | 3 +
drivers/iommu/of_iommu.c | 6 +-
drivers/irqchip/irq-riscv-aplic-direct.c | 24 ++-
drivers/irqchip/irq-riscv-imsic-early.c | 8 +-
drivers/irqchip/irq-riscv-imsic-platform.c | 16 +-
drivers/irqchip/irq-riscv-imsic-state.c | 96 ++++++---
drivers/irqchip/irq-riscv-imsic-state.h | 7 +-
drivers/leds/rgb/leds-pwm-multicolor.c | 5 +-
drivers/leds/trigger/ledtrig-netdev.c | 16 +-
drivers/mailbox/mailbox.c | 7 +-
drivers/mailbox/pcc.c | 8 +-
drivers/md/dm-cache-target.c | 24 +++
drivers/md/dm-table.c | 4 +
drivers/md/dm-vdo/indexer/index-layout.c | 5 +-
drivers/md/dm-vdo/io-submitter.c | 6 +-
drivers/md/dm-vdo/io-submitter.h | 18 +-
drivers/md/dm-vdo/types.h | 3 +
drivers/md/dm-vdo/vdo.c | 11 +-
drivers/md/dm-vdo/vio.c | 36 ++--
drivers/md/dm-vdo/vio.h | 2 +
drivers/md/dm.c | 8 +-
drivers/media/i2c/adv7180.c | 34 +--
drivers/media/i2c/imx219.c | 2 +-
drivers/media/i2c/imx335.c | 21 +-
drivers/media/i2c/tc358746.c | 19 +-
drivers/media/platform/qcom/camss/camss-csid.c | 64 +++---
drivers/media/platform/qcom/camss/camss-vfe.c | 4 +
.../platform/st/sti/c8sectpfe/c8sectpfe-core.c | 3 +-
.../media/test-drivers/vivid/vivid-kthread-cap.c | 11 +-
.../media/test-drivers/vivid/vivid-kthread-out.c | 11 +-
.../media/test-drivers/vivid/vivid-kthread-touch.c | 11 +-
drivers/media/test-drivers/vivid/vivid-sdr-cap.c | 11 +-
drivers/media/usb/cx231xx/cx231xx-417.c | 2 +
drivers/media/usb/uvc/uvc_ctrl.c | 77 +++----
drivers/media/usb/uvc/uvc_v4l2.c | 6 +
drivers/media/v4l2-core/v4l2-subdev.c | 2 +
drivers/mfd/axp20x.c | 1 +
drivers/mfd/tps65219.c | 7 -
drivers/misc/eeprom/ee1004.c | 4 +
drivers/misc/mei/vsc-tp.c | 14 +-
drivers/misc/pci_endpoint_test.c | 6 +-
drivers/mmc/host/dw_mmc-exynos.c | 41 +++-
drivers/mmc/host/sdhci-pci-core.c | 6 +-
drivers/mmc/host/sdhci.c | 9 +-
drivers/net/bonding/bond_main.c | 2 +-
drivers/net/can/c_can/c_can_platform.c | 2 +-
drivers/net/can/kvaser_pciefd.c | 101 +++++----
drivers/net/can/slcan/slcan-core.c | 26 ++-
drivers/net/ethernet/apm/xgene-v2/main.c | 4 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 8 +-
drivers/net/ethernet/freescale/enetc/enetc.c | 16 +-
drivers/net/ethernet/freescale/fec_main.c | 52 +++--
drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 +-
drivers/net/ethernet/intel/ice/ice_irq.c | 25 +--
drivers/net/ethernet/intel/ice/ice_lag.c | 6 +
drivers/net/ethernet/intel/ice/ice_lib.c | 2 +
drivers/net/ethernet/intel/ice/ice_main.c | 6 +-
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 1 -
drivers/net/ethernet/intel/idpf/idpf.h | 2 +
drivers/net/ethernet/intel/idpf/idpf_lib.c | 10 +-
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 18 +-
drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 14 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 2 +
.../net/ethernet/marvell/octeontx2/af/rvu_cn10k.c | 24 ++-
.../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 11 +-
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 8 +-
drivers/net/ethernet/mediatek/mtk_ppe_offload.c | 22 +-
drivers/net/ethernet/mellanox/mlx4/alloc.c | 6 +-
drivers/net/ethernet/mellanox/mlx4/en_tx.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 -
.../net/ethernet/mellanox/mlx5/core/en/params.c | 16 +-
.../net/ethernet/mellanox/mlx5/core/en/params.h | 1 -
.../ethernet/mellanox/mlx5/core/en/reporter_tx.c | 1 -
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c | 53 +++--
.../mellanox/mlx5/core/en_accel/ipsec_fs.c | 28 ++-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 36 +---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 5 +
.../net/ethernet/mellanox/mlx5/core/en_selftest.c | 3 +
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c | 13 ++
.../net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.h | 5 +
.../net/ethernet/mellanox/mlx5/core/esw/legacy.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/events.c | 11 +-
.../net/ethernet/mellanox/mlx5/core/fs_ft_pool.c | 6 +-
.../net/ethernet/mellanox/mlx5/core/fs_ft_pool.h | 2 -
drivers/net/ethernet/mellanox/mlx5/core/health.c | 1 +
.../ethernet/mellanox/mlx5/core/lib/fs_chains.c | 3 +-
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 2 +
drivers/net/ethernet/microchip/lan743x_main.c | 19 +-
drivers/net/ethernet/microsoft/mana/gdma_main.c | 2 +-
drivers/net/ethernet/realtek/r8169_main.c | 28 +++
.../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 3 +
drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 21 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 2 +-
drivers/net/ethernet/tehuti/tn40.c | 9 +-
drivers/net/ethernet/tehuti/tn40.h | 33 +++
drivers/net/ethernet/tehuti/tn40_mdio.c | 82 +++++++-
drivers/net/ethernet/ti/cpsw_new.c | 1 +
drivers/net/ieee802154/ca8210.c | 9 +-
drivers/net/mctp/mctp-i2c.c | 2 +-
drivers/net/phy/nxp-c45-tja11xx.c | 54 ++++-
drivers/net/phy/phylink.c | 2 +-
drivers/net/usb/r8152.c | 1 +
drivers/net/vmxnet3/vmxnet3_drv.c | 5 +-
drivers/net/vxlan/vxlan_core.c | 36 +++-
drivers/net/wireless/ath/ath11k/dp.h | 6 +-
drivers/net/wireless/ath/ath11k/dp_rx.c | 117 +++++------
drivers/net/wireless/ath/ath12k/core.c | 12 +-
drivers/net/wireless/ath/ath12k/core.h | 1 +
drivers/net/wireless/ath/ath12k/dp_mon.c | 16 +-
drivers/net/wireless/ath/ath12k/dp_tx.c | 6 +-
drivers/net/wireless/ath/ath12k/hal_desc.h | 2 +-
drivers/net/wireless/ath/ath12k/hal_rx.h | 3 +-
drivers/net/wireless/ath/ath12k/pci.c | 13 +-
drivers/net/wireless/ath/ath12k/wmi.c | 4 +-
drivers/net/wireless/ath/ath9k/init.c | 4 +-
drivers/net/wireless/intel/iwlwifi/cfg/dr.c | 2 -
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 4 +-
drivers/net/wireless/intel/iwlwifi/fw/uefi.c | 8 +-
drivers/net/wireless/intel/iwlwifi/fw/uefi.h | 4 +-
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 10 +-
drivers/net/wireless/intel/iwlwifi/iwl-trans.c | 8 +-
.../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c | 4 +
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 15 ++
.../net/wireless/intel/iwlwifi/mvm/mld-mac80211.c | 3 +-
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 3 +
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 2 +
drivers/net/wireless/marvell/mwifiex/11n.c | 6 +-
drivers/net/wireless/mediatek/mt76/mt76.h | 1 +
.../net/wireless/mediatek/mt76/mt76_connac3_mac.h | 3 +
drivers/net/wireless/mediatek/mt76/mt76x0/pci.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt76x0/usb.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt76x2/pci.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt76x2/usb.c | 3 +-
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c | 64 +++++-
drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h | 3 +
drivers/net/wireless/mediatek/mt76/mt7996/mac.c | 4 +-
drivers/net/wireless/mediatek/mt76/mt7996/mcu.h | 3 +-
drivers/net/wireless/mediatek/mt76/mt7996/mmio.c | 2 +-
drivers/net/wireless/mediatek/mt76/tx.c | 3 +-
drivers/net/wireless/realtek/rtl8xxxu/core.c | 17 +-
drivers/net/wireless/realtek/rtw88/mac.c | 6 +-
drivers/net/wireless/realtek/rtw88/main.c | 40 ++--
drivers/net/wireless/realtek/rtw88/reg.h | 3 +-
drivers/net/wireless/realtek/rtw88/rtw8822b.c | 14 +-
drivers/net/wireless/realtek/rtw88/util.c | 3 +-
drivers/net/wireless/realtek/rtw89/coex.c | 14 +-
drivers/net/wireless/realtek/rtw89/core.c | 23 ++-
drivers/net/wireless/realtek/rtw89/core.h | 2 +
drivers/net/wireless/realtek/rtw89/fw.c | 101 ++++++++-
drivers/net/wireless/realtek/rtw89/fw.h | 12 ++
drivers/net/wireless/realtek/rtw89/mac.c | 55 ++++-
drivers/net/wireless/realtek/rtw89/mac.h | 3 +
drivers/net/wireless/realtek/rtw89/mac80211.c | 1 +
drivers/net/wireless/realtek/rtw89/reg.h | 4 +
drivers/net/wireless/realtek/rtw89/regd.c | 2 +
drivers/net/wireless/realtek/rtw89/rtw8851b.c | 1 +
drivers/net/wireless/realtek/rtw89/rtw8852a.c | 1 +
drivers/net/wireless/realtek/rtw89/rtw8852b.c | 1 +
drivers/net/wireless/realtek/rtw89/rtw8852bt.c | 1 +
drivers/net/wireless/realtek/rtw89/rtw8852c.c | 1 +
drivers/net/wireless/realtek/rtw89/rtw8922a.c | 1 +
drivers/net/wireless/realtek/rtw89/ser.c | 4 +
drivers/net/wireless/virtual/mac80211_hwsim.c | 14 +-
drivers/nvdimm/label.c | 3 +-
drivers/nvme/host/pci.c | 6 +
drivers/nvme/target/tcp.c | 3 +
drivers/nvmem/core.c | 40 +++-
drivers/nvmem/qfprom.c | 26 ++-
drivers/nvmem/rockchip-otp.c | 17 +-
drivers/pci/Kconfig | 6 +
drivers/pci/ats.c | 33 +++
drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +-
drivers/pci/controller/dwc/pcie-designware-host.c | 2 +-
drivers/pci/controller/pcie-brcmstb.c | 5 +-
drivers/pci/controller/vmd.c | 20 ++
drivers/pci/endpoint/functions/pci-epf-mhi.c | 2 +-
drivers/pci/endpoint/functions/pci-epf-test.c | 2 +
drivers/pci/setup-bus.c | 6 +-
drivers/perf/arm_pmuv3.c | 4 +-
drivers/phy/phy-core.c | 7 +-
drivers/phy/renesas/phy-rcar-gen3-usb2.c | 95 +++++----
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c | 4 +-
drivers/phy/rockchip/phy-rockchip-usbdp.c | 105 ++++++----
drivers/phy/samsung/phy-exynos5-usbdrd.c | 7 +-
drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 44 ++--
drivers/pinctrl/devicetree.c | 10 +-
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
drivers/pinctrl/qcom/pinctrl-msm.c | 23 ++-
drivers/pinctrl/renesas/pinctrl-rzg2l.c | 19 +-
drivers/pinctrl/sophgo/pinctrl-cv18xx.c | 33 ++-
drivers/pinctrl/tegra/pinctrl-tegra.c | 59 +++++-
drivers/pinctrl/tegra/pinctrl-tegra.h | 6 +
drivers/platform/x86/asus-wmi.c | 11 +-
.../x86/dell/dell-wmi-sysman/passobj-attributes.c | 2 +-
drivers/platform/x86/ideapad-laptop.c | 16 ++
drivers/platform/x86/intel/hid.c | 21 +-
drivers/platform/x86/think-lmi.c | 26 +--
drivers/platform/x86/think-lmi.h | 1 +
drivers/pmdomain/core.c | 2 +-
drivers/pmdomain/imx/gpcv2.c | 2 +-
drivers/pmdomain/renesas/rcar-gen4-sysc.c | 5 -
drivers/pmdomain/renesas/rcar-sysc.c | 5 -
drivers/power/supply/axp20x_battery.c | 21 ++
drivers/ptp/ptp_ocp.c | 24 ++-
drivers/regulator/ad5398.c | 12 +-
drivers/remoteproc/qcom_wcnss.c | 34 ++-
drivers/rtc/rtc-ds1307.c | 4 +-
drivers/rtc/rtc-rv3032.c | 2 +-
drivers/s390/crypto/vfio_ap_ops.c | 72 ++++---
drivers/scsi/lpfc/lpfc_hbadisc.c | 29 ++-
drivers/scsi/lpfc/lpfc_init.c | 2 +
drivers/scsi/mpi3mr/mpi3mr_fw.c | 8 +-
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 12 +-
drivers/scsi/scsi_debug.c | 55 ++++-
drivers/scsi/scsi_sysctl.c | 4 +-
drivers/scsi/st.c | 29 ++-
drivers/scsi/st.h | 2 +
drivers/soc/apple/rtkit-internal.h | 1 +
drivers/soc/apple/rtkit.c | 58 +++---
drivers/soc/mediatek/mtk-mutex.c | 6 +
drivers/soc/samsung/exynos-asv.c | 1 +
drivers/soc/samsung/exynos-chipid.c | 1 +
drivers/soc/samsung/exynos-pmu.c | 1 +
drivers/soc/samsung/exynos-usi.c | 1 +
drivers/soc/samsung/exynos3250-pmu.c | 1 +
drivers/soc/samsung/exynos5250-pmu.c | 1 +
drivers/soc/samsung/exynos5420-pmu.c | 1 +
drivers/soc/ti/k3-socinfo.c | 13 +-
drivers/soundwire/amd_manager.c | 2 +
drivers/soundwire/bus.c | 9 +-
drivers/soundwire/cadence_master.c | 22 +-
drivers/spi/spi-fsl-dspi.c | 46 ++++-
drivers/spi/spi-mux.c | 4 +-
drivers/spi/spi-rockchip.c | 2 +-
drivers/spi/spi-zynqmp-gqspi.c | 22 +-
.../vc04_services/interface/vchiq_arm/vchiq_arm.c | 69 +++----
drivers/target/iscsi/iscsi_target.c | 2 +-
drivers/target/target_core_spc.c | 14 +-
drivers/thermal/intel/x86_pkg_temp_thermal.c | 1 +
drivers/thermal/mediatek/lvts_thermal.c | 3 +-
drivers/thermal/qoriq_thermal.c | 13 ++
drivers/thunderbolt/retimer.c | 8 +-
drivers/tty/serial/8250/8250_port.c | 2 +-
drivers/tty/serial/atmel_serial.c | 2 +-
drivers/tty/serial/imx.c | 2 +-
drivers/tty/serial/serial_mctrl_gpio.c | 34 ++-
drivers/tty/serial/serial_mctrl_gpio.h | 17 +-
drivers/tty/serial/sh-sci.c | 98 ++++++++-
drivers/tty/serial/stm32-usart.c | 2 +-
drivers/ufs/core/ufshcd.c | 29 +++
drivers/usb/host/xhci-mem.c | 34 +--
drivers/usb/host/xhci-ring.c | 12 +-
drivers/usb/host/xhci.h | 8 +-
drivers/vdpa/mlx5/net/mlx5_vnet.c | 3 +
drivers/vfio/pci/vfio_pci_config.c | 3 +-
drivers/vfio/pci/vfio_pci_core.c | 10 +-
drivers/vfio/pci/vfio_pci_intrs.c | 2 +-
drivers/vhost/scsi.c | 23 ++-
drivers/video/fbdev/core/bitblit.c | 5 +-
drivers/video/fbdev/core/fbcon.c | 10 +-
drivers/video/fbdev/core/fbcon.h | 38 +---
drivers/video/fbdev/core/fbcon_ccw.c | 5 +-
drivers/video/fbdev/core/fbcon_cw.c | 5 +-
drivers/video/fbdev/core/fbcon_ud.c | 5 +-
drivers/video/fbdev/core/tileblit.c | 45 +++-
drivers/video/fbdev/fsl-diu-fb.c | 1 +
drivers/virtio/virtio_ring.c | 2 +-
drivers/watchdog/aspeed_wdt.c | 81 +++++++-
drivers/xen/pci.c | 32 +++
drivers/xen/platform-pci.c | 4 +
drivers/xen/xenbus/xenbus_probe.c | 14 +-
fs/btrfs/block-group.c | 18 +-
fs/btrfs/compression.c | 2 +-
fs/btrfs/discard.c | 34 ++-
fs/btrfs/disk-io.c | 28 ++-
fs/btrfs/extent_io.c | 7 +-
fs/btrfs/extent_io.h | 2 +
fs/btrfs/scrub.c | 4 +-
fs/btrfs/send.c | 6 +-
fs/buffer.c | 61 ++++--
fs/dlm/lowcomms.c | 4 +-
fs/erofs/internal.h | 4 +-
fs/erofs/super.c | 46 ++---
fs/erofs/zdata.c | 4 +-
fs/exfat/inode.c | 169 ++++++++-------
fs/ext4/balloc.c | 4 +-
fs/ext4/ext4.h | 5 +-
fs/ext4/extents.c | 19 +-
fs/ext4/inode.c | 81 ++++++--
fs/ext4/mballoc.c | 3 +-
fs/ext4/page-io.c | 16 +-
fs/ext4/super.c | 19 +-
fs/f2fs/sysfs.c | 74 +++++--
fs/fuse/dir.c | 2 +
fs/gfs2/glock.c | 11 +-
fs/jbd2/recovery.c | 11 +-
fs/jbd2/revoke.c | 15 +-
fs/namespace.c | 6 +-
fs/nfs/delegation.c | 3 +-
fs/nfs/flexfilelayout/flexfilelayout.c | 1 +
fs/nfs/inode.c | 2 +
fs/nfs/internal.h | 5 +
fs/nfs/nfs3proc.c | 2 +-
fs/nfs/nfs4proc.c | 9 +-
fs/nfs/nfs4state.c | 10 +-
fs/nilfs2/the_nilfs.c | 3 -
fs/ocfs2/journal.c | 2 +-
fs/orangefs/inode.c | 7 +-
fs/pidfs.c | 9 +-
fs/pstore/inode.c | 2 +-
fs/pstore/internal.h | 4 +-
fs/pstore/platform.c | 11 +-
fs/smb/client/cifsacl.c | 17 +-
fs/smb/client/cifspdu.h | 5 +-
fs/smb/client/cifsproto.h | 7 +
fs/smb/client/cifssmb.c | 57 ++++++
fs/smb/client/connect.c | 30 ++-
fs/smb/client/fs_context.c | 13 ++
fs/smb/client/fs_context.h | 3 +
fs/smb/client/link.c | 8 +-
fs/smb/client/readdir.c | 7 +-
fs/smb/client/smb1ops.c | 228 ++++++++++++++++++---
fs/smb/client/smb2file.c | 11 +-
fs/smb/client/smb2ops.c | 30 ++-
fs/smb/client/transport.c | 2 +-
fs/smb/common/smb2pdu.h | 3 +
fs/smb/server/smb2pdu.c | 9 +-
fs/smb/server/vfs.c | 14 +-
include/crypto/hash.h | 3 +
include/drm/drm_atomic.h | 23 ++-
include/drm/drm_gem.h | 13 ++
include/linux/bpf-cgroup.h | 1 +
include/linux/buffer_head.h | 8 +
include/linux/device.h | 119 +----------
include/linux/device/devres.h | 129 ++++++++++++
include/linux/dma-mapping.h | 12 +-
include/linux/err.h | 3 +
include/linux/highmem.h | 10 +-
include/linux/io.h | 2 -
include/linux/ipv6.h | 1 +
include/linux/lzo.h | 8 +
include/linux/mfd/axp20x.h | 1 +
include/linux/mlx4/device.h | 2 +-
include/linux/mlx5/eswitch.h | 2 +
include/linux/mlx5/fs.h | 2 +
include/linux/mman.h | 2 +
include/linux/msi.h | 33 ++-
include/linux/page-flags.h | 7 +
include/linux/pci-ats.h | 3 +
include/linux/perf_event.h | 8 +-
include/linux/pnp.h | 2 +-
include/linux/rcupdate.h | 2 +-
include/linux/rcutree.h | 2 +-
include/linux/spi/spi.h | 5 +-
include/linux/trace.h | 4 +-
include/linux/trace_seq.h | 8 +-
include/linux/usb/r8152.h | 1 +
include/media/v4l2-subdev.h | 4 +-
include/net/cfg80211.h | 3 +
include/net/mac80211.h | 4 +-
include/net/xfrm.h | 1 -
include/rdma/uverbs_std_types.h | 2 +-
include/sound/hda_codec.h | 1 +
include/sound/pcm.h | 2 +
include/trace/events/btrfs.h | 2 +-
include/uapi/linux/bpf.h | 1 +
include/uapi/linux/iommufd.h | 14 +-
include/uapi/linux/nl80211.h | 52 ++---
include/ufs/ufs_quirks.h | 6 +
io_uring/fdinfo.c | 4 +-
io_uring/io_uring.c | 12 +-
io_uring/msg_ring.c | 1 +
kernel/bpf/bpf_struct_ops.c | 98 ++++-----
kernel/bpf/cgroup.c | 33 ++-
kernel/bpf/hashtab.c | 2 +-
kernel/bpf/syscall.c | 7 +-
kernel/bpf/verifier.c | 34 ++-
kernel/cgroup/cgroup.c | 2 +-
kernel/cgroup/rstat.c | 12 +-
kernel/dma/mapping.c | 27 ++-
kernel/events/core.c | 102 ++++-----
kernel/events/hw_breakpoint.c | 5 +-
kernel/events/ring_buffer.c | 1 +
kernel/exit.c | 6 +-
kernel/fork.c | 9 +-
kernel/padata.c | 3 +-
kernel/printk/printk.c | 14 +-
kernel/rcu/rcu.h | 2 +-
kernel/rcu/tree.c | 15 +-
kernel/rcu/tree_plugin.h | 22 +-
kernel/sched/fair.c | 6 +-
kernel/signal.c | 3 +-
kernel/softirq.c | 18 ++
kernel/time/hrtimer.c | 29 ++-
kernel/time/posix-timers.c | 22 +-
kernel/time/timer_list.c | 4 +-
kernel/trace/trace.c | 11 +-
kernel/trace/trace.h | 16 +-
kernel/vhost_task.c | 2 +-
lib/dynamic_queue_limits.c | 2 +-
lib/lzo/Makefile | 2 +-
lib/lzo/lzo1x_compress.c | 102 ++++++---
lib/lzo/lzo1x_compress_safe.c | 18 ++
mm/memcontrol.c | 6 +-
mm/page_alloc.c | 8 +
mm/vmalloc.c | 13 +-
net/bluetooth/hci_event.c | 3 +
net/bluetooth/l2cap_core.c | 15 +-
net/bridge/br_mdb.c | 2 +-
net/bridge/br_nf_core.c | 7 +-
net/bridge/br_private.h | 1 +
net/can/bcm.c | 79 ++++---
net/core/dev.c | 12 +-
net/core/dev.h | 12 ++
net/core/page_pool.c | 7 +-
net/core/pktgen.c | 13 +-
net/dsa/tag_ksz.c | 19 +-
net/hsr/hsr_device.c | 2 +
net/hsr/hsr_forward.c | 4 +-
net/hsr/hsr_framereg.c | 95 ++++++++-
net/hsr/hsr_framereg.h | 8 +-
net/hsr/hsr_main.h | 2 +
net/ipv4/esp4.c | 53 +----
net/ipv4/fib_frontend.c | 18 +-
net/ipv4/fib_rules.c | 4 +-
net/ipv4/fib_trie.c | 22 --
net/ipv4/inet_hashtables.c | 37 +++-
net/ipv4/ip_gre.c | 16 +-
net/ipv4/tcp_input.c | 56 ++---
net/ipv4/xfrm4_input.c | 18 +-
net/ipv6/esp6.c | 53 +----
net/ipv6/fib6_rules.c | 4 +-
net/ipv6/ip6_gre.c | 2 -
net/ipv6/ip6_output.c | 9 +-
net/ipv6/ip6_tunnel.c | 3 +-
net/ipv6/ip6_vti.c | 3 +-
net/ipv6/sit.c | 8 +-
net/ipv6/xfrm6_input.c | 18 +-
net/llc/af_llc.c | 8 +-
net/mac80211/driver-ops.h | 3 +-
net/mac80211/mlme.c | 10 +-
net/mptcp/pm_userspace.c | 8 +-
net/netfilter/nf_conntrack_standalone.c | 12 +-
net/sched/sch_hfsc.c | 6 +-
net/smc/smc_pnet.c | 8 +-
net/sunrpc/clnt.c | 3 -
net/sunrpc/rpcb_clnt.c | 5 +-
net/sunrpc/sched.c | 2 +
net/tipc/crypto.c | 5 +
net/wireless/chan.c | 8 +-
net/wireless/nl80211.c | 4 +
net/wireless/reg.c | 4 +-
net/xfrm/espintcp.c | 4 +-
net/xfrm/xfrm_policy.c | 3 +
net/xfrm/xfrm_state.c | 6 +-
net/xfrm/xfrm_user.c | 12 ++
samples/bpf/Makefile | 2 +-
scripts/Makefile.extrawarn | 11 +-
scripts/config | 26 ++-
scripts/kconfig/confdata.c | 19 +-
scripts/kconfig/merge_config.sh | 4 +-
security/integrity/ima/ima_main.c | 4 +-
security/smack/smackfs.c | 21 +-
sound/core/oss/pcm_oss.c | 3 +-
sound/core/pcm_native.c | 11 +
sound/core/seq/seq_clientmgr.c | 5 +-
sound/core/seq/seq_memory.c | 1 +
sound/pci/hda/hda_beep.c | 15 +-
sound/pci/hda/patch_realtek.c | 77 ++++++-
sound/soc/codecs/cs42l43-jack.c | 7 +
sound/soc/codecs/mt6359-accdet.h | 9 +
sound/soc/codecs/pcm3168a.c | 6 +-
sound/soc/codecs/pcm6240.c | 28 +--
sound/soc/codecs/pcm6240.h | 7 +-
sound/soc/codecs/rt722-sdca-sdw.c | 49 ++++-
sound/soc/codecs/tas2764.c | 53 +++--
sound/soc/codecs/wsa883x.c | 2 +-
sound/soc/codecs/wsa884x.c | 2 +-
sound/soc/fsl/imx-card.c | 2 +-
sound/soc/intel/boards/bytcr_rt5640.c | 13 ++
sound/soc/mediatek/mt8188/mt8188-afe-clk.c | 8 +
sound/soc/mediatek/mt8188/mt8188-afe-clk.h | 8 +
sound/soc/mediatek/mt8188/mt8188-afe-pcm.c | 4 -
sound/soc/qcom/sm8250.c | 3 +
sound/soc/sdw_utils/soc_sdw_cs42l43.c | 10 +
sound/soc/soc-dai.c | 8 +-
sound/soc/soc-ops.c | 29 ++-
sound/soc/sof/intel/hda-bus.c | 2 +-
sound/soc/sof/intel/hda.c | 16 +-
sound/soc/sof/ipc4-control.c | 11 +-
sound/soc/sof/ipc4-pcm.c | 3 +-
sound/soc/sof/topology.c | 18 +-
sound/soc/sunxi/sun4i-codec.c | 53 +++++
sound/usb/midi.c | 16 +-
tools/bpf/bpftool/common.c | 3 +-
tools/build/Makefile.build | 6 +-
tools/include/uapi/linux/bpf.h | 1 +
tools/lib/bpf/libbpf.c | 2 +-
tools/net/ynl/lib/ynl.c | 2 +-
tools/net/ynl/ynl-gen-c.py | 3 +
tools/objtool/check.c | 21 +-
tools/power/x86/turbostat/turbostat.8 | 1 +
tools/power/x86/turbostat/turbostat.c | 13 +-
tools/testing/kunit/qemu_configs/x86_64.py | 4 +-
.../selftests/bpf/prog_tests/sockmap_ktls.c | 1 -
tools/testing/selftests/iommu/iommufd.c | 4 +
.../testing/selftests/net/forwarding/bridge_mdb.sh | 2 +-
tools/testing/selftests/net/gro.sh | 3 +-
774 files changed, 8381 insertions(+), 3730 deletions(-)
next reply other threads:[~2025-05-27 16:45 UTC|newest]
Thread overview: 656+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-27 16:18 Greg Kroah-Hartman [this message]
2025-05-27 16:18 ` [PATCH 6.12 001/626] drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401 Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 002/626] drm/amd/display: Do not enable replay when vtotal update is pending Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 003/626] drm/amd/display: Correct timing_adjust_pending flag setting Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 004/626] drm/amd/display: Defer BW-optimization-blocked DRR adjustments Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 005/626] i2c: designware: Use temporary variable for struct device Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 006/626] i2c: designware: Fix an error handling path in i2c_dw_pci_probe() Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 007/626] phy: renesas: rcar-gen3-usb2: Move IRQ request in probe Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 008/626] phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data Greg Kroah-Hartman
2025-05-30 9:43 ` Pavel Machek
2025-05-27 16:18 ` [PATCH 6.12 009/626] phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 010/626] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 011/626] nvmem: rockchip-otp: Move read-offset into variant-data Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 012/626] nvmem: rockchip-otp: add rk3576 variant data Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 013/626] nvmem: core: fix bit offsets of more than one byte Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 014/626] nvmem: core: verify cells raw_len Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 015/626] nvmem: core: update raw_len if the bit reading is required Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 016/626] nvmem: qfprom: switch to 4-byte aligned reads Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 017/626] scsi: target: iscsi: Fix timeout on deleted connection Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 018/626] scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 019/626] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 020/626] dma/mapping.c: dev_dbg support for dma_addressing_limited Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 021/626] intel_th: avoid using deprecated page->mapping, index fields Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 022/626] mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 023/626] dma-mapping: avoid potential unused data compilation warning Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 024/626] cgroup: Fix compilation issue due to cgroup_mutex not being exported Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 025/626] vhost_task: fix vhost_task_create() documentation Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 026/626] vhost-scsi: protect vq->log_used with vq->mutex Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 027/626] scsi: mpi3mr: Add level check to control event logging Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 028/626] net: enetc: refactor bulk flipping of RX buffers to separate function Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 029/626] dma-mapping: Fix warning reported for missing prototype Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 030/626] ima: process_measurement() needlessly takes inode_lock() on MAY_READ Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 031/626] fs/buffer: split locking for pagecache lookups Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 032/626] fs/buffer: introduce sleeping flavors " Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 033/626] fs/buffer: use sleeping version of __find_get_block() Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 034/626] fs/ocfs2: " Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 035/626] fs/jbd2: " Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 036/626] fs/ext4: use sleeping version of sb_find_get_block() Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 037/626] drm/amd/display: Enable urgent latency adjustment on DCN35 Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 038/626] drm/amdgpu: Allow P2P access through XGMI Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 039/626] selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 040/626] block: fix race between set_blocksize and read paths Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 041/626] io_uring: dont duplicate flushing in io_req_post_cqe Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 042/626] bpf: fix possible endless loop in BPF map iteration Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 043/626] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 044/626] kconfig: merge_config: use an empty file as initfile Greg Kroah-Hartman
2025-05-30 9:44 ` Pavel Machek
2025-05-27 16:18 ` [PATCH 6.12 045/626] x86/fred: Fix system hang during S4 resume with FRED enabled Greg Kroah-Hartman
2025-05-27 16:18 ` [PATCH 6.12 046/626] s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 047/626] cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 048/626] cifs: Fix querying and creating MF symlinks over SMB1 Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 049/626] cifs: Fix negotiate retry functionality Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 050/626] smb: client: Store original IO parameters and prevent zero IO sizes Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 051/626] fuse: Return EPERM rather than ENOSYS from link() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 052/626] exfat: call bh_read in get_block only when necessary Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 053/626] io_uring/msg: initialise msg request opcode Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 054/626] NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 055/626] NFS: Dont allow waiting for exiting tasks Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 056/626] SUNRPC: " Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 057/626] arm64: Add support for HIP09 Spectre-BHB mitigation Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 058/626] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 059/626] tracing: Mark binary printing functions with __printf() attribute Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 060/626] ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 061/626] tpm: Convert warn to dbg in tpm2_start_auth_session() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 062/626] mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 063/626] mailbox: use error ret code of of_parse_phandle_with_args() Greg Kroah-Hartman
2025-05-30 9:45 ` Pavel Machek
2025-05-27 16:19 ` [PATCH 6.12 064/626] riscv: Allow NOMMU kernels to access all of RAM Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 065/626] fbdev: fsl-diu-fb: add missing device_remove_file() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 066/626] fbcon: Use correct erase colour for clearing in fbcon Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 067/626] fbdev: core: tileblit: Implement missing margin clearing for tileblit Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 068/626] cifs: Set default Netbios RFC1001 server name to hostname in UNC Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 069/626] cifs: add validation check for the fields in smb_aces Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 070/626] cifs: Fix establishing NetBIOS session for SMB2+ connection Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 071/626] NFSv4: Treat ENETUNREACH errors as fatal for state recovery Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 072/626] SUNRPC: rpc_clnt_set_transport() must not change the autobind setting Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 073/626] SUNRPC: rpcbind should never reset the port to the value 0 Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 074/626] spi-rockchip: Fix register out of bounds access Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 075/626] ASoC: codecs: wsa884x: Correct VI sense channel mask Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 076/626] ASoC: codecs: wsa883x: " Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 077/626] mctp: Fix incorrect tx flow invalidation condition in mctp-i2c Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 078/626] net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 079/626] net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 080/626] thermal/drivers/mediatek/lvts: Start sensor interrupts disabled Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 081/626] thermal/drivers/qoriq: Power down TMU on system suspend Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 082/626] Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 083/626] Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 084/626] dql: Fix dql->limit value when reset Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 085/626] lockdep: Fix wait context check on softirq for PREEMPT_RT Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 086/626] objtool: Properly disable uaccess validation Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 087/626] PCI: dwc: ep: Ensure proper iteration over outbound map windows Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 088/626] r8169: disable RTL8126 ZRX-DC timeout Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 089/626] tools/build: Dont pass test log files to linker Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 090/626] pNFS/flexfiles: Report ENETDOWN as a connection error Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 091/626] drm/amdgpu/discovery: check ip_discovery fw file available Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 092/626] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 093/626] PCI: vmd: Disable MSI remapping bypass under Xen Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 094/626] xen/pci: Do not register devices with segments >= 0x10000 Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 095/626] ext4: on a remount, only log the ro or r/w state when it has changed Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 096/626] libnvdimm/labels: Fix divide error in nd_label_data_init() Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 097/626] pidfs: improve multi-threaded exec and premature thread-group leader exit polling Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 098/626] staging: vchiq_arm: Create keep-alive thread during probe Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 099/626] mmc: host: Wait for Vdd to settle on card power off Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 100/626] drm/amdgpu: Skip pcie_replay_count sysfs creation for VF Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 101/626] cgroup/rstat: avoid disabling irqs for O(num_cpu) Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 102/626] wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 103/626] wifi: mt76: mt7996: fix SER reset trigger on WED reset Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 104/626] wifi: mt76: mt7996: revise TXS size Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 105/626] wifi: mt76: mt7925: load the appropriate CLC data based on hardware type Greg Kroah-Hartman
2025-05-27 16:19 ` [PATCH 6.12 106/626] wifi: mt76: mt7925: fix fails to enter low power mode in suspend state Greg Kroah-Hartman
2025-12-31 13:31 ` Jan Kiszka
2025-05-27 16:20 ` [PATCH 6.12 107/626] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 108/626] x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 109/626] x86/smpboot: Fix INIT delay assignment for extended Intel Families Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 110/626] x86/microcode: Update the Intel processor flag scan check Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 111/626] x86/mm: Check return value from memblock_phys_alloc_range() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 112/626] i2c: qup: Vote for interconnect bandwidth to DRAM Greg Kroah-Hartman
2025-05-30 9:50 ` Pavel Machek
2025-05-27 16:20 ` [PATCH 6.12 113/626] i2c: pxa: fix call balance of i2c->clk handling routines Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 114/626] btrfs: make btrfs_discard_workfn() block_group ref explicit Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 115/626] btrfs: avoid linker error in btrfs_find_create_tree_block() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 116/626] btrfs: run btrfs_error_commit_super() early Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 117/626] btrfs: fix non-empty delayed iputs list on unmount due to async workers Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 118/626] btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 119/626] btrfs: send: return -ENAMETOOLONG when attempting a path that is too long Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 120/626] blk-cgroup: improve policy registration error handling Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 121/626] drm/amdgpu: release xcp_mgr on exit Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 122/626] drm/amd/display: Guard against setting dispclk low for dcn31x Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 123/626] drm/amdgpu: adjust drm_firmware_drivers_only() handling Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 124/626] i3c: master: svc: Fix missing STOP for master request Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 125/626] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 126/626] dlm: make tcp still work in multi-link env Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 127/626] clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 128/626] um: Store full CSGSFS and SS register from mcontext Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 129/626] um: Update min_low_pfn to match changes in uml_reserved Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 130/626] wifi: mwifiex: Fix HT40 bandwidth issue Greg Kroah-Hartman
2025-06-03 20:33 ` Francesco Dolcini
2025-06-04 8:39 ` Greg Kroah-Hartman
2025-06-04 10:23 ` Francesco Dolcini
2025-06-04 10:36 ` Greg Kroah-Hartman
2025-06-04 13:17 ` Francesco Dolcini
2025-06-04 13:28 ` Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 131/626] bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 132/626] riscv: Call secondary mmu notifier when flushing the tlb Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 133/626] ext4: reorder capability check last Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 134/626] hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 135/626] scsi: st: Tighten the page format heuristics with MODE SELECT Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 136/626] scsi: st: ERASE does not change tape location Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 137/626] vfio/pci: Handle INTx IRQ_NOTCONNECTED Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 138/626] bpf: Return prog btf_id without capable check Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 139/626] PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 140/626] jbd2: do not try to recover wiped journal Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 141/626] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 142/626] rtc: rv3032: fix EERD location Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 143/626] objtool: Fix error handling inconsistencies in check() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 144/626] thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 145/626] erofs: initialize decompression early Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 146/626] spi: spi-mux: Fix coverity issue, unchecked return value Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 147/626] ASoC: pcm6240: Drop bogus code handling IRQ as GPIO Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 148/626] ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 149/626] bpf: Allow pre-ordering for bpf cgroup progs Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 150/626] kbuild: fix argument parsing in scripts/config Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 151/626] kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 152/626] crypto: octeontx2 - suppress auth failure screaming due to negative tests Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 153/626] dm: restrict dm device size to 2^63-512 bytes Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 154/626] net/smc: use the correct ndev to find pnetid by pnetid table Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 155/626] xen: Add support for XenServer 6.1 platform device Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 156/626] pinctrl-tegra: Restore SFSEL bit when freeing pins Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 157/626] mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 158/626] drm/amdgpu/gfx12: dont read registers in mqd init Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 159/626] drm/amdgpu/gfx11: " Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 160/626] drm/amdgpu: Update SRIOV video codec caps Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 161/626] ASoC: sun4i-codec: support hp-det-gpios property Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 162/626] clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490 Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 163/626] ext4: reject the data_err=abort option in nojournal mode Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 164/626] ext4: do not convert the unwritten extents if data writeback fails Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 165/626] RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() Greg Kroah-Hartman
2025-05-27 16:20 ` [PATCH 6.12 166/626] posix-timers: Add cond_resched() to posix_timer_add() search loop Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 167/626] posix-timers: Ensure that timer initialization is fully visible Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 168/626] net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 169/626] net: hsr: Fix PRP duplicate detection Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 170/626] timer_list: Dont use %pK through printk() Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 171/626] wifi: rtw89: set force HE TB mode when connecting to 11ax AP Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 172/626] netfilter: conntrack: Bound nf_conntrack sysctl writes Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 173/626] PNP: Expand length of fixup id string Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 174/626] phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 175/626] arm64/mm: Check pmd_table() in pmd_trans_huge() Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 176/626] arm64/mm: Check PUD_TYPE_TABLE in pud_bad() Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 177/626] mmc: dw_mmc: add exynos7870 DW MMC support Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 178/626] mmc: sdhci: Disable SD card clock before changing parameters Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 179/626] usb: xhci: Dont change the status of stalled TDs on failed Stop EP Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 180/626] wifi: iwlwifi: mvm: fix setting the TK when associated Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 181/626] hwmon: (dell-smm) Increment the number of fans Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 182/626] iommu: Keep dev->iommu state consistent Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 183/626] printk: Check CON_SUSPEND when unblanking a console Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 184/626] wifi: iwlwifi: dont warn when if there is a FW error Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 185/626] wifi: iwlwifi: w/a FW SMPS mode selection Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 186/626] wifi: iwlwifi: fix debug actions order Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 187/626] wifi: iwlwifi: mark Br device not integrated Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 188/626] wifi: iwlwifi: fix the ECKV UEFI variable name Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 189/626] wifi: mac80211: fix warning on disconnect during failed ML reconf Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 190/626] wifi: mac80211_hwsim: Fix MLD address translation Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 191/626] wifi: cfg80211: allow IR in 20 MHz configurations Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 192/626] ipv6: save dontfrag in cork Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 193/626] drm/amd/display: remove minimum Dispclk and apply oem panel timing Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 194/626] drm/amd/display: calculate the remain segments for all pipes Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 195/626] drm/amd/display: not abort link train when bw is low Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 196/626] drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 197/626] gfs2: Check for empty queue in run_queue Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 198/626] auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common" Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 199/626] ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 200/626] badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 201/626] coresight-etb10: change etb_drvdata spinlocks type to raw_spinlock_t Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 202/626] iommu/amd/pgtbl_v2: Improve error handling Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 203/626] cpufreq: tegra186: Share policy per cluster Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 204/626] watchdog: aspeed: Update bootstatus handling Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 205/626] PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 206/626] misc: pci_endpoint_test: Give disabled BARs a distinct error code Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 207/626] crypto: lzo - Fix compression buffer overrun Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 208/626] crypto: mxs-dcp - Only set OTP_KEY bit for OTP key Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 209/626] drm/amdkfd: Set per-process flags only once for gfx9/10/11/12 Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 210/626] drm/amdkfd: Set per-process flags only once cik/vi Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 211/626] drm/amdgpu: Fix missing drain retry fault the last entry Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 212/626] arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 213/626] arm64: tegra: Resize aperture for the IGX PCIe C5 slot Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 214/626] powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 215/626] ALSA: seq: Improve data consistency at polling Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 216/626] tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 217/626] rtc: ds1307: stop disabling alarms on probe Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 218/626] ieee802154: ca8210: Use proper setters and getters for bitwise types Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 219/626] drm/xe: Nuke VMs mapping upon close Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 220/626] drm/xe: Retry BO allocation Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 221/626] soc: samsung: include linux/array_size.h where needed Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 222/626] ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 223/626] media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() Greg Kroah-Hartman
2025-05-30 9:53 ` Pavel Machek
2025-05-27 16:21 ` [PATCH 6.12 224/626] usb: xhci: set page size to the xHCI-supported size Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 225/626] dm cache: prevent BUG_ON by blocking retries on failed device resumes Greg Kroah-Hartman
2025-05-27 16:21 ` [PATCH 6.12 226/626] soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 227/626] orangefs: Do not truncate file size Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 228/626] drm/gem: Test for imported GEM buffers with helper Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 229/626] net: phylink: use pl->link_interface in phylink_expects_phy() Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 230/626] blk-throttle: dont take carryover for prioritized processing of metadata Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 231/626] remoteproc: qcom_wcnss: Handle platforms with only single power domain Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 232/626] drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 233/626] drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 234/626] drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 235/626] drm/amd/display: Fix DMUB reset sequence for DCN401 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 236/626] drm/amd/display: Fix p-state type when p-state is unsupported Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 237/626] drm/amd/display: Request HW cursor on DCN3.2 with SubVP Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 238/626] perf/core: Clean up perf_try_init_event() Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 239/626] media: cx231xx: set device_caps for 417 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 240/626] pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 241/626] rcu: Fix get_state_synchronize_rcu_full() GP-start detection Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 242/626] net: ethernet: ti: cpsw_new: populate netdev of_node Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 243/626] net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 244/626] dpll: Add an assertion to check freq_supported_num Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 245/626] ublk: enforce ublks_max only for unprivileged devices Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 246/626] iommufd: Disallow allocating nested parent domain with fault ID Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 247/626] media: imx335: Set vblank immediately Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 248/626] net: pktgen: fix mpls maximum labels list parsing Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 249/626] perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 250/626] ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 251/626] scsi: logging: Fix scsi_logging_level bounds Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 252/626] ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config() Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 253/626] drm/rockchip: vop2: Add uv swap for cluster window Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 254/626] block: mark bounce buffering as incompatible with integrity Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 255/626] ublk: complete command synchronously on error Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 256/626] media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 257/626] media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 258/626] clk: imx8mp: inform CCF of maximum frequency of clocks Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 259/626] x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 260/626] hwmon: (gpio-fan) Add missing mutex locks Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 261/626] ARM: at91: pm: fix at91_suspend_finish for ZQ calibration Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 262/626] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 263/626] fpga: altera-cvp: Increase credit timeout Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 264/626] perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 265/626] soc: apple: rtkit: Use high prio work queue Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 266/626] soc: apple: rtkit: Implement OSLog buffers properly Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 267/626] wifi: ath12k: Report proper tx completion status to mac80211 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 268/626] PCI: brcmstb: Expand inbound window size up to 64GB Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 269/626] PCI: brcmstb: Add a softdep to MIP MSI-X driver Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 270/626] firmware: arm_ffa: Set dma_mask for ffa devices Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 271/626] drm/xe/vf: Retry sending MMIO request to GUC on timeout error Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 272/626] drm/xe/pf: Create a link between PF and VF devices Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 273/626] net/mlx5: Avoid report two health errors on same syndrome Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 274/626] selftests/net: have `gro.sh -t` return a correct exit code Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 275/626] pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 276/626] drm/amdkfd: KFD release_work possible circular locking Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 277/626] drm/xe: xe_gen_wa_oob: replace program_invocation_short_name Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 278/626] leds: pwm-multicolor: Add check for fwnode_property_read_u32 Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 279/626] net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 280/626] net: xgene-v2: remove incorrect ACPI_PTR annotation Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 281/626] bonding: report duplicate MAC address in all situations Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 282/626] wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 283/626] soc: ti: k3-socinfo: Do not use syscon helper to build regmap Greg Kroah-Hartman
2025-05-30 9:54 ` Pavel Machek
2025-05-27 16:22 ` [PATCH 6.12 284/626] bpf: Search and add kfuncs in struct_ops prologue and epilogue Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 285/626] Octeontx2-af: RPM: Register driver with PCI subsys IDs Greg Kroah-Hartman
2025-05-27 16:22 ` [PATCH 6.12 286/626] x86/build: Fix broken copy command in genimage.sh when making isoimage Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 287/626] drm/amd/display: handle max_downscale_src_width fail check Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 288/626] drm/amd/display: fix dcn4x init failed Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 289/626] drm/amd/display: Fix mismatch type comparison Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 290/626] ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 291/626] ASoC: mediatek: mt8188: Add reference for dmic clocks Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 292/626] x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 293/626] vhost-scsi: Return queue full for page alloc failures during copy Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 294/626] vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 295/626] cpuidle: menu: Avoid discarding useful information Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 296/626] media: adv7180: Disable test-pattern control on adv7180 Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 297/626] media: tc358746: improve calculation of the D-PHY timing registers Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 298/626] net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 299/626] scsi: mpi3mr: Update timestamp only for supervisor IOCs Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 300/626] loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 301/626] libbpf: Fix out-of-bound read Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 302/626] dm: fix unconditional IO throttle caused by REQ_PREFLUSH Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 303/626] scsi: scsi_debug: First fixes for tapes Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 304/626] net/mlx5: Change POOL_NEXT_SIZE define value and make it global Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 305/626] x86/kaslr: Reduce KASLR entropy on most x86 systems Greg Kroah-Hartman
2025-05-30 9:47 ` Pavel Machek
2025-05-27 16:23 ` [PATCH 6.12 306/626] crypto: ahash - Set default reqsize from ahash_alg Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 307/626] crypto: skcipher - Zap type in crypto_alloc_sync_skcipher Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 308/626] net: ipv6: Init tunnel link-netns before registering dev Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 309/626] drm/xe/oa: Ensure that polled read returns latest data Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 310/626] MIPS: Use arch specific syscall name match function Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 311/626] drm/amdgpu: remove all KFD fences from the BO on release Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 312/626] x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op() Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 313/626] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 314/626] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 315/626] clocksource: mips-gic-timer: Enable counter when CPUs start Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 316/626] PCI: epf-mhi: Update device ID for SA8775P Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 317/626] scsi: mpt3sas: Send a diag reset if target reset fails Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 318/626] wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 319/626] wifi: rtw88: Fix rtw_init_ht_cap() " Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 320/626] wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 321/626] wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 322/626] wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 323/626] wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 324/626] wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 325/626] net: pktgen: fix access outside of user given buffer in pktgen_thread_write() Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 326/626] power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 327/626] EDAC/ie31200: work around false positive build warning Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 328/626] i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 329/626] mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 330/626] eeprom: ee1004: Check chip before probing Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 331/626] irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 332/626] drm/amd/pm: Fetch current power limit from PMFW Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 333/626] drm/amd/display: Add support for disconnected eDP streams Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 334/626] drm/amd/display: Guard against setting dispclk low when active Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 335/626] drm/amd/display: Fix BT2020 YCbCr limited/full range input Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 336/626] drm/amd/display: Read LTTPR ALPM caps during link cap retrieval Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 337/626] Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP" Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 338/626] drm/amd/display: Dont treat wb connector as physical in create_validate_stream_for_sink Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 339/626] serial: mctrl_gpio: split disable_ms into sync and no_sync APIs Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 340/626] RDMA/core: Fix best page size finding when it can cross SG entries Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 341/626] pmdomain: imx: gpcv2: use proper helper for property detection Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 342/626] can: c_can: Use of_property_present() to test existence of DT property Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 343/626] bpf: dont do clean_live_states when state->loop_entry->branches > 0 Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 344/626] bpf: copy_verifier_state() should copy loop_entry field Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 345/626] eth: mlx4: dont try to complete XDP frames in netpoll Greg Kroah-Hartman
2025-05-27 16:23 ` [PATCH 6.12 346/626] PCI: Fix old_size lower bound in calculate_iosize() too Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 347/626] ACPI: HED: Always initialize before evged Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 348/626] vxlan: Join / leave MC group after remote changes Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 349/626] x86/boot: Disable stack protector for early boot code Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 350/626] hrtimers: Replace hrtimer_clock_to_base_table with switch-case Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 351/626] irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 352/626] media: test-drivers: vivid: dont call schedule in loop Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 353/626] net/mlx5: Modify LSB bitmask in temperature event to include only the first bit Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 354/626] net/mlx5: Apply rate-limiting to high temperature warning Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 355/626] firmware: arm_ffa: Reject higher major version as incompatible Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 356/626] firmware: arm_ffa: Handle the presence of host partition in the partition info Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 357/626] firmware: xilinx: Dont send linux address to get fpga config get status Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 358/626] ASoC: ops: Enforce platform maximum on initial value Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 359/626] ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 360/626] ASoC: tas2764: Mark SW_RESET as volatile Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 361/626] ASoC: tas2764: Power up/down amp on mute ops Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 362/626] ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 363/626] pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 364/626] smack: recognize ipv4 CIPSO w/o categories Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 365/626] smack: Revert "smackfs: Added check catlen" Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 366/626] kunit: tool: Use qboot on QEMU x86_64 Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 367/626] media: i2c: imx219: Correct the minimum vblanking value Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 368/626] media: v4l: Memset argument to 0 before calling get_mbus_config pad op Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 369/626] net/mlx4_core: Avoid impossible mlx4_db_alloc() order value Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 370/626] drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 371/626] drm/xe: Fix xe_tile_init_noalloc() error propagation Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 372/626] clk: qcom: ipq5018: allow it to be bulid on arm32 Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 373/626] clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 374/626] drm/xe/debugfs: fixed the return value of wedged_mode_set Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 375/626] drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 376/626] x86/ibt: Handle FineIBT in handle_cfi_failure() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 377/626] x86/traps: Cleanup and robustify decode_bug() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 378/626] sched: Reduce the default slice to avoid tasks getting an extra tick Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 379/626] serial: sh-sci: Update the suspend/resume support Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 380/626] pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 381/626] phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 382/626] phy: core: dont require set_mode() callback for phy_get_mode() to work Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 383/626] phy: exynos5-usbdrd: fix EDS distribution tuning (gs101) Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 384/626] soundwire: amd: change the soundwire wake enable/disable sequence Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 385/626] soundwire: cadence_master: set frame shape and divider based on actual clk freq Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 386/626] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 387/626] drm/amdgpu/mes11: fix set_hw_resources_1 calculation Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 388/626] drm/amdkfd: fix missing L2 cache info in topology Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 389/626] drm/amdgpu: Set snoop bit for SDMA for MI series Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 390/626] drm/amd/display: pass calculated dram_speed_mts to dml2 Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 391/626] drm/amd/display: Dont try AUX transactions on disconnected link Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 392/626] drm/amdgpu: reset psp->cmd to NULL after releasing the buffer Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 393/626] drm/amd/pm: Skip P2S load for SMU v13.0.12 Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 394/626] drm/amd/display: Support multiple options during psr entry Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 395/626] Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY" Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 396/626] drm/amd/display: Update CR AUX RD interval interpretation Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 397/626] drm/amd/display: Initial psr_version with correct setting Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 398/626] drm/amd/display: Increase block_sequence array size Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 399/626] drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 400/626] drm/amd/display: Populate register address for dentist for dcn401 Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 401/626] drm/amdgpu: Use active umc info from discovery Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 402/626] drm/amdgpu: enlarge the VBIOS binary size limit Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 403/626] drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 404/626] scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 405/626] net/mlx5: XDP, Enable TX side XDP multi-buffer support Greg Kroah-Hartman
2025-05-27 16:24 ` [PATCH 6.12 406/626] net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 407/626] net/mlx5e: set the tx_queue_len for pfifo_fast Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 408/626] net/mlx5e: reduce rep rxq depth to 256 for ECPF Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 409/626] net/mlx5e: reduce the max log mpwrq sz for ECPF and reps Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 410/626] drm/v3d: Add clock handling Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 411/626] xfrm: prevent high SEQ input in non-ESN mode Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 412/626] wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 413/626] mptcp: pm: userspace: flags: clearer msg if no remote addr Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 414/626] wifi: iwlwifi: use correct IMR dump variable Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 415/626] wifi: iwlwifi: dont warn during reprobe Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 416/626] wifi: mac80211: dont unconditionally call drv_mgd_complete_tx() Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 417/626] wifi: mac80211: remove misplaced drv_mgd_complete_tx() call Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 418/626] wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 419/626] net: fec: Refactor MAC reset to function Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 420/626] powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 421/626] powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 422/626] arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 423/626] ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() Greg Kroah-Hartman
2025-05-30 9:55 ` Pavel Machek
2025-05-27 16:25 ` [PATCH 6.12 424/626] r8152: add vendor/device ID pair for Dell Alienware AW1022z Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 425/626] iio: adc: ad7944: dont use storagebits for sizing Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 426/626] pstore: Change kmsg_bytes storage size to u32 Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 427/626] leds: trigger: netdev: Configure LED blink interval for HW offload Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 428/626] ext4: dont write back data before punch hole in nojournal mode Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 429/626] ext4: remove writable userspace mappings before truncating page cache Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 430/626] wifi: rtw88: Fix download_firmware_validate() for RTL8814AU Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 431/626] wifi: rtw88: Fix __rtw_download_firmware() " Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 432/626] wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 433/626] wifi: rtw89: fw: validate multi-firmware header before getting its size Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 434/626] wifi: rtw89: fw: validate multi-firmware header before accessing Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 435/626] wifi: rtw89: call power_on ahead before selecting firmware Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 436/626] clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 437/626] net: page_pool: avoid false positive warning if NAPI was never added Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 438/626] tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 439/626] hwmon: (xgene-hwmon) use appropriate type for the latency value Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 440/626] f2fs: introduce f2fs_base_attr for global sysfs entries Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 441/626] media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 442/626] media: qcom: camss: Add default case in vfe_src_pad_code Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 443/626] drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0 Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 444/626] eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 445/626] tools: ynl-gen: dont output external constants Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 446/626] net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 447/626] cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 448/626] vxlan: Annotate FDB data races Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 449/626] ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 450/626] r8169: dont scan PHY addresses > 0 Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 451/626] net: flush_backlog() small changes Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 452/626] bridge: mdb: Allow replace of a host-joined group Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 453/626] ice: init flow director before RDMA Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 454/626] ice: treat dyn_allowed only as suggestion Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 455/626] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 456/626] rcu: handle unstable rdp in rcu_read_unlock_strict() Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 457/626] rcu: fix header guard for rcu_all_qs() Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 458/626] perf: Avoid the read if the count is already updated Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 459/626] ice: count combined queues using Rx/Tx count Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 460/626] drm/xe/relay: Dont use GFP_KERNEL for new transactions Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 461/626] net/mana: fix warning in the writer of client oob Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 462/626] scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 463/626] scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 464/626] scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 465/626] scsi: st: Restore some drive settings after reset Greg Kroah-Hartman
2025-05-27 16:25 ` [PATCH 6.12 466/626] wifi: ath12k: Avoid napi_sync() before napi_enable() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 467/626] HID: usbkbd: Fix the bit shift number for LED_KANA Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 468/626] arm64: zynqmp: add clock-output-names property in clock nodes Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 469/626] ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 470/626] ASoC: rt722-sdca: Add some missing readable registers Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 471/626] irqchip/riscv-aplic: Add support for hart indexes Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 472/626] dm vdo vio-pool: allow variable-sized metadata vios Greg Kroah-Hartman
2025-05-27 17:27 ` Matthew Sakai
2025-05-27 16:26 ` [PATCH 6.12 473/626] dm vdo indexer: prevent unterminated string warning Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 474/626] dm vdo: use a short static string for thread name prefix Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 475/626] drm/ast: Find VBIOS mode from regular display size Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 476/626] bpf: Use kallsyms to find the function name of a struct_opss stub function Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 477/626] bpftool: Fix readlink usage in get_fd_type Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 478/626] firmware: arm_scmi: Relax duplicate name constraint across protocol ids Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 479/626] perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 480/626] perf/amd/ibs: Fix ->config to sample period calculation for OP PMU Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 481/626] clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 482/626] wifi: rtl8xxxu: retry firmware download on error Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 483/626] wifi: rtw88: Dont use static local variable in rtw8822b_set_tx_power_index_by_rate Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 484/626] wifi: rtw89: add wiphy_lock() to work that isnt held wiphy_lock() yet Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 485/626] spi: zynqmp-gqspi: Always acknowledge interrupts Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 486/626] regulator: ad5398: Add device tree support Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 487/626] wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 488/626] accel/qaic: Mask out SR-IOV PCI resources Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 489/626] drm/xe/pf: Reset GuC VF config when unprovisioning critical resource Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 490/626] wifi: ath9k: return by of_get_mac_address Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 491/626] wifi: ath12k: Fetch regdb.bin file from board-2.bin Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 492/626] wifi: ath12k: Fix end offset bit definition in monitor ring descriptor Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 493/626] drm: bridge: adv7511: fill stream capabilities Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 494/626] drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 495/626] wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 496/626] drm/xe: Move suballocator init to after display init Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 497/626] drm/xe: Do not attempt to bootstrap VF in execlists mode Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 498/626] wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 499/626] drm/xe/sa: Always call drm_suballoc_manager_fini() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 500/626] drm/xe: Reject BO eviction if BO is bound to current VM Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 501/626] drm/atomic: clarify the rules around drm_atomic_state->allow_modeset Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 502/626] drm/buddy: fix issue that force_merge cannot free all roots Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 503/626] drm/panel-edp: Add Starry 116KHD024006 Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 504/626] drm: Add valid clones check Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 505/626] ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 506/626] book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 507/626] pinctrl: meson: define the pull up/down resistor value as 60 kOhm Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 508/626] smb: server: smb2pdu: check return value of xa_store() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 509/626] platform/x86/intel: hid: Add Pantherlake support Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 510/626] platform/x86: asus-wmi: Disable OOBE state after resume from hibernation Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 511/626] platform/x86: ideapad-laptop: add support for some new buttons Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 512/626] ASoC: cs42l43: Disable headphone clamps during type detection Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 513/626] ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 514/626] ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 515/626] nvme-pci: add quirks for device 126f:1001 Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 516/626] nvme-pci: add quirks for WDC Blue SN550 15b7:5009 Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 517/626] ALSA: usb-audio: Fix duplicated name in MIDI substream names Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 518/626] nvmet-tcp: dont restore null sk_state_change Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 519/626] io_uring/fdinfo: annotate racy sq/cq head/tail reads Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 520/626] cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 521/626] cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 522/626] ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 523/626] btrfs: compression: adjust cb->compressed_folios allocation type Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 524/626] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 525/626] btrfs: handle empty eb->folios in num_extent_folios() Greg Kroah-Hartman
2025-05-27 16:26 ` [PATCH 6.12 526/626] btrfs: avoid NULL pointer dereference if no valid csum tree Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 527/626] tools: ynl-gen: validate 0 len strings from kernel Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 528/626] block: only update request sector if needed Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 529/626] wifi: iwlwifi: add support for Killer on MTL Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 530/626] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88 Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 531/626] xenbus: Allow PVH dom0 a non-local xenstore Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 532/626] drm/amd/display: Call FP Protect Before Mode Programming/Mode Support Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 533/626] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 534/626] soundwire: bus: Fix race on the creation of the IRQ domain Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 535/626] espintcp: fix skb leaks Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 536/626] espintcp: remove encap socket caching to avoid reference leak Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 537/626] xfrm: Fix UDP GRO handling for some corner cases Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 538/626] dmaengine: idxd: Fix allowing write() from different address spaces Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 539/626] x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 540/626] kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 541/626] remoteproc: qcom_wcnss: Fix on platforms without fallback regulators Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 542/626] clk: sunxi-ng: d1: Add missing divider for MMC mod clocks Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 543/626] xfrm: Sanitize marks before insert Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 544/626] dmaengine: idxd: Fix ->poll() return value Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 545/626] dmaengine: fsl-edma: Fix return code for unhandled interrupts Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 546/626] driver core: Split devres APIs to device/devres.h Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 547/626] devres: Introduce devm_kmemdup_array() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 548/626] ASoC: SOF: Intel: hda: Fix UAF when reloading module Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 549/626] irqchip/riscv-imsic: Start local sync timer on correct CPU Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 550/626] perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 551/626] Bluetooth: L2CAP: Fix not checking l2cap_chan security level Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 552/626] Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 553/626] ptp: ocp: Limit signal/freq counts in summary output functions Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 554/626] bridge: netfilter: Fix forwarding of fragmented packets Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 555/626] ice: fix vf->num_mac count with port representors Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 556/626] ice: Fix LACP bonds without SRIOV environment Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 557/626] idpf: fix null-ptr-deref in idpf_features_check Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 558/626] loop: dont require ->write_iter for writable files in loop_configure Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 559/626] pinctrl: qcom: switch to devm_register_sys_off_handler() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 560/626] net: dwmac-sun8i: Use parsed internal PHY address instead of 1 Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 561/626] net: lan743x: Restore SGMII CTRL register on resume Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 562/626] io_uring: fix overflow resched cqe reordering Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 563/626] idpf: fix idpf_vport_splitq_napi_poll() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 564/626] sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 565/626] octeontx2-pf: Add AF_XDP non-zero copy support Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 566/626] net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 567/626] octeontx2-af: Set LMT_ENA bit for APR table entries Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 568/626] octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 569/626] clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 570/626] crypto: algif_hash - fix double free in hash_accept Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 571/626] padata: do not leak refcount in reorder_work Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 572/626] can: slcan: allow reception of short error messages Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 573/626] can: bcm: add locking for bcm_op runtime updates Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 574/626] can: bcm: add missing rcu read protection for procfs content Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 575/626] ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 576/626] ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 577/626] ASoc: SOF: topology: connect DAI to a single DAI link Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 578/626] ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 579/626] ALSA: pcm: Fix race of buffer access at PCM OSS layer Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 580/626] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 581/626] llc: fix data loss when reading from a socket in llc_ui_recvmsg() Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 582/626] can: kvaser_pciefd: Continue parsing DMA buf after dropped RX Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 583/626] can: kvaser_pciefd: Fix echo_skb race Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 584/626] net: dsa: microchip: linearize skb for tail-tagging switches Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 585/626] vmxnet3: update MTU after device quiesce Greg Kroah-Hartman
2025-05-27 16:27 ` [PATCH 6.12 586/626] pmdomain: renesas: rcar: Remove obsolete nullify checks Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 587/626] pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 588/626] platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 589/626] thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 590/626] drm/edid: fixed the bug that hdr metadata was not reset Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 591/626] smb: client: Fix use-after-free in cifs_fill_dirent Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 592/626] arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 593/626] smb: client: Reset all search buffer pointers when releasing buffer Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 594/626] Revert "drm/amd: Keep display off while going into S4" Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 595/626] Input: xpad - add more controllers Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 596/626] Input: synaptics-rmi - fix crash with unsupported versions of F34 Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 597/626] highmem: add folio_test_partial_kmap() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 598/626] memcg: always call cond_resched() after fn() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 599/626] mm/page_alloc.c: avoid infinite retries caused by cpuset race Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 600/626] mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 601/626] mm: vmalloc: actually use the in-place vrealloc region Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 602/626] mm: vmalloc: only zero-init on vrealloc shrink Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 603/626] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 604/626] Bluetooth: btmtksdio: Check function enabled before doing close Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 605/626] Bluetooth: btmtksdio: Do close if SDIO card removed without close Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 606/626] Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 607/626] ksmbd: fix stream write failure Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 608/626] platform/x86: think-lmi: Fix attribute name usage for non-compliant items Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 609/626] spi: use container_of_cont() for to_spi_device() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 610/626] spi: spi-fsl-dspi: restrict register range for regmap access Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 611/626] spi: spi-fsl-dspi: Halt the module after a new message transfer Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 612/626] spi: spi-fsl-dspi: Reset SR flags before sending a new message Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 613/626] err.h: move IOMEM_ERR_PTR() to err.h Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 614/626] gcc-15: make unterminated string initialization just a warning Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 615/626] gcc-15: disable -Wunterminated-string-initialization entirely for now Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 616/626] Fix mis-uses of cc-option for warning disablement Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 617/626] kbuild: Properly disable -Wunterminated-string-initialization for clang Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 618/626] drm/amd/display: Exit idle optimizations before accessing PHY Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 619/626] bpf: abort verification if env->cur_state->loop_entry != NULL Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 620/626] serial: sh-sci: Save and restore more registers Greg Kroah-Hartman
2025-05-30 9:56 ` Pavel Machek
2025-05-27 16:28 ` [PATCH 6.12 621/626] drm/amdkfd: Correct F8_MODE for gfx950 Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 622/626] watchdog: aspeed: fix 64-bit division Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 623/626] pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 624/626] i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 625/626] 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 Greg Kroah-Hartman
2025-05-27 16:28 ` [PATCH 6.12 626/626] drm/gem: Internally test import_attach for imported objects Greg Kroah-Hartman
2025-05-27 18:43 ` [PATCH 6.12 000/626] 6.12.31-rc1 review Florian Fainelli
2025-05-27 22:15 ` Shuah Khan
2025-05-28 0:07 ` Peter Schneider
2025-05-28 0:18 ` Miguel Ojeda
2025-05-28 4:01 ` Harshit Mogalapalli
2025-05-28 6:36 ` Pavel Machek
2025-05-28 9:05 ` Ron Economos
2025-05-28 10:22 ` Naresh Kamboju
2025-05-28 10:51 ` Mark Brown
2025-05-28 13:01 ` Brett Mastbergen
2025-05-28 15:16 ` Markus Reichelt
2025-05-29 16:29 ` Hardik Garg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250527162445.028718347@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.