- 64c773f Linux 5.15.3-xanmod1-tt
- 5af3443 Merge branch '5.15' into 5.15-tt
|\
| * 7d3ff49 net: move early demux fields close to sk_refcnt
| * a512906 tcp: do not call tcp_cleanup_rbuf() if we have a backlog
| * a29ebb6 tcp: check local var (timeo) before socket fields in one test
| * dcb9f5a tcp: defer skb freeing after socket lock is released
| * 4ece2cb tcp: avoid indirect calls to sock_rfree
| * a69df64 tcp: tp->urg_data is unlikely to be set
| * 51e4359 tcp: annotate races around tp->urg_data
| * e3443ef tcp: annotate data-races on tp->segs_in and tp->data_segs_in
| * b584d94 tcp: add RETPOLINE mitigation to sk_backlog_rcv
| * 5da58d0 tcp: small optimization in tcp recvmsg()
| * 00dd225 net: cache align tcp_memory_allocated, tcp_sockets_allocated
| * 1dea553 net: forward_alloc_get depends on CONFIG_MPTCP
| * 4472553 net: shrink struct sock by 8 bytes
| * 147ec60 ipv6: shrink struct ipcm6_cookie
| * 080db5b net: remove sk_route_nocaps
| * 65ff4ba net: remove sk_route_forced_caps
| * 98bd7ac net: use sk_is_tcp() in more places
| * ad0d587 tcp: small optimization in tcp_v6_send_check()
| * 807adc9 tcp: remove dead code in __tcp_v6_send_check()
| * d32ed7f tcp: minor optimization in tcp_add_backlog()
| * cf09673 bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
| * 0cbe54b ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
| * 9bacfb4 tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
| * 61f91a4 net: introduce sk_forward_alloc_get() - | dd477c4 Merge pull request #216 from hamadmarri/5.15.tt-fork
|\ \
| * | edabdb8 fixed typos
| * | db58800 Ported CFSis cache hot
code duringcan_migrate_task
to avoid migrate cache hot tasks. This also includes numa locality checks.
| * | 9dd12e1 Add sysctl to soften RT task priority kernel.sched_tt_rt_prio
| * | 11c50e2 Initial work to hamadmarri/TT-CPU-Scheduler#6
| * | da59d0d update_blocked_averages in trigger_loadbalancer every 19ms instead of every tick.
| * | 0bf382e Forgot to update load in the most important functions :D update_curr, set_next_task, put_prev_task, and others.
| * | 0e451ef Add missing load update in couple functions: trigger_loadbalancer and task_dead.
| * | 84b7636 fix when enabling CONFIG_NUMA_BALANCING
| * | bdf7933 Added tasks load accountings and statistics.
| * | 4f2d5fc revert adding hz values to Kconfig.hz since now the Hz work is in a separate patch (high-hz.patch).
| * | 9890117 Make child runs first in fork by default. It can be switched back to parent run first via sysctlsysctl kernel.sched_child_runs_first=0
| / - / aa68727 Merge branch '5.15' into 5.15-tt
|/ - bc27c28 mm/vmscan: add sysctl knobs for protecting the working set
- 8405108 mm: multigenerational lru: documentation
- 59217dc mm: multigenerational lru: Kconfig
- 57bf411 mm: multigenerational lru: user interface
- 16ea980 mm: multigenerational lru: eviction
- 38034c3 mm: multigenerational lru: aging
- 76f20dd mm: multigenerational lru: mm_struct list
- 9e55593 mm: multigenerational lru: groundwork
- 7fd3945 mm/vmscan.c: refactor shrink_node()
- be099b9 mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
- b480620 mm: x86, arm64: add arch_has_hw_pte_young()
- fa1dd5b Revert "mm/vmscan: add sysctl knobs for protecting the working set"
- 13af05a Merge tag 'v5.15.3' into 5.15
|\
| * 3b17187 Linux 5.15.3
| * 712cb7e media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
| * c8b0f8b media: videobuf2: always set buffer vb2 pointer
| * 6c087b0 x86/sev: Make the #VC exception stacks part of the default stacks storage
| * 411d939 x86/sev: Add an x86 version of cc_platform_has()
| * d156834 arch/cc: Introduce a function to check for confidential computing features
| * 03fbc93 selftests/bpf: Fix also no-alu32 strobemeta selftest
| * 60e73f7 selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
| * 32d126a mmc: moxart: Fix null pointer dereference on pointer host
| * 6f11f20 ath10k: fix invalid dma_addr_t token assignment
| * 9ebaafe cifs: fix memory leak of smb3_fs_context_dup::server_hostname
| * 855eba6 media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()
| * bb7e50b drm/amd/display: Look at firmware version to determine using dmub on dcn21
| * 3e1e7e4 SUNRPC: Partial revert of commit 6f9f172
| * 7f83710 PCI: aardvark: Fix PCIe Max Payload Size setting
| * 0b86872 PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
| * dfc6f0b drm/sun4i: Fix macros in sun8i_csc.h
| * 0084aaa powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
| * 310b6f9 powerpc/pseries/mobility: ignore ibm, platform-facilities updates
| * d05dc4b powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
| * 02da363 powerpc/security: Use a mutex for interrupt exit code patching
| * 7c8ad3f powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
| * 317cc5b powerpc/32e: Ignore ESR in instruction storage interrupt handler
| * 6f657bb powerpc/bpf: Fix write protecting JIT code
| * 0356cc5 powerpc/vas: Fix potential NULL pointer dereference
| * b75b27e mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
| * ac4e55c mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
| * 768e8c3 mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
| * 2b33e01 mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
| * d9d3d38 mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
| * 365b3fe mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
| * f7e59eb mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
| * 9bfee3c mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
| * bedb039 mtd: rawnand: fsmc: Fix use of SM ORDER
| * bcd526c remoteproc: imx_rproc: Fix rsc-table name
| * 5cd8612 remoteproc: imx_rproc: Fix ignoring mapping vdev regions
| * 3ff5812 remoteproc: Fix the wrong default value of is_iomem
| * 6b8ea5d remoteproc: elf_loader: Fix loading segment when is_iomem true
| * ed8b06a s390/cio: make ccw_device_dma_* more robust
| * 3ef2272 s390/ap: Fix hanging ioctl caused by orphaned replies
| * 3134c31 s390/tape: fix timer initialization in tape_std_assign()
| * f33bf60 s390/cio: check the subchannel validity for dev_busid
| * 32f71f3 s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove
| * 051d89f PM: sleep: Avoid calling put_device() under dpm_list_mtx
| * ac8ffb5 bcache: Revert "bcache: use bvec_virt"
| * d6a3009 bcache: fix use-after-free problem in bcache_device_free()
| * a958d14 video: backlight: Drop maximum brightness override for brightness zero
| * d9dad32 mfd: dln2: Add cell for initializing DLN2 ADC
| * 3ea871f mm, thp: fix incorrect unmap behavior for private pages
| * fd8e972 mm, thp: lock filemap when truncating page cache
| * c15aeea mm, oom: do not trigger out_of_memory from the #PF
| * 487a4c6 mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
| * f1e83db memcg: prohibit unconditional exceeding the limit of dying tasks
| * 6560e8c mm/filemap.c: remove bogus VM_BUG_ON
| * 6847c42 9p/net: fix missing error check in p9_check_errors
| * 1f03911 net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
| * 6a85f01 dmaengine: bestcomm: fix system boot lockups
| * c4cd9e5 dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
| * 68ae6ae dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
| * 1dd578e ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
| * aacb2dd ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
| * 5e84e9d block: Hold invalidate_lock in BLKRESETZONE ioctl
| * 373c2bf block: Hold invalidate_lock in BLKZEROOUT ioctl
| * f9bed86 block: Hold invalidate_lock in BLKDISCARD ioctl
| * 876d624 drm/i915/guc: Fix blocked context accounting
| * f609789 erofs: fix unsafe pagevec reuse of hooked pclusters
| * 11a102d ceph: fix mdsmap decode when there are MDS's beyond max_mds
| * 5e1b901 f2fs: fix UAF in f2fs_available_free_memory
| * 6fd5426 f2fs: include non-compressed blocks in compr_written_block
| * 0353020 f2fs: should use GFP_NOFS for directory inodes
| * 910ea7d irqchip/sifive-plic: Fixup EOI failed when masked
| * d5d2172 posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
| * fb58e9a KVM: x86: move guest_pv_has out of user_access section
| * d5e79d8 PCI/MSI: Destroy sysfs before freeing entries
| * ab40a2e PCI/MSI: Move non-mask check back into low level accessors
| * affa136 x86/mce: Add errata workaround for Skylake SKX37
| * 3cd12b6 MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
| * 9b1b68e MIPS: fix -pkg builds for loongson2ef platform
| * 7089587 MIPS: fix duplicated slashes for Platform file path
| * 8301503 parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page
| * 1dc7ce0 parisc: Fix backtrace to always include init funtion names
| * ca8f29d ARM: 9156/1: drop cc-option fallbacks for architecture selection
| * 12f0dc4 ARM: 9155/1: fix early early_iounmap()
| * 93114d5 smb3: do not error on fsync when readonly
| * c3f2809 thermal: int340x: fix build on 32-bit targets
| * 2cc4450 selftests/net: udpgso_bench_rx: fix port argument
| * 3ce70c3 cxgb4: fix eeprom len when diagnostics not implemented
| * ed8b735 net/smc: fix sk_refcnt underflow on linkdown and fallback
| * 2440482 vsock: prevent unnecessary refcnt inc for nonblocking connect
| * c8234e6 net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
| * 6fb190f net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
| * 0c8ee89 net: stmmac: allow a tc-taprio base-time of zero
| * cb85093 net: hns3: allow configure ETS bandwidth of all TCs
| * 3d3f131 net: hns3: fix kernel crash when unload VF while it is being reset
| * 5c05136 net: hns3: fix pfc packet number incorrect after querying pfc parameters
| * bcbee7c net: hns3: fix ROCE base interrupt vector initialization bug
| * 3e13ce8 net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
| * 422fb87 net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10
| * f17e9e8 drm/amdgpu: fix uvd crash on Polaris12 during driver unloading
| * f00e054 seq_file: fix passing wrong private data
| * acdc506 init: make unknown command line param message clearer
| * 2cf82ea drm/i915/fb: Fix rounding error in subsampled plane size calculation
| * fea0b95 gve: Fix off by one in gve_tx_timeout()
| * 0bf8323 dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
| * 4ee1ac7 dmaengine: stm32-dma: fix burst in case of unaligned memory address
| * 0bff34d bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
| * 1a8dba0 bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
| * c5cc0d2 bpf, sockmap: Fix race in ingress receive verdict with redirect to self
| * 41c65a3 bpf, sockmap: Remove unhash handler for BPF sockmap usage
| * b90d961 arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions
| * f828915 arm64: arm64_ftr_reg->name may not be a human-readable string
| * 2d57d52 litex_liteeth: Fix a double free in the remove function
| * 2d2dfc3 nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
| * 72fb40d llc: fix out-of-bound array index in llc_sk_dev_hash()
| * 63609f1 perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
| * 18fdce8 zram: off by one in read_block_state()
| * 3d6b113 mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()
| * 1ba8ddd can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()
| * 7eb0881 can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
| * e16a1e4 drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling
| * 97308cd Revert "drm/imx: Annotate dma-fence critical section in commit path"
| * 94e18f5 drm: fb_helper: improve CONFIG_FB dependency
| * 39db3e5 selftests/bpf/xdp_redirect_multi: Limit the tests in netns
| * a99e4d9 selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly
| * 00f9911 selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number
| * ddf4f38 selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
| * e13c754 libbpf: Fix lookup_and_delete_elem_flags error reporting
| * f0f8307 ACPI: PM: Fix device wakeup power reference counting error
| * 27f2e5b mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion
| * 5fb2bcf mfd: sprd: Add SPI device ID table
| * bd20d4d mfd: cpcap: Add SPI device ID table
| * 34b1f6d mfd: core: Add missing of_node_put for loop iteration
| * ca1362f ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
| * e9806f8 octeontx2-pf: select CONFIG_NET_DEVLINK
| * 0c49ae7 bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
| * 71fb40a drm/ttm: remove ttm_bo_vm_insert_huge()
| * 9d5c7b0 block: fix device_add_disk() kobject_create_and_add() error handling
| * 8f1e237 net: phy: fix duplex out of sync problem while changing settings
| * 96f9abc cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline
| * d8dedce PCI: Do not enable AtomicOps on VFs
| * 6d1d540 ataflop: remove ataflop_probe_lock mutex
| * e107071 block/ataflop: provide a helper for cleanup up an atari disk
| * 875ffb4 block/ataflop: add registration bool before calling del_gendisk()
| * 9d3261d block/ataflop: use the blk_cleanup_disk() helper
| * 275e4a3 nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
| * 8e8ed25 drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
| * e65a7ab selftests: net: properly support IPv6 in GSO GRE test
| * 57488e2 scsi: ufs: ufshpb: Properly handle max-single-cmd
| * e022fea scsi: ufs: core: Fix NULL pointer dereference
| * 5dd6e64 scsi: ufs: ufshpb: Use proper power management API
| * 1e476c9 scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
| * 064b6b0 nvdimm/btt: do not call del_gendisk() if not needed
| * 4e7af8a PCI: j721e: Fix j721e_pcie_probe() error path
| * 19c6525 ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
| * fdcdc4c kdb: Adopt scheduler's task classification
| * 1deba5e ice: Fix not stopping Tx queues for VFs
| * abf65a2 ice: Fix replacing VF hardware MAC to existing MAC filter
| * 932224b net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
| * 2103242 net: vlan: fix a UAF in vlan_dev_real_dev()
| * f48a13b openrisc: fix SMP tlb flush NULL pointer dereference
| * 2e746ef ethtool: fix ethtool msg len calculation for pause stats
| * 351237a kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile
| * fca8095 kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
| * 14a49eb kselftests/net: add missed SRv6 tests
| * 19f6735 kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
| * 13bf487 kselftests/net: add missed icmp.sh test to Makefile
| * 9c806a7 net: davinci_emac: Fix interrupt pacing disable
| * cd63d08 io-wq: fix max-workers not correctly set on multi-node system
| * e99270d nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
| * 795e6b3 nbd: fix max value for 'first_minor'
| * f314286 xen-pciback: Fix return in pm_ctrl_init()
| * db651ac gpio: realtek-otto: fix GPIO line IRQ offset
| * 01e1893 i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
| * 5b12e19 dmaengine: idxd: fix resource leak on dmaengine driver disable
| * 9b88281 NFSv4: Fix a regression in nfs_set_open_stateid_locked()
| * 4b7e3d5 scsi: qla2xxx: edif: Fix EDIF bsg
| * e56d800 scsi: qla2xxx: edif: Increase ELS payload
| * aac0a76 scsi: qla2xxx: edif: Flush stale events and msgs on session down
| * dcd0c5e scsi: qla2xxx: edif: Fix app start delay
| * 696815e scsi: qla2xxx: edif: Fix app start fail
| * 09e4daf scsi: qla2xxx: Turn off target reset during issue_lip
| * 411ca50 scsi: qla2xxx: Fix gnl list corruption
| * 7ee1c31 scsi: qla2xxx: Relogin during fabric disturbance
| * b65e904 scsi: target: core: Remove from tmr_list during LUN unlink
| * eb63b76 ar7: fix kernel builds for compiler test
| * e5f9487 watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
| * fb2b4c7 m68k: set a default value for MEMORY_RESERVE
| * 8f072ec signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
| * 671dd8b dmaengine: idxd: reconfig device after device reset command
| * b1b9ef3 dmanegine: idxd: fix resource free ordering on driver removal
| * 9fb118b dmaengine: tegra210-adma: fix pm runtime unbalance
| * 8bc8be6 dmaengine: dmaengine_desc_callback_valid(): Check forcallback_result
| * 5b380c5 netfilter: nfnetlink_queue: fix OOB when mac header was cleared
| * 9981e39 soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read
| * 8ccaade auxdisplay: ht16k33: Fix frame buffer device blanking
| * fba8ce5 auxdisplay: ht16k33: Connect backlight to fbdev
| * d6d2815 auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
| * 5204722 Fix user namespace leak
| * d9bd973 NFS: Fix an Oops in pnfs_mark_request_commit()
| * 9443fcc NFS: Fix up commit deadlocks
| * b07aa21 dmaengine: stm32-dma: fix stm32_dma_get_max_width
| * f12d23b dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
| * 98b7275 dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
| * 1976e7b rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
| * 84ea624 remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'
| * 62eaaa1 mtd: core: don't remove debugfs directory if device is in use
| * 152d0b5 mtd: rawnand: arasan: Prevent an unsupported configuration
| * 4022396 PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
| * 321a355 mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
| * 1c60136 drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
| * d36d2c3 Input: st1232 - increase "wait ready" timeout
| * d268e01 fs: orangefs: fix error return code of orangefs_revalidate_lookup()
| * a94284b sparc: Add missing "FORCE" target when using if_changed
| * cab693c NFS: Fix deadlocks in nfs_scan_commit_list()
| * 97eaf7a opp: Fix return in _opp_add_static_v2()
| * 5a67f82 PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge
| * e8c8058 PCI: aardvark: Don't spam about PIO Response Status
| * c8ae61f drm/plane-helper: fix uninitialized variable reference
| * c03c7f5 drm/bridge/lontium-lt9611uxc: fix provided connector suport
| * 5ab7612 pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
| * 6967d99 NFS: Fix dentry verifier races
| * 597e9c7 NFS: Ignore the directory size when marking for revalidation
| * 69e0be0 NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA
| * 7e2801e NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED
| * 47dbabb i2c: mediatek: fixing the incorrect register offset
| * 1721649 Input: ariel-pwrbutton - add SPI device ID table
| * 40f60ee rtc: mcp795: Add SPI ID table
| * 46a2f79 dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission
| * c31b0fe i2c: i801: Use PCI bus rescan mutex to protect P2SB access
| * aad5b03 remoteproc: imx_rproc: Fix TCM io memory type
| * 171b288 rtc: pcf2123: Add SPI ID table
| * 75ed128 rtc: ds1390: Add SPI ID table
| * c7e81f2 rtc: ds1302: Add SPI ID table
| * d9dacf2 nfsd: don't alloc under spinlock in rpc_parse_scope_id
| * a616983 mtd: rawnand: intel: Fix potential buffer overflow in probe
| * e87c6bc rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
| * 4f3de16 apparmor: fix error check
| * 1c6eefe RDMA/core: Require the driver to set the IOVA correctly during rereg_mr
| * 3f49a9d power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
| * dfd04b3 mips: cm: Convert to bitfield API to fix out-of-bounds access
| * 27ddb27 vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
| * 0099c7a virtio_ring: check desc == NULL when using indirect with packed
| * bcf29e4 serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE
| * 874b8c7 ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'
| * 9849289 RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility
| * ff021c9 RDMA/hns: Fix initial arm_st of CQ
| * e4fa14b ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
| * dfbcaef powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEALLOC
| * 06cebea iommu/dma: Fix incorrect error return on iommu deferred attach
| * a4ce433 ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or later
| * f5927a9 powerpc/xmon: fix task state output
| * d6b102d powerpc/44x/fsp2: add missing of_node_put
| * 5a85790 powerpc/book3e: Fix set_memory_x() and set_memory_nx()
| * f748277 powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()
| * 6b4a3cf HID: u2fzero: properly handle timeouts in usb_submit_urb
| * 0fcb602 HID: u2fzero: clarify error check and length calculations
| * 33dcebb clk: at91: clk-master: fix prescaler logic
| * ffe896d clk: at91: clk-master: check if div or pres is zero
| * 5a5cd95 clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
| * 2efda16 serial: xilinx_uartps: Fix race condition causing stuck TX
| * d0379ee phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
| * 34f5e44 phy: qcom-snps: Correct the FSEL_MASK
| * 9999e3d phy: qcom-qmp: another fix for the sc8180x PCIe definition
| * 69cd3bd phy: ti: gmii-sel: check of_get_address() for failure
| * ca1e04c phy: qcom-qusb2: Fix a memory leak on probe
| * 2e81754 ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
| * 804732e pinctrl: equilibrium: Fix function addition in multiple groups
| * 286ff24 arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
| * 69ec5e3 arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
| * 87201f2 arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node
| * 59bb579 soc: qcom: apr: Add of_node_put() before return
| * 1210a63 soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
| * df84a4f firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()
| * 58d68f2 usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
| * 46256f1 powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE
| * b35b82e usb: dwc2: drd: reset current session before setting the new one
| * 27903e1 usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
| * bd18f99 usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
| * 977b112 serial: imx: fix detach/attach of serial console
| * be9866f scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
| * d17f104 scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
| * 3eab21f soundwire: bus: stop dereferencing invalid slave pointer
| * d1d477c iio: adis: do not disabe IRQs in 'adis_init()'
| * 715a48b usb: typec: STUSB160X should select REGMAP_I2C
| * a8409b2 iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
| * 96c0265 soc: qcom: socinfo: add two missing PMIC IDs
| * 1c8a9b6 soc: qcom: rpmhpd: Make power_on actually enable the domain
| * 94a60d1 ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
| * 001b7f3 ASoC: cs42l42: Correct some register default values
| * b7e17c2 ASoC: cs42l42: Always configure both ASP TX channels
| * 0204fbf ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
| * 210d7e3 ARM: dts: stm32: fix SAI sub nodes register range
| * 85d0829 ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
| * c80bba2 ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
| * ecca03f pinctrl: renesas: checker: Fix off-by-one bug in drive register check
| * 547eae8 powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
| * a14e312 dyndbg: make dyndbg a known cli param
| * 88d5647 RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()
| * cc7f213 staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
| * ab206dd staging: most: dim2: do not double-register the same device
| * f1401c3 usb: musb: select GENERIC_PHY instead of depending on it
| * de3c7a4 RDMA/mlx4: Return missed an error if device doesn't support steering
| * 8adfc48 scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
| * 40f7932 power: supply: max17040: fix null-ptr-deref in max17040_probe()
| * 2225dad power: supply: rt5033_battery: Change voltage values to µV
| * 82012f8 usb: gadget: hid: fix error code in do_config()
| * 64b913c serial: 8250_dw: Drop wrong use of ACPI_PTR()
| * e271314 powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
| * ddd95eb powerpc: fix unbalanced node refcount in check_kvm_guest()
| * 2af0702 video: fbdev: chipsfb: use memset_io() instead of memset()
| * 1164485 powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping'
| * 62a1c92 clk: at91: check pmc node status before registering syscore ops
| * 383008a memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
| * ee65ec0 soc/tegra: Fix an error handling path in tegra_powergate_power_up()
| * 2a45a76 iio: st_pressure_spi: Add missing entries SPI to device ID table
| * 6551bac ASoC: SOF: topology: do not power down primary core during topology removal
| * 93322ef arm: dts: omap3-gta04a4: accelerometer irq fix
| * 7f8beed driver core: Fix possible memory leak in device_link_add()
| * c464ab1 scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
| * 8e78150 scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and real interrupt
| * ca92b5f scsi: ufs: core: Stop clearing UNIT ATTENTIONS
| * 0f1efc0 scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
| * a1e06f9 power: reset: at91-reset: check properly the return value of devm_of_iomap
| * 9a8d7bd soundwire: debugfs: use controller id and link_id for debugfs
| * 784bf21 ALSA: usb-audio: Fix possible race at sync of urb completions
| * 34862fa ALSA: hda: Use position buffer for SKL+ again
| * 987bfc6 ALSA: hda: Reduce udelay() at SKL+ position reporting
| * f624d54 iommu/dma: Fix arch_sync_dma for map
| * d39f447 iommu/dma: Fix sync_sg with swiotlb
| * e9d8cb8 arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
| * 6705c94 iommu/mediatek: Fix out-of-range warning with clang
| * a7b0d0d arm64: dts: renesas: beacon: Fix Ethernet PHY mode
| * 94d42f3 arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
| * 8524d9f ASoC: wcd9335: Use correct version to initialize Class H
| * a0274b0 pinctrl: renesas: rzg2l: Fix missing port register 21h
| * 259a6fd JFS: fix memleak in jfs_mount
| * f776bb1 MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
| * 85e7a66 scsi: dc395: Fix error case unwinding
| * 52a994c arm64: dts: qcom: sc7280: fix display port phy reg property
| * 15a40b9 soc: qcom: llcc: Disable MMUHWT retention
| * b2a9834 arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
| * 53616b7 ARM: dts: at91: tse850: the emac<->phy interface is rmii
| * b327d92 bus: ti-sysc: Fix timekeeping_suspended warning on resume
| * 876ba79 arm64: dts: meson-sm1: Fix the pwm regulator supply properties
| * 2b9828e arm64: dts: meson-g12b: Fix the pwm regulator supply properties
| * d2bbd1c arm64: dts: meson-g12a: Fix the pwm regulator supply properties
| * 4def729 arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe
| * 7b9ab4a arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie node
| * ef26fb3 arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe
| * 461a478 arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes
| * 13fef19 RDMA/bnxt_re: Fix query SRQ failure
| * 280ad4f ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
| * 6096069 arm64: dts: rockchip: Fix GPU register width for RK3328
| * df54f16 ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
| * ca4e260 scsi: lpfc: Fix NVMe I/O failover to non-optimized path
| * 79becd6 scsi: qla2xxx: edif: Use link event to wake up app
| * a3e165e scsi: pm80xx: Fix lockup in outbound queue management
| * 8525028 clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
| * 532c483 arm64: dts: broadcom: bcm4908: Fix UART clock name
| * ed1b1ab ARM: dts: BCM5301X: Fix memory nodes names
| * d41e6c4 RDMA/rxe: Fix wrong port_cap_flags
| * 42a6f69 iio: st_sensors: disable regulators after device unregistration
| * d5e4939 arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4
| * 03060ae staging: r8188eu: fix memory leak in rtw_set_key
| * 8853e04 cpufreq: Fix parameter in parse_perf_domain()
| * 2bbc554 of: unittest: fix EXPECT text for gpio hog errors
| * d55aca8 bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
| * d03a5b0 bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
| * e3acd3a cgroup: Fix rootcg cpu.stat guest double counting
| * c47be68 skmsg: Lose offset info in sk_psock_skb_ingress
| * b5c69b9 selftests: mptcp: fix proto type in link_failure tests
| * 2c6197e ibmvnic: delay complete()
| * 3a208e0 ibmvnic: Process crqs after enabling interrupts
| * fac0105 ibmvnic: don't stop queue in xmit
| * e619ad4 udp6: allow SO_MARK ctrl msg to affect routing
| * e89d244 selftests/bpf: Fix fclose/pclose mismatch in test_progs
| * fb657a4 crypto: pcrypt - Delay write to padata->info
| * bbf7b2d selftests: net: bridge: update IGMP/MLD membership interval value
| * 24c8fd3 net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
| * e176585 net: phylink: avoid mvneta warning when setting pause parameters
| * 9073b88 nfp: fix potential deadlock when canceling dim work
| * e9f7832 nfp: fix NULL pointer access when scheduling dim work
| * d6c2557 ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio_add_device()'
| * e8dabc6 net: amd-xgbe: Toggle PLL settings during rate change
| * a1fafee sctp: return true only for pathmtu update in sctp_transport_pl_toobig
| * 554153b sctp: subtract sctphdr len in sctp_transport_pl_hlen
| * 118eedc sctp: reset probe_timer in sctp_transport_pl_update
| * 8cebfae sctp: allow IP fragmentation when PLPMTUD enters Error state
| * 4c51fa3 selftests/bpf: Fix memory leak in test_ima
| * 844134c selftests/bpf: Fix fd cleanup in sk_lookup test
| * e3e3c22 drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
| * 76eb974 drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()
| * d834f80 wcn36xx: Channel list update before hardware scan
| * 677c9ad bpf: Fixes possible race in update_prog_stats() for 32bit arches
| * ae1fffd bpf: Avoid races in _bpf_prog_run() for 32bit arches
| * 4ab3644 wcn36xx: Fix discarded frames due to wrong sequence number
| * e2e55ff wcn36xx: add proper DMA memory barriers in rx path
| * 960a216 libertas: Fix possible memory leak in probe and disconnect
| * 59de456 libertas_tf: Fix possible memory leak in probe and disconnect
| * 964b738 KVM: s390: Fix handle_sske page fault handling
| * 777194b samples/kretprobes: Fix return value if register_kretprobe() failed
| * 41c9a41 spi: spi-rpc-if: Check return value of rpcif_sw_init()
| * ca5c678 cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
| * 4d9b7ed tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
| * d3ec9c3 tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
| * d48715b libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
| * bf5e3d5 tpm_tis_spi: Add missing SPI ID
| * bf73669 tpm: fix Atmel TPM crash caused by too frequent queries
| * b5949ef libbpf: Fix off-by-one bug in bpf_core_apply_relo()
| * af25dbc blk-cgroup: synchronize blkg creation against policy deactivation
| * 3958171 block: ataflop: more blk-mq refactoring fixes
| * 6a8cd26 ath10k: fix module load regression with iram-recovery feature
| * a521a0d ARM: 9142/1: kasan: work around LPAE build warning
| * 3482738 net: dsa: avoid refcount warnings when ->port{fdb,mdb}_del returns error
| * 69abfe3 irq: mips: avoid nested irq_enter()
| * ca46cc1 KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
| * cb69970 KVM: s390: pv: avoid double free of sida page
| * eadbd5d s390/uv: fully validate the VMA before calling follow_page()
| * a9c017a s390/mm: fix VMA and page table handling code in storage key handling functions
| * 735d269 s390/mm: validate VMA in PGSTE manipulation functions
| * dbeff66 s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
| * 9d6a0e3 s390/gmap: validate VMA in __gmap_zap()
| * 908e8e5 mt76: mt7615: mt7622: fix ibss and meshpoint
| * ae2df72 libbpf: Fix BTF header parsing checks
| * ffb5d23 libbpf: Fix overflow in BTF sanity checks
| * e6c63ef bpftool: Avoid leaking the JSON writer prepared for program metadata
| * 5d33132 libbpf: Fix memory leak in btf__dedup()
| * 3229338 KVM: selftests: Fix nested SVM tests when built with clang
| * c6293f6 smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
| * 19bbbeb crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
| * 48ae8d2 drm/msm/dsi: fix wrong type in msm_dsi_host
| * 5f88d19 drm/msm: Fix potential NULL dereference in DPU SSPP
| * 907d34b x86/sev: Fix stack type check in vc_switch_off_ist()
| * 3dd4b42 clocksource/drivers/timer-ti-dm: Select TIMER_OF
| * 8f74e6d PM: hibernate: fix sparse warnings
| * ff950ae nvme-rdma: fix error code in nvme_rdma_setup_ctrl
| * b2cf0be nbd: Fix use-after-free in pid_show
| * d0fd4b3 phy: micrel: ksz8041nl: do not use power down mode
| * 89249cd net: enetc: unmap DMA in enetc_send_cmd()
| * 493a9e6 iwlwifi: pnvm: read EFI data only if long enough
| * b0b49d0 iwlwifi: pnvm: don't kmemdup() more than we have
| * f2fd84b iwlwifi: mvm: reset PM state on unsuccessful resume
| * 89f000f mwifiex: Send DELBA requests according to spec
| * f5b21a4 rsi: stop thread firstly in rsi_91x_init() error handling
| * ec280de mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
| * a4ab42f mt76: mt7915: fix sta_rec_wtbl tag len
| * 4393933 mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mode_v2
| * 1f71b42 mt76: mt7615: fix monitor mode tear down crash
| * 68acaaf mt76: mt7921: fix retrying release semaphore without end
| * 5a88172 mt76: mt7915: fix possible infinite loop release semaphore
| * dba165e mt76: mt7615: fix hwmon temp sensor mem use-after-free
| * 32ec365 mt76: mt7915: fix hwmon temp sensor mem use-after-free
| * 2c9e98b mt76: mt7921: always wake device if necessary in debugfs
| * 8ed4d08 mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
| * 22f41d4 mt76: mt7921: fix firmware usage of RA info using legacy rates
| * 90ecf88 mt76: mt7921: report HE MU radiotap
| * bf5b9c9 mt76: overwrite default reg_ops if necessary
| * 30dc676 mt76: connac: fix GTK rekey offload failure on WPA mixed mode
| * c8c0958 mt76: mt7921: fix dma hang in rmmod
| * 2bfda0a mt76: mt7915: fix bit fields for HT rate idx
| * 02c4749 mt76: mt7915: fix potential overflow of eeprom page index
| * 7f2d2c8 mt76: mt7921: Fix out of order process by invalid event pkt
| * 75ed8ca mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
| * 9fcee80 mt76: mt7921: fix survey-dump reporting
| * a7afd7a mt76: fix build error implicit enumeration conversion
| * 21255cc mt76: connac: fix mt76_connac_gtk_rekey_tlv usage
| * 95792d2 mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()
| * 8dea17c mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
| * d1c7ea9 mt76: mt7921: fix endianness warning in mt7921_update_txs
| * ef02f94 mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb
| * 90d9e40 mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
| * 5a9bd1b drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
| * 1b7030b ACPI: PM: Fix sharing of wakeup power resources
| * 453c301 ACPI: PM: Turn off unused wakeup power resources
| * 6500e71 mailbox: mtk-cmdq: Fix local clock ID usage
| * ac25924 mailbox: mtk-cmdq: Validate alias_id on probe
| * 62a0a05 platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
| * 3e6e11f blk-wbt: prevent NULL pointer dereference in wb_timer_fn
| * 456b47c block: ataflop: fix breakage introduced at blk-mq refactoring
| * 4eac23d io-wq: Remove duplicate code in io_workqueue_create()
| * c8dccb2 mmc: mxs-mmc: disable regulator on error and in the remove function
| * 6eff314 media: ir_toy: assignment to be16 should be of correct type
| * 13e59b7 media: ivtv: fix build for UML
| * 51911aa mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done
| * 2a0b9eb thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
| * 3988164 net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
| * fbc24df drm/msm: uninitialized variable in msm_gem_import()
| * 3464103 drm/msm: fix potential NULL dereference in cleanup
| * cbbe146 drm/msm: unlock on error in get_sched_entity()
| * de99b40 drm/msm: potential error pointer dereference in init()
| * c14f003 drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
| * dafe75a drm/msm/dsi: do not enable irq handler before powering up the host
| * 3f25451 thermal/core: fix a UAF bug in __thermal_cooling_device_register()
| * b208436 crypto: octeontx2 - set assoclen in aead_do_fallback()
| * 300ae3a tcp: switch orphan_count to bare per-cpu counters
| * cae022f net: tulip: winbond-840: fix build for UML
| * be060f4 net: intel: igc_ptp: fix build for UML
| * 2fa75b6 net: fealnx: fix build for UML
| * 3869eec kernel/sched: Fix sched_fork() access an invalid sched_task_group
| * d719ff1 ath10k: fix max antenna gain unit
| * dd0fe59 hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeff
| * b275c71 hwmon: Fix possible memleak in __hwmon_device_register()
| * 9531d47 net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
| * dacdfe7 memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
| * 3d78b5b memstick: avoid out-of-range warning
| * 5b9c76d mmc: sdhci-omap: Fix context restore
| * e28a1a0 mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
| * 6b08451 gve: Track RX buffer allocation failures
| * fd2c903 gve: Recover from queue stall due to missed IRQ
| * e5be2a6 b43: fix a lower bounds test
| * c9179a2 b43legacy: fix a lower bounds test
| * 4bef6e6 ima: fix deadlock when traversing "ima_default_rules".
| * 594a893 hwrng: mtk - Force runtime pm ops for sleep ops
| * 51dbedb crypto: qat - disregard spurious PFVF interrupts
| * d053628 crypto: qat - detect PFVF collision after ACK
| * b2805fb crypto: ccree - avoid out-of-range warnings from clang
| * 0535d35 media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
| * a117b76 media: venus: fix vpp frequency calculation for decoder
| * 3ad069d netfilter: nft_dynset: relax superfluous check on set updates
| * d846b69 rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
| * fa1af3c rcu: Always inline rcu_dynticks_task_{enter,exit}()
| * d0b693a EDAC/amd64: Handle three rank interleaving mode
| * 3357b8a x86/insn: Use get_unaligned() instead of memcpy()
| * 3c38c85 PM: EM: Fix inefficient states detection
| * a8f0c3c ath9k: Fix potential interrupt storm on queue reset
| * 4281992 ath10k: Don't always treat modem stop events as crashes
| * ff3487b media: em28xx: Don't use ops->suspend if it is NULL
| * b9a0ff0 cpuidle: Fix kobject memory leaks in error paths
| * c95380b drm: fb_helper: fix CONFIG_FB dependency
| * a213407 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
| * af18fe7 kprobes: Do not use local variable when creating debugfs file
| * 69dce45 scs: Release kasan vmalloc poison in scs_free process
| * 43cfb5d media: atmel: fix the ispck initialization
| * ead5a14 media: cx23885: Fix snd_card_free call on null card pointer
| * 5a22562 media: tm6000: Avoid card name truncation
| * afa370b media: si470x: Avoid card name truncation
| * ccd2957 media: radio-wl1273: Avoid card name truncation
| * 0fd64cd media: sun6i-csi: Allow the video device to be open multiple times
| * e44fa27 media: i2c: ths8200 needs V4L2_ASYNC
| * 7b0b7b8 media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
| * 56bc844 media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()'
| * 4a2ab1c media: TDA1997x: handle short reads of hdmi info frame.
| * e7f1876 media: mtk-vcodec: venc: fix return value when start_streaming fails
| * 4f0ea72 media: v4l2-ioctl: S_CTRL output the right value
| * 9e14a3d media: imx258: Fix getting clock frequency
| * d30d339 media: dvb-usb: fix ununit-value in az6027_rc_query
| * 98cb3a0 media: ttusb-dec: avoid release of non-acquired mutex
| * f8b2ae8 media: cxd2880-spi: Fix a null pointer dereference on error handling path
| * b6100e1 media: meson-ge2d: Fix rotation parameter changes detection in 'ge2d_s_ctrl()'
| * 2899243 media: em28xx: add missing em28xx_close_extension
| * e6a908c libbpf: Fix skel_internal.h to set errno on loader retval < 0
| * 7984198 drm/amdgpu: fix warning for overflow check
| * 09732e2 arm64: mm: update max_pfn after memory hotplug
| * 410a0f4 drm/ttm: stop calling tt_swapin in vm_access
| * 092e6cb ath10k: sdio: Add missing BH locking around napi_schdule()
| * 63287a7 ath10k: Fix missing frame timestamp for beacon/probe-resp
| * cef58d2 gve: DQO: avoid unused variable warnings
| * 9b955d5 ath11k: Fix memory leak in ath11k_qmi_driver_event_work
| * f3ccc87 ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
| * 3b087c2 ath11k: Avoid race during regd updates
| * 9b59c76 ath11k: fix some sleeping in atomic bugs
| * e1ddaa5 bpf/tests: Fix error in tail call limit tests
| * 739b927 net: dsa: rtl8366: Fix a bug in deleting VLANs
| * 57e4d98 net: dsa: rtl8366rb: Fix off-by-one bug
| * 9cc25e8 net/mlx5: Accept devlink user input after driver initialization complete
| * cfaf703 cfg80211: always free wiphy specific regdomain
| * 6adf16c mac80211: twt: don't use potentially unaligned pointer
| * 80adbd8 fortify: Fix dropped strcpy() compile-time write overflow check
| * c9f95c6 mptcp: do not shrink snd_nxt when recovering
| * eade470 rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
| * 9fcd75e qed: Don't ignore devlink allocation failures
| * af484a1 bnxt_en: Check devlink allocation and registration status
| * e4ecf64 Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
| * 56dc065 crypto: qat - power up 4xxx device
| * 891fec9 crypto: caam - disable pkc for non-E SoCs
| * adce47a drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
| * 63c1435 drm/amd/display: Pass display_pipe_params_st as const in DML
| * 24b4d71 drm/amdgpu: Fix crash on device remove/driver unload
| * 5481612 Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
| * 7bcbced wilc1000: fix possible memory leak in cfg_scan_result()
| * 2c4415e wcn36xx: Fix Antenna Diversity Switching
| * 26d3bf3 cgroup: Make rebind_subsystems() disable v2 controllers all at once
| * 3409f88 spi: Fixed division by zero warning
| * bc79831 drm: bridge: it66121: Fix return value it66121_probe
| * 1a1028f net: phylink: don't call netif_carrier_off() with NULL netdev
| * 02113c8 net: net_namespace: Fix undefined member in key_remove_domain()
| * c401830 lockdep: Let lock_is_held_type() detect recursive read as read
| * 255c569 virtio-gpu: fix possible memory allocation failure
| * a496b70 crypto: sm4 - Do not change section of ck and sbox
| * 41cfb13 drm/v3d: fix wait for TMU write combiner flush
| * 0a97e2f net/mlx5: Publish and unpublish all devlink parameters at once
| * d9b17a0 objtool: Handle __sanitize_cov*() tail calls
| * c8a2b96 x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
| * e6e4b75 MIPS: lantiq: dma: fix burst length for DEU
| * 4a9334d rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
| * 3998e06 Bluetooth: hci_uart: fix GPF in h5_recv
| * 9fc0420 libbpf: Don't crash on object files with no symbol tables
| * 11080de Bluetooth: fix init and cleanup of sco_conn.timeout_work
| * 5f14a2c drm/bridge: it66121: Wait for next bridge to be probed
| * 3c1ccfc drm/bridge: it66121: Initialize {device,vendor}_ids
| * 848df13 perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints
| * a4a2da8 perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints
| * ced11c1 perf/x86/intel/uncore: Fix Intel SPR IIO event constraints
| * cdba93e perf/x86/intel/uncore: Fix Intel SPR CHA event constraints
| * 5a31df7 drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()
| * e3b3982 fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
| * 8085f03 selftests/bpf: Fix strobemeta selftest regression
| * 6c7a147 netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream state
| * ad04ebb parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
| * 028459f parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
| * ab7ce95 erofs: don't trigger WARN() when decompression fails
| * f6ca0ac task_stack: Fix end_of_stack() for architectures with upwards-growing stack
| * 3b935cc parisc: fix warning in flush_tlb_all
| * ec6ceae perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings
| * d0f6689 selftests/core: fix conflicting types compile error for close_range()
| * 116b620 drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
| * ed515ee x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
| * 0f421e2 inet: remove races in inet{6}_getname()
| * b58be9a ftrace: do CPU checking after preemption disabled
| * e24f967 Revert "wcn36xx: Enable firmware link monitoring"
| * 194e8d7 wcn36xx: Fix packet drop on resume
| * 397fec2 wcn36xx: Correct band/freq reporting on RX
| * 51421f8 spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
| * 6039fcd btrfs: do not take the uuid_mutex in btrfs_rm_device
| * bfc4788 btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
| * 91f8e91 ACPI: resources: Add one more Medion model in IRQ override quirk
| * 59f3feb ACPI: AC: Quirk GK45 to skip reading _PSR
| * 0914663 net: annotate data-race in neigh_output()
| * c90eb23 vrf: run conntrack only in context of lower/physdev for locally generated packets
| * 85a1da3 tools/latency-collector: Use correct size when writing queue_full_warning
| * 0db6161 ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
| * d2ab668 gfs2: Fix glock_hash_walk bugs
| * e10e8f4 gfs2: Cancel remote delete work asynchronously
| * af6f6ff can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned int
| * 7b697bb gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE
| * 7d341b2 ARM: clang: Do not rely on lr register for stacktrace
| * 7f11e51 smackfs: use _GFP_NOFAIL for smk_cipso_doi()
| * b94d328 iwlwifi: mvm: disable RX-diversity in powersave
| * c430f62 selftests/bpf: Fix perf_buffer test on system with offline cpus
| * 19074f0 selftests: kvm: fix mismatched fclose() after popen()
| * df0b686 PM: hibernate: Get block device exclusively in swsusp_check()
| * 77aa339 arm64: vdso32: suppress error message for 'make mrproper'
| * 3d890ac samples/bpf: Fix application of sizeof to pointer
| * 54718ee nvme: drop scan_lock and always kick requeue list when removing namespaces
| * 0703920 nvmet-tcp: fix use-after-free when a port is removed
| * 3c82292 nvmet-rdma: fix use-after-free when a port is removed
| * e3d5ebe nvmet: fix use-after-free when a port is removed
| * 1e7edd1 drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
| * 451be8b media: allegro: ignore interrupt if mailbox is not initialized
| * a3d08aa block: remove inaccurate requeue check
| * 22d5a9a iwlwifi: change all JnP to NO-160 configuration
| * 819efca mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
| * 1c794f4 mt76: mt7915: fix an off-by-one bound check
| * 84afcec tracing/cfi: Fix cmp_entries* functions signature mismatch
| * b09a201 workqueue: make sysfs of unbound kworker cpumask more clever
| * 0b1a4d0 lib/xz: Validate the value before assigning it to an enum variable
| * 5329376 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression
| * 562d350 locking/rwsem: Disable preemption for spinning region
| * e5d5e53 memstick: r592: Fix a UAF bug when removing the driver
| * 9fff645 md: update superblock after changing rdev flags in state_store
| * 22b68b0 floppy: fix calling platform_device_unregister() on invalid drives
| * 396c9e8 block: bump max plugged deferred size from 16 to 32
| * 3792174 thermal/drivers/tsens: Add timeout to get_temp_tsens_valid
| * 660446f drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
| * 38ef472 thermal/core: Fix null pointer dereference in thermal_release()
| * 7c0caa7 leaking_addresses: Always print a trailing newline
| * 9796eb9 net: phy: micrel: make *-skew-ps check more lenient
| * abbc58d drm/amdkfd: fix resume error when iommu disabled in Picasso
| * 5837c23 drm/amd/display: fix null pointer deref when plugging in display
| * cfc1a47 ACPI: scan: Release PM resources blocked by unused objects
| * 37f2aeb ACPI: battery: Accept charges over the design capacity as full
| * c45c83c iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
| * d78de05 mmc: moxart: Fix reference count leaks in moxart_probe
| * e41d46f KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
| * dd267d3 ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()
| * 4e4f6e3 tracing: Disable "other" permission bits in the tracefs files
| * 1067f23 tracefs: Have tracefs directories not set OTH permission bits by default
| * 5425f40 drm/amdkfd: rm BO resv on validation to avoid deadlock
| * b3aa4e5 net-sysfs: try not to restart the syscall if it will fail eventually
| * 7433954 media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
| * 688ac68 media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
| * eb795fd media: ipu3-imgu: imgu_fmt: Handle properly try
| * 4c2a4ba media: imx-jpeg: Fix possible null pointer dereference
| * a56e9d7 ice: Move devlink port to PF/VF struct
| * 9053ab4 cpufreq: Make policy min/max hard requirements
| * e8e98aa ACPICA: Avoid evaluating methods too early during system resume
| * 5fc13c5 kselftests/sched: cleanup the child processes
| * a803c35 fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
| * 8c379a7 ipmi: Disable some operations during a panic
| * 60cbd3e media: rcar-csi2: Add checking to rcsi2_start_receiver()
| * 77da449 brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
| * f25c273 rtw88: fix RX clock gate setting while fifo dump
| * 7ea446e ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
| * 5b55e15 media: mceusb: return without resubmitting URB in case of -EPROTO error.
| * 51ae7f9 media: rcar-vin: Use user provided buffers when starting
| * 88dcc2d media: imx: set a media_device bus_info string
| * e922d0b media: videobuf2: rework vb2_mem_ops API
| * cdf5c3f media: s5p-mfc: Add checking to s5p_mfc_probe().
| * bb2cb67 media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
| * 2bd28fe media: vidtv: Fix memory leak in remove
| * 18c4e5e media: uvcvideo: Set unique vdev name based in type
| * 477f767 media: uvcvideo: Return -EIO for control errors
| * 7c26956 media: uvcvideo: Set capability in s_param
| * 673ce28 media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()
| * 25bde3b media: atomisp: Fix error handling in probe
| * f92948e media: netup_unidvb: handle interrupt properly according to the firmware
| * 944fc47 media: mt9p031: Fix corrupted frame after restarting stream
| * 1a0e5b1 octeontx2-pf: Enable promisc/allmulti match MCAM entries.
| * 26fcf93 ath10k: high latency fixes for beacon buffer
| * 20e8a4f ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
| * 163189a ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
| * 8ea518d ath11k: Avoid reg rules update during firmware recovery
| * 72d43bc selftests: net: fib_nexthops: Wait before checking reported idle time
| * 678e8cd drm/amd/display: Fix null pointer dereference for encoders
| * 351601a drm/amdgpu: Fix MMIO access page fault
| * 9630d4d fscrypt: allow 256-bit master keys with AES-256-XTS
| * d650962 spi: Check we have a spi_device_id for each DT compatible
| * 33d2d8a mwifiex: Properly initialize private structure on interface type changes
| * bcf4745 mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
| * 7251782 x86: Increase exception stack sizes
| * a5a43cd x86/mm/64: Improve stack overflow warnings
| * 347f351 crypto: aesni - check walk.nbytes instead of err
| * 53aad1a ath11k: Align bss_chan_info structure with firmware
| * 4e246ca smackfs: Fix use-after-free in netlbl_catmap_walk()
| * f85b0fe rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
| * e36b776 ACPI: resources: Add DMI-based legacy IRQ override quirk
| * ae11b21 net: sched: update default qdisc visibility after Tx queue cnt changes
| * d120d00 locking/lockdep: Avoid RCU-induced noinstr fail
| * a244da2 MIPS: lantiq: dma: reset correct number of channel
| * 6a5b3f5 MIPS: lantiq: dma: add small delay after reset
| * 55bf618 drm/amdgpu: move iommu_resume before ip init/resume
| * 36bd100 platform/x86: wmi: do not fail if disabling fails
| * 9508ee7 rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
| * f3135fa drm/panel-orientation-quirks: add Valve Steam Deck
| * a05a18c Bluetooth: call sock_hold earlier in sco_conn_del
| * 7e22e4d Bluetooth: fix use-after-free error in lock_sock_nested()
| * b990c21 Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
| * 8815bbe drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
| * 4fe898b drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
| * c9795f6 drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
| * 8ff10b4 dma-buf: WARN on dmabuf release with pending attachments
| * 061a867 component: do not leave master devres group open after bind
| * 4c264df power: supply: max17042_battery: Clear status bits in interrupt handler
| * fc49ca4 USB: chipidea: fix interrupt deadlock
| * 273a85a USB: iowarrior: fix control-message timeouts
| * 2fbf746 most: fix control-message timeouts
| * 8b09d36 Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
| * 02981a9 serial: 8250: Fix reporting real baudrate value in c_ospeed field
| * 670f1f3 io-wq: serialize hash clear with wakeup
| * 5bfa577 ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
| * 15e904c serial: 8250: fix racy uartclk update
| * cefb16b USB: serial: keyspan: fix memleak on probe errors
| * 309d6b5 Documentation:devicetree:bindings:iio:dac: Fix val
| * df56942 iio: ad5770r: make devicetree property reading consistent
| * a92d075 iio: dac: ad5446: Fix ad5622_write() return value
| * bd29720 drivers: iio: dac: ad5766: Fix dt property name
| * c32c68a iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
| * 289884d iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
| * b6444e8 iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
| * d765292 iio: buffer: check return value of kstrdup_const()
| * 1c53128 coresight: trbe: Defer the probe on offline CPUs
| * ea64104 coresight: trbe: Fix incorrect access of the sink specific data
| * d27fc5b coresight: cti: Correct the parameter for pm_runtime_put
| * 76d6bf2 pinctrl: core: fix possible memory leak in pinctrl_enable()
| * eb4102b mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
| * 63dc291 cifs: set a minimum of 120s for next dns resolution
| * 1c35a21 cifs: To match file servers, make sure the server hostname matches
| * 120d9dc quota: correct error number in free_dqentry()
| * 332db09 quota: check block number when reading the block in quota file
| * ddfea4b PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
| * 7c7ebe1 PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
| * 19a6b2b PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
| * 25540fb PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridge
| * 7aaf858 PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
| * ce44e53 PCI: aardvark: Fix return value of MSI domain .alloc() method
| * 643a201 PCI: aardvark: Fix configuring Reference clock
| * 39579eb PCI: aardvark: Fix reporting Data Link Layer Link Active
| * 9cb9b2b PCI: aardvark: Do not unmask unused interrupts
| * 2c6b530 PCI: aardvark: Fix checking for link up via LTSSM state
| * da47890 PCI: aardvark: Do not clear status bits of masked interrupts
| * 39c5465 cxl/pci: Fix NULL vs ERR_PTR confusion
| * afa7885 PCI: cadence: Add cdns_plat_pcie_probe() missing return
| * 228028b PCI: pci-bridge-emul: Fix emulation of W1C bits
| * 5cffa33 ovl: fix filattr copy-up failure
| * 2f372e3 ovl: fix use after free in struct ovl_aio_req
| * 90817d7 xen/balloon: add late_initcall_sync() for initial ballooning done
| * 013fa93 ifb: fix building without CONFIG_NET_CLS_ACT
| * ea531d5 serial: core: Fix initializing and restoring termios speed
| * 34c2a0d ring-buffer: Protect ring_buffer_reset() from reentrancy
| * 4cac487 io_uring: honour zeroes as io-wq worker limits
| * e1bb995 powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
| * e4b49c3 iio: adc: tsc2046: fix scan interval warning
| * 24d8a24 can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
| * e35f3d7 can: j1939: j1939_can_recv(): ignore messages with invalid source address
| * d1be2ab can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
| * 0c10d5d can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_finish() in case of bus off
| * dac0622 can: peak_usb: always ask for BERR reporting for PCAN-USB devices
| * df093c1 KVM: nVMX: Handle dynamic MSR intercept toggling
| * c98d5e4 KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
| * 35da6d2 KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
| * 9d12bf1 KVM: x86: Fix recording of guest steal time / preempted status
| * 23e989b KVM: arm64: Extract ESR_ELx.EC only
| * 1ff8dae iio: core: check return value when calling dev_set_name()
| * 91410e2 iio: core: fix double free in iio_device_unregister_sysfs()
| * 4ee77bd power: supply: max17042_battery: use VFSOC for capacity when no rsns
| * 165ca6e power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
| * aaf0562 mctp: handle the struct sockaddr_mctp padding fields
| * 22584cf mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
| * b523b23 soc: fsl: dpio: use the combined functions to protect critical zone
| * e7c39e8 soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
| * 22c84fe soc: samsung: exynos-pmu: Fix compilation when nothing selects CONFIG_MFD_CORE
| * 82d4343 signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed
| * e87f485 signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
| * 9098de5 memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
| * 4a2aba3 signal: Remove the bogus sigkill_pending in ptrace_stop
| * b6a38dd ASoC: tegra: Restore AC97 support
| * 0ed4b15 ASoC: tegra: Set default card name for Trimslice
| * 5f0d86c RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
| * 8c0abfa perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
| * 54cabed perf/x86/intel/uncore: Fix invalid unit check
| * 398318f perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server
| * a71f98f rsi: Fix module dev_oper_mode parameter description
| * a72ebbb rsi: fix rate mask set leading to P2P failure
| * a23cb5f rsi: fix key enabled check causing unwanted encryption for vap_id > 0
| * d63343e rsi: fix occasional initialisation failure with BT coex
| * 60cbc28 wcn36xx: handle connection loss indication
| * 4a41c63 dma-buf: fix and rework dma_buf_poll v7
| * d5e659a libata: fix checking of DMA state
| * 023d9d9 mwifiex: Try waking the firmware until we get an interrupt
| * 5240b74 mwifiex: Read a PCI register after writing the TX ring write pointer
| * c8e31bf PM: sleep: Do not let "syscore" devices runtime-suspend during system transitions
| * 3883dbf wcn36xx: Fix (QoS) null data frame bitrate/modulation
| * bfe4950 wcn36xx: Fix tx_status mechanism
| * 7fc610c wcn36xx: Fix HT40 capability for 2Ghz band
| * 2c7f6d6 HID: surface-hid: Allow driver matching for target ID 1 devices
| * 31d61c4 HID: surface-hid: Use correct event registry for managing HID events
| * 37200a4 mt76: mt7615: fix skb use-after-free on mac reset
| * bc1e276 platform/surface: aggregator_registry: Add support for Surface Laptop Studio
| * e094a99 ifb: Depend on netfilter alternatively to tc
| * 11b37df evm: mark evm_fixmode as __ro_after_init
| * 364b9bf rtl8187: fix control-message timeouts
| * 422cef7 PCI: Mark Atheros QCA6174 to avoid bus reset
| * 003ec78 ath10k: fix division by zero in send path
| * ee8f6a4 ath10k: fix control-message timeout
| * eb7c750 ath6kl: fix control-message timeout
| * 0d52fb5 ath6kl: fix division by zero in send path
| * d52b152 mwifiex: fix division by zero in fw download path
| * 54d7dd1 EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
| * 79f21b7 regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-dvs-idx property
| * e61d145 regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disabled
| * c4ffc1e hwmon: (pmbus/lm25066) Add offset coefficients
| * 3c0049a md/raid1: only allocate write behind bio for WriteMostly device
| * 805d775 ipmi:watchdog: Set panic count to proper value on a panic
| * dcfba48 selinux: fix race condition when computing ocontext SIDs
| * 5ae00ac ia64: kprobes: Fix to pass correct trampoline address to the handler
| * 0e47821 KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling
| * df4d486 KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
| * 7a8f761 KVM: x86/mmu: Drop a redundant, broken remote TLB flush
| * aba42e1 btrfs: call btrfs_check_rw_degradable only if there is a missing device
| * 1084e62 btrfs: fix lost error handling when replaying directory deletes
| * e94f785 btrfs: clear MISSING device status bit in btrfs_close_one_device
| * 5742269 x86/iopl: Fake iopl(3) CLI/STI usage
| * dead44f x86/irq: Ensure PI wakeup handler is unregistered before module unload
| * e90c6b8 x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
| * f75068b x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
| * 729bcb4 fuse: fix page stealing
| * 2cc2e56 ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
| * 4e33566 ext4: ensure enough credits in ext4_ext_shift_path_extents
| * b5be67d ext4: fix lazy initialization next schedule time computation in more granular unit
| * 46fd62b Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
| * d90b9f8 ALSA: timer: Unconditionally unlink slave instances, too
| * e1bcad6 ALSA: timer: Fix use-after-free problem
| * 47047ae ALSA: PCM: Fix NULL dereference at mmap checks
| * b9d4a89 ALSA: pci: rme: Fix unaligned buffer addresses
| * 9a52093 ALSA: synth: missing check for possible NULL after the call to kstrdup
| * b875f9b ALSA: hda: Free card instance properly at probe errors
| * c2f07b0 ALSA: usb-audio: Add registration quirk for JBL Quantum 400
| * 62448b6 ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
| * 41714a1 ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
| * b13a490 ALSA: mixer: oss: Fix racy access to slots
| * 46a2315 ALSA: line6: fix control and interrupt message timeouts
| * cb104cd ALSA: 6fire: fix control and bulk message timeouts
| * 8b86a54 ALSA: ua101: fix division by zero at probe
| * 2b752ce ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
| * 0b898ef ALSA: hda/realtek: Add quirk for ASUS UX550VE
| * 17c69c4 ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
| * a2ea7de ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
| * 6cd2cfd ALSA: hda/realtek: Add quirk for Clevo PC70HS
| * af31cff ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
| * 13c4f0e ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
| * 0084542 media: v4l2-ioctl: Fix check_ext_ctrls
| * 7cfad3f media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
| * 9e37e1c media: rkvdec: Support dynamic resolution changes
| * 2837d72 media: ite-cir: IR receiver stop working after receive overflow
| * 09cca6f media: rkvdec: Do not override sizeimage for output format
| * 2a50d9f crypto: s5p-sss - Add error handling in s5p_aes_probe()
| * 4a3ef4d firmware/psci: fix application of sizeof to pointer
| * d4efa41 tpm: Check for integer overflow in tpm2_map_response_body()
| * c41492e parisc: Fix ptrace check on syscall return
| * 9a5125d parisc: Fix set_fixmap() on PA1.x CPUs
| * 7887fea io-wq: remove worker to owner tw dependency
| * e119d7e exfat: fix incorrect loading of i_blocks for large files
| * aa0b015 mmc: dw_mmc: Dont wait for DRTO on Write RSP error
| * 20af47e mmc: mtk-sd: Add wait dma stop done flow
| * 3cddf1f char: xillybus: fix msg_ep UAF in xillyusb_probe()
| * d1c6871 ce/gf100: fix incorrect CE0 address calculation on some GPUs
| * c071790 scsi: qla2xxx: Fix use after free in eh_abort path
| * eb72250 scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
| * eafa655 scsi: qla2xxx: Fix crash in NVMe abort path
| * 0bb97f2 scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
| * bea230d scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding
| * cd816d0 scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
| * 005838b scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run
| * baf27c1 scsi: scsi_ioctl: Validate command size
| * 9dd45bf ocfs2: fix data corruption on truncate
| * 7d96493 libata: fix read log timeout value
| * 82e2f47 Input: i8042 - Add quirk for Fujitsu Lifebook T725
| * 4f43e1c Input: elantench - fix misreporting trackpoint coordinates
| * 6655277 Input: iforce - fix control-message timeout
| * eb86e98 usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
| * 5a71fa1 xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay - f74da6f Linux 5.15.2-xanmod1