* [PATCH 5.17 0000/1126] 5.17.2-rc1 review
@ 2022-04-05 7:12 Greg Kroah-Hartman
0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman @ 2022-04-05 7:12 UTC (permalink / raw)
To: linux-kernel
Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee,
slade
This is the start of the stable review cycle for the 5.17.2 release.
There are 1126 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, 07 Apr 2022 07:01:33 +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/v5.x/stable-review/patch-5.17.2-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-5.17.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 5.17.2-rc1
Eric W. Biederman <[email protected]>
coredump: Use the vma snapshot in fill_files_note
Eric W. Biederman <[email protected]>
coredump/elf: Pass coredump_params into fill_note_info
Eric W. Biederman <[email protected]>
coredump: Remove the WARN_ON in dump_vma_snapshot
Eric W. Biederman <[email protected]>
coredump: Snapshot the vmas in do_coredump
Ulf Hansson <[email protected]>
mmc: rtsx: Fix build errors/warnings for unused variable
Kai-Heng Feng <[email protected]>
mmc: rtsx: Let MMC core handle runtime PM
Jens Axboe <[email protected]>
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jackie Liu <[email protected]>
n64cart: convert bi_disk to bi_bdev->bd_disk fix build
Paul E. McKenney <[email protected]>
torture: Make torture.sh help message match reality
Martin Varghese <[email protected]>
openvswitch: Fixed nd target mask field in the flow dump.
Eli Cohen <[email protected]>
vdpa/mlx5: Avoid processing works if workqueue was destroyed
Maciej Fijalkowski <[email protected]>
ice: xsk: Fix indexing in ice_tx_xsk_pool()
Magnus Karlsson <[email protected]>
xsk: Do not write NULL in SW ring at allocation failure
Guilherme G. Piccoli <[email protected]>
docs: sysctl/kernel: add missing bit to panic_print
Anton Ivanov <[email protected]>
um: Fix uml_mconsole stop/go
Kuldeep Singh <[email protected]>
arm64: dts: ls1046a: Update i2c node dma properties
Kuldeep Singh <[email protected]>
arm64: dts: ls1043a: Update i2c dma properties
Kuldeep Singh <[email protected]>
ARM: dts: spear13xx: Update SPI dma properties
Kuldeep Singh <[email protected]>
ARM: dts: spear1340: Update serial node properties
Leilk Liu <[email protected]>
spi: mediatek: support tick_delay without enhance_timing
Guodong Liu <[email protected]>
pinctrl: canonical rsel resistance selection property
Janusz Krzysztofik <[email protected]>
media: ov6650: Fix crop rectangle affected by set format
Janusz Krzysztofik <[email protected]>
media: ov6650: Add try support to selection API operations
Ian Rogers <[email protected]>
perf vendor events: Update metrics for SkyLake Server
Amadeusz Sławiński <[email protected]>
ASoC: topology: Allow TLV control to be either read or write
Zheng Bin <[email protected]>
ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV
Eric Dumazet <[email protected]>
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Zhihao Cheng <[email protected]>
ubi: fastmap: Return error code if memory allocation fails in add_aeb()
Horatiu Vultur <[email protected]>
dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example
Chen-Yu Tsai <[email protected]>
dt-bindings: pinctrl: mt8195: fix bias-pull-{up,down} checks
Yong Wu <[email protected]>
dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocks
Yong Wu <[email protected]>
dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167
Yong Wu <[email protected]>
dt-bindings: memory: mtk-smi: Rename clock to clocks
Martin Kepplinger <[email protected]>
media: dt-bindings: media: hynix,hi846: add link-frequencies description
Martin Kepplinger <[email protected]>
media: dt-binding: media: hynix,hi846: use $defs/port-base port description
Miquel Raynal <[email protected]>
dt-bindings: spi: mxic: The interrupt property is not mandatory
Miquel Raynal <[email protected]>
dt-bindings: mtd: nand-controller: Fix a comment in the examples
Miquel Raynal <[email protected]>
dt-bindings: mtd: nand-controller: Fix the reg property description
Kai-Heng Feng <[email protected]>
mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
Zhang Wensheng <[email protected]>
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
Hengqi Chen <[email protected]>
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Namhyung Kim <[email protected]>
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Toke Høiland-Jørgensen <[email protected]>
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Kuniyuki Iwashima <[email protected]>
af_unix: Support POLLPRI for OOB.
Randy Dunlap <[email protected]>
mm/usercopy: return 1 from hardened_usercopy __setup() handler
Randy Dunlap <[email protected]>
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap <[email protected]>
ARM: 9187/1: JIVE: fix return value of __setup handler
Randy Dunlap <[email protected]>
mm/mmap: return 1 from stack_guard_gap __setup() handler
Eric Dumazet <[email protected]>
net: add skb_set_end_offset() helper
Nemanja Rakovic <[email protected]>
mips: Enable KCSAN - take 2
Steven Rostedt (Google) <[email protected]>
tracing: Have type enum modifications copy the strings
Linus Torvalds <[email protected]>
Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Duoming Zhou <[email protected]>
ax25: fix UAF bug in ax25_send_control()
Maxim Levitsky <[email protected]>
KVM: x86: SVM: fix avic spec based definitions again
Jiasheng Jiang <[email protected]>
ASoC: soc-compress: Change the check for codec_dai
Will Deacon <[email protected]>
arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition
Wan Jiabing <[email protected]>
docs: fix 'make htmldocs' warning in SCTP.rst
Arınç ÜNAL <[email protected]>
staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
Saurav Kashyap <[email protected]>
scsi: qla2xxx: Add qla2x00_async_done() for async routines
Maxime Ripard <[email protected]>
drm/connector: Fix typo in documentation
Joerg Roedel <[email protected]>
x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO
Yang Zhong <[email protected]>
x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
Lv Ruyi <[email protected]>
proc: bootconfig: Add null pointer check
Oliver Hartkopp <[email protected]>
can: isotp: restore accidentally removed MSG_PEEK feature
Hans de Goede <[email protected]>
platform/x86: asus-wmi: Fix regression when probing for fan curve control
Prashant Malani <[email protected]>
platform/chrome: cros_ec_typec: Check for EC device
Jon Hunter <[email protected]>
spi: Fix Tegra QSPI example
Anirudh Rayabharam <[email protected]>
vhost: handle error while adding split ranges to iotlb
Rafael J. Wysocki <[email protected]>
ACPI: CPPC: Avoid out of bounds access when parsing _CPC data
Fangrui Song <[email protected]>
riscv module: remove (NOLOAD)
Pavel Begunkov <[email protected]>
io_uring: fix memory leak of uid in files registration
Jens Axboe <[email protected]>
io_uring: bump poll refs to full 31-bits
Jens Axboe <[email protected]>
io_uring: remove poll entry from list when canceling all
Stefano Garzarella <[email protected]>
virtio: use virtio_device_ready() in virtio_device_restore()
Jason Wang <[email protected]>
Revert "virtio_pci: harden MSI-X interrupts"
Jason Wang <[email protected]>
Revert "virtio-pci: harden INTX interrupts"
Jiri Slaby <[email protected]>
block: restore the old set_task_ioprio() behaviour wrt PF_EXITING
Christophe JAILLET <[email protected]>
block: Fix the maximum minor value is blk_alloc_ext_minor()
Arnd Bergmann <[email protected]>
ARM: iop32x: offset IRQ numbers by 1
Baokun Li <[email protected]>
ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
Jiaxin Yu <[email protected]>
ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs
Meng Tang <[email protected]>
ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B
Jonathan Neuschäfer <[email protected]>
pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()
Jonathan Neuschäfer <[email protected]>
pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()
Randy Dunlap <[email protected]>
net: sparx5: uses, depends on BRIDGE or !BRIDGE
Miaoqian Lin <[email protected]>
watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function
Chen-Yu Tsai <[email protected]>
pinctrl: pinconf-generic: Print arguments for bias-pull-*
Eric Dumazet <[email protected]>
watch_queue: Free the page array when watch_queue is dismantled
Herbert Xu <[email protected]>
crypto: arm/aes-neonbs-cbc - Select generic cbc and aes
Peter Zijlstra <[email protected]>
crypto: x86/poly1305 - Fixup SLS
Robin Gong <[email protected]>
mailbox: imx: fix wakeup failure from freeze mode
David Howells <[email protected]>
rxrpc: Fix call timer start racing with call destruction
Xiaolong Huang <[email protected]>
rxrpc: fix some null-ptr-deref bugs in server_key.c
Guangbin Huang <[email protected]>
net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware
Yufeng Mo <[email protected]>
net: hns3: fix the concurrency between functions reading debugfs
Andrew Price <[email protected]>
gfs2: Make sure FITRIM minlen is rounded up to fs block size
Andreas Gruenbacher <[email protected]>
gfs2: Fix gfs2_file_buffered_write endless loop workaround
Andreas Gruenbacher <[email protected]>
gfs2: gfs2_setattr_size error path fix
Carlos Llamas <[email protected]>
loop: fix ioctl calls using compat_loop_info
Tom Rix <[email protected]>
rtc: check if __rtc_read_time was successful
Miaoqian Lin <[email protected]>
rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram
Masahiro Yamada <[email protected]>
modpost: restore the warning message for missing symbol versions
Matthew Wilcox (Oracle) <[email protected]>
XArray: Update the LRU list in xas_split()
Matthew Wilcox (Oracle) <[email protected]>
XArray: Include bitmap.h from xarray.h
Tom Rix <[email protected]>
can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value
Pavel Skripkin <[email protected]>
can: mcba_usb: properly check endpoint type
Hangyu Hua <[email protected]>
can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
Matthew Wilcox (Oracle) <[email protected]>
XArray: Fix xas_create_range() when multi-order entry present
Jason A. Donenfeld <[email protected]>
wireguard: socket: ignore v6 endpoints when ipv6 is disabled
Wang Hai <[email protected]>
wireguard: socket: free skb in send6 when ipv6 is disabled
Jason A. Donenfeld <[email protected]>
wireguard: queueing: use CFI-safe ptr_ring cleanup function
Pankaj Raghav <[email protected]>
nvme: fix the read-only state for zoned namespaces with unsupposed features
Sungup Moon <[email protected]>
nvme: allow duplicate NSIDs for private namespaces
Baokun Li <[email protected]>
ubifs: rename_whiteout: correct old_dir size computing
Zhihao Cheng <[email protected]>
ubifs: Fix to add refcount once page is set private
Zhihao Cheng <[email protected]>
ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
Zhihao Cheng <[email protected]>
ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
Zhihao Cheng <[email protected]>
ubifs: Rectify space amount budget for mkdir/tmpfile operations
Zhihao Cheng <[email protected]>
ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
Zhihao Cheng <[email protected]>
ubifs: Rename whiteout atomically
Zhihao Cheng <[email protected]>
ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
Zhihao Cheng <[email protected]>
ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
Zhihao Cheng <[email protected]>
ubifs: rename_whiteout: Fix double free for whiteout_ui->data
David Woodhouse <[email protected]>
KVM: avoid double put_page with gfn-to-pfn cache
Yi Wang <[email protected]>
KVM: SVM: fix panic on out-of-bounds guest IRQ
Li RongQing <[email protected]>
KVM: x86: fix sending PV IPI
David Matlack <[email protected]>
KVM: Prevent module exit until all VMs are freed
Paolo Bonzini <[email protected]>
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Vitaly Kuznetsov <[email protected]>
KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated
Vitaly Kuznetsov <[email protected]>
KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_apic_fast()
Vitaly Kuznetsov <[email protected]>
KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq
Paul Cercueil <[email protected]>
MIPS: crypto: Fix CRC32 code
Gwendal Grignou <[email protected]>
platform: chrome: Split trace include file
Manish Rangankar <[email protected]>
scsi: qla2xxx: Use correct feature type field during RFF_ID processing
Quinn Tran <[email protected]>
scsi: qla2xxx: Reduce false trigger to login
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix stuck session of PRLI reject
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix N2N inconsistent PLOGI
Arun Easi <[email protected]>
scsi: qla2xxx: Fix crash during module load unload test
Arun Easi <[email protected]>
scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix laggy FC remote port session recovery
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix hang due to session stuck
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix incorrect reporting of task management failure
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix disk failure to rediscover
Saurav Kashyap <[email protected]>
scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()
Joe Carnuccio <[email protected]>
scsi: qla2xxx: Check for firmware dump already collected
Joe Carnuccio <[email protected]>
scsi: qla2xxx: Add devids and conditionals for 28xx
Joe Carnuccio <[email protected]>
scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters
Quinn Tran <[email protected]>
scsi: qla2xxx: edif: Fix clang warning
Arun Easi <[email protected]>
scsi: qla2xxx: Fix device reconnect in loop topology
Nilesh Javali <[email protected]>
scsi: qla2xxx: Fix warning for missing error code
Bikash Hazarika <[email protected]>
scsi: qla2xxx: Fix wrong FDMI data for 64G adapter
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix premature hw access after PCI error
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix scheduling while atomic
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix warning message due to adisc being flushed
Quinn Tran <[email protected]>
scsi: qla2xxx: Fix stuck session in gpdb
Saurav Kashyap <[email protected]>
scsi: qla2xxx: Implement ref count for SRB
Daniel Wagner <[email protected]>
scsi: qla2xxx: Refactor asynchronous command initialization
Ville Syrjälä <[email protected]>
drm/i915: Reject unsupported TMDS rates on ICL+
Ville Syrjälä <[email protected]>
drm/i915: Fix PSF GV point mask when SAGV is not possible
Ville Syrjälä <[email protected]>
drm/i915: Treat SAGV block time 0 as SAGV disabled
Kees Cook <[email protected]>
drm/dp: Fix off-by-one in register cache size
Anders Roxell <[email protected]>
powerpc: Fix build errors with newer binutils
Christophe Leroy <[email protected]>
powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
Anders Roxell <[email protected]>
powerpc/lib/sstep: Fix build errors with newer binutils
Anders Roxell <[email protected]>
powerpc/lib/sstep: Fix 'sthcx' instruction
Nicholas Piggin <[email protected]>
powerpc/tm: Fix more userspace r13 corruption
Chen Jingwen <[email protected]>
powerpc/kasan: Fix early region not updated correctly
Vitaly Kuznetsov <[email protected]>
KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
Vitaly Kuznetsov <[email protected]>
KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB flush hypercalls
Vitaly Kuznetsov <[email protected]>
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
Vitaly Kuznetsov <[email protected]>
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
Sean Christopherson <[email protected]>
KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
Sean Christopherson <[email protected]>
KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
Sean Christopherson <[email protected]>
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson <[email protected]>
KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
Paolo Bonzini <[email protected]>
KVM: x86: Reinitialize context if host userspace toggles EFER.LME
Suravee Suthikulpanit <[email protected]>
KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
Matt Kramer <[email protected]>
ALSA: hda/realtek: Add alc256-samsung-headphone fixup
Mauro Carvalho Chehab <[email protected]>
media: atomisp: fix bad usage at error handling logic
Miaoqian Lin <[email protected]>
ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probe
Ulf Hansson <[email protected]>
mmc: host: Return an error when ->enable_sdio_irq() ops is missing
Steven Rostedt (Google) <[email protected]>
tracing: Have TRACE_DEFINE_ENUM affect trace event types as well
Pierre-Louis Bossart <[email protected]>
ASoC: Intel: sof_es8336: log all quirks
Pierre-Louis Bossart <[email protected]>
ASoC: Intel: sof_es8336: use NHLT information to set dmic and SSP
Pierre-Louis Bossart <[email protected]>
ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021"
Pierre-Louis Bossart <[email protected]>
ALSA: intel-dspconfig: add ES8336 support for CNL
Pierre-Louis Bossart <[email protected]>
ASoC: Intel: soc-acpi: add more ACPI HIDs for ES83x6 devices
Pierre-Louis Bossart <[email protected]>
ALSA: intel-dsp-config: add more ACPI HIDs for ES83x6 devices
Pierre-Louis Bossart <[email protected]>
ALSA: intel-nhlt: add helper to detect SSP link mask
Pierre-Louis Bossart <[email protected]>
ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boards
Anthony I Gilea <[email protected]>
ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"
Pierre-Louis Bossart <[email protected]>
ASoC: SOF: debug: clarify operator precedence
Dongliang Mu <[email protected]>
media: hdpvr: initialize dev->worker at hdpvr_register_videodev
Pavel Skripkin <[email protected]>
media: Revert "media: em28xx: add missing em28xx_close_extension"
Hans de Goede <[email protected]>
media: i2c: ov5648: Fix lockdep error
Zheyu Ma <[email protected]>
video: fbdev: sm712fb: Fix crash in smtcfb_write()
Vijendar Mukunda <[email protected]>
ASoC: amd: vangogh: fix uninitialized symbol warning in machine driver
Vijendar Mukunda <[email protected]>
ASoC: amd: vg: fix for pm resume callback sequence
Uwe Kleine-König <[email protected]>
ARM: mmp: Fix failure to remove sram device
Richard Leitner <[email protected]>
ARM: tegra: tamonten: Fix I2C3 pad setting
Arnd Bergmann <[email protected]>
lib/test_lockup: fix kernel pointer check for separate address spaces
Arnd Bergmann <[email protected]>
uaccess: fix type mismatch warnings from access_ok()
Svyatoslav Ryhel <[email protected]>
ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
Derek Fang <[email protected]>
ASoC: rt5682s: Fix the wrong jack type detected
Daniel González Cabanelas <[email protected]>
media: cx88-mpeg: clear interrupt status register before streaming video
Ming Qian <[email protected]>
media: imx-jpeg: fix a bug of accessing array out of bounds
Mauro Carvalho Chehab <[email protected]>
ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021
Shengjiu Wang <[email protected]>
ASoC: soc-core: skip zero num_dai component in searching dai name
Richard Schleich <[email protected]>
ARM: dts: bcm2711: Add the missing L1/L2 cache information
Jing Yao <[email protected]>
video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit
Jing Yao <[email protected]>
video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snprintf()
Jing Yao <[email protected]>
video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()
Marcel Ziswiler <[email protected]>
arm64: defconfig: build imx-sdma as a module
Abel Vesa <[email protected]>
ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk
Takashi Iwai <[email protected]>
ALSA: hda: Fix driver index handling at re-binding
Ard Biesheuvel <[email protected]>
ARM: ftrace: avoid redundant loads or clobbering IP
Tsuchiya Yuto <[email protected]>
media: atomisp: fix dummy_ptr check to avoid duplicate active_bo
Hans de Goede <[email protected]>
media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator off on some boards
Charles Keepax <[email protected]>
ASoC: madera: Add dependencies on MFD
Richard Schleich <[email protected]>
ARM: dts: bcm2837: Add the missing L1/L2 cache information
David Heidelberg <[email protected]>
ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960
Yang Guang <[email protected]>
video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit
George Kennedy <[email protected]>
video: fbdev: cirrusfb: check pixclock to avoid divide by zero
Evgeny Novikov <[email protected]>
video: fbdev: w100fb: Reset global state
Tim Gardner <[email protected]>
video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow
Yong Wu <[email protected]>
media: iommu/mediatek: Add device_link between the consumer and the larb devices
Yong Wu <[email protected]>
media: iommu/mediatek: Return ENODEV if the device is NULL
Yong Wu <[email protected]>
media: iommu/mediatek-v1: Free the existed fwspec if the master dev already has
Ranjani Sridharan <[email protected]>
ASoC: SOF: Intel: hda: Remove link assignment limitation
Mirela Rabulea <[email protected]>
media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers
Bard Liao <[email protected]>
ASoC: SOF: Intel: match sdw version on link_slaves_found
Richard Fitzgerald <[email protected]>
ASoC: cs42l42: Report full jack status when plug is detected
Lad Prabhakar <[email protected]>
ASoC: sh: rz-ssi: Make the data structures available before registering the handlers
Peiwei Hu <[email protected]>
media: ir_toy: free before error exiting
Eugen Hristev <[email protected]>
media: atmel: atmel-isc-base: report frame sizes as full supported range
Hans Verkuil <[email protected]>
media: staging: media: zoran: fix various V4L2 compliance errors
Corentin Labbe <[email protected]>
media: staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com
Corentin Labbe <[email protected]>
media: staging: media: zoran: move videodev alloc
Dongliang Mu <[email protected]>
ntfs: add sanity check on allocation size
Rohith Surabattula <[email protected]>
Adjust cifssb maximum read size
Chao Yu <[email protected]>
f2fs: compress: fix to print raw data size in error path of lz4 decompression
Jaegeuk Kim <[email protected]>
f2fs: use spin_lock to avoid hang
Josef Bacik <[email protected]>
btrfs: do not clean up repair bio if submit fails
Josef Bacik <[email protected]>
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik <[email protected]>
btrfs: handle csum lookup errors properly on reads
Josef Bacik <[email protected]>
btrfs: make search_csum_tree return 0 if we get -EFBIG
Anand Jain <[email protected]>
btrfs: harden identification of a stale device
Jaegeuk Kim <[email protected]>
f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
Chuck Lever <[email protected]>
NFSD: Fix nfsd_breaker_owns_lease() return values
Chao Yu <[email protected]>
f2fs: fix to do sanity check on curseg->alloc_type
Theodore Ts'o <[email protected]>
ext4: don't BUG if someone dirty pages without asking ext4 first
Valentin Schneider <[email protected]>
sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE
Valentin Schneider <[email protected]>
sched/tracing: Don't re-read p->state when emitting sched_switch event
Ritesh Harjani <[email protected]>
ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit
Ritesh Harjani <[email protected]>
ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb
Waiman Long <[email protected]>
locking/lockdep: Iterate lock_classes directly when reading lockdep files
Mark Rutland <[email protected]>
atomics: Fix atomic64_{read_acquire,set_release} fallbacks
Eddie James <[email protected]>
spi: fsi: Implement a timeout for polling status
Minghao Chi <[email protected]>
spi: tegra20: Use of_device_get_match_data()
Chris Leech <[email protected]>
nvme-tcp: lockdep: annotate in-kernel sockets
John David Anglin <[email protected]>
parisc: Fix handling off probe non-access faults
John David Anglin <[email protected]>
parisc: Fix non-access data TLB cache flush faults
Dmitry Baryshkov <[email protected]>
PM: core: keep irq flags in device_pm_check_callbacks()
Darren Hart <[email protected]>
ACPI/APEI: Limit printable size of BERT table data
Paolo Valente <[email protected]>
Revert "Revert "block, bfq: honor already-setup queue merges""
Paul Menzel <[email protected]>
lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
Hans de Goede <[email protected]>
ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L
Hans de Goede <[email protected]>
ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8
Rafael J. Wysocki <[email protected]>
ACPICA: Avoid walking the ACPI Namespace if it is not there
Zhang Wensheng <[email protected]>
bfq: fix use-after-free in bfq_dispatch_request
Wan Jiabing <[email protected]>
hwrng: cavium - fix NULL but dereferenced coccicheck error
Akira Kawata <[email protected]>
fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
Souptick Joarder (HPE) <[email protected]>
irqchip/nvic: Release nvic_base upon failure
Marc Zyngier <[email protected]>
irqchip/qcom-pdc: Fix broken locking
Casey Schaufler <[email protected]>
Fix incorrect type in assignment of ipv6 port for audit
Chaitanya Kulkarni <[email protected]>
loop: use sysfs_emit() in the sysfs xxx show()
Richard Haines <[email protected]>
selinux: allow FIOCLEX and FIONCLEX with policy capability
Fangrui Song <[email protected]>
arm64: module: remove (NOLOAD) from linker script
Daniel Lezcano <[email protected]>
powercap/dtpm_cpu: Reset per_cpu variable in the release function
Christian Göttsche <[email protected]>
selinux: use correct type for context length
Yu Kuai <[email protected]>
block, bfq: don't move oom_bfqq
Kai Ye <[email protected]>
crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
Herbert Xu <[email protected]>
crypto: xts - Add softdep on ecb
Yahu Gao <[email protected]>
block/bfq_wf2q: correct weight to ioprio
Christoph Hellwig <[email protected]>
memstick/mspro_block: fix handling of read-only devices
Ming Lei <[email protected]>
block: throttle split bio in case of iops limit
Paul E. McKenney <[email protected]>
rcu: Mark writes to the rcu_segcblist structure's ->flags field
Marc Zyngier <[email protected]>
pinctrl: npcm: Fix broken references to chip->parent_device
David Woodhouse <[email protected]>
rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
Kees Cook <[email protected]>
gcc-plugins/stackleak: Exactly match strings instead of prefixes
Srujana Challa <[email protected]>
crypto: octeontx2 - CN10K CPT to RNM workaround
Kai Ye <[email protected]>
crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
Dave Stevenson <[email protected]>
regulator: rpi-panel: Handle I2C errors/timing to the Atmel
Casey Schaufler <[email protected]>
LSM: general protection fault in legacy_parse_param
Linus Torvalds <[email protected]>
fs: fix fd table size alignment properly
Dan Carpenter <[email protected]>
lib/test: use after free in register_test_dev_kmod()
Linus Torvalds <[email protected]>
fs: fd tables have to be multiples of BITS_PER_LONG
Xiaomeng Tong <[email protected]>
net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator
Trond Myklebust <[email protected]>
NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
Marcelo Ricardo Leitner <[email protected]>
net/sched: act_ct: fix ref leak when switching zones
Jakub Kicinski <[email protected]>
selftests: tls: skip cmsg_to_pipe tests with TLS=n
Tom Rix <[email protected]>
octeontx2-af: initialize action variable
Zheng Yongjun <[email protected]>
net: sparx5: switchdev: fix possible NULL pointer dereference
Duoming Zhou <[email protected]>
net/x25: Fix null-ptr-deref caused by x25_disconnect
Tom Rix <[email protected]>
qlcnic: dcb: default to returning -EOPNOTSUPP
Randy Dunlap <[email protected]>
net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
Guangbin Huang <[email protected]>
net: hns3: fix phy can not link up when autoneg off and reset
Hao Chen <[email protected]>
net: hns3: add NULL pointer check for hns3_set/get_ringparam()
Hao Chen <[email protected]>
net: hns3: add netdev reset check for hns3_set_tunable()
Peng Li <[email protected]>
net: hns3: clean residual vf config after disable sriov
Hao Chen <[email protected]>
net: hns3: add max order judgement for tx spare buffer
Hao Chen <[email protected]>
net: hns3: fix ethtool tx copybreak buf size indicating not aligned issue
Shunsuke Nakamura <[email protected]>
libperf tests: Fix typo in perf_evlist__open() failure error messages
Trond Myklebust <[email protected]>
NFS: Don't loop forever in nfs_do_recoalesce()
Ido Schimmel <[email protected]>
selftests: test_vxlan_under_vrf: Fix broken test case
Florian Fainelli <[email protected]>
net: phy: broadcom: Fix brcm_fet_config_init()
Jian Shen <[email protected]>
net: hns3: refine the process when PF set VF VLAN
Jian Shen <[email protected]>
net: hns3: add vlan list lock to protect vlan list
Jian Shen <[email protected]>
net: hns3: fix port base vlan add fail when concurrent with reset
Jian Shen <[email protected]>
net: hns3: fix bug when PF set the duplicate MAC address for VFs
Vladimir Oltean <[email protected]>
net: enetc: report software timestamping via SO_TIMESTAMPING
Juergen Gross <[email protected]>
xen: fix is_xen_pmu()
Maxime Ripard <[email protected]>
clk: Initialize orphan req_rate
Stefano Garzarella <[email protected]>
vsock/virtio: enable VQs early on probe
Stefano Garzarella <[email protected]>
vsock/virtio: read the negotiated features before using VQs
Stefano Garzarella <[email protected]>
vsock/virtio: initialize vdev->priv before using VQs
Konrad Dybcio <[email protected]>
clk: qcom: gcc-msm8994: Fix gpll4 width
Bjorn Andersson <[email protected]>
net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
Thomas Richter <[email protected]>
perf stat: Fix forked applications enablement of counters
Daniel Thompson <[email protected]>
kdb: Fix the putarea helper function
Olga Kornievskaia <[email protected]>
NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
Olga Kornievskaia <[email protected]>
SUNRPC don't resend a task on an offlined transport
Pablo Neira Ayuso <[email protected]>
netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
Phil Sutter <[email protected]>
netfilter: egress: Report interface as outgoing
Ian Rogers <[email protected]>
perf parse-events: Move slots only with topdown
Trond Myklebust <[email protected]>
SUNRPC: Don't call connect() more than once on a TCP socket
NeilBrown <[email protected]>
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown <[email protected]>
SUNRPC/call_alloc: async tasks mustn't block waiting for memory
Pavel Skripkin <[email protected]>
jfs: fix divide error in dbNextAG
German Gomez <[email protected]>
perf test arm64: Test unwinding using fame-pointer (fp) mode
Randy Dunlap <[email protected]>
driver core: dd: fix return value of __setup handler
David Gow <[email protected]>
firmware: google: Properly state IOMEM dependency
Randy Dunlap <[email protected]>
kgdbts: fix return value of __setup handler
Xiaolong Huang <[email protected]>
virt: acrn: fix a memory leak in acrn_dev_ioctl()
Yonghua Huang <[email protected]>
virt: acrn: obtain pa from VMA with PFNMAP flag
Ilpo Järvinen <[email protected]>
serial: 8250: fix XOFF/XON sending when DMA is used
Randy Dunlap <[email protected]>
kgdboc: fix return value of __setup handler
Randy Dunlap <[email protected]>
tty: hvc: fix return value of __setup handler
Dan Carpenter <[email protected]>
clk: visconti: prevent array overflow in visconti_clk_register_gates()
Miaoqian Lin <[email protected]>
pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe
Miaoqian Lin <[email protected]>
pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe
Michael Walle <[email protected]>
pinctrl: microchip-sgpio: lock RMW access
Horatiu Vultur <[email protected]>
pinctrl: ocelot: Fix interrupt parsing
Chen-Yu Tsai <[email protected]>
pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual GPIOs
Chen-Yu Tsai <[email protected]>
pinctrl: mediatek: paris: Fix pingroup pin config state readback
Chen-Yu Tsai <[email protected]>
pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get()
Chen-Yu Tsai <[email protected]>
pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback
Miaoqian Lin <[email protected]>
pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init
Michael Walle <[email protected]>
pinctrl: ocelot: fix duplicate debugfs entry
Michael Walle <[email protected]>
pinctrl: ocelot: fix confops resource index
Arınç ÜNAL <[email protected]>
staging: mt7621-dts: fix GB-PC2 devicetree
Arınç ÜNAL <[email protected]>
staging: mt7621-dts: fix pinctrl properties for ethernet
Arınç ÜNAL <[email protected]>
staging: mt7621-dts: fix formatting
Arınç ÜNAL <[email protected]>
staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree
Alexey Khoroshilov <[email protected]>
NFS: remove unneeded check in decode_devicenotify_args()
Robin Gong <[email protected]>
mailbox: imx: fix crash in resume on i.mx8ulp
Miaoqian Lin <[email protected]>
clk: tegra: tegra124-emc: Fix missing put_device() call in emc_ensure_emc_driver
Maxime Ripard <[email protected]>
clk: Fix clk_hw_get_clk() when dev is NULL
Jonathan Neuschäfer <[email protected]>
clk: clps711x: Terminate clk_div_table with sentinel element
Jonathan Neuschäfer <[email protected]>
clk: hisilicon: Terminate clk_div_table with sentinel element
Jonathan Neuschäfer <[email protected]>
clk: loongson1: Terminate clk_div_table with sentinel element
Jonathan Neuschäfer <[email protected]>
clk: actions: Terminate clk_div_table with sentinel element
Dan Williams <[email protected]>
nvdimm/region: Fix default alignment for small regions
Miaoqian Lin <[email protected]>
remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region
Miaoqian Lin <[email protected]>
remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_region
Miaoqian Lin <[email protected]>
remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
Jie Hai <[email protected]>
dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma
Emil Renner Berthing <[email protected]>
clk: starfive: jh7100: Handle audio_div clock properly
Emil Renner Berthing <[email protected]>
clk: starfive: jh7100: Don't round divisor up twice
Taniya Das <[email protected]>
clk: qcom: clk-rcg2: Update the frac table for pixel clock
Taniya Das <[email protected]>
clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
Codrin Ciubotariu <[email protected]>
clk: at91: sama7g5: fix parents of PDMCs' GCLK
Dan Carpenter <[email protected]>
clk: imx: off by one in imx_lpcg_parse_clks_from_dt()
Abel Vesa <[email protected]>
clk: imx7d: Remove audio_mclk_root_clk
Randy Dunlap <[email protected]>
dma-debug: fix return value of __setup handlers
Martin Kaiser <[email protected]>
staging: r8188eu: fix endless loop in recv_func
Trond Myklebust <[email protected]>
NFS: Return valid errors from nfs2/3_decode_dirent()
Jiasheng Jiang <[email protected]>
habanalabs: Add check for pci_enable_device
Jiasheng Jiang <[email protected]>
iio: adc: Add check for devm_request_threaded_irq
Uwe Kleine-König <[email protected]>
serial: 8250: Fix race condition in RTS-after-send handling
Trond Myklebust <[email protected]>
NFS: Use of mapping_set_error() results in spurious errors
Andy Shevchenko <[email protected]>
serial: 8250_lpss: Balance reference count for PCI DMA device
Andy Shevchenko <[email protected]>
serial: 8250_mid: Balance reference count for PCI DMA device
Rafał Miłecki <[email protected]>
phy: phy-brcm-usb: fixup BCM4908 support
Liu Ying <[email protected]>
phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure})
Dirk Buchwalder <[email protected]>
clk: qcom: ipq8074: Use floor ops for SDCC1 clock
Geert Uytterhoeven <[email protected]>
pinctrl: renesas: checker: Fix miscalculation of number of states
Geert Uytterhoeven <[email protected]>
pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel
Geert Uytterhoeven <[email protected]>
clk: renesas: r8a779f0: Fix RSW2 clock divider
Jonathan Cameron <[email protected]>
staging:iio:adc:ad7280a: Fix handing of device address bit reversing.
Zev Weiss <[email protected]>
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
Hangyu Hua <[email protected]>
staging: qlge: add unregister_netdev in qlge_probe
Hans de Goede <[email protected]>
iio: mma8452: Fix probe failing when an i2c_device_id is used
Dave Jiang <[email protected]>
dmaengine: idxd: restore traffic class defaults after wq reset
Robert Marko <[email protected]>
clk: qcom: ipq8074: fix PCI-E clock oops
Libin Yang <[email protected]>
soundwire: intel: fix wrong register name in intel_shim_wake
Luca Weiss <[email protected]>
cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse
Christophe JAILLET <[email protected]>
misc: alcor_pci: Fix an error handling path
Christophe JAILLET <[email protected]>
fsi: Aspeed: Fix a potential double free
Robert Hancock <[email protected]>
pps: clients: gpio: Propagate return value from pps_gpio_probe
Uwe Kleine-König <[email protected]>
pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
Joel Stanley <[email protected]>
fsi: scom: Remove retries in indirect scoms
Joel Stanley <[email protected]>
fsi: scom: Fix error handling
Jiri Slaby <[email protected]>
mxser: fix xmit_buf leak in activate when LSR == 0xff
Michael Straube <[email protected]>
staging: r8188eu: release_firmware is not called if allocation fails
Lad Prabhakar <[email protected]>
clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3
Miaohe Lin <[email protected]>
kernel/resource: fix kfree() of bootmem memory again
Sondhauß, Jan <[email protected]>
drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool
Alexander Lobakin <[email protected]>
ice: don't allow to run ice_send_event_to_aux() in atomic ctx
Alexander Lobakin <[email protected]>
ice: fix 'scheduling while atomic' on aux critical err interrupt
Miaoqian Lin <[email protected]>
mfd: asic3: Add missing iounmap() on error asic3_mfd_probe
Hoang Le <[email protected]>
tipc: fix the timer expires after interval 100ms
Yang Yingliang <[email protected]>
net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()
Vladimir Oltean <[email protected]>
net: dsa: fix panic on shutdown if multi-chip tree failed to probe
Aaron Conole <[email protected]>
openvswitch: always update flow key after nat
Jakub Kicinski <[email protected]>
tcp: ensure PMTU updates are processed during fastopen
Jeremy Linton <[email protected]>
net: bcmgenet: Use stronger register read/writes to assure ordering
Bjorn Helgaas <[email protected]>
PCI: Avoid broken MSI on SB600 USB devices
Yafang Shao <[email protected]>
bpftool: Fix print error when show bpf map
Hangbin Liu <[email protected]>
selftests/bpf/test_lirc_mode2.sh: Exit with proper code
Lucas De Marchi <[email protected]>
drm/i915: Fix renamed struct field
Duoming Zhou <[email protected]>
ax25: Fix NULL pointer dereferences in ax25 timers
Duoming Zhou <[email protected]>
ax25: Fix refcount leaks caused by ax25_cb_del()
Michael Ellerman <[email protected]>
powerpc/pseries: Fix use after free in remove_phb_dynamic()
Peter Rosin <[email protected]>
i2c: mux: demux-pinctrl: do not deactivate a master that is not active
Phil Sutter <[email protected]>
netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
Lucas Tanure <[email protected]>
i2c: meson: Fix wrong speed use from probe
Petr Machata <[email protected]>
af_netlink: Fix shift out of bounds in group mask calculation
Yonglong Li <[email protected]>
mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skb
Guillaume Nault <[email protected]>
ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
Dan Carpenter <[email protected]>
RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()
Yake Yang <[email protected]>
Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt
Niels Dossche <[email protected]>
Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed
Pavel Skripkin <[email protected]>
Bluetooth: hci_uart: add missing NULL check in h5_enqueue
Jakub Sitnicki <[email protected]>
selftests/bpf: Fix error reporting from sock_fields programs
Kuniyuki Iwashima <[email protected]>
af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
Sukadev Bhattiprolu <[email protected]>
ibmvnic: fix race between xmit and reset
Richard Zhu <[email protected]>
PCI: imx6: Assert i.MX8MM CLKREQ# even if no device present
Richard Zhu <[email protected]>
PCI: imx6: Invoke the PHY exit function after PHY power off
Hangbin Liu <[email protected]>
bareudp: use ipv6_mod_enabled to check if IPv6 enabled
Oliver Hartkopp <[email protected]>
can: isotp: support MSG_TRUNC flag when reading from socket
Oliver Hartkopp <[email protected]>
can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
Lorenzo Bianconi <[email protected]>
mt76: mt7921: fix mt7921_queues_acq implementation
Pablo Neira Ayuso <[email protected]>
netfilter: flowtable: Fix QinQ and pppoe support for inet table
José Roberto de Souza <[email protected]>
drm/i915/display: Do not re-enable PSR after it was marked as not reliable
José Roberto de Souza <[email protected]>
drm/i915/display: Fix HPD short pulse handling for eDP
Nicholas Piggin <[email protected]>
powerpc/time: Fix KVM host re-arming a timer beyond decrementer range
Randy Dunlap <[email protected]>
powerpc/xive: fix return value of __setup handler
Bob Pearson <[email protected]>
RDMA/rxe: Fix ref error in rxe_av.c
Chengguang Xu <[email protected]>
RDMA/rxe: Change variable and function argument to proper type
Nicholas Kazlauskas <[email protected]>
drm/amd/display: Fix double free during GPU reset on DC streams
Dan Carpenter <[email protected]>
USB: storage: ums-realtek: fix error code in rts51x_read_mem()
Niklas Söderlund <[email protected]>
samples/bpf, xdpsock: Fix race when running for fix duration of time
Wang Yufen <[email protected]>
bpf, sockmap: Fix double uncharge the mem of sk_msg
Wang Yufen <[email protected]>
bpf, sockmap: Fix more uncharged while msg has more_data
Wang Yufen <[email protected]>
bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
Wang Yufen <[email protected]>
bpf, sockmap: Fix memleak in sk_psock_queue_msg
Yongzhi Liu <[email protected]>
RDMA/mlx5: Fix memory leak in error flow for subscribe event routine
Leon Romanovsky <[email protected]>
Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
Dan Carpenter <[email protected]>
RDMA/irdma: Prevent some integer underflows
Linus Walleij <[email protected]>
power: ab8500_chargalg: Use CLOCK_MONOTONIC
Xin Xiong <[email protected]>
mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
Yaliang Wang <[email protected]>
MIPS: pgalloc: fix memory leak caused by pgd_free()
Randy Dunlap <[email protected]>
MIPS: RB532: fix return value of __setup handler
Miaoqian Lin <[email protected]>
mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
Miaoqian Lin <[email protected]>
ath10k: Fix error handling in ath10k_setup_msa_resources
Oliver Hartkopp <[email protected]>
vxcan: enable local echo for sent CAN frames
Johannes Berg <[email protected]>
iwlwifi: pcie: fix SW error MSI-X mapping
Max Filippov <[email protected]>
xtensa: add missing XCHAL_HAVE_WINDOWED check
Hangyu Hua <[email protected]>
powerpc: 8xx: fix a return value error in mpc8xx_pic_init
Sreekanth Reddy <[email protected]>
scsi: mpt3sas: Fix incorrect 4GB boundary check
Jia-Ju Bai <[email protected]>
platform/x86: huawei-wmi: check the return value of device_create_file()
Felix Maurer <[email protected]>
selftests/bpf: Make test_lwt_ip_encap more stable and faster
lic121 <[email protected]>
libbpf: Unmap rings when umem deleted
Jiasheng Jiang <[email protected]>
mfd: mc13xxx: Add check for mc13xxx_irq_request
Michael Ellerman <[email protected]>
powerpc/64s: Don't use DSISR for SLB faults
Jakob Koschel <[email protected]>
powerpc/sysdev: fix incorrect use to determine if list is empty
Maciej W. Rozycki <[email protected]>
MIPS: Sanitise Cavium switch cases in TLB handler synthesizers
Randy Dunlap <[email protected]>
mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n
Rob Clark <[email protected]>
drm/msm/a6xx: Fix missing ARRAY_SIZE() check
Robert Hancock <[email protected]>
net: axienet: fix RX ring refill allocation failure handling
Mark Tomlinson <[email protected]>
PCI: Reduce warnings on possible RW1C corruption
Yajun Deng <[email protected]>
RDMA/core: Fix ib_qp_usecnt_dec() called when error
Mike Marciniszyn <[email protected]>
IB/hfi1: Allow larger MTU without AIP
Jiasheng Jiang <[email protected]>
power: supply: wm8350-power: Add missing free in free_charger_irq
Jiasheng Jiang <[email protected]>
power: supply: wm8350-power: Handle error for wm8350_register_irq
Radoslaw Biernacki <[email protected]>
Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()
Tom Rix <[email protected]>
Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
Divya Koppera <[email protected]>
net: phy: micrel: Fix concurrent register access
Robert Hancock <[email protected]>
i2c: xiic: Make bus names unique
Mark Brown <[email protected]>
KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
Anssi Hannula <[email protected]>
hv_balloon: rate-limit "Unhandled message" warning
Sean Christopherson <[email protected]>
KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
Hou Wenlong <[email protected]>
KVM: x86/emulator: Defer not-present segment check in __load_segment_descriptor()
Zhenzhong Duan <[email protected]>
KVM: x86: Fix emulation in writing cr8
Michael Ellerman <[email protected]>
powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit
Daniel Henrique Barboza <[email protected]>
powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()
Xu Kuohai <[email protected]>
libbpf: Skip forward declaration when counting duplicated type names
Christophe JAILLET <[email protected]>
gpu: host1x: Fix a memory leak in 'host1x_remove()'
Christophe JAILLET <[email protected]>
gpu: host1x: Fix an error handling path in 'host1x_probe()'
Stijn Tintel <[email protected]>
libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
Mustafa Ismail <[email protected]>
RDMA/irdma: Remove incorrect masking of PD
Mustafa Ismail <[email protected]>
RDMA/irdma: Fix Passthrough mode in VM
Mustafa Ismail <[email protected]>
RDMA/irdma: Fix netdev notifications for vlan's
Magnus Karlsson <[email protected]>
xsk: Fix race at socket teardown
Hou Tao <[email protected]>
bpf, arm64: Feed byte-offset into bpf line info
Hou Tao <[email protected]>
bpf, arm64: Call build_prologue() first in first JIT pass
Nishanth Menon <[email protected]>
drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
Xiang Chen <[email protected]>
scsi: hisi_sas: Change permission of parameter prot_mask
Hans de Goede <[email protected]>
power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false return
Miaoqian Lin <[email protected]>
drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
Zhang Yi <[email protected]>
ext2: correct max file size computing
Kees Cook <[email protected]>
drm/dp: Fix OOB read when handling Post Cursor2 register
MeiChia Chiu <[email protected]>
mt76: mt7915: fix the muru tlv issue
Bo Jiao <[email protected]>
mt76: mt7915: enlarge wcid size to 544
Christophe JAILLET <[email protected]>
power: supply: sbs-charger: Don't cancel work that is not initialized
Randy Dunlap <[email protected]>
TOMOYO: fix __setup handlers return values
Maíra Canal <[email protected]>
drm/amd/display: Remove vupdate_int_entry definition
Aharon Landau <[email protected]>
RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
Luiz Angelo Daros de Luca <[email protected]>
net: dsa: realtek-smi: move to subdirectory
Luiz Angelo Daros de Luca <[email protected]>
net: dsa: realtek-smi: fix kdoc warnings
Deren Wu <[email protected]>
mt76: mt7921s: fix missing fc type/sub-type for 802.11 pkts
Lorenzo Bianconi <[email protected]>
mt76: fix endianness errors in reverse_frag0_hdr_trans
Lorenzo Bianconi <[email protected]>
mt76: do not always copy ethhdr in reverse_frag0_hdr_trans
Damien Le Moal <[email protected]>
scsi: pm8001: Fix abort all task initialization
Damien Le Moal <[email protected]>
scsi: pm8001: Fix NCQ NON DATA command completion handling
Damien Le Moal <[email protected]>
scsi: pm8001: Fix NCQ NON DATA command task initialization
Damien Le Moal <[email protected]>
scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
Damien Le Moal <[email protected]>
scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
Bart Van Assche <[email protected]>
scsi: fnic: Fix a tracing statement
Abhishek Sahu <[email protected]>
vfio/pci: wake-up devices around reset functions
Abhishek Sahu <[email protected]>
vfio/pci: fix memory leak during D3hot to D0 transition
Aashish Sharma <[email protected]>
dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
Nemanja Rakovic <[email protected]>
mips: Enable KCSAN
Rameshkumar Sundaram <[email protected]>
ath11k: Invalidate cached reo ring entry before accessing it
Alexander Lobakin <[email protected]>
i40e: remove dead stores on XSK hotpath
Dmitry Baryshkov <[email protected]>
drm/msm/dp: fix panel bridge attachment
Dmitry Baryshkov <[email protected]>
drm/msm/dpu: remove msm_dp cached in dpu_encoder_virt
Dmitry Baryshkov <[email protected]>
drm/msm/dpu: fix dp audio condition
Dmitry Baryshkov <[email protected]>
drm/msm/dpu: add DSPP blocks teardown
Dmitry Baryshkov <[email protected]>
drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode
Marijn Suijten <[email protected]>
drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
Kuogee Hsieh <[email protected]>
drm/msm/dp: always add fail-safe mode into connector mode list
Kuogee Hsieh <[email protected]>
drm/msm/dp: stop link training after link training 2 failed
Kuogee Hsieh <[email protected]>
drm/msm/dp: populate connector of struct dp_panel
Kuogee Hsieh <[email protected]>
drm/msm/dp: do not initialize phy until plugin interrupt received
Amit Kumar Mahapatra <[email protected]>
mtd: rawnand: pl353: Set the nand chip node as the flash node
Dan Carpenter <[email protected]>
iwlwifi: mvm: Fix an error code in iwl_mvm_up()
Colin Ian King <[email protected]>
iwlwifi: Fix -EIO error code that is never returned
Dan Carpenter <[email protected]>
iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()
Mukesh Sisodiya <[email protected]>
iwlwifi: yoyo: Avoid using dram data if allocation failed
Rotem Saado <[email protected]>
iwlwifi: yoyo: remove DBGI_SRAM address reset writing
Johannes Berg <[email protected]>
iwlwifi: mvm: align locking in D3 test debugfs
Luca Coelho <[email protected]>
iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req
Takashi Iwai <[email protected]>
iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta
Geliang Tang <[email protected]>
selftests: mptcp: add csum mib check for mptcp_connect
Tong Zhang <[email protected]>
dax: make sure inodes are flushed before destroy cache
Dan Williams <[email protected]>
cxl/port: Hold port reference until decoder release
Dan Williams <[email protected]>
cxl/core/port: Rename bus.c to port.c
Håkon Bugge <[email protected]>
IB/cma: Allow XRC INI QPs to set their local ACK timeout
Andrii Nakryiko <[email protected]>
libbpf: Fix memleak in libbpf_netlink_recv()
Jiri Olsa <[email protected]>
bpftool: Fix pretty print dump for maps without BTF loaded
Roman Li <[email protected]>
drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
Yiqing Yao <[email protected]>
drm/amd/pm: enable pm sysfs write for one VF mode
Yinjun Zhang <[email protected]>
bpftool: Fix the error when lookup in no-btf maps
Martin Povišer <[email protected]>
i2c: pasemi: Drop I2C classes from platform driver variant
Wen Gong <[email protected]>
ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()
Pin-Yen Lin <[email protected]>
drm/bridge: anx7625: Fix overflow issue on reading EDID
Jiasheng Jiang <[email protected]>
iommu/ipmmu-vmsa: Check for error num after setting mask
Dmitry Torokhov <[email protected]>
HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
Miaoqian Lin <[email protected]>
power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init
Toke Høiland-Jørgensen <[email protected]>
libbpf: Use dynamically allocated buffer when receiving netlink messages
Andrii Nakryiko <[email protected]>
libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
Linus Walleij <[email protected]>
power: supply: ab8500: Swap max and overvoltage
Neil Armstrong <[email protected]>
drm/bridge: dw-hdmi: use safe format when first in bridge chain
Dan Carpenter <[email protected]>
rtw88: fix use after free in rtw_hw_scan_update_probe_req()
Andrii Nakryiko <[email protected]>
libbpf: Fix compilation warning due to mismatched printf format
Po Liu <[email protected]>
net:enetc: allocate CBD ring data memory using DMA coherent methods
Tianyu Lan <[email protected]>
Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()
Jonathan Cameron <[email protected]>
cxl/regs: Fix size of CXL Capability Header Register
Dan Williams <[email protected]>
tools/testing/cxl: Fix root port to host bridge assignment
Dan Williams <[email protected]>
cxl/core: Fix cxl_probe_component_regs() error message
Ilya Leoshkevich <[email protected]>
libbpf: Fix riscv register names
Dan Carpenter <[email protected]>
libbpf: Fix signedness bug in btf_dump_array_data()
Xiao Yang <[email protected]>
RDMA/rxe: Check the last packet by RXE_END_MASK
Pali Rohár <[email protected]>
PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge
Pali Rohár <[email protected]>
PCI: aardvark: Fix reading MSI interrupt number
Luben Tuikov <[email protected]>
drm/amdgpu: Don't offset by 2 in FRU EEPROM
Corinna Vinschen <[email protected]>
igb: refactor XDP registration
Corinna Vinschen <[email protected]>
igc: avoid kernel warning when changing RX ring parameters
Naveen N. Rao <[email protected]>
selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
Kenta Tada <[email protected]>
selftests/bpf: Extract syscall wrapper
Mark Brown <[email protected]>
mtd: mchp48l640: Add SPI ID table
Mark Brown <[email protected]>
mtd: mchp23k256: Add SPI ID table
Christophe JAILLET <[email protected]>
i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'
Pavel Skripkin <[email protected]>
net: asix: add proper error handling of usb read errors
Christophe Leroy <[email protected]>
livepatch: Fix build failure on 32 bits processors
Thomas Bracht Laumann Jespersen <[email protected]>
scripts/dtc: Call pkg-config POSIXly correct
Johannes Berg <[email protected]>
mac80211: limit bandwidth in HE capabilities
Yonghong Song <[email protected]>
bpf: Fix a btf decl_tag bug when tagging a function
Tobias Waldekranz <[email protected]>
net: dsa: mv88e6xxx: Enable port policy support on 6097
Miroslav Lichvar <[email protected]>
ptp: unregister virtual clocks when unregistering physical clock.
MeiChia Chiu <[email protected]>
mt76: mt7915: fix the nss setting in bitrates
Peter Chiu <[email protected]>
mt76: mt7915: fix mcs_map in mt7915_mcu_set_sta_he_mcs()
Lorenzo Bianconi <[email protected]>
mt76: mt7921s: fix a possible memory leak in mt7921_load_patch
Lorenzo Bianconi <[email protected]>
mt76: mt7915: fix possible memory leak in mt7915_mcu_add_sta
Lorenzo Bianconi <[email protected]>
mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update
Lorenzo Bianconi <[email protected]>
mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update
Sean Wang <[email protected]>
mt76: mt7921e: fix possible probe failure after reboot
Leon Yen <[email protected]>
mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrl
Peter Chiu <[email protected]>
mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()
Peter Chiu <[email protected]>
mt76: mt7915: fix ht mcs in mt7915_mac_add_txs_skb()
Lorenzo Bianconi <[email protected]>
mt76: mt7615: fix a leftover race in runtime-pm
Lorenzo Bianconi <[email protected]>
mt76: mt7921: fix a leftover race in runtime-pm
Lorenzo Bianconi <[email protected]>
mt76: mt7921: do not always disable fw runtime-pm
Sean Wang <[email protected]>
mt76: mt7921: set EDCA parameters with the MCU CE command
Sean Wang <[email protected]>
mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition error
Lorenzo Bianconi <[email protected]>
mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv
Lorenzo Bianconi <[email protected]>
mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta mode
Lorenzo Bianconi <[email protected]>
mt76: connac: fix sta_rec_wtbl tag len
Athira Rajeev <[email protected]>
powerpc/perf: Don't use perf_hw_context for trace IMC PMU
Fabiano Rosas <[email protected]>
KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
Maxim Kiselev <[email protected]>
powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
Jiasheng Jiang <[email protected]>
ray_cs: Check ioremap return value
Miaoqian Lin <[email protected]>
power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe
Alexander Lobakin <[email protected]>
ixgbe: respect metadata on XSK Rx to skb
Alexander Lobakin <[email protected]>
ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin <[email protected]>
ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
Alexander Lobakin <[email protected]>
igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin <[email protected]>
ice: respect metadata on XSK Rx to skb
Alexander Lobakin <[email protected]>
ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin <[email protected]>
i40e: respect metadata on XSK Rx to skb
Alexander Lobakin <[email protected]>
i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Christophe JAILLET <[email protected]>
drm/bridge: lt9611: Fix an error handling path in lt9611_probe()
Po-Hao Huang <[email protected]>
rtw88: fix memory overrun and memory leak during hw_scan
Po-Hao Huang <[email protected]>
rtw88: fix idle mode flow for hw scan
Muhammad Usama Anjum <[email protected]>
rtw88: check for validity before using a pointer
Gerhard Engleder <[email protected]>
selftests/net: timestamping: Fix bind_phc check
Fabiano Rosas <[email protected]>
KVM: PPC: Fix vmx/vsx mixup in mmio emulation
Maor Gottlieb <[email protected]>
RDMA/core: Set MR type in ib_reg_user_mr
Wen Gong <[email protected]>
ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHz
Pavel Skripkin <[email protected]>
ath9k_htc: fix uninit value bugs
Hangbin Liu <[email protected]>
selftests/bpf/test_xdp_redirect_multi: use temp netns for testing
Robert Hancock <[email protected]>
net: phy: at803x: move page selection fix to config_init
Tom Rix <[email protected]>
drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function
Zhou Qingyang <[email protected]>
drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes()
Nicholas Kazlauskas <[email protected]>
drm/amd/display: Call dc_stream_release for remove link enc assignment
Zhou Qingyang <[email protected]>
drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
Luiz Augusto von Dentz <[email protected]>
Bluetooth: hci_event: Fix HCI_EV_VENDOR max_len
Tobias Waldekranz <[email protected]>
net: dsa: Avoid cross-chip syncing of VLAN filtering
Tobias Waldekranz <[email protected]>
net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leave
Brett Creeley <[email protected]>
ionic: Correctly print AQ errors if completions aren't received
Shannon Nelson <[email protected]>
ionic: fix up printing of timeout error
Brett Creeley <[email protected]>
ionic: Don't send reset commands if FW isn't running
Shannon Nelson <[email protected]>
ionic: start watchdog after all is setup
Shannon Nelson <[email protected]>
ionic: fix type complaint in ionic_dev_cmd_clean()
Maxime Ripard <[email protected]>
drm/edid: Split deep color modes between RGB and YUV444
Maxime Ripard <[email protected]>
drm/edid: Don't clear formats if using deep color
Magnus Karlsson <[email protected]>
selftests, xsk: Fix rx_full stats test
Dario Binacchi <[email protected]>
mtd: rawnand: gpmi: fix controller timings setting
Jiasheng Jiang <[email protected]>
mtd: onenand: Check for error irq
Sean Wang <[email protected]>
Bluetooth: btmtksdio: mask out interrupt status
Mark Chen <[email protected]>
Bluetooth: mt7921s: fix btmtksdio_[drv|fw]_pmctrl()
Mark Chen <[email protected]>
Bluetooth: btmtksdio: refactor btmtksdio_runtime_[suspend|resume]()
Mark Chen <[email protected]>
Bluetooth: mt7921s: fix bus hang with wrong privilege
Mark Chen <[email protected]>
Bluetooth: mt7921s: fix firmware coredump retrieve
Pavel Skripkin <[email protected]>
Bluetooth: hci_serdev: call init_rwsem() before p->open()
Tedd Ho-Jeong An <[email protected]>
Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products
Felix Maurer <[email protected]>
selftests: bpf: Fix bind on used port
Jani Nikula <[email protected]>
drm/locking: fix drm_modeset_acquire_ctx kernel-doc
José Expósito <[email protected]>
drm/selftests/test-drm_dp_mst_helper: Fix memory leak in sideband_msg_req_encode_decode
Kumar Kartikeya Dwivedi <[email protected]>
bpf: Fix UAF due to race between btf_try_get_module and load_module
Pavel Skripkin <[email protected]>
udmabuf: validate ubuf->pagecount
Dan Carpenter <[email protected]>
ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()
Wei Fu <[email protected]>
bpftool: Only set obj->skeleton on complete success
Yafang Shao <[email protected]>
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Mauricio Vásquez <[email protected]>
bpftool: Fix error check when calling hashmap__new()
Jiasheng Jiang <[email protected]>
drm/panfrost: Check for error num after setting mask
Wen Gong <[email protected]>
ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855
Dan Carpenter <[email protected]>
Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()
Jiasheng Jiang <[email protected]>
drm/v3d/v3d_drv: Check for error num after setting mask
Wen Gong <[email protected]>
ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
Yang Yingliang <[email protected]>
ath11k: add missing of_node_put() to avoid leak
Jagan Teki <[email protected]>
drm: bridge: adv7511: Fix ADV7535 HPD enablement
Miaoqian Lin <[email protected]>
drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe
Miaoqian Lin <[email protected]>
drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe
Miaoqian Lin <[email protected]>
drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev
Martin Blumenstingl <[email protected]>
drm/meson: Fix error handling when afbcd.ops->init fails
Martin Blumenstingl <[email protected]>
drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
Christophe JAILLET <[email protected]>
drm/bridge: sn65dsi83: Fix an error handling path in sn65dsi83_probe()
Andre Przywara <[email protected]>
ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx
Andre Przywara <[email protected]>
ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS
Meng Tang <[email protected]>
ASoC: amd: Fix reference to PCM buffer address
Miaoqian Lin <[email protected]>
ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data
Miaoqian Lin <[email protected]>
ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev_probe
Miaoqian Lin <[email protected]>
ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe
Miaoqian Lin <[email protected]>
ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe
zhangqilong <[email protected]>
ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume
Daniel Bristot de Oliveira <[email protected]>
rtla/osnoise: Fix osnoise hist stop tracing message
Jiasheng Jiang <[email protected]>
mmc: davinci_mmc: Handle error for clk_enable
Miaoqian Lin <[email protected]>
ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd_digital_probe
Kai Vehmanen <[email protected]>
ASoC: SOF: Intel: enable DMI L1 for playback streams
Wang Wensheng <[email protected]>
ASoC: imx-es8328: Fix error return code in imx_es8328_probe()
Shengjiu Wang <[email protected]>
ASoC: fsl_spdif: Disable TX clock when stop
Miaoqian Lin <[email protected]>
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
Codrin Ciubotariu <[email protected]>
ASoC: dmaengine: do not use a NULL prepare_slave_config() callback
Miaoqian Lin <[email protected]>
ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe
Miaoqian Lin <[email protected]>
ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe
Miaoqian Lin <[email protected]>
ASoC: SOF: Add missing of_node_put() in imx8m_probe
Miaoqian Lin <[email protected]>
ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in rockchip_i2s_probe
Miaoqian Lin <[email protected]>
ASoC: atmel: Fix error handling in snd_proto_probe
Hans Verkuil <[email protected]>
ivtv: fix incorrect device_caps for ivtvfb
Jakob Koschel <[email protected]>
media: saa7134: fix incorrect use to determine if list is empty
Miaoqian Lin <[email protected]>
video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of
Jiasheng Jiang <[email protected]>
ASoC: fsi: Add check for clk_enable
Jiasheng Jiang <[email protected]>
ASoC: wm8350: Handle error for wm8350_register_irq
Miaoqian Lin <[email protected]>
ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe
Lucas Tanure <[email protected]>
ASoC: cs35l41: Fix max number of TX channels
David Rhodes <[email protected]>
ASoC: cs35l41: Fix GPIO2 configuration
Jiasheng Jiang <[email protected]>
media: vidtv: Check for null return of vzalloc
Dafna Hirschfeld <[email protected]>
media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED
Randy Dunlap <[email protected]>
m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
Rob Herring <[email protected]>
arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly
Takashi Sakamoto <[email protected]>
ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction
Jia-Ju Bai <[email protected]>
memory: emif: check the pointer temp in get_device_details()
Jiasheng Jiang <[email protected]>
memory: emif: Add check for setup_interrupts
Daniel Scally <[email protected]>
media: i2c: Fix pixel array positions in ov8865
Jiasheng Jiang <[email protected]>
ASoC: soc-compress: prevent the potentially use of null pointer
Jiasheng Jiang <[email protected]>
ASoC: dwc-i2s: Handle errors for clk_enable
Jiasheng Jiang <[email protected]>
ASoC: atmel_ssc_dai: Handle errors for clk_enable
Jiasheng Jiang <[email protected]>
ASoC: mxs-saif: Handle errors for clk_enable
Randy Dunlap <[email protected]>
printk: fix return value of printk.devkmsg __setup handler
Frank Wunderlich <[email protected]>
arm64: dts: broadcom: Fix sata nodename
Kuldeep Singh <[email protected]>
arm64: dts: ns2: Fix spi-cpol and spi-cpha property
Jiasheng Jiang <[email protected]>
ALSA: spi: Add check for clk_enable()
Jiasheng Jiang <[email protected]>
ASoC: ti: davinci-i2s: Add check for clk_enable()
Aswath Govindraju <[email protected]>
mmc: sdhci_am654: Fix the driver data of AM64 SoC
Chun-Jie Chen <[email protected]>
soc: mediatek: pm-domains: Add wakeup capacity support in power domain
Jia-Ju Bai <[email protected]>
ASoC: acp: check the return value of devm_kzalloc() in acp_legacy_dai_links_create()
Jia-Ju Bai <[email protected]>
ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()
Arnd Bergmann <[email protected]>
uaccess: fix nios2 and microblaze get_user_8()
Christophe Leroy <[email protected]>
vsprintf: Fix %pK with kptr_restrict == 0
Muhammad Usama Anjum <[email protected]>
selftests/lkdtm: Add UBSAN config
Muhammad Usama Anjum <[email protected]>
selftests: vm: remove dependecy from internal kernel macros
Mirela Rabulea <[email protected]>
media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated
Jernej Skrabec <[email protected]>
media: hantro: sunxi: Fix VP9 steps
Nicolas Dufresne <[email protected]>
media: v4l2-core: Initialize h264 scaling matrix
Srinivas Kandagatla <[email protected]>
ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put
Srinivas Kandagatla <[email protected]>
ASoC: codecs: wcd934x: fix kcontrol max values
Srinivas Kandagatla <[email protected]>
ASoC: codecs: wcd938x: fix kcontrol max values
Srinivas Kandagatla <[email protected]>
ASoC: codecs: wc938x: fix accessing array out of bounds for enum type
Srinivas Kandagatla <[email protected]>
ASoC: codecs: va-macro: fix accessing array out of bounds for enum type
Srinivas Kandagatla <[email protected]>
ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type
Srinivas Kandagatla <[email protected]>
ASoC: codecs: rx-macro: fix accessing compander for aux
Keerthy <[email protected]>
arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for wkup_gpioX instances
Jernej Skrabec <[email protected]>
media: cedrus: h264: Fix neighbour info buffer size
Jernej Skrabec <[email protected]>
media: cedrus: H265: Fix neighbour info buffer size
Dan Carpenter <[email protected]>
media: usb: go7007: s2250-board: fix leak in probe()
Yunfei Dong <[email protected]>
media: uapi: Init VP9 stateless decode params
Dongliang Mu <[email protected]>
media: em28xx: initialize refcount before kref_get
Zhou Qingyang <[email protected]>
media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_formats()
Tom Rix <[email protected]>
media: video/hdmi: handle short reads of hdmi info frame.
Neil Armstrong <[email protected]>
media: mexon-ge2d: fixup frames size in registers
Marek Vasut <[email protected]>
ARM: dts: imx: Add missing LVDS decoder on M53Menlo
Manivannan Sadhasivam <[email protected]>
ARM: dts: qcom: sdx55: Fix the address used for PCIe EP local addr space
Andy Shevchenko <[email protected]>
vsprintf: Fix potential unaligned access
Ard Biesheuvel <[email protected]>
ARM: ftrace: ensure that ADR takes the Thumb bit into account
Olivier Moysan <[email protected]>
ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
Paul Kocialkowski <[email protected]>
ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
Stephan Gerhold <[email protected]>
cpuidle: qcom-spm: Check if any CPU is managed by SPM
Miaoqian Lin <[email protected]>
soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe
Christophe JAILLET <[email protected]>
firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not defined
Baruch Siach <[email protected]>
arm64: dts: qcom: ipq6018: fix usb reference period
Petr Vorel <[email protected]>
arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk" to GCC
Maulik Shah <[email protected]>
arm64: dts: qcom: sm8450: Update cpuidle states parameters
Maulik Shah <[email protected]>
arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc
Maulik Shah <[email protected]>
arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc
Rafał Miłecki <[email protected]>
arm64: dts: broadcom: bcm4908: use proper TWD binding
Petr Vorel <[email protected]>
arm64: dts: qcom: msm8916-j5: Fix typo
Dmitry Baryshkov <[email protected]>
arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema
David Heidelberg <[email protected]>
arm64: dts: qcom: sdm845: fix microphone bias properties and values
Daniel Thompson <[email protected]>
soc: qcom: aoss: remove spurious IRQF_ONESHOT flags
Miaoqian Lin <[email protected]>
soc: qcom: aoss: Fix missing put_device call in qmp_get
Miaoqian Lin <[email protected]>
soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem
Jiasheng Jiang <[email protected]>
soc: qcom: rpmpd: Check for null return of devm_kcalloc
Pavel Kubelun <[email protected]>
ARM: dts: qcom: ipq4019: fix sleep clock
Marijn Suijten <[email protected]>
firmware: qcom: scm: Remove reassignment to desc following initializer
Douglas Anderson <[email protected]>
arm64: dts: qcom: sc7280: Fix gmu unit address
Randy Dunlap <[email protected]>
ASoC: max98927: add missing header file
Zev Weiss <[email protected]>
ARM: dts: Fix OpenBMC flash layout label addresses
Dan Carpenter <[email protected]>
video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
Dan Carpenter <[email protected]>
video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()
Wang Hai <[email protected]>
video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()
YueHaibing <[email protected]>
video: fbdev: controlfb: Fix COMPILE_TEST build
Z. Liu <[email protected]>
video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoid black screen
Jammy Huang <[email protected]>
media: aspeed: Correct value for h-total-pixels
Bingbu Cao <[email protected]>
media: ov2740: identify module after subdev initialisation
Sakari Ailus <[email protected]>
media: ov5648: Don't pack controls struct
Sakari Ailus <[email protected]>
media: v4l: Avoid unaligned access warnings when printing 4cc modifiers
Janusz Krzysztofik <[email protected]>
media: ov6650: Fix set format try processing path
Chen-Yu Tsai <[email protected]>
media: hantro: Fix overfill bottom register field name
Jiasheng Jiang <[email protected]>
media: meson: vdec: potential dereference of null pointer
Miaoqian Lin <[email protected]>
media: coda: Fix missing put_device() call in coda_get_vdoa_data
Dmitry Osipenko <[email protected]>
memory: tegra20-emc: Correct memory device mask
Robert Hancock <[email protected]>
ASoC: simple-card-utils: Set sysclk on all components
Robert Hancock <[email protected]>
ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting
Jiasheng Jiang <[email protected]>
ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
Lad Prabhakar <[email protected]>
ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
Eugen Hristev <[email protected]>
media: atmel: atmel-sama7g5-isc: fix ispck leftover
Ondrej Zary <[email protected]>
media: bttv: fix WARNING regression on tunerless devices
Martin Kepplinger <[email protected]>
media: imx: imx8mq-mipi_csi2: fix system resume
Martin Kepplinger <[email protected]>
media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation
Jiasheng Jiang <[email protected]>
media: mtk-vcodec: potential dereference of null pointer
Chen-Yu Tsai <[email protected]>
media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
Laurent Pinchart <[email protected]>
media: staging: media: imx: imx7-mipi-csis: Make subdev name unique
Jonathan Marek <[email protected]>
media: camss: vfe-170: fix "VFE halt timeout" error
Jonathan Marek <[email protected]>
media: camss: csid-170: set the right HALT_CMD when disabled
Jonathan Marek <[email protected]>
media: camss: csid-170: don't enable unused irqs
Jonathan Marek <[email protected]>
media: camss: csid-170: fix non-10bit formats
Corentin Labbe <[email protected]>
media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size
Sam Protsenko <[email protected]>
pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios
Peng Liu <[email protected]>
kunit: make kunit_test_timeout compatible with comment
David Hildenbrand <[email protected]>
drivers/base/memory: add memory block to memory group after registration succeeded
Guillaume Tucker <[email protected]>
selftests, x86: fix how check_cc.sh is being invoked
Shyam Prasad N <[email protected]>
cifs: use a different reconnect helper for non-cifsd threads
Fengnan Chang <[email protected]>
f2fs: fix compressed file start atomic write may cause data corruption
Dongliang Mu <[email protected]>
fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
Matthew Wilcox (Oracle) <[email protected]>
iomap: Fix iomap_invalidatepage tracepoint
Filipe Manana <[email protected]>
btrfs: fix unexpected error path when reflinking an inline extent
Chao Yu <[email protected]>
f2fs: fix to avoid potential deadlock
Valentin Schneider <[email protected]>
sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
Chengming Zhou <[email protected]>
sched/cpuacct: Fix charge percpu cpuusage
Amir Goldstein <[email protected]>
nfsd: more robust allocation failure handling in nfsd_file_cache_init
Lukas Czerner <[email protected]>
ext4: fix remount with 'abort' option
Jaegeuk Kim <[email protected]>
f2fs: fix missing free nid in f2fs_handle_failed_inode
Mel Gorman <[email protected]>
sched/fair: Improve consistency of allowed NUMA balance calculations
Adrian Hunter <[email protected]>
perf/x86/intel/pt: Fix address filter config for 32-bit kernel
Adrian Hunter <[email protected]>
perf/core: Fix address filter parser for multiple filters
Mathieu Desnoyers <[email protected]>
rseq: Remove broken uapi field layout on 32-bit little endian
Qais Yousef <[email protected]>
sched/uclamp: Fix iowait boost escaping uclamp restriction
Qais Yousef <[email protected]>
sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
Qais Yousef <[email protected]>
sched/core: Export pelt_thermal_tp
Bharata B Rao <[email protected]>
sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
Chao Yu <[email protected]>
f2fs: fix to enable ATGC correctly via gc_idle sysfs interface
David Howells <[email protected]>
watch_queue: Actually free the watch
David Howells <[email protected]>
watch_queue: Fix NULL dereference in error cleanup
Jens Axboe <[email protected]>
io_uring: terminate manual loop iterator loop correctly for non-vecs
Jens Axboe <[email protected]>
io_uring: don't check unrelated req->open.how in accept request
Randy Dunlap <[email protected]>
clocksource: acpi_pm: fix return value of __setup handler
Brandon Wyman <[email protected]>
hwmon: (pmbus) Add Vin unit off handling
Miaoqian Lin <[email protected]>
hwrng: nomadik - Change clk_disable to clk_disable_unprepare
Giovanni Cabiddu <[email protected]>
crypto: qat - fix initialization of pfvf rts_map_msg structures
Giovanni Cabiddu <[email protected]>
crypto: qat - fix initialization of pfvf cap_msg structures
Jianglei Nie <[email protected]>
crypto: ccree - Fix use after free in cc_cipher_exit()
Dāvis Mosāns <[email protected]>
crypto: ccp - ccp_dmaengine_unregister release dma channels
Randy Dunlap <[email protected]>
ACPI: APEI: fix return value of __setup handlers
Dave Kleikamp <[email protected]>
KEYS: trusted: Avoid calling null function trusted_key_exit
Andreas Rammhold <[email protected]>
KEYS: trusted: Fix trusted key backends when building as module
Robin Murphy <[email protected]>
perf/arm-cmn: Update watchpoint format
Robin Murphy <[email protected]>
perf/arm-cmn: Hide XP PUB events for CMN-600
Mark Rutland <[email protected]>
arm64: prevent instrumentation of bp hardening callbacks
Guillaume Ranquet <[email protected]>
clocksource/drivers/timer-of: Check return value of of_iomap in timer_of_base_init()
Claudiu Beznea <[email protected]>
clocksource/drivers/timer-microchip-pit64b: Use notrace
Krzysztof Kozlowski <[email protected]>
clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts
Drew Fustini <[email protected]>
clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix
Petr Vorel <[email protected]>
crypto: vmx - add missing dependencies
Corentin Labbe <[email protected]>
crypto: gemini - call finalize with bh disabled
Corentin Labbe <[email protected]>
crypto: amlogic - call finalize with bh disabled
Corentin Labbe <[email protected]>
crypto: sun8i-ce - call finalize with bh disabled
Corentin Labbe <[email protected]>
crypto: sun8i-ss - call finalize with bh disabled
Claudiu Beznea <[email protected]>
hwrng: atmel - disable trng on failure path
Jiasheng Jiang <[email protected]>
spi: spi-zynqmp-gqspi: Handle error for dma_set_mask
Randy Dunlap <[email protected]>
PM: suspend: fix return value of __setup handler
Randy Dunlap <[email protected]>
PM: hibernate: fix __setup handler error handling
Eric Biggers <[email protected]>
block: don't delete queue kobject before its children
Christoph Hellwig <[email protected]>
nvme: fix the check for duplicate unique identifiers
Christoph Hellwig <[email protected]>
nvme: cleanup __nvme_check_ids
Armin Wolf <[email protected]>
hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING
Patrick Rudolph <[email protected]>
hwmon: (pmbus) Add mutex to regulator ops
Andy Shevchenko <[email protected]>
spi: pxa2xx-pci: Balance reference count for PCI DMA device
Kai Ye <[email protected]>
crypto: hisilicon/sec - fix the aead software fallback for engine
Gilad Ben-Yossef <[email protected]>
crypto: ccree - don't attempt 0 len DMA mappings
Randy Dunlap <[email protected]>
EVM: fix the evm= __setup handler return value
Richard Guy Briggs <[email protected]>
audit: log AUDIT_TIME_* records only from rules
Zhang Wensheng <[email protected]>
block: update io_ticks when io hang
Corentin Labbe <[email protected]>
crypto: rockchip - ECB does not need IV
Muhammad Usama Anjum <[email protected]>
selftests/sgx: Treat CC as one argument
Muhammad Usama Anjum <[email protected]>
selftests/x86: Add validity check and allow field splitting
Chengming Zhou <[email protected]>
blk-cgroup: set blkg iostat after percpu stat aggregation
Ondrej Mosnacek <[email protected]>
security: implement sctp_assoc_established hook in selinux
Ondrej Mosnacek <[email protected]>
security: add sctp_assoc_established hook
Jianyong Wu <[email protected]>
arm64/mm: avoid fixmap race condition when create pud mapping
Marco Elver <[email protected]>
stack: Constrain and fix stack offset randomization with Clang builds
Reinette Chatre <[email protected]>
selftests/sgx: Ensure enclave data available during debug print
Reinette Chatre <[email protected]>
selftests/sgx: Do not attempt enclave build without valid enclave
Reinette Chatre <[email protected]>
selftests/sgx: Fix NULL-pointer-dereference upon early test failure
Geert Uytterhoeven <[email protected]>
perf: MARVELL_CN10K_TAD_PMU should depend on ARCH_THUNDER
Miaoqian Lin <[email protected]>
spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
Miaoqian Lin <[email protected]>
spi: tegra114: Add missing IRQ check in tegra_spi_probe
Shijith Thotton <[email protected]>
crypto: octeontx2 - remove CONFIG_DM_CRYPT check
Jiasheng Jiang <[email protected]>
thermal: int340x: Check for NULL after calling kmemdup()
Scott Mayhew <[email protected]>
selinux: Fix selinux_sb_mnt_opts_compat()
Tomas Paukrt <[email protected]>
crypto: mxs-dcp - Fix scatterlist processing
Shijith Thotton <[email protected]>
crypto: octeontx2 - select CONFIG_NET_DEVLINK
Herbert Xu <[email protected]>
crypto: authenc - Fix sleep in atomic context in decrypt_tail
Giovanni Cabiddu <[email protected]>
crypto: qat - fix access to PFVF interrupt registers for GEN4
Herbert Xu <[email protected]>
crypto: kdf - Select hmac in addition to sha256
Corentin Labbe <[email protected]>
crypto: sun8i-ss - really disable hash on A80
Geert Uytterhoeven <[email protected]>
hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER
Dan Carpenter <[email protected]>
crypto: qat - fix a signedness bug in get_service_enabled()
Peter Gonda <[email protected]>
crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()
Christian Göttsche <[email protected]>
selinux: check return value of sel_make_avc_files
GONG, Ruiqi <[email protected]>
selinux: access superblock_security_struct in LSM blob way
kernel test robot <[email protected]>
regulator: qcom_smd: fix for_each_child.cocci warnings
Marc Zyngier <[email protected]>
PCI: xgene: Revert "PCI: xgene: Fix IB window setup"
Marc Zyngier <[email protected]>
PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup"
Liguang Zhang <[email protected]>
PCI: pciehp: Clear cmd_busy bit in polling mode
Fabio Estevam <[email protected]>
PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
Mastan Katragadda <[email protected]>
drm/i915/gem: add missing boundary check in vm_access
Jani Nikula <[email protected]>
drm/i915/opregion: check port number bounds for SWSCI display power state
Hector Martin <[email protected]>
brcmfmac: pcie: Fix crashes due to early IRQs
Hector Martin <[email protected]>
brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
Hector Martin <[email protected]>
brcmfmac: pcie: Declare missing firmware files in pcie.c
Hector Martin <[email protected]>
brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
Hector Martin <[email protected]>
brcmfmac: firmware: Allocate space for default boardrev in nvram
Thomas Zimmermann <[email protected]>
drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
Lyude Paul <[email protected]>
drm/nouveau/backlight: Just set all backlight types as RAW
Lyude Paul <[email protected]>
drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
Christian König <[email protected]>
drm/syncobj: flatten dma_fence_chains on transfer
Claudio Imbrenda <[email protected]>
KVM: s390x: fix SCK locking
Max Filippov <[email protected]>
xtensa: fix xtensa_wsr always writing 0
Max Filippov <[email protected]>
xtensa: fix stop_machine_cpuslocked call in patch_text
Max Filippov <[email protected]>
xtensa: define update_mmu_tlb function
Qu Wenruo <[email protected]>
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Niels Dossche <[email protected]>
btrfs: extend locking to all space_info members accesses
Naohiro Aota <[email protected]>
btrfs: zoned: mark relocation as writing
Paul Cercueil <[email protected]>
mips: Always permit to build u-boot images
Johan Hovold <[email protected]>
media: davinci: vpif: fix use-after-free on driver unbind
Johan Hovold <[email protected]>
media: davinci: vpif: fix unbalanced runtime PM enable
Johan Hovold <[email protected]>
media: davinci: vpif: fix unbalanced runtime PM get
Stanimir Varbanov <[email protected]>
media: venus: venc: Fix h264 8x8 transform control
Stanimir Varbanov <[email protected]>
media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3
Ameer Hamza <[email protected]>
media: venus: vdec: fixed possible memory leak issue
Kees Cook <[email protected]>
media: omap3isp: Use struct_group() for memcpy() region
Sean Young <[email protected]>
media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC
Maciej W. Rozycki <[email protected]>
DEC: Limit PMAX memory probing to R3k systems
Shawn Guo <[email protected]>
PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()
Mingzhe Zou <[email protected]>
bcache: fixup multiple threads crash
Eric Biggers <[email protected]>
crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
Eric Biggers <[email protected]>
crypto: rsa-pkcs1pad - restore signature length check
Eric Biggers <[email protected]>
crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
Eric Biggers <[email protected]>
crypto: rsa-pkcs1pad - only allow with rsa
Kees Cook <[email protected]>
exec: Force single empty string when argv is empty
Dirk Müller <[email protected]>
lib/raid6/test: fix multiple definition linking error
Srinivas Pandruvada <[email protected]>
thermal: int340x: Increase bitmap size
Jann Horn <[email protected]>
pstore: Don't use semaphores in always-atomic-context code
Colin Ian King <[email protected]>
carl9170: fix missing bit-wise or operator for tx_params
Jocelyn Falempe <[email protected]>
mgag200 fix memmapsl configuration in GCTL6 register
Krzysztof Kozlowski <[email protected]>
ARM: dts: exynos: add missing HDMI supplies on SMDK5420
Krzysztof Kozlowski <[email protected]>
ARM: dts: exynos: add missing HDMI supplies on SMDK5250
Krzysztof Kozlowski <[email protected]>
ARM: dts: exynos: fix UART3 pins configuration in Exynos5250
Tudor Ambarus <[email protected]>
ARM: dts: at91: sama5d2: Fix PMERRLOC resource size
Tudor Ambarus <[email protected]>
ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
Johannes Berg <[email protected]>
rfkill: make new event layout opt-in
Michael Schmitz <[email protected]>
video: fbdev: atari: Atari 2 bpp (STe) palette bugfix
Helge Deller <[email protected]>
video: fbdev: sm712fb: Fix crash in smtcfb_read()
Thomas Zimmermann <[email protected]>
fbdev: Hot-unplug firmware fb devices on forced removal
Cooper Chiou <[email protected]>
drm/edid: check basic audio support on CEA extension block
Tejun Heo <[email protected]>
block: don't merge across cgroup boundaries if blkcg is enabled
Shin'ichiro Kawasaki <[email protected]>
block: limit request dispatch loop duration
Tejun Heo <[email protected]>
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Nikolay Borisov <[email protected]>
btrfs: zoned: put block group after final usage
Pekka Pessi <[email protected]>
mailbox: tegra-hsp: Flush whole channel
Christian Brauner <[email protected]>
landlock: Use square brackets around "landlock-ruleset"
Tom Rix <[email protected]>
samples/landlock: Fix path_list memory leak
Ojaswin Mujoo <[email protected]>
ext4: make mb_optimize_scan performance mount option work with extents
Ojaswin Mujoo <[email protected]>
ext4: make mb_optimize_scan option work with set/unset mount cmd
Ye Bin <[email protected]>
ext4: fix fs corruption when tring to remove a non-empty directory with IO error
Ritesh Harjani <[email protected]>
ext4: fix ext4_fc_stats trace point
Jann Horn <[email protected]>
coredump: Also dump first pages of non-executable ELF libraries
Sakari Ailus <[email protected]>
ACPI: properties: Consistently return -ENOENT if there are no more references
Rafael J. Wysocki <[email protected]>
Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query flag"
Sergey Shtylyov <[email protected]>
mmc: core: use sysfs_emit() instead of sprintf()
Ammar Faizi <[email protected]>
ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
Nishanth Menon <[email protected]>
arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs
Nishanth Menon <[email protected]>
arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs
Nishanth Menon <[email protected]>
arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs
Nishanth Menon <[email protected]>
arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs
Nishanth Menon <[email protected]>
arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs
Manivannan Sadhasivam <[email protected]>
arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2
Vijay Balakrishna <[email protected]>
arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zones
David Engraf <[email protected]>
arm64: signal: nofpsimd: Do not allocate fp/simd context when not available
Ben Dooks <[email protected]>
PCI: fu740: Force 2.5GT/s for initial device probe
Oliver Hartkopp <[email protected]>
can: isotp: sanitize CAN ID checks in isotp_bind()
Lars Ellenberg <[email protected]>
drbd: fix potential silent data corruption
Steven Rostedt (Google) <[email protected]>
tracing: Have trace event string test handle zero length strings
Mikulas Patocka <[email protected]>
dm integrity: set journal entry unused when shrinking device
Mike Snitzer <[email protected]>
dm: fix double accounting of flush with data
Mike Snitzer <[email protected]>
dm: interlock pending dm_io and dm_wait_for_bios_completion
Kirill Tkhai <[email protected]>
dm: fix use-after-free in dm_cleanup_zoned_dev()
Mike Snitzer <[email protected]>
dm stats: fix too short end duration_ns when using precise_timestamps
Kuan-Ying Lee <[email protected]>
mm/kmemleak: reset tag when compare object pointer
Oscar Salvador <[email protected]>
mm: only re-generate demotion targets when a numa node changes its N_CPU state
Rik van Riel <[email protected]>
mm,hwpoison: unmap poisoned page before invalidation
Charan Teja Kalla <[email protected]>
Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
Charan Teja Kalla <[email protected]>
mm: madvise: return correct bytes advised with process_madvise
Charan Teja Kalla <[email protected]>
mm: madvise: skip unmapped vma holes passed to process_madvise
Hans de Goede <[email protected]>
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panels
Joseph Qi <[email protected]>
ocfs2: fix crash when mount with quota enabled
Jens Axboe <[email protected]>
io_uring: ensure that fsnotify is always called
Ali Pouladi <[email protected]>
rtc: pl031: fix rtc features null pointer dereference
Mateusz Jończyk <[email protected]>
rtc: mc146818-lib: fix locking in mc146818_set_time
Kai-Heng Feng <[email protected]>
ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020
Takashi Iwai <[email protected]>
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
Mohan Kumar <[email protected]>
ALSA: hda: Avoid unsol event during RPM suspending
Xiaomeng Tong <[email protected]>
ALSA: cs4236: fix an incorrect NULL check on list iterator
Paulo Alcantara <[email protected]>
cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
Paulo Alcantara <[email protected]>
cifs: prevent bad output lengths in smb2_ioctl_query_info()
Xiaomeng Tong <[email protected]>
cifs: fix incorrect use of list iterator after the loop
Paulo Alcantara <[email protected]>
cifs: do not skip link targets when an I/O fails
José Expósito <[email protected]>
Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"
Atish Patra <[email protected]>
RISC-V: Declare per cpu boot data as static
Dmitry Vyukov <[email protected]>
riscv: Increase stack size under KASAN
Nikita Shubin <[email protected]>
riscv: Fix fill_callchain return value
Niklas Cassel <[email protected]>
riscv: dts: canaan: Fix SPI3 bus width
Manish Chopra <[email protected]>
qed: validate and restrict untrusted VFs vlan promisc mode
Manish Chopra <[email protected]>
qed: display VF trust config
Damien Le Moal <[email protected]>
scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
James Smart <[email protected]>
scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters
Adrian Hunter <[email protected]>
scsi: ufs: Fix runtime PM messages never-ending cycle
Adrian Hunter <[email protected]>
scsi: core: sd: Add silence_suspend flag to suppress some PM messages
Hugh Dickins <[email protected]>
mempolicy: mbind_range() set_policy() after vma_merge()
Rik van Riel <[email protected]>
mm: invalidate hwpoison page cache page in fault path
Alistair Popple <[email protected]>
mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
Peter Xu <[email protected]>
mm: don't skip swap entry even if zap_details specified
Minchan Kim <[email protected]>
mm: fs: fix lru_cache_disabled race in bh_lru
Baokun Li <[email protected]>
jffs2: fix memory leak in jffs2_scan_medium
Baokun Li <[email protected]>
jffs2: fix memory leak in jffs2_do_mount_fs
Baokun Li <[email protected]>
jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
Hangyu Hua <[email protected]>
can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path
Marc Kleine-Budde <[email protected]>
can: m_can: m_can_tx_handler(): fix use after free of skb
Hangyu Hua <[email protected]>
can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
Sean Nyekjaer <[email protected]>
mtd: rawnand: protect access to rawnand devices while in suspend
Tudor Ambarus <[email protected]>
mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set
Miquel Raynal <[email protected]>
spi: mxic: Fix the transmit path
Damien Le Moal <[email protected]>
net: bnxt_ptp: fix compilation error
Krzysztof Kozlowski <[email protected]>
pinctrl: samsung: drop pin banks references on error paths
Aidan MacDonald <[email protected]>
pinctrl: ingenic: Fix regmap on X series SoCs
Miaohe Lin <[email protected]>
mm/mlock: fix two bugs in user_shm_lock()
Alistair Delva <[email protected]>
remoteproc: Fix count check in rproc_coredump_write()
Chao Yu <[email protected]>
f2fs: fix to do sanity check on .cp_pack_total_block_count
Juhyung Park <[email protected]>
f2fs: quota: fix loop condition at f2fs_quota_sync()
Chao Yu <[email protected]>
f2fs: fix to unlock page correctly in error path of is_alive()
Dan Carpenter <[email protected]>
NFSD: prevent integer overflow on 32 bit systems
Dan Carpenter <[email protected]>
NFSD: prevent underflow in nfssvc_decode_writeargs()
Trond Myklebust <[email protected]>
NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
Trond Myklebust <[email protected]>
SUNRPC: Do not dereference non-socket transports in sysfs
NeilBrown <[email protected]>
SUNRPC: avoid race between mod_timer() and del_timer_sync()
Gwendal Grignou <[email protected]>
HID: intel-ish-hid: Use dma_alloc_coherent for firmware update
Johan Hovold <[email protected]>
firmware: sysfb: fix platform-device leak in error path
Ang Tien Sung <[email protected]>
firmware: stratix10-svc: add missing callback parameter on RSU
Bagas Sanjaya <[email protected]>
Documentation: update stable tree link
Bagas Sanjaya <[email protected]>
Documentation: add link to stable release candidate tree
Eric Biggers <[email protected]>
KEYS: asymmetric: properly validate hash_algo and encoding
Eric Biggers <[email protected]>
KEYS: asymmetric: enforce that sig algo matches key algo
Eric Biggers <[email protected]>
KEYS: fix length validation in keyctl_pkey_params_get_2()
Ronnie Sahlberg <[email protected]>
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg <[email protected]>
cifs: fix handlecache and multiuser
Ronnie Sahlberg <[email protected]>
cifs: truncate the inode and mapping when we simulate fcollapse
Jann Horn <[email protected]>
ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
Kunihiko Hayashi <[email protected]>
clk: uniphier: Fix fixed-rate initialization
Quentin Schulz <[email protected]>
clk: rockchip: re-add rational best approximation algorithm to the fractional divider
Dan Carpenter <[email protected]>
greybus: svc: fix an error handling bug in gb_svc_hello()
Liam Beguin <[email protected]>
iio: inkern: make a best effort on offset calculation
Liam Beguin <[email protected]>
iio: inkern: apply consumer scale when no channel scale is available
Liam Beguin <[email protected]>
iio: inkern: apply consumer scale on IIO_VAL_INT cases
Robert Hancock <[email protected]>
iio: adc: xilinx-ams: Fixed wrong sequencer register settings
Robert Hancock <[email protected]>
iio: adc: xilinx-ams: Fixed missing PS channels
Liam Beguin <[email protected]>
iio: afe: rescale: use s64 for temporary scale calculations
Haibo Chen <[email protected]>
iio: imu: st_lsm6dsx: use dev_to_iio_dev() to get iio_dev struct
Billy Tsai <[email protected]>
iio: adc: aspeed: Add divider flag to fix incorrect voltage reading.
Haibo Chen <[email protected]>
iio: accel: mma8452: use the correct logic to get mma8452_data
Robert Hancock <[email protected]>
iio: adc: xilinx-ams: Fix single channel switching sequence
Robert Hancock <[email protected]>
dt-bindings: iio: adc: zynqmp_ams: Add clock entry
Miaoqian Lin <[email protected]>
coresight: syscfg: Fix memleak on registration failure in cscfg_create_device
James Clark <[email protected]>
coresight: Fix TRCCONFIGR.QE sysfs interface
Akira Yokosawa <[email protected]>
docs: sphinx/requirements: Limit jinja2<3.1
Paul Davey <[email protected]>
bus: mhi: Fix MHI DMA structure endianness
Paul Davey <[email protected]>
bus: mhi: Fix pm_state conversion to string
Yonglin Tan <[email protected]>
bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series
Alexander Usyskin <[email protected]>
mei: avoid iterator usage outside of list_for_each_entry
Alexander Usyskin <[email protected]>
mei: me: add Alder Lake N device id.
Alexander Usyskin <[email protected]>
mei: me: disable driver on the ign firmware
Anssi Hannula <[email protected]>
xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()
Mathias Nyman <[email protected]>
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Henry Lin <[email protected]>
xhci: fix runtime PM imbalance in USB2 resume
Anssi Hannula <[email protected]>
xhci: fix garbage USBSTS being logged in some cases
Alan Stern <[email protected]>
USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c
Sven Peter <[email protected]>
usb: typec: tipd: Forward plug orientation to typec subsystem
Jens Axboe <[email protected]>
block: ensure plug merging checks the correct queue at least once
Jens Axboe <[email protected]>
block: flush plug based on hardware and software queue order
Robin Murphy <[email protected]>
iommu/iova: Improve 32-bit free space estimate
Alex Deucher <[email protected]>
drm/amdgpu: only check for _PR3 on dGPUs
Alex Deucher <[email protected]>
drm/amdgpu: move PX checking into amdgpu_device_ip_early_init
Waiman Long <[email protected]>
locking/lockdep: Avoid potential access of invalid memory in lock_class
Muchun Song <[email protected]>
mm: kfence: fix missing objcg housekeeping for SLAB
Johan Hovold <[email protected]>
USB: serial: simple: add Nokia phone driver
Johan Hovold <[email protected]>
USB: serial: pl2303: fix GS type detection
Krzysztof Kozlowski <[email protected]>
dt-bindings: usb: hcd: correct usb-device path
Eddie James <[email protected]>
USB: serial: pl2303: add IBM device IDs
Linus Torvalds <[email protected]>
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
-------------
Diffstat:
Documentation/ABI/testing/sysfs-fs-f2fs | 1 +
Documentation/admin-guide/kernel-parameters.txt | 3 +-
Documentation/admin-guide/sysctl/kernel.rst | 1 +
.../bindings/iio/adc/xlnx,zynqmp-ams.yaml | 8 +
.../devicetree/bindings/media/i2c/hynix,hi846.yaml | 6 +-
.../memory-controllers/mediatek,smi-common.yaml | 28 +-
.../memory-controllers/mediatek,smi-larb.yaml | 16 +-
.../devicetree/bindings/mtd/nand-controller.yaml | 4 +-
.../bindings/pinctrl/microchip,sparx5-sgpio.yaml | 2 +-
.../bindings/pinctrl/pinctrl-mt8195.yaml | 30 +-
.../bindings/spi/nvidia,tegra210-quad.yaml | 2 +-
Documentation/devicetree/bindings/spi/spi-mxic.txt | 4 +-
Documentation/devicetree/bindings/usb/usb-hcd.yaml | 2 +-
Documentation/driver-api/cxl/memory-devices.rst | 4 +-
Documentation/process/stable-kernel-rules.rst | 11 +-
Documentation/security/SCTP.rst | 26 +-
Documentation/sound/hd-audio/models.rst | 4 +
Documentation/sphinx/requirements.txt | 2 +
MAINTAINERS | 3 +-
Makefile | 4 +-
arch/Kconfig | 1 +
arch/arc/kernel/process.c | 2 +-
arch/arm/boot/dts/bcm2711.dtsi | 50 +++
arch/arm/boot/dts/bcm2837.dtsi | 49 +++
arch/arm/boot/dts/dra7-l4.dtsi | 5 +-
arch/arm/boot/dts/dra7.dtsi | 8 +-
arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 2 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 3 +
arch/arm/boot/dts/exynos5420-smdk5420.dts | 3 +
arch/arm/boot/dts/imx53-m53menlo.dts | 29 +-
arch/arm/boot/dts/imx7-colibri.dtsi | 4 +-
arch/arm/boot/dts/imx7-mba7.dtsi | 2 +-
arch/arm/boot/dts/imx7d-nitrogen7.dts | 2 +-
arch/arm/boot/dts/imx7d-pico-hobbit.dts | 4 +-
arch/arm/boot/dts/imx7d-pico-pi.dts | 4 +-
arch/arm/boot/dts/imx7d-sdb.dts | 4 +-
arch/arm/boot/dts/imx7s-warp.dts | 4 +-
arch/arm/boot/dts/openbmc-flash-layout-64.dtsi | 2 +-
arch/arm/boot/dts/openbmc-flash-layout.dtsi | 2 +-
arch/arm/boot/dts/qcom-ipq4019.dtsi | 3 +-
arch/arm/boot/dts/qcom-msm8960.dtsi | 8 +-
arch/arm/boot/dts/qcom-sdx55.dtsi | 2 +-
arch/arm/boot/dts/sama5d2.dtsi | 2 +-
arch/arm/boot/dts/sama7g5.dtsi | 6 -
arch/arm/boot/dts/spear1340.dtsi | 6 +-
arch/arm/boot/dts/spear13xx.dtsi | 6 +-
arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 2 +-
arch/arm/boot/dts/sun8i-v3s.dtsi | 22 +-
arch/arm/boot/dts/tegra20-asus-tf101.dts | 2 +
arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 +-
.../boot/dts/tegra30-asus-transformer-common.dtsi | 2 +
arch/arm/boot/dts/tegra30-pegatron-chagall.dts | 2 +
arch/arm/configs/multi_v5_defconfig | 2 +
arch/arm/crypto/Kconfig | 2 +
arch/arm/kernel/entry-ftrace.S | 53 +--
arch/arm/kernel/swp_emulate.c | 2 +-
arch/arm/kernel/traps.c | 2 +-
arch/arm/mach-iop32x/include/mach/entry-macro.S | 2 +-
arch/arm/mach-iop32x/include/mach/irqs.h | 2 +-
arch/arm/mach-iop32x/irq.c | 6 +-
arch/arm/mach-iop32x/irqs.h | 60 +--
arch/arm/mach-mmp/sram.c | 22 +-
arch/arm/mach-s3c/mach-jive.c | 6 +-
arch/arm64/Kconfig | 1 +
arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 8 +-
.../arm64/boot/dts/broadcom/northstar2/ns2-svk.dts | 8 +-
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 2 +-
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +-
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 +-
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
arch/arm64/boot/dts/qcom/msm8916-samsung-j5.dts | 2 +-
arch/arm64/boot/dts/qcom/msm8994.dtsi | 3 +
arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 +-
arch/arm64/boot/dts/qcom/sm8150.dtsi | 6 +-
arch/arm64/boot/dts/qcom/sm8250.dtsi | 16 +-
arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sm8450.dtsi | 28 +-
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 4 +-
arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 5 +-
arch/arm64/boot/dts/ti/k3-am64.dtsi | 1 +
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 5 +-
arch/arm64/boot/dts/ti/k3-am65.dtsi | 1 +
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 5 +-
arch/arm64/boot/dts/ti/k3-j7200.dtsi | 1 +
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 5 +-
arch/arm64/boot/dts/ti/k3-j721e.dtsi | 1 +
arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 5 +-
arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 4 +-
arch/arm64/boot/dts/ti/k3-j721s2.dtsi | 1 +
arch/arm64/configs/defconfig | 2 +-
arch/arm64/include/asm/module.lds.h | 6 +-
arch/arm64/include/asm/spectre.h | 3 +-
arch/arm64/kernel/proton-pack.c | 9 +-
arch/arm64/kernel/signal.c | 10 +-
arch/arm64/mm/init.c | 36 +-
arch/arm64/mm/mmu.c | 41 +-
arch/arm64/net/bpf_jit_comp.c | 18 +-
arch/csky/kernel/perf_callchain.c | 2 +-
arch/csky/kernel/signal.c | 2 +-
arch/m68k/coldfire/device.c | 6 +-
arch/microblaze/include/asm/uaccess.h | 18 +-
arch/mips/Kconfig | 1 +
arch/mips/Makefile | 4 -
arch/mips/boot/compressed/Makefile | 1 +
arch/mips/crypto/crc32-mips.c | 46 +-
arch/mips/dec/int-handler.S | 6 +-
arch/mips/dec/prom/Makefile | 2 +-
arch/mips/dec/setup.c | 3 +-
arch/mips/include/asm/dec/prom.h | 15 +-
arch/mips/include/asm/pgalloc.h | 6 +
arch/mips/mm/tlbex.c | 23 +-
arch/mips/rb532/devices.c | 6 +-
arch/mips/vdso/Makefile | 3 +
arch/nios2/include/asm/uaccess.h | 26 +-
arch/nios2/kernel/signal.c | 20 +-
arch/parisc/include/asm/traps.h | 1 +
arch/parisc/kernel/cache.c | 28 +-
arch/parisc/kernel/traps.c | 2 +
arch/parisc/mm/fault.c | 89 ++++
arch/powerpc/Makefile | 2 +-
arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts | 30 ++
arch/powerpc/boot/dts/fsl/t1040rdb.dts | 8 +-
arch/powerpc/include/asm/io.h | 40 +-
arch/powerpc/include/asm/set_memory.h | 12 +-
arch/powerpc/include/asm/uaccess.h | 3 +
arch/powerpc/kernel/time.c | 5 +-
arch/powerpc/kernel/tm.S | 25 +-
arch/powerpc/kvm/book3s_hv.c | 5 +-
arch/powerpc/kvm/powerpc.c | 4 +-
arch/powerpc/lib/sstep.c | 12 +-
arch/powerpc/mm/fault.c | 14 +-
arch/powerpc/mm/kasan/kasan_init_32.c | 3 +-
arch/powerpc/mm/numa.c | 4 +-
arch/powerpc/mm/pageattr.c | 39 +-
arch/powerpc/mm/pgtable_32.c | 24 +-
arch/powerpc/perf/imc-pmu.c | 6 +-
arch/powerpc/platforms/8xx/pic.c | 1 +
arch/powerpc/platforms/powernv/rng.c | 6 +-
arch/powerpc/platforms/pseries/pci_dlpar.c | 4 +
arch/powerpc/sysdev/fsl_gtm.c | 4 +-
arch/powerpc/sysdev/xive/common.c | 6 +-
arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts | 2 +
arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts | 2 +
arch/riscv/boot/dts/canaan/sipeed_maix_go.dts | 2 +
arch/riscv/boot/dts/canaan/sipeed_maixduino.dts | 2 +
arch/riscv/include/asm/module.lds.h | 6 +-
arch/riscv/include/asm/thread_info.h | 10 +-
arch/riscv/kernel/cpu_ops_sbi.c | 2 +-
arch/riscv/kernel/perf_callchain.c | 6 +-
arch/s390/kvm/kvm-s390.c | 19 +-
arch/s390/kvm/kvm-s390.h | 4 +-
arch/s390/kvm/priv.c | 15 +-
arch/sparc/kernel/signal_32.c | 2 +-
arch/um/drivers/mconsole_kern.c | 3 +-
arch/x86/crypto/poly1305-x86_64-cryptogams.pl | 38 +-
arch/x86/events/intel/pt.c | 2 +-
arch/x86/include/asm/svm.h | 10 +-
arch/x86/kernel/fpu/xstate.c | 2 +-
arch/x86/kernel/kvm.c | 2 +-
arch/x86/kvm/emulate.c | 14 +-
arch/x86/kvm/hyperv.c | 96 +++--
arch/x86/kvm/lapic.c | 9 +-
arch/x86/kvm/mmu.h | 1 +
arch/x86/kvm/mmu/paging_tmpl.h | 74 ++--
arch/x86/kvm/mmu/tdp_mmu.c | 61 ++-
arch/x86/kvm/mmu/tdp_mmu.h | 3 -
arch/x86/kvm/svm/avic.c | 17 +-
arch/x86/kvm/svm/sev.c | 36 +-
arch/x86/kvm/x86.c | 3 +-
arch/x86/lib/iomem.c | 65 ++-
arch/x86/xen/pmu.c | 10 +-
arch/x86/xen/pmu.h | 3 +-
arch/x86/xen/smp_pv.c | 2 +-
arch/xtensa/include/asm/pgtable.h | 4 +
arch/xtensa/include/asm/processor.h | 4 +-
arch/xtensa/kernel/jump_label.c | 2 +-
arch/xtensa/kernel/mxhead.S | 2 +
arch/xtensa/mm/tlb.c | 6 +
block/bfq-cgroup.c | 6 +
block/bfq-iosched.c | 31 +-
block/bfq-wf2q.c | 2 +-
block/bio.c | 3 +-
block/blk-cgroup.c | 10 +-
block/blk-ioc.c | 3 +-
block/blk-iolatency.c | 2 +-
block/blk-merge.c | 33 +-
block/blk-mq-sched.c | 9 +-
block/blk-mq.c | 59 ++-
block/blk-rq-qos.h | 20 +-
block/blk-sysfs.c | 8 +-
block/blk-throttle.c | 10 +-
block/blk-throttle.h | 2 -
block/genhd.c | 16 +-
crypto/Kconfig | 1 +
crypto/asymmetric_keys/pkcs7_verify.c | 6 -
crypto/asymmetric_keys/public_key.c | 126 ++++--
crypto/asymmetric_keys/x509_public_key.c | 6 -
crypto/authenc.c | 2 +-
crypto/rsa-pkcs1pad.c | 11 +-
crypto/xts.c | 1 +
drivers/acpi/acpica/nswalk.c | 3 +
drivers/acpi/apei/bert.c | 10 +-
drivers/acpi/apei/erst.c | 2 +-
drivers/acpi/apei/hest.c | 2 +-
drivers/acpi/bus.c | 27 +-
drivers/acpi/cppc_acpi.c | 5 +
drivers/acpi/property.c | 2 +-
drivers/acpi/x86/utils.c | 21 +
drivers/base/dd.c | 2 +-
drivers/base/memory.c | 8 +-
drivers/base/power/domain.c | 2 +-
drivers/base/power/main.c | 6 +-
drivers/block/drbd/drbd_req.c | 3 +-
drivers/block/loop.c | 11 +-
drivers/block/n64cart.c | 2 +-
drivers/bluetooth/btintel.c | 11 +-
drivers/bluetooth/btintel.h | 1 +
drivers/bluetooth/btmtksdio.c | 157 +++++--
drivers/bluetooth/btusb.c | 6 +
drivers/bluetooth/hci_h5.c | 8 +-
drivers/bluetooth/hci_serdev.c | 3 +-
drivers/bus/mhi/core/debugfs.c | 26 +-
drivers/bus/mhi/core/init.c | 46 +-
drivers/bus/mhi/core/internal.h | 121 +++---
drivers/bus/mhi/core/main.c | 22 +-
drivers/bus/mhi/core/pm.c | 4 +-
drivers/bus/mhi/pci_generic.c | 1 +
drivers/bus/mips_cdmm.c | 1 +
drivers/char/hw_random/Kconfig | 2 +-
drivers/char/hw_random/atmel-rng.c | 1 +
drivers/char/hw_random/cavium-rng-vf.c | 2 +-
drivers/char/hw_random/nomadik-rng.c | 4 +-
drivers/clk/actions/owl-s700.c | 1 +
drivers/clk/actions/owl-s900.c | 2 +-
drivers/clk/at91/sama7g5.c | 8 +-
drivers/clk/clk-clps711x.c | 2 +
drivers/clk/clk.c | 16 +-
drivers/clk/hisilicon/clk-hi3559a.c | 4 +-
drivers/clk/imx/clk-imx7d.c | 1 -
drivers/clk/imx/clk-imx8qxp-lpcg.c | 2 +-
drivers/clk/loongson1/clk-loongson1c.c | 1 +
drivers/clk/qcom/clk-rcg2.c | 14 +-
drivers/clk/qcom/gcc-ipq8074.c | 21 +-
drivers/clk/qcom/gcc-msm8994.c | 1 +
drivers/clk/renesas/r8a779f0-cpg-mssr.c | 2 +-
drivers/clk/renesas/r9a07g044-cpg.c | 4 +-
drivers/clk/rockchip/clk.c | 3 +
drivers/clk/starfive/clk-starfive-jh7100.c | 82 +++-
drivers/clk/tegra/clk-tegra124-emc.c | 1 +
drivers/clk/uniphier/clk-uniphier-fixed-rate.c | 1 +
drivers/clk/visconti/clkc-tmpv770x.c | 2 +-
drivers/clk/visconti/clkc.c | 2 +-
drivers/clk/visconti/clkc.h | 3 +
drivers/clocksource/acpi_pm.c | 6 +-
drivers/clocksource/exynos_mct.c | 10 +-
drivers/clocksource/timer-microchip-pit64b.c | 2 +-
drivers/clocksource/timer-of.c | 6 +-
drivers/clocksource/timer-ti-dm-systimer.c | 4 +-
drivers/cpufreq/qcom-cpufreq-nvmem.c | 2 +-
drivers/cpuidle/cpuidle-qcom-spm.c | 20 +
.../crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c | 3 +
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c | 3 +
.../crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c | 3 +
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c | 2 +
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c | 3 +
drivers/crypto/amlogic/amlogic-gxl-cipher.c | 2 +
drivers/crypto/ccp/ccp-dmaengine.c | 16 +
drivers/crypto/ccp/sev-dev.c | 2 +-
drivers/crypto/ccree/cc_buffer_mgr.c | 7 +
drivers/crypto/ccree/cc_cipher.c | 2 +-
drivers/crypto/gemini/sl3516-ce-cipher.c | 2 +
drivers/crypto/hisilicon/qm.c | 2 +-
drivers/crypto/hisilicon/sec2/sec_crypto.c | 16 +-
drivers/crypto/hisilicon/sec2/sec_main.c | 8 +-
drivers/crypto/marvell/Kconfig | 1 +
.../crypto/marvell/octeontx2/otx2_cptpf_ucode.c | 43 +-
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c | 17 +-
drivers/crypto/mxs-dcp.c | 2 +-
drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.c | 2 +-
drivers/crypto/qat/qat_common/adf_gen4_pfvf.c | 42 +-
drivers/crypto/qat/qat_common/adf_pfvf_vf_msg.c | 4 +-
drivers/crypto/rockchip/rk3288_crypto_skcipher.c | 1 -
drivers/crypto/vmx/Kconfig | 4 +
drivers/cxl/core/Makefile | 2 +-
drivers/cxl/core/{bus.c => port.c} | 4 +
drivers/cxl/core/regs.c | 6 +-
drivers/dax/super.c | 1 +
drivers/dma-buf/udmabuf.c | 4 +
drivers/dma/hisi_dma.c | 2 +-
drivers/dma/idxd/device.c | 9 +-
drivers/firmware/efi/efi-pstore.c | 2 +-
drivers/firmware/google/Kconfig | 2 +-
drivers/firmware/qcom_scm.c | 6 -
drivers/firmware/stratix10-svc.c | 2 +-
drivers/firmware/sysfb_simplefb.c | 23 +-
drivers/fsi/fsi-master-aspeed.c | 17 +-
drivers/fsi/fsi-scom.c | 45 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 15 +
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 13 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 11 -
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 19 +-
.../gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c | 8 +
drivers/gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 5 +
.../amd/display/dc/irq/dcn21/irq_service_dcn21.c | 14 -
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 2 +-
drivers/gpu/drm/bridge/adv7511/adv7511.h | 1 +
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 29 +-
drivers/gpu/drm/bridge/analogix/anx7625.c | 3 +-
drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
drivers/gpu/drm/bridge/lontium-lt9611.c | 6 +-
drivers/gpu/drm/bridge/nwl-dsi.c | 1 +
drivers/gpu/drm/bridge/sil-sii8620.c | 2 +-
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 5 +-
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 1 +
drivers/gpu/drm/bridge/ti-sn65dsi83.c | 32 +-
drivers/gpu/drm/drm_dp_helper.c | 10 -
drivers/gpu/drm/drm_edid.c | 18 +-
drivers/gpu/drm/drm_fb_helper.c | 9 +-
drivers/gpu/drm/drm_syncobj.c | 61 ++-
drivers/gpu/drm/i915/display/intel_bw.c | 3 +-
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
drivers/gpu/drm/i915/display/intel_hdmi.c | 13 +-
drivers/gpu/drm/i915/display/intel_opregion.c | 15 +
drivers/gpu/drm/i915/display/intel_pps.c | 6 +-
drivers/gpu/drm/i915/display/intel_pps.h | 2 +-
drivers/gpu/drm/i915/display/intel_psr.c | 4 +
drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +-
drivers/gpu/drm/i915/i915_drv.h | 2 +-
drivers/gpu/drm/i915/intel_pm.c | 10 +-
drivers/gpu/drm/meson/meson_drv.c | 25 +-
drivers/gpu/drm/meson/meson_osd_afbcd.c | 41 +-
drivers/gpu/drm/meson/meson_osd_afbcd.h | 1 +
drivers/gpu/drm/mgag200/mgag200_mode.c | 5 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 12 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 7 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c | 8 +
drivers/gpu/drm/msm/dp/dp_ctrl.c | 83 ++--
drivers/gpu/drm/msm/dp/dp_ctrl.h | 8 +-
drivers/gpu/drm/msm/dp/dp_display.c | 116 +++---
drivers/gpu/drm/msm/dp/dp_drm.c | 21 +-
drivers/gpu/drm/msm/dp/dp_panel.c | 5 +
drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 4 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 4 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c | 4 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c | 4 +-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c | 26 +-
drivers/gpu/drm/nouveau/nouveau_backlight.c | 6 +-
drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c | 9 +-
drivers/gpu/drm/panfrost/panfrost_gpu.c | 5 +-
drivers/gpu/drm/radeon/radeon_connectors.c | 2 +-
drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c | 4 +-
drivers/gpu/drm/tegra/dp.c | 11 +-
drivers/gpu/drm/tegra/dsi.c | 4 +-
drivers/gpu/drm/tiny/simpledrm.c | 3 +
drivers/gpu/drm/v3d/v3d_drv.c | 8 +-
drivers/gpu/host1x/dev.c | 8 +-
drivers/greybus/svc.c | 8 +-
drivers/hid/i2c-hid/i2c-hid-core.c | 32 +-
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 29 +-
drivers/hv/hv_balloon.c | 2 +-
drivers/hwmon/pmbus/pmbus.h | 1 +
drivers/hwmon/pmbus/pmbus_core.c | 18 +-
drivers/hwmon/sch56xx-common.c | 2 +-
.../hwtracing/coresight/coresight-etm4x-sysfs.c | 8 +-
drivers/hwtracing/coresight/coresight-syscfg.c | 2 +-
drivers/i2c/busses/i2c-bcm2835.c | 21 +-
drivers/i2c/busses/i2c-meson.c | 12 +-
drivers/i2c/busses/i2c-pasemi-core.c | 1 -
drivers/i2c/busses/i2c-pasemi-pci.c | 1 +
drivers/i2c/busses/i2c-xiic.c | 3 +-
drivers/i2c/muxes/i2c-demux-pinctrl.c | 5 +-
drivers/iio/accel/mma8452.c | 33 +-
drivers/iio/adc/aspeed_adc.c | 4 +-
drivers/iio/adc/twl6030-gpadc.c | 2 +
drivers/iio/adc/xilinx-ams.c | 15 +-
drivers/iio/afe/iio-rescale.c | 8 +-
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 4 +-
drivers/iio/inkern.c | 40 +-
drivers/infiniband/core/cma.c | 2 +-
drivers/infiniband/core/nldev.c | 3 +-
drivers/infiniband/core/verbs.c | 1 +
drivers/infiniband/hw/hfi1/verbs.c | 3 +-
drivers/infiniband/hw/irdma/ctrl.c | 10 +-
drivers/infiniband/hw/irdma/hw.c | 2 +-
drivers/infiniband/hw/irdma/i40iw_if.c | 1 +
drivers/infiniband/hw/irdma/main.c | 1 +
drivers/infiniband/hw/irdma/main.h | 1 +
drivers/infiniband/hw/irdma/utils.c | 48 ++-
drivers/infiniband/hw/irdma/verbs.c | 4 +-
drivers/infiniband/hw/mlx5/devx.c | 4 +-
drivers/infiniband/hw/mlx5/mr.c | 2 +
drivers/infiniband/sw/rxe/rxe_av.c | 19 +-
drivers/infiniband/sw/rxe/rxe_loc.h | 5 +-
drivers/infiniband/sw/rxe/rxe_net.c | 17 +-
drivers/infiniband/sw/rxe/rxe_req.c | 63 +--
drivers/infiniband/sw/rxe/rxe_resp.c | 12 +-
drivers/input/input.c | 6 -
drivers/iommu/iova.c | 5 +-
drivers/iommu/ipmmu-vmsa.c | 4 +-
drivers/iommu/mtk_iommu.c | 32 +-
drivers/iommu/mtk_iommu_v1.c | 40 +-
drivers/irqchip/irq-nvic.c | 2 +
drivers/irqchip/qcom-pdc.c | 5 +-
drivers/mailbox/imx-mailbox.c | 11 +-
drivers/mailbox/tegra-hsp.c | 5 +
drivers/md/bcache/btree.c | 6 +-
drivers/md/bcache/writeback.c | 6 +-
drivers/md/dm-core.h | 2 +
drivers/md/dm-crypt.c | 2 +-
drivers/md/dm-integrity.c | 6 +-
drivers/md/dm-stats.c | 34 +-
drivers/md/dm-stats.h | 11 +-
drivers/md/dm.c | 86 ++--
drivers/media/i2c/adv7511-v4l2.c | 2 +-
drivers/media/i2c/adv7604.c | 2 +-
drivers/media/i2c/adv7842.c | 2 +-
drivers/media/i2c/ov2740.c | 8 +-
drivers/media/i2c/ov5640.c | 14 +-
drivers/media/i2c/ov5648.c | 12 +-
drivers/media/i2c/ov6650.c | 115 +++--
drivers/media/i2c/ov8865.c | 4 +-
drivers/media/pci/bt8xx/bttv-driver.c | 4 +-
drivers/media/pci/cx88/cx88-mpeg.c | 3 +
drivers/media/pci/ivtv/ivtv-driver.h | 1 -
drivers/media/pci/ivtv/ivtv-ioctl.c | 10 +-
drivers/media/pci/ivtv/ivtv-streams.c | 11 +-
drivers/media/pci/saa7134/saa7134-alsa.c | 4 +-
drivers/media/platform/aspeed-video.c | 9 +-
drivers/media/platform/atmel/atmel-isc-base.c | 22 +-
drivers/media/platform/atmel/atmel-sama7g5-isc.c | 6 -
drivers/media/platform/coda/coda-common.c | 1 +
drivers/media/platform/davinci/vpif.c | 109 +++--
drivers/media/platform/imx-jpeg/mxc-jpeg.c | 7 +-
drivers/media/platform/meson/ge2d/ge2d.c | 24 +-
.../media/platform/mtk-vcodec/mtk_vcodec_fw_vpu.c | 2 +
drivers/media/platform/omap3isp/ispstat.c | 5 +-
drivers/media/platform/qcom/camss/camss-csid-170.c | 19 +-
drivers/media/platform/qcom/camss/camss-vfe-170.c | 12 +-
drivers/media/platform/qcom/venus/helpers.c | 2 +-
drivers/media/platform/qcom/venus/hfi_cmds.c | 2 +
drivers/media/platform/qcom/venus/venc.c | 4 +-
drivers/media/platform/qcom/venus/venc_ctrls.c | 6 +-
drivers/media/platform/ti-vpe/cal-video.c | 3 +
drivers/media/rc/gpio-ir-tx.c | 28 +-
drivers/media/rc/ir_toy.c | 2 +-
drivers/media/test-drivers/vidtv/vidtv_s302m.c | 17 +-
drivers/media/usb/em28xx/em28xx-cards.c | 13 +-
drivers/media/usb/go7007/s2250-board.c | 10 +-
drivers/media/usb/hdpvr/hdpvr-video.c | 4 +-
drivers/media/usb/stk1160/stk1160-core.c | 2 +-
drivers/media/usb/stk1160/stk1160-v4l.c | 10 +-
drivers/media/usb/stk1160/stk1160.h | 2 +-
drivers/media/v4l2-core/v4l2-ctrls-core.c | 18 +
drivers/media/v4l2-core/v4l2-ioctl.c | 12 +-
drivers/media/v4l2-core/v4l2-mem2mem.c | 53 ++-
drivers/memory/emif.c | 8 +-
drivers/memory/tegra/tegra20-emc.c | 2 +-
drivers/memstick/core/mspro_block.c | 10 +-
drivers/mfd/asic3.c | 10 +-
drivers/mfd/mc13xxx-core.c | 4 +-
drivers/misc/cardreader/alcor_pci.c | 9 +-
drivers/misc/habanalabs/common/debugfs.c | 2 +
drivers/misc/kgdbts.c | 4 +-
drivers/misc/mei/hw-me-regs.h | 2 +
drivers/misc/mei/hw-me.c | 23 +-
drivers/misc/mei/interrupt.c | 35 +-
drivers/misc/mei/pci-me.c | 1 +
drivers/mmc/core/bus.c | 9 +-
drivers/mmc/core/bus.h | 3 +-
drivers/mmc/core/host.c | 15 +-
drivers/mmc/core/mmc.c | 16 +-
drivers/mmc/core/sd.c | 25 +-
drivers/mmc/core/sdio.c | 5 +-
drivers/mmc/core/sdio_bus.c | 7 +-
drivers/mmc/host/davinci_mmc.c | 6 +-
drivers/mmc/host/rtsx_pci_sdmmc.c | 20 +-
drivers/mmc/host/sdhci_am654.c | 24 +-
drivers/mtd/devices/mchp23k256.c | 14 +
drivers/mtd/devices/mchp48l640.c | 10 +
drivers/mtd/nand/onenand/generic.c | 7 +-
drivers/mtd/nand/raw/atmel/nand-controller.c | 14 +-
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 3 +
drivers/mtd/nand/raw/nand_base.c | 44 +-
drivers/mtd/nand/raw/pl35x-nand-controller.c | 2 +-
drivers/mtd/spi-nor/core.c | 3 +-
drivers/mtd/ubi/build.c | 9 +-
drivers/mtd/ubi/fastmap.c | 28 +-
drivers/mtd/ubi/vmt.c | 8 +-
drivers/net/bareudp.c | 19 +-
drivers/net/can/m_can/m_can.c | 5 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 2 +-
drivers/net/can/usb/ems_usb.c | 1 -
drivers/net/can/usb/mcba_usb.c | 27 +-
drivers/net/can/usb/usb_8dev.c | 30 +-
drivers/net/can/vxcan.c | 2 +-
drivers/net/dsa/Kconfig | 12 +-
drivers/net/dsa/Makefile | 3 +-
drivers/net/dsa/bcm_sf2_cfp.c | 6 +-
drivers/net/dsa/mv88e6xxx/chip.c | 1 +
drivers/net/dsa/realtek/Kconfig | 20 +
drivers/net/dsa/realtek/Makefile | 3 +
drivers/net/dsa/{ => realtek}/realtek-smi-core.c | 0
drivers/net/dsa/{ => realtek}/realtek-smi-core.h | 4 +-
drivers/net/dsa/{ => realtek}/rtl8365mb.c | 0
drivers/net/dsa/{ => realtek}/rtl8366.c | 0
drivers/net/dsa/{ => realtek}/rtl8366rb.c | 2 +
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 6 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h | 2 +-
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 4 +-
.../net/ethernet/freescale/enetc/enetc_ethtool.c | 5 +-
drivers/net/ethernet/freescale/enetc/enetc_qos.c | 128 +++---
drivers/net/ethernet/hisilicon/hns3/hnae3.h | 4 +
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 15 +-
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h | 1 -
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 44 +-
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 23 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 179 ++++++--
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 4 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c | 4 +-
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 5 +
drivers/net/ethernet/ibm/ibmvnic.c | 63 ++-
drivers/net/ethernet/ibm/ibmvnic.h | 7 +-
drivers/net/ethernet/intel/i40e/i40e_xsk.c | 19 +-
drivers/net/ethernet/intel/ice/ice.h | 4 +-
drivers/net/ethernet/intel/ice/ice_idc.c | 3 +
drivers/net/ethernet/intel/ice/ice_main.c | 25 +-
drivers/net/ethernet/intel/ice/ice_xsk.c | 16 +-
drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 -
drivers/net/ethernet/intel/igb/igb_main.c | 19 +-
drivers/net/ethernet/intel/igc/igc_main.c | 16 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 27 +-
.../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 15 +-
drivers/net/ethernet/microchip/sparx5/Kconfig | 2 +
.../net/ethernet/microchip/sparx5/sparx5_fdma.c | 2 +
.../net/ethernet/pensando/ionic/ionic_bus_pci.c | 4 +-
drivers/net/ethernet/pensando/ionic/ionic_dev.c | 20 +-
drivers/net/ethernet/pensando/ionic/ionic_dev.h | 1 +
drivers/net/ethernet/pensando/ionic/ionic_main.c | 34 +-
drivers/net/ethernet/qlogic/qed/qed_sriov.c | 29 +-
drivers/net/ethernet/qlogic/qed/qed_sriov.h | 1 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h | 10 +-
.../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 7 +
drivers/net/ethernet/ti/cpsw_ethtool.c | 6 +-
drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 72 ++--
drivers/net/hyperv/netvsc.c | 24 +-
drivers/net/phy/at803x.c | 40 +-
drivers/net/phy/broadcom.c | 21 +
drivers/net/phy/micrel.c | 30 +-
drivers/net/usb/asix.h | 4 +-
drivers/net/usb/asix_common.c | 19 +-
drivers/net/usb/asix_devices.c | 21 +-
drivers/net/wireguard/queueing.c | 3 +-
drivers/net/wireguard/socket.c | 5 +-
drivers/net/wireless/ath/ath10k/snoc.c | 2 +-
drivers/net/wireless/ath/ath10k/wow.c | 7 +-
drivers/net/wireless/ath/ath11k/dp_rx.c | 2 +-
drivers/net/wireless/ath/ath11k/dp_tx.c | 2 +-
drivers/net/wireless/ath/ath11k/mac.c | 34 +-
drivers/net/wireless/ath/ath11k/mhi.c | 1 +
drivers/net/wireless/ath/ath11k/qmi.c | 3 +-
drivers/net/wireless/ath/ath9k/htc_hst.c | 5 +
drivers/net/wireless/ath/carl9170/main.c | 2 +-
.../broadcom/brcm80211/brcmfmac/firmware.c | 2 +
.../wireless/broadcom/brcm80211/brcmfmac/pcie.c | 73 ++--
.../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 1 -
drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c | 2 +-
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 -
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 13 +-
drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 2 -
drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 4 +
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 4 +-
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 3 +-
drivers/net/wireless/intel/iwlwifi/mvm/rx.c | 2 +-
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 5 +-
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 2 +-
drivers/net/wireless/mediatek/mt76/mt76.h | 2 +-
drivers/net/wireless/mediatek/mt76/mt7603/main.c | 3 +
drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 56 ++-
drivers/net/wireless/mediatek/mt76/mt7615/main.c | 3 +
.../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
.../net/wireless/mediatek/mt76/mt76_connac_mcu.h | 3 +-
drivers/net/wireless/mediatek/mt76/mt7915/init.c | 2 +-
drivers/net/wireless/mediatek/mt76/mt7915/mac.c | 50 ++-
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c | 67 ++-
drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h | 8 +-
.../net/wireless/mediatek/mt76/mt7921/debugfs.c | 16 +-
drivers/net/wireless/mediatek/mt76/mt7921/dma.c | 119 ------
drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 68 +--
drivers/net/wireless/mediatek/mt76/mt7921/mac.h | 3 +
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c | 57 +--
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h | 1 +
drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 124 ++++++
.../net/wireless/mediatek/mt76/mt7921/pci_mcu.c | 18 +-
drivers/net/wireless/mediatek/mt76/mt7921/regs.h | 11 +-
.../net/wireless/mediatek/mt76/mt7921/sdio_mcu.c | 38 ++
drivers/net/wireless/mediatek/mt76/sdio.h | 2 +
drivers/net/wireless/ray_cs.c | 6 +
drivers/net/wireless/realtek/rtw88/fw.c | 42 +-
drivers/net/wireless/realtek/rtw88/mac80211.c | 5 +-
drivers/net/wireless/realtek/rtw88/main.c | 16 +-
drivers/net/wireless/realtek/rtw88/main.h | 4 +-
drivers/net/wwan/qcom_bam_dmux.c | 2 +-
drivers/nvdimm/region_devs.c | 3 +
drivers/nvme/host/core.c | 48 ++-
drivers/nvme/host/multipath.c | 7 +-
drivers/nvme/host/nvme.h | 19 +
drivers/nvme/host/tcp.c | 40 ++
drivers/pci/access.c | 9 +-
drivers/pci/controller/dwc/pci-imx6.c | 15 +-
drivers/pci/controller/dwc/pcie-fu740.c | 51 ++-
drivers/pci/controller/pci-aardvark.c | 13 +-
drivers/pci/controller/pci-xgene.c | 35 +-
drivers/pci/hotplug/pciehp_hpc.c | 2 +
drivers/pci/quirks.c | 12 +
drivers/perf/Kconfig | 2 +-
drivers/perf/arm-cmn.c | 21 +-
drivers/phy/broadcom/phy-brcm-usb-init.c | 36 ++
drivers/phy/broadcom/phy-brcm-usb-init.h | 1 +
drivers/phy/broadcom/phy-brcm-usb.c | 11 +-
drivers/phy/phy-core-mipi-dphy.c | 4 +-
drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 2 +
drivers/pinctrl/mediatek/pinctrl-paris.c | 32 +-
drivers/pinctrl/nomadik/pinctrl-nomadik.c | 4 +-
drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 185 ++++-----
drivers/pinctrl/pinconf-generic.c | 6 +-
drivers/pinctrl/pinctrl-ingenic.c | 46 +-
drivers/pinctrl/pinctrl-microchip-sgpio.c | 15 +
drivers/pinctrl/pinctrl-ocelot.c | 7 +-
drivers/pinctrl/pinctrl-rockchip.c | 2 +
drivers/pinctrl/renesas/core.c | 5 +-
drivers/pinctrl/renesas/pfc-r8a77470.c | 4 +-
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c | 2 -
drivers/pinctrl/samsung/pinctrl-samsung.c | 30 +-
drivers/platform/chrome/Makefile | 3 +-
drivers/platform/chrome/cros_ec_sensorhub_ring.c | 3 +-
drivers/platform/chrome/cros_ec_sensorhub_trace.h | 123 ++++++
drivers/platform/chrome/cros_ec_trace.h | 95 -----
drivers/platform/chrome/cros_ec_typec.c | 6 +
drivers/platform/x86/asus-wmi.c | 2 +-
drivers/platform/x86/huawei-wmi.c | 13 +-
drivers/power/reset/gemini-poweroff.c | 4 +-
drivers/power/supply/ab8500_bmdata.c | 8 +-
drivers/power/supply/ab8500_chargalg.c | 6 +-
drivers/power/supply/ab8500_fg.c | 12 +-
drivers/power/supply/bq24190_charger.c | 7 +-
drivers/power/supply/sbs-charger.c | 18 +-
drivers/power/supply/wm8350_power.c | 97 ++++-
drivers/powercap/dtpm_cpu.c | 7 +
drivers/pps/clients/pps-gpio.c | 2 +-
drivers/ptp/ptp_clock.c | 11 +-
drivers/pwm/pwm-lpc18xx-sct.c | 20 +-
drivers/regulator/qcom_smd-regulator.c | 4 +-
drivers/regulator/rpi-panel-attiny-regulator.c | 56 ++-
drivers/remoteproc/qcom_q6v5_adsp.c | 1 +
drivers/remoteproc/qcom_q6v5_mss.c | 11 +-
drivers/remoteproc/qcom_wcnss.c | 1 +
drivers/remoteproc/remoteproc_debugfs.c | 2 +-
drivers/rtc/interface.c | 7 +-
drivers/rtc/rtc-gamecube.c | 1 +
drivers/rtc/rtc-mc146818-lib.c | 6 +-
drivers/rtc/rtc-pl031.c | 6 +-
drivers/scsi/fnic/fnic_scsi.c | 2 +-
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 2 +-
drivers/scsi/libsas/sas_ata.c | 2 +-
drivers/scsi/mpt3sas/mpt3sas_base.c | 25 +-
drivers/scsi/pm8001/pm8001_hwi.c | 23 +-
drivers/scsi/pm8001/pm80xx_hwi.c | 209 +++++-----
drivers/scsi/qla2xxx/qla_attr.c | 7 +-
drivers/scsi/qla2xxx/qla_bsg.c | 6 +-
drivers/scsi/qla2xxx/qla_def.h | 22 +-
drivers/scsi/qla2xxx/qla_edif.c | 25 +-
drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
drivers/scsi/qla2xxx/qla_gs.c | 160 +++----
drivers/scsi/qla2xxx/qla_init.c | 233 ++++++-----
drivers/scsi/qla2xxx/qla_inline.h | 2 +
drivers/scsi/qla2xxx/qla_iocb.c | 93 +++--
drivers/scsi/qla2xxx/qla_isr.c | 1 +
drivers/scsi/qla2xxx/qla_mbx.c | 29 +-
drivers/scsi/qla2xxx/qla_mid.c | 9 +-
drivers/scsi/qla2xxx/qla_mr.c | 11 +-
drivers/scsi/qla2xxx/qla_nvme.c | 22 +
drivers/scsi/qla2xxx/qla_os.c | 54 ++-
drivers/scsi/qla2xxx/qla_sup.c | 4 +-
drivers/scsi/qla2xxx/qla_target.c | 14 +-
drivers/scsi/qla2xxx/qla_tmpl.c | 9 +-
drivers/scsi/scsi_error.c | 9 +-
drivers/scsi/scsi_transport_fc.c | 39 +-
drivers/scsi/sd.c | 6 +-
drivers/scsi/ufs/ufshcd.c | 21 +-
drivers/soc/mediatek/mtk-pm-domains.c | 3 +
drivers/soc/qcom/ocmem.c | 1 +
drivers/soc/qcom/qcom_aoss.c | 8 +-
drivers/soc/qcom/rpmpd.c | 3 +
drivers/soc/ti/wkup_m3_ipc.c | 4 +-
drivers/soundwire/dmi-quirks.c | 2 +-
drivers/soundwire/intel.c | 4 +-
drivers/spi/spi-fsi.c | 10 +
drivers/spi/spi-mt65xx.c | 15 +-
drivers/spi/spi-mxic.c | 28 +-
drivers/spi/spi-pxa2xx-pci.c | 17 +-
drivers/spi/spi-tegra114.c | 4 +
drivers/spi/spi-tegra20-slink.c | 8 +-
drivers/spi/spi-tegra210-quad.c | 2 +
drivers/spi/spi-zynqmp-gqspi.c | 5 +-
drivers/staging/iio/adc/ad7280a.c | 4 +-
drivers/staging/media/atomisp/pci/atomisp_acc.c | 28 +-
.../media/atomisp/pci/atomisp_gmin_platform.c | 18 +
drivers/staging/media/atomisp/pci/hmm/hmm.c | 7 +-
drivers/staging/media/hantro/hantro_h1_jpeg_enc.c | 2 +-
drivers/staging/media/hantro/hantro_h1_regs.h | 2 +-
drivers/staging/media/hantro/sunxi_vpu_hw.c | 4 +-
drivers/staging/media/imx/imx7-mipi-csis.c | 6 +-
drivers/staging/media/imx/imx8mq-mipi-csi2.c | 74 ++--
drivers/staging/media/meson/vdec/esparser.c | 7 +-
drivers/staging/media/meson/vdec/vdec_helpers.c | 8 +-
drivers/staging/media/meson/vdec/vdec_helpers.h | 4 +-
drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 2 +-
drivers/staging/media/sunxi/cedrus/cedrus_h265.c | 2 +-
drivers/staging/media/zoran/zoran.h | 2 +-
drivers/staging/media/zoran/zoran_card.c | 86 ++--
drivers/staging/media/zoran/zoran_device.c | 7 +-
drivers/staging/media/zoran/zoran_driver.c | 18 +-
drivers/staging/mt7621-dts/gbpc1.dts | 40 +-
drivers/staging/mt7621-dts/gbpc2.dts | 116 +++++-
drivers/staging/mt7621-dts/mt7621.dtsi | 26 +-
drivers/staging/qlge/qlge_main.c | 11 +-
drivers/staging/r8188eu/core/rtw_recv.c | 3 +-
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c | 2 +-
.../intel/int340x_thermal/int3400_thermal.c | 7 +-
drivers/tty/hvc/hvc_iucv.c | 4 +-
drivers/tty/mxser.c | 15 +-
drivers/tty/serial/8250/8250_aspeed_vuart.c | 2 +-
drivers/tty/serial/8250/8250_dma.c | 11 +-
drivers/tty/serial/8250/8250_lpss.c | 28 +-
drivers/tty/serial/8250/8250_mid.c | 19 +-
drivers/tty/serial/8250/8250_port.c | 24 +-
drivers/tty/serial/kgdboc.c | 6 +-
drivers/tty/serial/serial_core.c | 14 +
drivers/usb/host/xhci-hub.c | 5 +-
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/host/xhci.c | 20 +-
drivers/usb/host/xhci.h | 14 +-
drivers/usb/serial/Kconfig | 1 +
drivers/usb/serial/pl2303.c | 2 +
drivers/usb/serial/pl2303.h | 3 +
drivers/usb/serial/usb-serial-simple.c | 7 +
drivers/usb/storage/ene_ub6250.c | 155 ++++---
drivers/usb/storage/realtek_cr.c | 2 +-
drivers/usb/typec/tipd/core.c | 5 +
drivers/usb/typec/tipd/tps6598x.h | 1 +
drivers/vdpa/mlx5/net/mlx5_vnet.c | 7 +-
drivers/vfio/pci/vfio_pci_core.c | 61 +++
drivers/vhost/iotlb.c | 6 +-
drivers/video/fbdev/atafb.c | 12 +-
drivers/video/fbdev/atmel_lcdfb.c | 11 +-
drivers/video/fbdev/cirrusfb.c | 16 +-
drivers/video/fbdev/controlfb.c | 2 +
drivers/video/fbdev/core/fbcvt.c | 53 +--
drivers/video/fbdev/core/fbmem.c | 29 +-
drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
drivers/video/fbdev/nvidia/nv_i2c.c | 2 +-
.../fbdev/omap2/omapfb/displays/connector-dvi.c | 1 +
.../fbdev/omap2/omapfb/displays/panel-dsi-cm.c | 8 +-
.../omap2/omapfb/displays/panel-sony-acx565akm.c | 2 +-
.../omap2/omapfb/displays/panel-tpo-td043mtea1.c | 4 +-
drivers/video/fbdev/sm712fb.c | 46 +-
drivers/video/fbdev/smscufx.c | 3 +-
drivers/video/fbdev/udlfb.c | 8 +-
drivers/video/fbdev/w100fb.c | 15 +-
drivers/virt/acrn/hsm.c | 20 +-
drivers/virt/acrn/mm.c | 24 ++
drivers/virtio/virtio.c | 5 +-
drivers/virtio/virtio_pci_common.c | 48 +--
drivers/virtio/virtio_pci_common.h | 7 +-
drivers/virtio/virtio_pci_legacy.c | 5 +-
drivers/virtio/virtio_pci_modern.c | 6 +-
drivers/watchdog/rti_wdt.c | 1 +
fs/binfmt_elf.c | 90 ++--
fs/binfmt_elf_fdpic.c | 18 +-
fs/btrfs/block-group.c | 8 +-
fs/btrfs/compression.c | 20 +-
fs/btrfs/disk-io.c | 26 +-
fs/btrfs/extent_io.c | 22 +-
fs/btrfs/file-item.c | 38 +-
fs/btrfs/inode.c | 8 +-
fs/btrfs/reflink.c | 7 +-
fs/btrfs/space-info.c | 3 +-
fs/btrfs/volumes.c | 48 ++-
fs/buffer.c | 8 +-
fs/cifs/cifs_swn.c | 6 +-
fs/cifs/cifsfs.c | 14 +-
fs/cifs/cifsproto.h | 3 +
fs/cifs/connect.c | 56 ++-
fs/cifs/dfs_cache.c | 2 +-
fs/cifs/file.c | 10 +
fs/cifs/smb1ops.c | 2 +-
fs/cifs/smb2ops.c | 148 ++++---
fs/cifs/smb2pdu.c | 6 +-
fs/cifs/transport.c | 2 +-
fs/coredump.c | 86 +++-
fs/erofs/sysfs.c | 8 +-
fs/exec.c | 26 +-
fs/ext2/super.c | 6 +-
fs/ext4/inline.c | 9 +-
fs/ext4/inode.c | 25 ++
fs/ext4/mballoc.c | 128 +++---
fs/ext4/namei.c | 10 +-
fs/ext4/super.c | 53 ++-
fs/f2fs/checkpoint.c | 8 +-
fs/f2fs/compress.c | 5 +-
fs/f2fs/data.c | 8 +-
fs/f2fs/debug.c | 18 +-
fs/f2fs/f2fs.h | 1 +
fs/f2fs/file.c | 5 +-
fs/f2fs/gc.c | 4 +-
fs/f2fs/inode.c | 7 +-
fs/f2fs/node.c | 6 +-
fs/f2fs/segment.c | 7 +
fs/f2fs/super.c | 10 +-
fs/f2fs/sysfs.c | 2 +-
fs/file.c | 31 +-
fs/gfs2/bmap.c | 2 +-
fs/gfs2/file.c | 3 +-
fs/gfs2/inode.c | 2 +-
fs/gfs2/rgrp.c | 10 +-
fs/gfs2/rgrp.h | 2 +-
fs/gfs2/super.c | 2 +-
fs/io_uring.c | 21 +-
fs/iomap/buffered-io.c | 3 +-
fs/jffs2/build.c | 4 +-
fs/jffs2/fs.c | 2 +-
fs/jffs2/scan.c | 6 +-
fs/jfs/jfs_dmap.c | 7 +
fs/nfs/callback_proc.c | 27 +-
fs/nfs/callback_xdr.c | 4 -
fs/nfs/nfs2xdr.c | 2 +-
fs/nfs/nfs3xdr.c | 22 +-
fs/nfs/nfs4proc.c | 1 +
fs/nfs/pagelist.c | 1 +
fs/nfs/pnfs.c | 11 +
fs/nfs/pnfs.h | 2 +
fs/nfs/proc.c | 1 +
fs/nfs/write.c | 7 +-
fs/nfsd/filecache.c | 6 +-
fs/nfsd/nfs4state.c | 12 +-
fs/nfsd/nfsproc.c | 2 +-
fs/nfsd/xdr.h | 2 +-
fs/ntfs/inode.c | 4 +
fs/ocfs2/quota_global.c | 23 +-
fs/ocfs2/quota_local.c | 2 -
fs/proc/bootconfig.c | 2 +
fs/pstore/platform.c | 38 +-
fs/ubifs/dir.c | 238 ++++++-----
fs/ubifs/file.c | 14 +-
fs/ubifs/io.c | 34 +-
fs/ubifs/ioctl.c | 2 +-
fs/ubifs/journal.c | 52 ++-
include/drm/drm_connector.h | 12 +-
include/drm/drm_dp_helper.h | 4 +-
include/drm/drm_modeset_lock.h | 1 +
include/linux/atomic/atomic-arch-fallback.h | 38 +-
include/linux/binfmts.h | 3 +
include/linux/blk-cgroup.h | 17 +
include/linux/blk_types.h | 3 +-
include/linux/coredump.h | 5 +-
include/linux/fb.h | 1 +
include/linux/lsm_hook_defs.h | 2 +
include/linux/lsm_hooks.h | 5 +
include/linux/migrate.h | 8 +
include/linux/mtd/rawnand.h | 2 +
include/linux/netfilter_netdev.h | 2 +-
include/linux/nvme.h | 1 +
include/linux/pci.h | 1 +
include/linux/pstore.h | 6 +-
include/linux/randomize_kstack.h | 16 +-
include/linux/sched.h | 19 +-
include/linux/security.h | 8 +
include/linux/serial_core.h | 2 +
include/linux/skbuff.h | 28 +-
include/linux/skmsg.h | 13 +-
include/linux/soc/ti/ti_sci_protocol.h | 2 +-
include/linux/sunrpc/xdr.h | 2 +
include/linux/sunrpc/xprt.h | 3 +
include/linux/sunrpc/xprtsock.h | 2 +-
include/linux/xarray.h | 1 +
include/net/netfilter/nf_conntrack_helper.h | 1 +
include/net/netfilter/nf_flow_table.h | 18 +
include/scsi/scsi_device.h | 1 +
include/sound/intel-nhlt.h | 22 +-
include/sound/pcm.h | 1 +
include/trace/events/ext4.h | 78 ++--
include/trace/events/rxrpc.h | 8 +-
include/trace/events/sched.h | 11 +-
include/uapi/linux/bpf.h | 12 +-
include/uapi/linux/loop.h | 4 +-
include/uapi/linux/omap3isp.h | 21 +-
include/uapi/linux/rfkill.h | 14 +-
include/uapi/linux/rseq.h | 20 +-
include/uapi/linux/serial_core.h | 3 +
kernel/audit.h | 4 +
kernel/auditsc.c | 87 +++-
kernel/bpf/btf.c | 55 ++-
kernel/bpf/stackmap.c | 56 ++-
kernel/debug/kdb/kdb_support.c | 2 +-
kernel/dma/debug.c | 4 +-
kernel/dma/swiotlb.c | 11 +-
kernel/events/core.c | 3 +
kernel/livepatch/core.c | 4 +-
kernel/locking/lockdep.c | 38 +-
kernel/locking/lockdep_internals.h | 6 +-
kernel/locking/lockdep_proc.c | 51 ++-
kernel/power/hibernate.c | 2 +-
kernel/power/suspend_test.c | 8 +-
kernel/printk/printk.c | 6 +-
kernel/ptrace.c | 47 ++-
kernel/rcu/rcu_segcblist.h | 4 +-
kernel/rcu/tree.c | 71 ++--
kernel/rcu/tree.h | 4 +-
kernel/resource.c | 41 +-
kernel/rseq.c | 8 +-
kernel/sched/core.c | 5 +-
kernel/sched/cpuacct.c | 3 +-
kernel/sched/cpufreq_schedutil.c | 11 +-
kernel/sched/deadline.c | 12 +-
kernel/sched/debug.c | 10 -
kernel/sched/fair.c | 18 +-
kernel/sched/rt.c | 32 +-
kernel/sched/sched.h | 181 ++++----
kernel/trace/fgraph.c | 4 +-
kernel/trace/ftrace.c | 4 +-
kernel/trace/trace.c | 9 +-
kernel/trace/trace_events.c | 96 ++++-
kernel/trace/trace_osnoise.c | 4 +-
kernel/trace/trace_sched_switch.c | 1 +
kernel/trace/trace_sched_wakeup.c | 1 +
kernel/watch_queue.c | 4 +-
lib/kunit/try-catch.c | 2 +-
lib/raid6/test/Makefile | 4 +-
lib/raid6/test/test.c | 1 -
lib/test_kmod.c | 1 +
lib/test_lockup.c | 11 +-
lib/test_xarray.c | 22 +
lib/vsprintf.c | 48 ++-
lib/xarray.c | 4 +
mm/kmemleak.c | 9 +-
mm/madvise.c | 3 +-
mm/memcontrol.c | 2 +-
mm/memory.c | 57 ++-
mm/mempolicy.c | 8 +-
mm/migrate.c | 47 +--
mm/mlock.c | 7 +-
mm/mmap.c | 2 +-
mm/page_alloc.c | 9 +-
mm/slab.c | 1 +
mm/usercopy.c | 5 +-
mm/vmstat.c | 13 +-
net/ax25/af_ax25.c | 18 +-
net/ax25/ax25_subr.c | 20 +-
net/bluetooth/eir.h | 5 +
net/bluetooth/hci_conn.c | 2 +
net/bluetooth/hci_event.c | 13 +-
net/bluetooth/hci_sync.c | 2 +-
net/bluetooth/mgmt.c | 18 +-
net/can/isotp.c | 69 +--
net/core/skbuff.c | 51 ++-
net/core/skmsg.c | 17 +-
net/dsa/dsa2.c | 5 +
net/dsa/switch.c | 40 +-
net/ipv4/route.c | 18 +-
net/ipv4/tcp_bpf.c | 14 +-
net/ipv4/tcp_output.c | 5 +-
net/mac80211/ieee80211_i.h | 2 +-
net/mac80211/mesh.c | 2 +-
net/mac80211/mlme.c | 11 +-
net/mac80211/util.c | 27 +-
net/mptcp/protocol.c | 1 +
net/netfilter/nf_conntrack_helper.c | 6 +
net/netfilter/nf_conntrack_proto_tcp.c | 17 +-
net/netfilter/nf_flow_table_inet.c | 17 +
net/netfilter/nf_flow_table_ip.c | 18 -
net/netfilter/nft_ct.c | 3 +
net/netlink/af_netlink.c | 2 +
net/openvswitch/conntrack.c | 118 +++---
net/openvswitch/flow_netlink.c | 4 +-
net/rfkill/core.c | 48 ++-
net/rxrpc/ar-internal.h | 15 +-
net/rxrpc/call_event.c | 2 +-
net/rxrpc/call_object.c | 40 +-
net/rxrpc/server_key.c | 7 +-
net/sched/act_ct.c | 15 +-
net/sctp/sm_statefuns.c | 8 +-
net/sunrpc/clnt.c | 6 +-
net/sunrpc/sched.c | 22 +-
net/sunrpc/sysfs.c | 55 ++-
net/sunrpc/xprt.c | 10 +
net/sunrpc/xprtrdma/transport.c | 8 +-
net/sunrpc/xprtsock.c | 56 ++-
net/tipc/socket.c | 3 +-
net/unix/af_unix.c | 16 +-
net/vmw_vsock/virtio_transport.c | 11 +-
net/x25/af_x25.c | 11 +-
net/xdp/xsk.c | 69 ++-
net/xdp/xsk_buff_pool.c | 8 +-
samples/bpf/xdpsock_user.c | 6 +-
samples/landlock/sandboxer.c | 1 +
scripts/atomic/fallbacks/read_acquire | 11 +-
scripts/atomic/fallbacks/set_release | 7 +-
scripts/dtc/Makefile | 2 +-
scripts/gcc-plugins/stackleak_plugin.c | 25 +-
scripts/mod/modpost.c | 2 +-
security/integrity/evm/evm_main.c | 2 +-
security/keys/keyctl_pkey.c | 14 +-
security/keys/trusted-keys/trusted_core.c | 6 +-
security/landlock/syscalls.c | 2 +-
security/security.c | 24 +-
security/selinux/hooks.c | 180 +++++---
security/selinux/include/policycap.h | 1 +
security/selinux/include/policycap_names.h | 3 +-
security/selinux/include/security.h | 7 +
security/selinux/selinuxfs.c | 2 +
security/selinux/xfrm.c | 2 +-
security/smack/smack_lsm.c | 2 +-
security/tomoyo/load_policy.c | 4 +-
sound/core/pcm.c | 1 +
sound/core/pcm_lib.c | 9 +-
sound/core/pcm_native.c | 39 +-
sound/firewire/fcp.c | 4 +-
sound/hda/intel-dsp-config.c | 36 +-
sound/hda/intel-nhlt.c | 22 +
sound/isa/cs423x/cs4236.c | 8 +-
sound/pci/hda/hda_intel.c | 10 +-
sound/pci/hda/patch_hdmi.c | 8 +-
sound/pci/hda/patch_realtek.c | 15 +-
sound/soc/amd/acp/acp-mach-common.c | 2 +
sound/soc/amd/vangogh/acp5x-mach.c | 1 +
sound/soc/amd/vangogh/acp5x-pcm-dma.c | 68 +--
sound/soc/atmel/atmel_ssc_dai.c | 5 +-
sound/soc/atmel/mikroe-proto.c | 20 +-
sound/soc/atmel/sam9g20_wm8731.c | 1 +
sound/soc/atmel/sam9x5_wm8731.c | 13 +-
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/cs35l41.c | 6 +-
sound/soc/codecs/cs42l42.c | 14 +-
sound/soc/codecs/lpass-rx-macro.c | 14 +-
sound/soc/codecs/lpass-tx-macro.c | 2 +
sound/soc/codecs/lpass-va-macro.c | 4 +-
sound/soc/codecs/lpass-wsa-macro.c | 2 +
sound/soc/codecs/max98927.c | 1 +
sound/soc/codecs/msm8916-wcd-analog.c | 22 +-
sound/soc/codecs/msm8916-wcd-digital.c | 5 +-
sound/soc/codecs/mt6358.c | 4 +
sound/soc/codecs/rk817_codec.c | 6 +-
sound/soc/codecs/rt5663.c | 2 +
sound/soc/codecs/rt5682s.c | 26 +-
sound/soc/codecs/rt5682s.h | 1 -
sound/soc/codecs/wcd934x.c | 12 +-
sound/soc/codecs/wcd938x.c | 10 +-
sound/soc/codecs/wm8350.c | 28 +-
sound/soc/dwc/dwc-i2s.c | 17 +-
sound/soc/fsl/fsl_spdif.c | 2 +
sound/soc/fsl/imx-es8328.c | 1 +
sound/soc/generic/simple-card-utils.c | 15 +
sound/soc/intel/boards/sof_es8336.c | 63 ++-
sound/soc/intel/boards/sof_sdw.c | 2 +-
sound/soc/intel/common/soc-acpi-intel-bxt-match.c | 7 +-
sound/soc/intel/common/soc-acpi-intel-cml-match.c | 7 +-
sound/soc/intel/common/soc-acpi-intel-glk-match.c | 7 +-
sound/soc/intel/common/soc-acpi-intel-jsl-match.c | 7 +-
sound/soc/intel/common/soc-acpi-intel-tgl-match.c | 7 +-
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 23 +-
.../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c | 18 +-
.../mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c | 4 +-
sound/soc/mxs/mxs-saif.c | 5 +-
sound/soc/mxs/mxs-sgtl5000.c | 3 +
sound/soc/rockchip/rockchip_i2s.c | 15 +-
sound/soc/rockchip/rockchip_i2s_tdm.c | 12 +-
sound/soc/sh/fsi.c | 19 +-
sound/soc/sh/rz-ssi.c | 73 ++--
sound/soc/soc-compress.c | 5 +
sound/soc/soc-core.c | 2 +-
sound/soc/soc-generic-dmaengine-pcm.c | 6 +-
sound/soc/soc-topology.c | 3 +-
sound/soc/sof/debug.c | 2 +-
sound/soc/sof/imx/imx8m.c | 1 +
sound/soc/sof/intel/Kconfig | 1 +
sound/soc/sof/intel/hda-dai.c | 13 +
sound/soc/sof/intel/hda-loader.c | 11 +-
sound/soc/sof/intel/hda-pcm.c | 1 +
sound/soc/sof/intel/hda.c | 61 +--
sound/soc/ti/davinci-i2s.c | 5 +-
sound/soc/xilinx/xlnx_formatter_pcm.c | 25 ++
sound/spi/at73c213.c | 27 +-
tools/bpf/bpftool/btf.c | 2 +-
tools/bpf/bpftool/gen.c | 2 +-
tools/bpf/bpftool/link.c | 3 +-
tools/bpf/bpftool/map.c | 42 +-
tools/bpf/bpftool/pids.c | 3 +-
tools/bpf/bpftool/prog.c | 2 +-
tools/include/uapi/linux/bpf.h | 4 +-
tools/lib/bpf/bpf_tracing.h | 4 +-
tools/lib/bpf/btf.h | 22 +-
tools/lib/bpf/btf_dump.c | 11 +-
tools/lib/bpf/libbpf.c | 47 ++-
tools/lib/bpf/libbpf.map | 2 +-
tools/lib/bpf/netlink.c | 63 ++-
tools/lib/bpf/xsk.c | 11 +
tools/lib/perf/tests/test-evlist.c | 8 +-
tools/perf/arch/x86/util/evlist.c | 18 +-
tools/perf/builtin-stat.c | 2 +-
tools/perf/pmu-events/arch/x86/skylakex/cache.json | 111 ++---
.../arch/x86/skylakex/floating-point.json | 24 +-
.../pmu-events/arch/x86/skylakex/frontend.json | 18 +-
.../perf/pmu-events/arch/x86/skylakex/memory.json | 96 ++---
.../pmu-events/arch/x86/skylakex/pipeline.json | 11 +
.../pmu-events/arch/x86/skylakex/skx-metrics.json | 461 ++++++++++++++++++---
.../pmu-events/arch/x86/skylakex/uncore-other.json | 23 +
tools/perf/tests/shell/test_arm_callgraph_fp.sh | 68 +++
tools/testing/cxl/Kbuild | 2 +-
tools/testing/cxl/test/cxl.c | 2 +-
tools/testing/selftests/bpf/prog_tests/bind_perm.c | 20 +-
tools/testing/selftests/bpf/progs/bpf_misc.h | 19 +
.../testing/selftests/bpf/progs/test_probe_user.c | 15 +-
.../testing/selftests/bpf/progs/test_sock_fields.c | 2 +-
tools/testing/selftests/bpf/test_lirc_mode2.sh | 5 +-
tools/testing/selftests/bpf/test_lwt_ip_encap.sh | 10 +-
.../selftests/bpf/test_xdp_redirect_multi.sh | 60 +--
tools/testing/selftests/bpf/xdpxceiver.c | 5 +-
tools/testing/selftests/lkdtm/config | 1 +
.../testing/selftests/net/af_unix/test_unix_oob.c | 6 +-
tools/testing/selftests/net/mptcp/mptcp_connect.sh | 19 +
.../testing/selftests/net/test_vxlan_under_vrf.sh | 8 +-
tools/testing/selftests/net/timestamping.c | 4 +-
tools/testing/selftests/net/tls.c | 6 +
tools/testing/selftests/rcutorture/bin/torture.sh | 4 +-
tools/testing/selftests/sgx/Makefile | 2 +-
tools/testing/selftests/sgx/load.c | 9 +-
tools/testing/selftests/sgx/main.c | 5 +-
tools/testing/selftests/vm/Makefile | 6 +-
tools/testing/selftests/vm/userfaultfd.c | 3 +
tools/testing/selftests/x86/Makefile | 6 +-
tools/testing/selftests/x86/check_cc.sh | 2 +-
tools/tracing/rtla/src/osnoise_hist.c | 2 +-
virt/kvm/kvm_main.c | 13 +
virt/kvm/pfncache.c | 1 +
1147 files changed, 11879 insertions(+), 6157 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-05 7:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-05 7:12 [PATCH 5.17 0000/1126] 5.17.2-rc1 review Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox