Commit Graph

689 Commits

Author SHA1 Message Date
CKI KWF Bot
31c7d1d716 kernel-5.14.0-639.el9
* Sat Nov 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-639.el9]
- smb: client: fix refcount leak in smb2_set_path_attr (Paulo Alcantara) [RHEL-114699]
- smb: client: fix potential UAF in smb2_close_cached_fid() (Paulo Alcantara) [RHEL-114699]
- smb: client: fix potential cfid UAF in smb2_query_info_compound (Paulo Alcantara) [RHEL-114699]
- smb: client: Fix refcount leak for cifs_sb_tlink (Paulo Alcantara) [RHEL-114699]
- cifs: parse_dfs_referrals: prevent oob on malformed input (Paulo Alcantara) [RHEL-114699]
- smb: client: remove cfids_invalidation_worker (Paulo Alcantara) [RHEL-114699]
- smb client: fix bug with newly created file in cached dir (Paulo Alcantara) [RHEL-114699]
- smb: client: short-circuit negative lookups when parent dir is fully cached (Paulo Alcantara) [RHEL-114699]
- smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry (Paulo Alcantara) [RHEL-114699]
- smb: client: remove pointless cfid->has_lease check (Paulo Alcantara) [RHEL-114699]
- smb: client: remove unused fid_lock (Paulo Alcantara) [RHEL-114699]
- smb: client: update cfid->last_access_time in open_cached_dir_by_dentry() (Paulo Alcantara) [RHEL-114699]
- smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid (Paulo Alcantara) [RHEL-114699]
- smb: client: account smb directory cache usage and per-tcon totals (Paulo Alcantara) [RHEL-114699]
- smb: client: add drop_dir_cache module parameter to invalidate cached dirents (Paulo Alcantara) [RHEL-114699]
- smb: client: show lease state as R/H/W (or NONE) in open_files (Paulo Alcantara) [RHEL-114699]
- smb: client: show negotiated cipher in DebugData (Paulo Alcantara) [RHEL-114699]
- smb: client: add new tracepoint to trace lease break notification (Paulo Alcantara) [RHEL-114699]
- smb: client: Fix NULL pointer dereference in cifs_debug_dirs_proc_show() (Paulo Alcantara) [RHEL-114699]
- smb: client: handle lack of IPC in dfs_cache_refresh() (Paulo Alcantara) [RHEL-119582]
- smb: client: get rid of d_drop() in cifs_do_rename() (Paulo Alcantara) [RHEL-123665]
- nvme-multipath: Skip nr_active increments in RETRY disposition (Ewan D. Milne) [RHEL-111104]
- arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE (Waiman Long) [RHEL-119900]
- arm64: cputype: Add Cortex-A720AE definitions (Waiman Long) [RHEL-119900]
- arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (Waiman Long) [RHEL-119900]
- arm64: Add support for HIP09 Spectre-BHB mitigation (Waiman Long) [RHEL-119900]
- arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() lists (Waiman Long) [RHEL-119900]
- arm64: cputype: Add MIDR_CORTEX_A76AE (Waiman Long) [RHEL-119900]
- arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe list (Waiman Long) [RHEL-119900]
Resolves: RHEL-111104, RHEL-114699, RHEL-119582, RHEL-119900, RHEL-123665

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-15 09:48:59 +00:00
CKI KWF Bot
cecd298072 kernel-5.14.0-638.el9
* Thu Nov 13 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-638.el9]
- cpufreq: powernv: Stop setting common freq attributes (Yunming Yang) [RHEL-121364]
- NFS: remove revoked delegation from server's delegation list (Benjamin Coddington) [RHEL-123617]
- selftests/bpf: Test invalid narrower ctx load (Viktor Malik) [RHEL-110274]
- bpf: Reject narrower access to pointer ctx fields (Viktor Malik) [RHEL-110274]
- libbpf: Fix handling of BPF arena relocations (Viktor Malik) [RHEL-110274]
- s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add negative test cases for snprintf (Viktor Malik) [RHEL-110274]
- bpf: Reject %%p%% format string in bprintf-like helpers (Viktor Malik) [RHEL-110274]
- selftests/bpf: adapt one more case in test_lru_map to the new target_free (Viktor Malik) [RHEL-110274]
- libbpf: Fix possible use-after-free for externs (Viktor Malik) [RHEL-110274]
- libbpf: Fix null pointer dereference in btf_dump__free on allocation failure (Viktor Malik) [RHEL-110274]
- bpf: Adjust free target to avoid global starvation of LRU map (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add tests with stack ptr register in conditional jmp (Viktor Malik) [RHEL-110274]
- bpf: Do not include stack ptr register in precision backtracking bookkeeping (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add unit tests with __bpf_trap() kfunc (Viktor Malik) [RHEL-110274]
- bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable (Viktor Malik) [RHEL-110274]
- libbpf/btf: Fix string handling to support multi-split BTF (Viktor Malik) [RHEL-110274]
- bpf: Pass the same orig_call value to trampoline functions (Viktor Malik) [RHEL-110274]
- s390/bpf: Store backchain even for leaf progs (Viktor Malik) [RHEL-110274]
- libbpf: Check bpf_map_skeleton link for NULL (Viktor Malik) [RHEL-110274]
- bpf: Fix WARN() in get_bpf_raw_tp_regs (Viktor Malik) [RHEL-110274]
- libbpf: Use proper errno value in nlattr (Viktor Malik) [RHEL-110274]
- selftests/bpf: Fix caps for __xlated/jited_unpriv (Viktor Malik) [RHEL-110274]
- bpftool: Fix cgroup command to only show cgroup bpf programs (Viktor Malik) [RHEL-110274]
- bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels (Viktor Malik) [RHEL-110274]
- libbpf: Use proper errno value in linker (Viktor Malik) [RHEL-110274]
- Use thread-safe function pointer in libbpf_print (Viktor Malik) [RHEL-110274]
- bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add test for attaching kprobe with long event names (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add test for attaching uprobe with long event names (Viktor Malik) [RHEL-110274]
- libbpf: Fix event name too long error (Viktor Malik) [RHEL-110274]
- libbpf: Verify section type in btf_find_elf_sections (Viktor Malik) [RHEL-110274]
- libbpf: Fix buffer overflow in bpf_object__init_prog (Viktor Malik) [RHEL-110274]
- selftests/bpf: Add test case for atomic update of fd htab (Viktor Malik) [RHEL-110274]
- bpf: Don't allocate per-cpu extra_elems for fd htab (Viktor Malik) [RHEL-110274]
- bpf: Add is_fd_htab() helper (Viktor Malik) [RHEL-110274]
- bpf: Support atomic update for htab of maps (Viktor Malik) [RHEL-110274]
- bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place (Viktor Malik) [RHEL-110274]
- bpf: Factor out htab_elem_value helper() (Viktor Malik) [RHEL-110274]
- bpf: Bail out early in __htab_map_lookup_and_delete_elem() (Viktor Malik) [RHEL-110274]
- selftests/bpf: Fix bpf_nf selftest failure (Viktor Malik) [RHEL-110274]
- bpf: Check link_create.flags parameter for multi_uprobe (Viktor Malik) [RHEL-110274]
- bpf: Check link_create.flags parameter for multi_kprobe (Viktor Malik) [RHEL-110274]
- mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (CKI Backport Bot) [RHEL-119153] {CVE-2025-39883}
Resolves: RHEL-110274, RHEL-119153, RHEL-121364, RHEL-123617

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-13 14:41:17 +00:00
CKI KWF Bot
fee8c5101a kernel-5.14.0-637.el9
* Wed Nov 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-637.el9]
- net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (Mete Durlu) [RHEL-99989]
- net/smc: fix UAF on smcsk after smc_listen_out() (Mete Durlu) [RHEL-99989]
- smc: Fix various oops due to inet_sock type confusion. (Mete Durlu) [RHEL-99989]
- net/smc: convert timeouts to secs_to_jiffies() (Mete Durlu) [RHEL-99989]
- net/smc: replace strncpy with strscpy (Mete Durlu) [RHEL-99989]
- net/smc: remove unused function smc_lo_supports_v2 (Mete Durlu) [RHEL-99989]
- net/smc: remove unused input parameters in smc_buf_get_slot (Mete Durlu) [RHEL-99989]
- s390: ism: Pass string literal as format argument of dev_set_name() (Mete Durlu) [RHEL-99989]
- smc: Fix lockdep false-positive for IPPROTO_SMC. (Mete Durlu) [RHEL-99989]
- net/smc: use the correct ndev to find pnetid by pnetid table (Mete Durlu) [RHEL-99989]
- net/smc: fix data error when recvmsg with MSG_PEEK flag (Mete Durlu) [RHEL-99989]
- net/smc: delete pointless divide by one (Mete Durlu) [RHEL-99989]
- net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1 (Mete Durlu) [RHEL-99989]
- net/smc: fix LGR and link use-after-free issue (Mete Durlu) [RHEL-99989]
- net/smc: initialize close_work early to avoid warning (Mete Durlu) [RHEL-99989]
- net/smc: do not leave a dangling sk pointer in __smc_create() (Mete Durlu) [RHEL-99989]
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Mete Durlu) [RHEL-99989]
- net/smc: Fix memory leak when using percpu refs (Mete Durlu) [RHEL-99989]
- net/smc: Address spelling errors (Mete Durlu) [RHEL-99989]
- net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC (Mete Durlu) [RHEL-99989]
- net/smc: add sysctl for smc_limit_hs (Mete Durlu) [RHEL-99989]
- net/smc: prevent NULL pointer dereference in txopt_get (Mete Durlu) [RHEL-99989]
- net/smc: introduce statistics for ringbufs usage of net namespace (Mete Durlu) [RHEL-99989]
- net/smc: introduce statistics for allocated ringbufs of link group (Mete Durlu) [RHEL-99989]
- net/smc: Use static_assert() to check struct sizes (Mete Durlu) [RHEL-99989]
- net/smc: add the max value of fallback reason count (Mete Durlu) [RHEL-99989]
- net/smc: remove unused input parameters in smcr_new_buf_create (Mete Durlu) [RHEL-99989]
- net/smc: remove redundant code in smc_connect_check_aclc (Mete Durlu) [RHEL-99989]
- Subject: net/smc: remove the fallback in __smc_connect (Mete Durlu) [RHEL-99989]
- Subject: net/smc: remove unreferenced header in smc_loopback.h file (Mete Durlu) [RHEL-99989]
- Subject: net/smc: prevent UAF in inet_create() (Mete Durlu) [RHEL-99989]
- net/smc: {at|de}tach sndbuf to peer DMB if supported (Mete Durlu) [RHEL-99989]
- gitlab-ci: disable automotive pipelines (Scott Weaver)
- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek)
- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek)
- redhat: remove EARLY ystream bits (Jan Stancek)
- bpf: Do not audit capability check in do_jit() (Ondrej Mosnacek) [RHEL-105376]
- io_uring/waitid: always prune wait queue entry in io_waitid_wait() (CKI Backport Bot) [RHEL-124973] {CVE-2025-40047}
- mfd: intel-lpss: Add Intel Wildcat Lake LPSS PCI IDs (CKI Backport Bot) [RHEL-95651]
- dma/mapping.c: dev_dbg support for dma_addressing_limited (Prarit Bhargava) [RHEL-117031]
- x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers (Prarit Bhargava) [RHEL-117031]
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Prarit Bhargava) [RHEL-117031]
- KVM: x86: Advertise support for AMD's PREFETCHI (Paolo Bonzini) [RHEL-98696]
- KVM: s390: Fix access to unavailable adapter indicator pages during postcopy (Thomas Huth) [RHEL-43214]
- iommu/s390: Make attach succeed when the device was surprise removed (Thomas Huth) [RHEL-113452]
- iommu/s390: Fix memory corruption when using identity domain (Thomas Huth) [RHEL-113452]
- KVM: s390: Fix incorrect usage of mmu_notifier_register() (Thomas Huth) [RHEL-113452]
- KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (Thomas Huth) [RHEL-113452]
- KVM: s390: Remove unneeded srcu lock (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (Thomas Huth) [RHEL-113452]
- s390/kvm: Split kvm_host header file (Thomas Huth) [RHEL-113452]
- s390/entry: Move early program check handler to entry.S (Thomas Huth) [RHEL-113452]
- s390: Remove 2k vs 4k page table leftovers (Thomas Huth) [RHEL-113452]
- s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (Thomas Huth) [RHEL-113452]
- s390/mm: Convert pgste_val() into function (Thomas Huth) [RHEL-113452]
- s390/mm: Convert pgprot_val() into function (Thomas Huth) [RHEL-113452]
- s390: Add missing _TIF defines (Thomas Huth) [RHEL-113452]
- s390/syscall: Merge __do_syscall() and do_syscall() (Thomas Huth) [RHEL-113452]
- KVM: s390: Don't use %%pK through debug printing (Thomas Huth) [RHEL-113452]
- KVM: s390: Don't use %%pK through tracepoints (Thomas Huth) [RHEL-113452]
- s390/asm-offsets: Rename __LC_PGM_INT_CODE (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed (Thomas Huth) [RHEL-72996]
- s390/vfio-ap: Signal eventfd when guest AP configuration is changed (Thomas Huth) [RHEL-72996]
- s390/vfio-ccw: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
- KVM: s390: Switch to use hrtimer_setup() (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl() (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop using "struct page" for vsie page (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop messing with page refcount (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop using page->index (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Streamline uc_skey test to issue iske after sske (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add ucontrol gis routing test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add ucontrol flic attr selftests (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PFCR subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Fix whitespace confusion in ucontrol test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Verify reject memory region operations for ucontrol VMs (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add uc_skey VM test case (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add uc_map_unmap VM test case (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Switch over to sysfs_emit() (Thomas Huth) [RHEL-113452]
- s390: Fix various typos (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PLO subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctions (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add VM run test case (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add test fixture and simple VM setup tests (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add s390x ucontrol test suite with hpage test (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Define page sizes in shared header (Thomas Huth) [RHEL-113452]
- selftests/kvm: remove dead file (Thomas Huth) [RHEL-113452]
- Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h" (Thomas Huth) [RHEL-113452]
- KVM: selftests: Define _GNU_SOURCE for all selftests code (Thomas Huth) [RHEL-113452]
- s390/cio: Add missing MODULE_DESCRIPTION() macros (Thomas Huth) [RHEL-113452]
- s390: Replace S390_lowcore by get_lowcore() (Thomas Huth) [RHEL-113452]
- s390/uv: gmap_make_secure() cleanups for further changes (Thomas Huth) [RHEL-113452]
- s390/uv: Don't call folio_wait_writeback() without a folio reference (Thomas Huth) [RHEL-113452]
- KVM: s390x: selftests: Add shared zeropage test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add selftest for single-stepping (Thomas Huth) [RHEL-113452]
- xfs: do not propagate ENODATA disk errors into xattr code (Carlos Maiolino) [RHEL-71501]
- sched: restore the behavior of put_task_struct() for non-rt (Luis Claudio R. Goncalves) [RHEL-40885]
- sched: Do not call __put_task_struct() on rt if pi_blocked_on is set (Luis Claudio R. Goncalves) [RHEL-40885]
Resolves: RHEL-105376, RHEL-113452, RHEL-117031, RHEL-124973, RHEL-40885, RHEL-43214, RHEL-71501, RHEL-72996, RHEL-95651, RHEL-98696, RHEL-99989

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-12 11:36:48 +00:00
CKI KWF Bot
8a79bb038c kernel-5.14.0-636.el9
* Fri Nov 07 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-636.el9]
- powerpc/pseries: Define __u{8,32} types in papr_hvpipe_hdr struct (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: HVPIPE changes to support migration (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Enable HVPIPE event message interrupt (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Wakeup hvpipe FD when the payload is pending (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Define HVPIPE specific macros (Mamatha Inamdar) [RHEL-101849]
- powerpc/pseries: Define papr-hvpipe ioctl (Mamatha Inamdar) [RHEL-101849]
- Documentation: ioctl-number: Fix linuxppc-dev mailto link (Mamatha Inamdar) [RHEL-101849]
- tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nul (Tomas Glozar) [RHEL-117873]
- tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit() (Tomas Glozar) [RHEL-117873] {CVE-2025-39974}
- tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu() (Tomas Glozar) [RHEL-117873]
- tracing/osnoise: Fix null-ptr-deref in bitmap_parselist() (Tomas Glozar) [RHEL-117873] {CVE-2025-39887}
- tracing/osnoise: Fix crash in timerlat_dump_stack() (Tomas Glozar) [RHEL-117873] {CVE-2025-38493}
- tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (Tomas Glozar) [RHEL-117873]
- osnoise: provide quiescent states (Tomas Glozar) [RHEL-117873]
- tracing/osnoise: Switch to use hrtimer_setup() (Tomas Glozar) [RHEL-117873]
- tracing/osnoise: Fix resetting of tracepoints (Tomas Glozar) [RHEL-117873] {CVE-2025-21733}
- tracing: Switch trace_osnoise.c code over to use guard() and __free() (Tomas Glozar) [RHEL-117873]
- rtla: Check pkg-config install (Tomas Glozar) [RHEL-117873]
- rtla: Define __NR_sched_setattr for LoongArch (Tomas Glozar) [RHEL-117873]
- rtla: Add the ability to create ctags and etags (Tomas Glozar) [RHEL-117873]
- Documentation/rtla: Add include common_appendix.rst (Tomas Glozar) [RHEL-117873]
- Documentation/rtla: Include BPF sample collection (Tomas Glozar) [RHEL-117873]
- Documentation/rtla: Fix typo in common_timerlat_description.rst (Tomas Glozar) [RHEL-117873]
- Documentation/rtla: Fix typo in rtla-timerlat.rst (Tomas Glozar) [RHEL-117873]
- Documentation/rtla: Fix duplicate text about timerlat tracer (Tomas Glozar) [RHEL-117873]
- rtla: Documentation: Fix -t, --trace (Tomas Glozar) [RHEL-117873]
- rtla: fix a example in rtla-timerlat-hist.rst (Tomas Glozar) [RHEL-117873]
- net/smc: Remove validation of reserved bits in CLC Decline message (Mete Durlu) [RHEL-124197]
- i40e: add mask to apply valid bits for itr_idx (Michal Schmidt) [RHEL-123809]
- i40e: add max boundary check for VF filters (Michal Schmidt) [RHEL-123809] {CVE-2025-39968}
- i40e: fix validation of VF state in get resources (Michal Schmidt) [RHEL-123809] {CVE-2025-39969}
- i40e: fix input validation logic for action_meta (Michal Schmidt) [RHEL-123809] {CVE-2025-39970}
- i40e: fix idx validation in config queues msg (Michal Schmidt) [RHEL-123809] {CVE-2025-39971}
- i40e: fix idx validation in i40e_validate_queue_map (Michal Schmidt) [RHEL-123809] {CVE-2025-39972}
- i40e: add validation for ring_len param (Michal Schmidt) [RHEL-123809] {CVE-2025-39973}
- io_uring: enable per-io write streams (Ming Lei) [RHEL-122870]
- nvmet-fcloop: call done callback even when remote port is gone (Maurizio Lombardi) [RHEL-114502]
- nvmet-tcp: fix callback lock for TLS handshake (Maurizio Lombardi) [RHEL-114502]
- nvme: fix misaccounting of nvme-mpath inflight I/O (Maurizio Lombardi) [RHEL-114502]
- nvme: revert the cross-controller atomic write size validation (Maurizio Lombardi) [RHEL-114502]
- nvme: fix atomic write size validation (Maurizio Lombardi) [RHEL-114502]
- nvme: refactor the atomic write unit detection (Maurizio Lombardi) [RHEL-114502]
- nvme: fix endianness of command word prints in nvme_log_err_passthru() (Maurizio Lombardi) [RHEL-114502]
- nvme: Fix incorrect cdw15 value in passthru error logging (Maurizio Lombardi) [RHEL-114502]
- nvme: fix inconsistent RCU list manipulation in nvme_ns_add_to_ctrl_list() (Maurizio Lombardi) [RHEL-114502]
- nvme-pci: refresh visible attrs after being checked (Maurizio Lombardi) [RHEL-114502]
- nvmet: fix memory leak of bio integrity (Maurizio Lombardi) [RHEL-114502]
- nvme: spelling fixes (Maurizio Lombardi) [RHEL-114502]
- nvme-tcp: fix I/O stalls on congested sockets (Maurizio Lombardi) [RHEL-114502]
- nvme-tcp: sanitize request list handling (Maurizio Lombardi) [RHEL-114502]
- nvme-tcp: remove tag set when second admin queue config fails (Maurizio Lombardi) [RHEL-114502]
- nvme: fix command limits status code (Maurizio Lombardi) [RHEL-114502]
- nvme-pci: store aborted state in flags variable (Maurizio Lombardi) [RHEL-114502]
- nvme-fc: do not reference lsrsp after failure (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: don't wait for lport cleanup (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: add missing fcloop_callback_host_done (Maurizio Lombardi) [RHEL-114502]
- nvmet-fc: take tgtport refs for portentry (Maurizio Lombardi) [RHEL-114502]
- nvmet-fc: free pending reqs on tgtport unregister (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: drop response if targetport is gone (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: allocate/free fcloop_lsreq directly (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: prevent double port deletion (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: access fcpreq only when holding reqlock (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: update refs on tfcp_req (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: refactor fcloop_delete_local_port (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: refactor fcloop_nport_alloc and track lport (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: remove nport from list on last user (Maurizio Lombardi) [RHEL-114502]
- nvmet-fcloop: track ref counts for nports (Maurizio Lombardi) [RHEL-114502]
- nvmet-auth: use SHASH_DESC_ON_STACK (Maurizio Lombardi) [RHEL-114502]
- nvme-auth: use SHASH_DESC_ON_STACK (Maurizio Lombardi) [RHEL-114502]
- nvmet: simplify the nvmet_req_init() interface (Maurizio Lombardi) [RHEL-114502]
- nvmet: support completion queue sharing (Maurizio Lombardi) [RHEL-114502]
- nvmet: fabrics: add CQ init and destroy (Maurizio Lombardi) [RHEL-114502]
- nvmet: cq: prepare for completion queue sharing (Maurizio Lombardi) [RHEL-114502]
- nvmet: add a helper function for cqid checking (Maurizio Lombardi) [RHEL-114502]
- nvmet-auth: authenticate on admin queue only (Maurizio Lombardi) [RHEL-114502]
- nvme-auth: do not re-authenticate queues with no prior authentication (Maurizio Lombardi) [RHEL-114502]
- nvmet-tcp: switch to using the crc32c library (Maurizio Lombardi) [RHEL-114502]
- nvmet: replace strncpy with strscpy (Maurizio Lombardi) [RHEL-114502]
- nvme-tcp: open-code nvme_tcp_queue_request() for R2T (Maurizio Lombardi) [RHEL-114502]
- nvme-tcp: remove redundant check to ctrl->opts (Maurizio Lombardi) [RHEL-114502]
- nvme: fix incorrect sizeof (Maurizio Lombardi) [RHEL-114502]
- nvme: fix write_stream_granularity initialization (Maurizio Lombardi) [RHEL-114502]
- nvme: use fdp streams if write stream is provided (Maurizio Lombardi) [RHEL-114502]
- nvme: register fdp parameters with the block layer (Maurizio Lombardi) [RHEL-114502]
- nvme: add FDP definitions (Maurizio Lombardi) [RHEL-114502]
- nvme: pass a void pointer to nvme_get/set_features for the result (Maurizio Lombardi) [RHEL-114502]
- nvme: add a nvme_get_log_lsi helper (Maurizio Lombardi) [RHEL-114502]
- nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (Maurizio Lombardi) [RHEL-114502]
- nvme: all namespaces in a subsystem must adhere to a common atomic write size (Maurizio Lombardi) [RHEL-114502]
- nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing (Maurizio Lombardi) [RHEL-114502]
- nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ (Maurizio Lombardi) [RHEL-114502]
- nvmet: pci-epf: improve debug message (Maurizio Lombardi) [RHEL-114502]
- nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq() (Maurizio Lombardi) [RHEL-114502]
- nvmet: pci-epf: do not fall back to using INTX if not supported (Maurizio Lombardi) [RHEL-114502]
- nvmet: pci-epf: clear completion queue IRQ flag on delete (Maurizio Lombardi) [RHEL-114502]
- nvme-pci: add quirks for device 126f:1001 (Maurizio Lombardi) [RHEL-114502]
- crypto: octeontx2 - Call strscpy() with correct size argument (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - get engine group number for asymmetric engine (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Rework how engine group number is obtained (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Fix address alignment on CN10KB and CN10KA-B0 (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Fix address alignment on CN10K A0/A1 and OcteonTX2 (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Fix address alignment issue on ucode loading (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - add timeout for load_fvc completion poll (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Use dynamic allocated memory region for lmtst (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Initialize cptlfs device info once (Vladis Dronov) [RHEL-122025]
- crypto: octeontx2 - Simplify multiple return statements (Vladis Dronov) [RHEL-122025]
- crypto: lib/Kconfig - hide library options [partial] (Vladis Dronov) [RHEL-122025]
- RDMA/core: Free pfn_list with appropriate kvfree call (Kamal Heib) [RHEL-110100]
- IB/core: Annotate umem_mutex acquisition under fs_reclaim for lockdep (Kamal Heib) [RHEL-110100]
- scsi: RDMA/srp: Don't set a max_segment_size when virt_boundary_mask is set (Kamal Heib) [RHEL-110100]
- RDMA/core: Rate limit GID cache warning messages (Kamal Heib) [RHEL-110100]
- RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (Kamal Heib) [RHEL-110100]
- IB/cm: Remove dead code and adjust naming (Kamal Heib) [RHEL-110100]
- RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices (Kamal Heib) [RHEL-110100]
- RDMA/umem: Separate implicit ODP initialization from explicit ODP (Kamal Heib) [RHEL-110100]
- RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage (Kamal Heib) [RHEL-110100]
- RDMA/umem: Store ODP access mask information in PFN (Kamal Heib) [RHEL-110100]
- RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (Kamal Heib) [RHEL-110100]
- IB/cm: Drop lockdep assert and WARN when freeing old msg (Kamal Heib) [RHEL-110100]
- RDMA/core: Move ODP capability definitions to uapi (Kamal Heib) [RHEL-110100]
- RDMA/rxe: Enable ODP in ATOMIC WRITE operation (Kamal Heib) [RHEL-110100]
- RDMA/rxe: Enable ODP in RDMA FLUSH operation (Kamal Heib) [RHEL-110100]
- RDMA/cma: Remove unused rdma_res_to_id (Kamal Heib) [RHEL-110100]
- IB/cm: use rwlock for MAD agent lock (Kamal Heib) [RHEL-110100]
- RDMA/core: Convert to use ERR_CAST() (Kamal Heib) [RHEL-110100]
- RDMA/uverbs: Convert to use ERR_CAST() (Kamal Heib) [RHEL-110100]
- RDMA/core: Convert to use ERR_CAST() (Kamal Heib) [RHEL-110100]
- mm/hmm: provide generic DMA managing logic (Kamal Heib) [RHEL-110100]
- mm/hmm: let users to tag specific PFN with DMA mapped bit (Kamal Heib) [RHEL-110100]
- i2c: tiny-usb: disable zero-length read messages (Desnes Nunes) [RHEL-116016]
- i2c: Use str_read_write() helper (Desnes Nunes) [RHEL-116016]
- memstick: core: Zero initialize id_reg in h_memstick_read_dev_id() (Desnes Nunes) [RHEL-116016]
- usb: hub: Don't try to recover devices lost during warm reset. (Desnes Nunes) [RHEL-116016]
- USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition (Desnes Nunes) [RHEL-116016]
- USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI (Desnes Nunes) [RHEL-116016]
- usb: gadget: configfs: Fix OOB read on empty string write (Desnes Nunes) [RHEL-116016] {CVE-2025-38497}
- xhci: dbc: Flush queued requests before stopping dbc (Desnes Nunes) [RHEL-116016]
- xhci: dbctty: disable ECHO flag by default (Desnes Nunes) [RHEL-116016]
- xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS (Desnes Nunes) [RHEL-116016]
- usb: xhci: quirk for data loss in ISOC transfers (Desnes Nunes) [RHEL-116016]
- usb: typec: displayport: Fix potential deadlock (Desnes Nunes) [RHEL-116016] {CVE-2025-38404}
- usb: typec: altmodes/displayport: do not index invalid pin_assignments (Desnes Nunes) [RHEL-116016] {CVE-2025-38391}
- usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach (Desnes Nunes) [RHEL-116016]
- USB: serial: option: add Foxconn T99W640 (Desnes Nunes) [RHEL-116016]
- thunderbolt: Fix bit masking in tb_dp_port_set_hops() (Desnes Nunes) [RHEL-116016]
- thunderbolt: Fix wake on connect at runtime (Desnes Nunes) [RHEL-116016]
- Revert "usb: xhci: Implement xhci_handshake_check_state() helper" (Desnes Nunes) [RHEL-116016]
- usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Fix race condition in TTY wakeup (Desnes Nunes) [RHEL-116016] {CVE-2025-38448}
- usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer (Desnes Nunes) [RHEL-116016] {CVE-2024-56670}
- Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io" (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Add null pointer check in gs_start_io (Desnes Nunes) [RHEL-116016]
- usb: acpi: fix device link removal (Desnes Nunes) [RHEL-116016]
- Logitech C-270 even more broken (Desnes Nunes) [RHEL-116016]
- phy: use per-PHY lockdep keys (Desnes Nunes) [RHEL-116016]
- phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode (Desnes Nunes) [RHEL-116016] {CVE-2025-38535}
- phy: tegra: xusb: Disable periodic tracking on Tegra234 (Desnes Nunes) [RHEL-116016]
- phy: tegra: xusb: Decouple CYA_TRK_CODE_UPDATE_ON_IDLE from trk_hw_mode (Desnes Nunes) [RHEL-116016]
- usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5744=n (Desnes Nunes) [RHEL-116016]
- usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macro (Desnes Nunes) [RHEL-116016]
- USB: typec: fix const issue in typec_match() (Desnes Nunes) [RHEL-116016]
- USB: gadget: udc: fix const issue in gadget_match_driver() (Desnes Nunes) [RHEL-116016]
- USB: gadget: fix up const issue with struct usb_function_instance (Desnes Nunes) [RHEL-116016]
- USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB (Desnes Nunes) [RHEL-116016]
- USB: serial: bus: fix const issue in usb_serial_device_match() (Desnes Nunes) [RHEL-116016]
- usb: misc: onboard_usb_dev: Fix usb5744 initialization sequence (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: ti,usb8041: Add binding for TI USB8044 hub controller (Desnes Nunes) [RHEL-116016]
- usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hub (Desnes Nunes) [RHEL-116016]
- usb: Flush altsetting 0 endpoints before reinitializating them after reset. (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: Add Parade PS8833 Type-C retimer variant (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Avoid double unlock of serial_port_lock (Desnes Nunes) [RHEL-116016]
- usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage device (Desnes Nunes) [RHEL-116016]
- usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: Use configured PD revision for negotiation (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous work (Desnes Nunes) [RHEL-116016] {CVE-2025-38268}
- xhci: Add missing parameter description to xhci_get_endpoint_index() (Desnes Nunes) [RHEL-116016]
- usb: xhci: fix host not responding after suspend and resume (Desnes Nunes) [RHEL-116016]
- usb: xhci: rename 'irq_control' to 'imod' (Desnes Nunes) [RHEL-116016]
- usb: xhci: rename 'irq_pending' to 'iman' (Desnes Nunes) [RHEL-116016]
- usb: xhci: cleanup IMOD register comments (Desnes Nunes) [RHEL-116016]
- usb: xhci: rework Event Ring Segment Table Address mask (Desnes Nunes) [RHEL-116016]
- usb: xhci: rework Event Ring Segment Table Size mask (Desnes Nunes) [RHEL-116016]
- usb: xhci: remove '0' write to write-1-to-clear register (Desnes Nunes) [RHEL-116016]
- usb: xhci: guarantee that IMAN register is flushed (Desnes Nunes) [RHEL-116016]
- usb: xhci: improve Interrupt Management register macros (Desnes Nunes) [RHEL-116016]
- usb: xhci: set requested IMODI to the closest supported value (Desnes Nunes) [RHEL-116016]
- usb: xhci: cleanup xhci_mem_init() (Desnes Nunes) [RHEL-116016]
- usb: xhci: add individual allocation checks in xhci_mem_init() (Desnes Nunes) [RHEL-116016]
- usb: xhci: move initialization of the primary interrupter (Desnes Nunes) [RHEL-116016]
- usb: xhci: remove error handling from xhci_add_interrupter() (Desnes Nunes) [RHEL-116016]
- usb: xhci: move enabling of USB 3 device notifications (Desnes Nunes) [RHEL-116016]
- usb: xhci: move doorbell array pointer assignment (Desnes Nunes) [RHEL-116016]
- usb: xhci: move DCBAA pointer write (Desnes Nunes) [RHEL-116016]
- usb: xhci: refactor xhci_set_cmd_ring_deq() (Desnes Nunes) [RHEL-116016]
- usb: xhci: move command ring pointer write (Desnes Nunes) [RHEL-116016]
- usb: xhci: move device slot enabling register write (Desnes Nunes) [RHEL-116016]
- usb: xhci: relocate pre-allocation initialization (Desnes Nunes) [RHEL-116016]
- usb: xhci: Add debugfs support for xHCI port bandwidth (Desnes Nunes) [RHEL-116016]
- usb: xhci: Don't log transfer ring segment list on errors (Desnes Nunes) [RHEL-116016]
- phy: tegra: p2u: Broaden architecture dependency (Desnes Nunes) [RHEL-116016]
- phy: fsl-imx8mq-usb: add i.MX95 tuning support (Desnes Nunes) [RHEL-116016]
- phy: fsl-imx8mq-usb: fix phy_tx_vboost_level_from_property() (Desnes Nunes) [RHEL-116016]
- dt-bindings: phy: imx8mq-usb: add imx95 tuning support (Desnes Nunes) [RHEL-116016]
- dt-bindings: phy: imx8mq-usb: fix fsl,phy-tx-vboost-level-microvolt property (Desnes Nunes) [RHEL-116016]
- phy: freescale: imx8m-pcie: Simplify with dev_err_probe() (Desnes Nunes) [RHEL-116016]
- dt-bindings: phy: rockchip: Convert RK3399 Type-C PHY to schema (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: add rk3588 compatible to rockchip,dwc3 (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: rockchip,dwc3: Move RK3399 to its own schema (Desnes Nunes) [RHEL-116016]
- thunderbolt: Do not double dequeue a configuration request (Desnes Nunes) [RHEL-116016] {CVE-2025-38174}
- usb-storage: reject probe of device one non-DMA HCDs when using highmem (Desnes Nunes) [RHEL-116016]
- USB: serial: ti_usb_3410_5052: drop bogus read urb check (Desnes Nunes) [RHEL-116016]
- usb: misc: onboard_usb_dev: Add Parade PS5511 hub support (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: realtek,rts5411: Adapt usb-hub.yaml (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: Add binding for PS5511 hub controller (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: Introduce usb-hub.yaml (Desnes Nunes) [RHEL-116016]
- misc: rtsx: Remove deadcode (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Implement remote wakeup capability (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_push (Desnes Nunes) [RHEL-116016]
- usb: gadget: u_serial: Add null pointer check in gserial_suspend (Desnes Nunes) [RHEL-116016] {CVE-2023-53356}
- usb: gadget: u_serial: Add null pointer check in gserial_resume (Desnes Nunes) [RHEL-116016] {CVE-2023-53551}
- dt-bindings: usb: usb-switch: Allow data-lanes property in port (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: generic-ehci: Add VIA/WonderMedia compatible (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: Convert Nuvoton EHCI to DT schema (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: npcm7xx: Add npcm845 compatible (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: usb-device: relax compatible pattern to a contains (Desnes Nunes) [RHEL-116016]
- usb: typec: ucsi: fix Clang -Wsign-conversion warning (Desnes Nunes) [RHEL-116016]
- USB: host: omap: Do not enable by default during compile testing (Desnes Nunes) [RHEL-116016]
- usb: typec: mux: fsa4480: add regulator support (Desnes Nunes) [RHEL-116016]
- HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() (Desnes Nunes) [RHEL-116016] {CVE-2025-38103}
- Documentation/admin-guide: Document Thunderbolt/USB4 tunneling events (Desnes Nunes) [RHEL-116016]
- thunderbolt: Notify userspace about firmware CM tunneling events (Desnes Nunes) [RHEL-116016]
- thunderbolt: Notify userspace about software CM tunneling events (Desnes Nunes) [RHEL-116016]
- thunderbolt: Introduce domain event message handler (Desnes Nunes) [RHEL-116016]
- usb: typec: Connect Type-C port with associated USB4 port (Desnes Nunes) [RHEL-116016]
- thunderbolt: Add Thunderbolt/USB4 <-> USB3 match function (Desnes Nunes) [RHEL-116016]
- thunderbolt: Expose usb4_port_index() to other modules (Desnes Nunes) [RHEL-116016]
- thunderbolt: Fix a logic error in wake on connect (Desnes Nunes) [RHEL-116016]
- misc: rtsx: Enhance the signal handling processes in SVID/SSID 1028:0CE1 platform (Desnes Nunes) [RHEL-116016]
- usb: misc: onboard_dev: Add Realtek RTL8188ETV WiFi (0bda:0179) (Desnes Nunes) [RHEL-116016]
- Added usb_string function to a namespace (Desnes Nunes) [RHEL-116016]
- USB: core: Correct API usb_(enable|disable)_autosuspend() prototypes (Desnes Nunes) [RHEL-116016]
- USB: phy: Use str_enable_disable-like helpers (Desnes Nunes) [RHEL-116016]
- usb: common: usb-conn-gpio: use a unique name for usb connector device (Desnes Nunes) [RHEL-116016]
- usb: hub: Fail fast in USB3 link power management enable path (Desnes Nunes) [RHEL-116016]
- usb: hub: reorder USB3 link power management enable requests (Desnes Nunes) [RHEL-116016]
- usb: hub: Don't disable LPM completely if device initiated LPM fails (Desnes Nunes) [RHEL-116016]
- usb: hub: verify device is configured in usb_device_may_initiate_lpm() (Desnes Nunes) [RHEL-116016]
- usb: hub: Block less in USB3 link power management LPM disable path (Desnes Nunes) [RHEL-116016]
- usb: Add checks for snprintf() calls in usb_alloc_dev() (Desnes Nunes) [RHEL-116016]
- usb: chipidea: imx: add HSIO Block Control wakeup setting (Desnes Nunes) [RHEL-116016]
- usb: chipidea: imx: add wakeup interrupt handling (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: usbmisc-imx: add support for i.MX95 platform (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: chipidea: Add i.MX95 compatible string 'fsl,imx95-usb' (Desnes Nunes) [RHEL-116016]
- usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: smsc,usb3503: Correct indentation and style in DTS example (Desnes Nunes) [RHEL-116016]
- usb: cdns3: Remove the invalid comment (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: Use fwnode_get_child_node_count() (Desnes Nunes) [RHEL-116016]
- device property: Split fwnode_get_child_node_count() (Desnes Nunes) [RHEL-116016]
- device property: Fix a typo in the description of device_get_child_node_count() (Desnes Nunes) [RHEL-116016]
- usb: typec: displayport: Receive DP Status Update NAK request exit dp altmode (Desnes Nunes) [RHEL-116016]
- usb: typec: tipd: Fix wakeup source leaks on device unbind (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpci: add regulator support (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: allow switching to mode accessory to mux properly (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: allow sink (ufp) to toggle into accessory mode debug (Desnes Nunes) [RHEL-116016]
- usb: typec: tcpm: allow to use sink in accessory mode (Desnes Nunes) [RHEL-116016]
- usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_set (Desnes Nunes) [RHEL-116016]
- usb: typec: ucsi: Add the UCSI commands in debugfs (Desnes Nunes) [RHEL-116016]
- thunderbolt: Use wake on connect and disconnect over suspend (Desnes Nunes) [RHEL-116016]
- usb: host: xhci: Notify xHCI sideband on transfer ring free (Desnes Nunes) [RHEL-116016]
- usb: host: xhci-plat: Set XHCI max interrupters if property is present (Desnes Nunes) [RHEL-116016]
- usb: host: xhci-mem: Allow for interrupter clients to choose specific index (Desnes Nunes) [RHEL-116016]
- usb: host: xhci-mem: Cleanup pending secondary event ring events (Desnes Nunes) [RHEL-116016]
- redhat/configs: Adding CONFIG_USB_XHCI_SIDEBAND (Desnes Nunes) [RHEL-116016]
- xhci: sideband: add initial api to register a secondary interrupter entity (Desnes Nunes) [RHEL-116016]
- usb: dwc2: gadget: Fix enter to hibernation for UTMI+ PHY (Desnes Nunes) [RHEL-116016]
- usb: dwc2: New bitfield definition and programming in GRSTCTL (Desnes Nunes) [RHEL-116016]
- usb: dwc2: Add hibernation updates for ULPI PHY (Desnes Nunes) [RHEL-116016]
- usb: dwc2: New bit definition in GPWRDN register (Desnes Nunes) [RHEL-116016]
- usb: dwc2: Add eUSB2 PHY disconnect flow support (Desnes Nunes) [RHEL-116016]
- usb: dwc2: Add new parameter eusb2_disc (Desnes Nunes) [RHEL-116016]
- usb: dwc2: New bit definition in GOTGCTL register (Desnes Nunes) [RHEL-116016]
- usb: dwc2: Add core new versions definition (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Don't leave BCR asserted (Desnes Nunes) [RHEL-116016]
- usb: dwc3: gadget: Fix TRB reclaim logic for short transfers and ZLPs (Desnes Nunes) [RHEL-116016]
- usb: dwc3: Abort suspend on soft disconnect failure (Desnes Nunes) [RHEL-116016]
- usb: gadget: epautoconf: Use USB API functions rather than constants (Desnes Nunes) [RHEL-116016]
- usb: dwc2: gadget: Use USB API functions rather than constants (Desnes Nunes) [RHEL-116016]
- usb: core: config: Use USB API functions rather than constants (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Use bulk clock API and devres (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Fix error handling in probe (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: use modern PM macros (Desnes Nunes) [RHEL-116016]
- usb: dwc2: also exit clock_gating when stopping udc while suspended (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Transition to flattened model (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Don't rely on drvdata during probe (Desnes Nunes) [RHEL-116016]
- usb: dwc3: core: Don't touch resets and clocks (Desnes Nunes) [RHEL-116016]
- usb: dwc3: core: Expose core driver as library (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100 (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: Introduce qcom,snps-dwc3 (Desnes Nunes) [RHEL-116016]
- usb: dwc3: qcom: Snapshot driver for backwards compatibilty (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: dwc3: Allow connector in USB controller node (Desnes Nunes) [RHEL-116016]
- dt-bindings: usb: qcom,dwc3: Add SM8750 compatible (Desnes Nunes) [RHEL-116016]
- usb: dwc3: core: Avoid redundant system suspend/resume callbacks (Desnes Nunes) [RHEL-116016]
- i2c: Set i2c pinctrl recovery info from it's device pinctrl (Desnes Nunes) [RHEL-116016]
- pinctrl: Add an API to get the pinctrl pins if initialized (Desnes Nunes) [RHEL-116016]
- usb: dwc3: Specify maximum number of XHCI interrupters (Desnes Nunes) [RHEL-116016]
- can: gs_usb: add VID/PID for the CANnectivity firmware (Desnes Nunes) [RHEL-116016]
- can: gs_usb: add usb endpoint address detection at driver probe step (Desnes Nunes) [RHEL-116016]
- can: gs_usb: add VID/PID for Xylanta SAINT3 product family (Desnes Nunes) [RHEL-116016]
- ext4: fix reserved gdt blocks handling in fsmap (Brian Foster) [RHEL-109218]
- ext4: fix fsmap end of range reporting with bigalloc (Brian Foster) [RHEL-109218]
- ext4: fix FS_IOC_GETFSMAP handling (Brian Foster) [RHEL-109218]
- ext4: replace the traditional ternary conditional operator with with max()/min() (Brian Foster) [RHEL-109218]
- scsi: scsi_debug: Make read-only arrays static const (Ewan D. Milne) [RHEL-116075]
- scsi: core: sysfs: Correct sysfs attributes access rights (Ewan D. Milne) [RHEL-116075]
- scsi: sd: Make sd shutdown issue START STOP UNIT appropriately (Ewan D. Milne) [RHEL-116075]
- scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_transport_fc: Add comments to describe added 'rport' parameter (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_transport_fc: Change to use per-rport devloss_work_q (Ewan D. Milne) [RHEL-116075]
- scsi: core: Fix kernel doc for scsi_track_queue_full() (Ewan D. Milne) [RHEL-116075]
- scsi: core: Use scsi_cmd_priv() instead of open-coding it (Ewan D. Milne) [RHEL-116075]
- scsi: core: Enforce unlimited max_segment_size when virt_boundary_mask is set (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_devinfo: Remove redundant 'found' (Ewan D. Milne) [RHEL-116075]
- scsi: sd: Fix VPD page 0xb7 length check (Ewan D. Milne) [RHEL-116075]
- scsi: core: Remember if a device is an ATA device (Ewan D. Milne) [RHEL-116075]
- scsi: error: alua: I/O errors for ALUA state transitions (Ewan D. Milne) [RHEL-116075]
- scsi: core: devinfo: Fix typo in comment (Ewan D. Milne) [RHEL-116075]
- scsi: sd: Remove the stream_status member from scsi_stream_status_header (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Reduce DEF_ATOMIC_WR_MAX_LENGTH (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_transport_fc: Rename del_timer() in comment (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Add ERASE for tapes (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possible (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Move some tape-specific commands to separate definitions (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Enable different command definitions for different device types (Ewan D. Milne) [RHEL-116075]
- scsi: scsi_debug: Fix two typos in command definitions (Ewan D. Milne) [RHEL-116075]
- KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (Jon Maloy) [RHEL-104731] {CVE-2025-38351}
- cgroup/rstat: avoid disabling irqs for O(num_cpu) (Radostin Stoyanov) [RHEL-94298]
Resolves: RHEL-101849, RHEL-104731, RHEL-109218, RHEL-110100, RHEL-114502, RHEL-116016, RHEL-116075, RHEL-117873, RHEL-122025, RHEL-122870, RHEL-123809, RHEL-124197, RHEL-94298

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-07 17:09:39 +00:00
CKI KWF Bot
bafc36ac6a kernel-5.14.0-635.el9
* Wed Nov 05 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-635.el9]
- dm: fix NULL pointer dereference in __dm_suspend() (Benjamin Marzinski) [RHEL-119009]
- dm: fix queue start/stop imbalance under suspend/load/resume races (Benjamin Marzinski) [RHEL-119009]
- dm-raid: don't set io_min and io_opt for raid1 (Benjamin Marzinski) [RHEL-119009]
- dm-integrity: limit MAX_TAG_SIZE to 255 (Benjamin Marzinski) [RHEL-119009]
- dm-stripe: fix a possible integer overflow (Benjamin Marzinski) [RHEL-119009]
- dm-stripe: limit chunk_sectors to the stripe size (Benjamin Marzinski) [RHEL-119009]
- dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thin (Benjamin Marzinski) [RHEL-119009]
- dm-thin: update the documentation (Benjamin Marzinski) [RHEL-119009]
- dm-raid: do not include dm-core.h (Benjamin Marzinski) [RHEL-119009]
- md: dm-zoned-target: Initialize return variable r to avoid uninitialized use (Benjamin Marzinski) [RHEL-119009]
- dm-verity: remove support for asynchronous hashes (Benjamin Marzinski) [RHEL-119009]
- dm-mpath: don't print the "loaded" message if registering fails (Benjamin Marzinski) [RHEL-119009]
- dm-mpath: make dm_unregister_path_selector return void (Benjamin Marzinski) [RHEL-119009]
- dm: ima: avoid extra calls to strlen() (Benjamin Marzinski) [RHEL-119009]
- dm: Simplify dm_io_complete() (Benjamin Marzinski) [RHEL-119009]
- dm: Remove unnecessary return in dm_zone_endio() (Benjamin Marzinski) [RHEL-119009]
- dm raid: add support for resync w/o metadata devices (Benjamin Marzinski) [RHEL-119009]
- dm-flakey: Fix corrupt_bio_byte setup checks (Benjamin Marzinski) [RHEL-119009]
- dm-table: fix checking for rq stackable devices (Benjamin Marzinski) [RHEL-119009]
- dm-bufio: fix sched in atomic context (Benjamin Marzinski) [RHEL-119009]
- dm-raid: fix variable in journal device check (Benjamin Marzinski) [RHEL-119009]
- dm-stripe: small code cleanup (Benjamin Marzinski) [RHEL-119009]
- dm-verity: fix a memory leak if some arguments are specified multiple times (Benjamin Marzinski) [RHEL-119009]
- dm-mirror: fix a tiny race condition (Benjamin Marzinski) [RHEL-119009]
- dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lock (Benjamin Marzinski) [RHEL-119009]
- dm-zone: Use bdev_*() helper functions where applicable (Benjamin Marzinski) [RHEL-119009]
- dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits (Benjamin Marzinski) [RHEL-119009]
- dm-flakey: make corrupting read bios work (Benjamin Marzinski) [RHEL-119009]
- dm-flakey: remove useless ERROR_READS check in flakey_end_io (Benjamin Marzinski) [RHEL-119009]
- dm-flakey: error all IOs when num_features is absent (Benjamin Marzinski) [RHEL-119009]
- dm-flakey: Clean up parsing messages (Benjamin Marzinski) [RHEL-119009]
- dm: remove unneeded kvfree from alloc_targets (Benjamin Marzinski) [RHEL-119009]
- dm-bufio: remove maximum age based eviction (Benjamin Marzinski) [RHEL-119009]
- dm-verity: use softirq context only when !need_resched() (Benjamin Marzinski) [RHEL-119009]
- dm: lock limits when reading them (Benjamin Marzinski) [RHEL-119009]
- dm: use generic functions instead of disable_discard and disable_write_zeroes (Benjamin Marzinski) [RHEL-119009]
- dm-delay: don't busy-wait in kthread (Benjamin Marzinski) [RHEL-119009]
- dm: fix native zone append devices on top of emulated ones (Benjamin Marzinski) [RHEL-119009]
- dm: limit swapping tables for devices with zone write plugs (Benjamin Marzinski) [RHEL-119009]
- dm: fix dm_blk_report_zones (Benjamin Marzinski) [RHEL-119009]
- dm: handle failures in dm_table_set_restrictions (Benjamin Marzinski) [RHEL-119009]
- dm: free table mempools if not used in __bind (Benjamin Marzinski) [RHEL-119009]
- dm: don't change md if dm_table_set_restrictions() fails (Benjamin Marzinski) [RHEL-119009]
- dm-verity: support block number limits for different ioprio classes (Benjamin Marzinski) [RHEL-119009]
- dm-delay: support zoned devices (Benjamin Marzinski) [RHEL-119009]
- dm: restrict dm device size to 2^63-512 bytes (Benjamin Marzinski) [RHEL-119009]
- dm-verity: do forward error correction on metadata I/O errors (Benjamin Marzinski) [RHEL-119009]
- dm-bufio: remove unused return value (Benjamin Marzinski) [RHEL-119009]
- dm: Enable inline crypto passthrough for striped target (Benjamin Marzinski) [RHEL-119009]
- dm-integrity: Document Inline mode for storing integrity data (Benjamin Marzinski) [RHEL-119009]
- dm-verity: Document restart_on_error and panic_on_error options (Benjamin Marzinski) [RHEL-119009]
- dm-crypt: switch to using the crc32 library (Benjamin Marzinski) [RHEL-119009]
- thermal: Constify struct thermal_zone_device_ops (David Arcari) [RHEL-85463]
- thermal: int340x: processor_thermal: Add Wildcat Lake PCI ID (David Arcari) [RHEL-85463]
- ACPI: DPTF: Support for Wildcat Lake (David Arcari) [RHEL-85463]
- thermal: intel: int340x: Allow temperature override (David Arcari) [RHEL-85463]
- thermal: intel: int340x: Add throttling control interface to PTC (David Arcari) [RHEL-85463]
- thermal: int340x: processor_thermal: Platform temperature control documentation (David Arcari) [RHEL-85463]
- thermal: intel: int340x: Enable platform temperature control (David Arcari) [RHEL-85463]
- thermal: intel: int340x: Add platform temperature control interface (David Arcari) [RHEL-85463]
- x86/msr: Add explicit includes of <asm/msr.h> [partial] (David Arcari) [RHEL-85463]
- thermal: intel: int340x: Add missing DVFS support flags (David Arcari) [RHEL-85463]
- thermal: intel: Clean up zone_trips[] initialization in int340x_thermal_zone_add() (David Arcari) [RHEL-85463]
- thermal: int340x: Use kcalloc() instead of kzalloc() with multiplication (David Arcari) [RHEL-85463]
- thermal: int340x: Add NULL check for adev (David Arcari) [RHEL-85463]
- selftests: tls: test skb copy under mem pressure and OOB (Sabrina Dubroca) [RHEL-115640]
- tls: make sure to abort the stream if headers are bogus (Sabrina Dubroca) [RHEL-115640]
- selftests: tls: make the new data_steal test less flaky (Sabrina Dubroca) [RHEL-115640]
- selftests: tls: test TCP stealing data from under the TLS socket (Sabrina Dubroca) [RHEL-115640]
- tls: handle data disappearing from under the TLS ULP (Sabrina Dubroca) [RHEL-115640]
- bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls (Sabrina Dubroca) [RHEL-115640]
- net/tls: fix kernel panic when alloc_page failed (Sabrina Dubroca) [RHEL-115640]
- bpf: fix ktls panic with sockmap (Sabrina Dubroca) [RHEL-115640]
- selftests: tls: check that disconnect does nothing (Sabrina Dubroca) [RHEL-115640]
- net: tls: explicitly disallow disconnect (Sabrina Dubroca) [RHEL-115640]
- Revert "drm/vkms: convert to use faux_device" (José Expósito) [RHEL-113577]
- Revert "drm/xe/pf: Set VF LMEM BAR size" (José Expósito) [RHEL-113577]
- Revert "drm/xe/nvm: add on-die non-volatile memory device" (José Expósito) [RHEL-113577]
- Revert "Mark xe driver as BROKEN if kernel page size is not 4kB" (José Expósito) [RHEL-113577]
- Revert "drm/tegra: gem: Don't attach dma-bufs when not needed" (José Expósito) [RHEL-113577]
- Revert "PM: domains: Add flags to specify power on attach/detach" (José Expósito) [RHEL-113577]
- Revert "relayfs: abolish prev_padding" (José Expósito) [RHEL-113577]
- drm/sched: Add missing argument to __assign_str() (José Expósito) [RHEL-113577]
- Revert "mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare" (José Expósito) [RHEL-113577]
- drm/sysfb: Add efidrm for EFI displays (José Expósito) [RHEL-113577]
- redhat: Add new DRM modules to mod-internal.list (José Expósito) [RHEL-113577]
- redhat/configs: Add new configs from DRM 6.17 backport (José Expósito) [RHEL-113577]
- Merge DRM changes from upstream v6.17-rc7..v6.17 (José Expósito) [RHEL-113577]
- Merge DRM changes from upstream v6.17-rc6..v6.17-rc7 (José Expósito) [RHEL-113577]
- Merge DRM changes from upstream v6.17-rc5..v6.17-rc6 (José Expósito) [RHEL-113577]
- Merge DRM changes from upstream v6.16..v6.17-rc5 (José Expósito) [RHEL-113577]
Resolves: RHEL-113577, RHEL-115640, RHEL-119009, RHEL-85463

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-05 14:42:02 +00:00
CKI KWF Bot
6cee162711 kernel-5.14.0-634.el9
* Tue Nov 04 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-634.el9]
- powerpc/crash: remove unnecessary NULL check before kvfree() (Mamatha Inamdar) [RHEL-101851]
- powerpc/crash: add crash memory hotplug support (Mamatha Inamdar) [RHEL-101851]
- powerpc/crash: add crash CPU hotplug support (Mamatha Inamdar) [RHEL-101851]
- powerpc/kexec: make the update_cpus_node() function public (Mamatha Inamdar) [RHEL-101851]
- powerpc/kexec: move *_memory_ranges functions to ranges.c (Mamatha Inamdar) [RHEL-101851]
- platform/x86: oaktrail: Use backlight power constants (David Arcari) [RHEL-120895]
- platform/x86: intel: oaktrail: Drop empty platform remove function (David Arcari) [RHEL-120895]
- platform/x86: use PLATFORM_DEVID_NONE instead of -1 [partial] (David Arcari) [RHEL-120895]
- platform/x86/intel/rst: drop owner assignment (David Arcari) [RHEL-120895]
- platform/x86: intel_turbo_max_3: Switch to new Intel CPU model defines (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Protect ACPI notify handler against recursion (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Update tablet mode switch at end of probe (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Use acpi_has_method to check for switch (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Log event code on unexpected button events (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler (David Arcari) [RHEL-120895]
- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events (David Arcari) [RHEL-120895]
- platform/x86: intel: vbtn: Convert to platform remove callback returning void (David Arcari) [RHEL-120895]
- platform/x86: Replace acpi_bus_get_device() [partial] (David Arcari) [RHEL-120895]
- platform/x86: intel: telemetry: pltdrv: Convert to platform remove callback returning void (David Arcari) [RHEL-120895]
- platform/x86: intel_telemetry: Switch to new Intel CPU model defines (David Arcari) [RHEL-120895]
- platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: Check write blocked for ELC (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: support BMG crashlog (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: use a version struct (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: refactor base parameter (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: add register access helpers (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: decouple sysfs and namespace (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: correct types (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: re-order trigger logic (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: use guard(mutex) (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: mutex clean up (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: white space cleanup (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: fix a crashlog NULL pointer access (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: fix build dependency for kunit test (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt/discovery: fix format string warning (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt/discovery: Fix size_t specifiers for 32-bit (David Arcari) [RHEL-120895]
- redhat/configs: disable CONFIG_INTEL_PMT_KUNIT_TEST (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: KUNIT test for PMT Enhanced Discovery API (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt/telemetry: Add API to retrieve telemetry regions by feature (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt/discovery: Get telemetry attributes (David Arcari) [RHEL-120895]
- platform/x86/intel/tpmi: Get OOBMSM CPU mapping from TPMI (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Set OOBMSM to CPU mapping (David Arcari) [RHEL-120895]
- platform/x86/intel/tpmi: Relocate platform info to intel_vsec.h (David Arcari) [RHEL-120895]
- platform/x86/intel/pmt: Add PMT Discovery driver (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Add new Discovery feature (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Skip driverless features (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Skip absent features during initialization (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Add device links to enforce dependencies (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Create wrapper to walk PCI config space (David Arcari) [RHEL-120895]
- platform/x86/intel/vsec: Add private data for per-device data (David Arcari) [RHEL-120895]
- platform/x86/intel/hid: Add Wildcat Lake support (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: avoid non-literal format string (David Arcari) [RHEL-120895]
- platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry (David Arcari) [RHEL-120895]
- platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry (David Arcari) [RHEL-120895]
- platform/x86: intel_telemetry: Remove unused telemetry_raw_read_events() (David Arcari) [RHEL-120895]
- platform/x86: intel_telemetry: Remove unused telemetry_[gs]et_sampling_period() (David Arcari) [RHEL-120895]
- platform/x86: intel_telemetry: Remove unused telemetry_*_events() (David Arcari) [RHEL-120895]
- platform/x86: intel_telemetry: Fix kernel doc descriptions (David Arcari) [RHEL-120895]
- platform/x86/intel: power-domains: Fix error code in tpmi_init() (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: Fail module load when plat_info is NULL (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: Add attributes to show die_id (David Arcari) [RHEL-120895]
- platform/x86/intel: power-domains: Add interface to get Linux die ID (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: Add attributes to show agent types (David Arcari) [RHEL-120895]
- platform/x86: ISST: Do Not Restore SST MSRs on CPU Online Operation (David Arcari) [RHEL-120895]
- platform/x86: ISST: Update minor version (David Arcari) [RHEL-120895]
- platform/x86: ISST: Support SST-PP revision 2 (David Arcari) [RHEL-120895]
- platform/x86: ISST: Support SST-TF revision 2 (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Improve pmc_core_get_lpm_req() (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Move error handling to init function (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Use devm for mutex_init (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver (David Arcari) [RHEL-120895]
- platform/x86:intel/vsec: Change return type of intel_vsec_register (David Arcari) [RHEL-120895]
- x86/msr: Add explicit includes of <asm/msr.h> [partial] (David Arcari) [RHEL-120895]
- platform/x86/intel: hid: Add Pantherlake support (David Arcari) [RHEL-120895]
- platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet (David Arcari) [RHEL-120895]
- intel-hid: fix volume buttons on Thinkpad X12 Detachable Tablet Gen 1 (David Arcari) [RHEL-120895]
- platform/x86: intel-hid: Use string_choices API instead of ternary operator (David Arcari) [RHEL-120895]
- platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support (David Arcari) [RHEL-120895]
- platform/x86/intel/hid: Don't wake on 5-button releases (David Arcari) [RHEL-120895]
- platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks (David Arcari) [RHEL-120895]
- platform/x86: intel: hid: Always call BTNL ACPI method (David Arcari) [RHEL-120895]
- platform/x86: intel: hid: Convert to platform remove callback returning void (David Arcari) [RHEL-120895]
- platform/x86/intel/hid: Add module-params for 5 button array + SW_TABLET_MODE reporting (David Arcari) [RHEL-120895]
- platform/x86/intel: hid: Add Surface Go to VGBS allow list (David Arcari) [RHEL-120895]
- platform/x86: intel-hid: fix _DSM function index handling (David Arcari) [RHEL-120895]
- platform/x86/intel: hid: add quirk to support Surface Go 3 (David Arcari) [RHEL-120895]
- platform/x86/intel: hid: Add DMI switches allow list (David Arcari) [RHEL-120895]
- platform/x86/intel-uncore-freq: Fix missing uncore sysfs during CPU hotplug (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Remove unneeded io operations (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Remove unneeded header file inclusion (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Convert index variables to be unsigned (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Move PMC devid to core.h (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Rename core_ssram to ssram_telemetry (David Arcari) [RHEL-120895]
- platform/x86:intel/pmc: Move PMC Core related functions (David Arcari) [RHEL-120895]
- hwmon: (k10temp) Add device ID for Strix Halo (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Add support for Zen5 Ryzen Desktop (David Arcari) [RHEL-104300]
- hwmon: (k10temp) add support for cyan skillfish (David Arcari) [RHEL-104300]
- hwmon: (k10temp): Use cpu_feature_enabled() for detecting zen (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Rename _data variable (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Remove unused HAVE_TDIE() macro (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Define a helper function to read CCD temperature (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Add support for AMD Family 19h Model 8h (David Arcari) [RHEL-104300]
- hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature (David Arcari) [RHEL-104300]
- dmaengine: ti: edma: Fix memory allocation size for queue_priority_map (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Fix double free in idxd_setup_wqs() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Fix refcount underflow on module unload (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Remove improper idxd_free (Jerry Snitselaar) [RHEL-114133]
- dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Remove __packed from structures (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: Do not enable by default during compile testing (Jerry Snitselaar) [RHEL-114133]
- dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Fix warning for deadcode.deadstore (Jerry Snitselaar) [RHEL-114133]
- dmaengine: qcom: gpi: Drop unused gpi_write_reg_field() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Add devm_dma_request_chan() (Jerry Snitselaar) [RHEL-114133]
- dma: dw-edma: Fix build warning in dw_edma_pcie_probe() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Remove unused pointer and macro (Jerry Snitselaar) [RHEL-114133]
- dmaengine: sh: rz-dmac: Add RZ/V2H(P) support (Jerry Snitselaar) [RHEL-114133]
- dmaengine: sh: rz-dmac: Allow for multiple DMACs (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 only (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: Add NULL check in udma_probe() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using (Jerry Snitselaar) [RHEL-114133]
- dmaengine: dw-edma: Add HDMA NATIVE map check (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ptdma: Remove dead code from pt_dmaengine_register() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ptdma: Remove unused pointer dma_cmd_cache (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Fix ->poll() return value (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Refactor remove call with idxd_cleanup() helper (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: fix memory leak in error handling path of idxd_alloc (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Add missing cleanups in cleanup internals (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Fix allowing write() from different address spaces (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: k3-udma: Add missing locking (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Remove device_prep_dma_imm_data from struct dma_device (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: edma: support sw triggered chans in of_edma_xlate() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMA (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Fix typo in comment (Jerry Snitselaar) [RHEL-114133]
- dmaengine: bcm2835-dma: fix warning when CONFIG_PM=n (Jerry Snitselaar) [RHEL-114133]
- dmaengine: idxd: Delete unnecessary NULL check (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Use str_enable_disable-like helpers (Jerry Snitselaar) [RHEL-114133]
- dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Unify checks in dma_request_chan() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Add a comment on why it's okay when kasprintf() fails (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Use dma_request_channel() instead of __dma_request_channel() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: Replace dma_request_slave_channel() by dma_request_chan() (Jerry Snitselaar) [RHEL-114133]
- dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static const (Jerry Snitselaar) [RHEL-114133]
- x86/cpu: Make all all CPUID leaf names consistent (Jerry Snitselaar) [RHEL-114133]
- x86/fpu: Remove unnecessary CPUID level check (Jerry Snitselaar) [RHEL-114133]
- x86/fpu: Move CPUID leaf definitions to common code (Jerry Snitselaar) [RHEL-114133]
- x86/tsc: Remove CPUID "frequency" leaf magic numbers. (Jerry Snitselaar) [RHEL-114133]
- x86/cpu: Refresh DCA leaf reading code (Jerry Snitselaar) [RHEL-114133]
- x86/cpu: Use MWAIT leaf definition (Jerry Snitselaar) [RHEL-114133]
- x86/cpu: Move MWAIT leaf definition to common header (Jerry Snitselaar) [RHEL-114133]
- redhat/configs: Enable CONFIG_CRASH_DM_CRYPT on RHEL (Coiby Xu) [RHEL-104939]
- s390: kexec: initialize kexec_buf struct (Coiby Xu) [RHEL-104939]
- arm64: kexec: initialize kexec_buf struct in load_other_segments() (Coiby Xu) [RHEL-104939]
- crashdump: add CONFIG_KEYS dependency (Coiby Xu) [RHEL-104939]
- crash_dump, nvme: select CONFIGFS_FS as built-in (Coiby Xu) [RHEL-104939]
- x86/crash: make the page that stores the dm crypt keys inaccessible (Coiby Xu) [RHEL-104939]
- x86/crash: pass dm crypt keys to kdump kernel (Coiby Xu) [RHEL-104939]
- crash_dump: retrieve dm crypt keys in kdump kernel (Coiby Xu) [RHEL-104939]
- crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging (Coiby Xu) [RHEL-104939]
- crash_dump: store dm crypt keys in kdump reserved memory (Coiby Xu) [RHEL-104939]
- crash_dump: make dm crypt keys persist for the kdump kernel (Coiby Xu) [RHEL-104939]
- kexec_file: allow to place kexec_buf randomly (Coiby Xu) [RHEL-104939]
- docs: core-api: document the IOVA-based API (Jerry Snitselaar) [RHEL-113839]
- dma-mapping: add a dma_need_unmap helper (Jerry Snitselaar) [RHEL-113839]
- dma-mapping: Implement link/unlink ranges API (Jerry Snitselaar) [RHEL-113839]
- iommu/dma: Factor out a iommu_dma_map_swiotlb helper (Jerry Snitselaar) [RHEL-113839]
- dma-mapping: Provide an interface to allow allocate IOVA (Jerry Snitselaar) [RHEL-113839]
- iommu: add kernel-doc for iommu_unmap_fast (Jerry Snitselaar) [RHEL-113839]
- iommu: generalize the batched sync after map interface (Jerry Snitselaar) [RHEL-113839]
- dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h (Jerry Snitselaar) [RHEL-113839]
- PCI/P2PDMA: Refactor the p2pdma mapping helpers (Jerry Snitselaar) [RHEL-113839]
- ALSA: update RHEL kconfigs for 6.16 upstream code (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Allow Focusrite devices to use low samplerates (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: tas2781: reorder tas2563 calibration variables (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: tas2781: fix tas2563 EFI data endianness (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op (Jaroslav Kysela) [RHEL-112755]
- ASoC: rsnd: tidyup direction name on rsnd_dai_connect() (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Fix EFI name for calibration beginning with 1 instead of 0 (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc-core: tidyup snd_soc_lookup_component_nolocked() (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc-core: care NULL dirver name on snd_soc_lookup_component_nolocked() (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Remove SoundWire Clock Divider workaround for CS35L63 (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Handle new algorithms IDs for CS35L63 (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Update Firmware Addresses for CS35L63 for production silicon (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: tas2781: Fix wrong reference of tasdevice_priv (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Adjust mutex unlock order (Jaroslav Kysela) [RHEL-112755]
- ASoC: SDCA: correct the calculation of the maximum init table size (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt5650: Eliminate the high frequency glitch (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: Intel: PTL: Add the sdw_process_wakeen op (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek - Add mute LED support for HP Pavilion 15-eg0xxx (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa0xxx (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi: add support for HP Omen14 ARL (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/cs35l56: Workaround bad dev-index on Lenovo Yoga Book 9i GenX (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek: Support mute LED for Yoga with ALC287 (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: fix SND_SOC_SOF dependencies (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt5660: Fix the dmic data source from GPIO2 (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Fix NULL ptr deref on rmmod (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: yc: add DMI quirk for ASUS M6501RM (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek: Enable headset Mic on Positivo K116J (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Fix calibration data parser issue (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: sof_sdw: Add quirks for Lenovo P1 and P16 (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Improve filtering of sample rates on Focusrite devices (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: qcom: fix NULL pointer dereference in qmi_stop_session (Jaroslav Kysela) [RHEL-112755]
- ALSA: qc_audio_offload: Fix missing error code in prepare_qmi_response() (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: sm8250: Fix possibly undefined reference (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek: Enable headset Mic on Positivo P15X (Jaroslav Kysela) [RHEL-112755]
- ASoC: doc: cs35l56: Add CS35L63 to the list of supported devices (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/realtek: Add quirk for Asus GA605K (Jaroslav Kysela) [RHEL-112755]
- ASoC: apple: mca: Drop default ARCH_APPLE in Kconfig (Jaroslav Kysela) [RHEL-112755]
- ASoC: doc: cs35l56: Update to add new SoundWire firmware filename suffix (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Use SoundWire address as alternate firmware suffix on L56 B0 (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Use SoundWire address as firmware name suffix for new silicon (Jaroslav Kysela) [RHEL-112755]
- ASoC: sdw_utils: Fix potential NULL pointer deref in is_sdca_endpoint_present() (Jaroslav Kysela) [RHEL-112755]
- ALSA: ctxfi: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: ES8326: Modify initialization configuration (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs48l32: Fix a signedness bug in cs48l32_hw_params() (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Fix rt5663 front end name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Simplify verification of parse_int_array() result (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: cs35l41: Constify regmap_irq_chip (Jaroslav Kysela) [RHEL-112755]
- ASoC: pcm: Do not open FEs with no BEs connected (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Include missing string.h (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Verify kcalloc() status when setting constraints (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: yc: Add support for Lenovo Yoga 7 16ARP8 (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas571x: fix tas5733 num_controls (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas571x: add separate tas5733 controls (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: fix USB_XHCI dependency (Jaroslav Kysela) [RHEL-112755]
- ASoC: qdsp6: fix compile-testing without CONFIG_OF (Jaroslav Kysela) [RHEL-112755]
- ALSA: atmel: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: wm_adsp: Make cirrus_dir const (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: Tegra264 support in isomgr_bw (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: AHUB: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: AMX: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: ADX: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: I2S: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: Update PLL rate for Tegra264 (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: ASRC: Update ARAM address (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: ADMAIF: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: tegra: CIF: Add Tegra264 support (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: ASoC: Document Tegra264 APE support (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: ASoC: admaif: Add missing properties (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Move and unified the calibrated-data getting function for SPI and I2C into the tas2781_hda lib (Jaroslav Kysela) [RHEL-112755]
- ALSA: qc_audio_offload: try to reduce address space confusion (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tegra: Switch to two-argument strscpy() (Jaroslav Kysela) [RHEL-112755]
- ALSA: qc_audio_offload: avoid leaking xfer_buf allocation (Jaroslav Kysela) [RHEL-112755]
- ALSA: qc_audio_offload: rename dma/iova/va/cpu/phys variables (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Fix an error handling path in qc_usb_audio_probe() (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/cs35l41_hda: select FW_CS_DSP (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: sof_sdw: Add support for wclrvp & ocelot in WCL platform (Jaroslav Kysela) [RHEL-112755]
- ALSA: amd7930: replace strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-mtl-match: Add match for CDB35L63-CB2 (Jaroslav Kysela) [RHEL-112755]
- ASoC: intel: sof_sdw: Add support for CS35L63 into machine driver (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: add HDMI codec ID for Intel WCL (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: Intel: add initial support for WCL (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: intel-dsp-config: Add WCL support (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: hda-intel: add Wildcat Lake support (Jaroslav Kysela) [RHEL-112755]
- PCI: Add Intel Wildcat Lake audio Device ID (Jaroslav Kysela) [RHEL-112755]
- ALSA: dbri: replace strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ALSA: n64: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075 (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: qcom,sm8250: Add QCS9100 and QCS9075 sound card (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2781: Header file cleanup and Move the macro definitions to fwlib (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt722: make regmap cache-only in probe (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_xcvr: update platform driver name (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc-utils: Check string pointer validity in snd_soc_dlc_is_dummy() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: fcp: Use USB API functions rather than constants (Jaroslav Kysela) [RHEL-112755]
- ALSA: scarlett2: Use USB API functions rather than constants (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Rename Pioneer mixer channel controls (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: Document Tegra264 HDA Support (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: Update Tegra194 and Tegra234 HDA bindings (Jaroslav Kysela) [RHEL-112755]
- ASoC: mediatek: mt8183-afe-pcm: Shorten irq_data table using macros (Jaroslav Kysela) [RHEL-112755]
- ASoC: mediatek: mt8183-afe-pcm: shorten mt8183_is_volatile_reg() (Jaroslav Kysela) [RHEL-112755]
- ASoC: mediatek: mt8183-afe-pcm: Shorten memif_data table using macros (Jaroslav Kysela) [RHEL-112755]
- ASoC: q6apm-lpass-dais: Print APM port id in decimal on enable error (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: use new ACP dev names for DAI links (Jaroslav Kysela) [RHEL-112755]
- soundwire: intel: Add awareness of ACE3+ microphone privacy (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: Intel: hda: Set the mic_privacy flag for soundwire with ACE3+ (Jaroslav Kysela) [RHEL-112755]
- soundwire: bus: Simplify sdw_assign_device_num() (Jaroslav Kysela) [RHEL-112755]
- soundwire: bus: Add internal slave ID and use for IRQs (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: cs35l56: Log tuning unique identifiers during firmware load (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Log tuning unique identifiers during firmware load (Jaroslav Kysela) [RHEL-112755]
- ASoC: tlv320aic3x: Use dev_err_probe (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Fix the ld issue reported by kernel test robot (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Fix the symbol was not declare warning reported by kernel test robot (Jaroslav Kysela) [RHEL-112755]
- ALSA: sb: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc-core: merge snd_soc_unregister_component() and snd_soc_unregister_component_by_driver() (Jaroslav Kysela) [RHEL-112755]
- ALSA: msnd: Remove midi code (Jaroslav Kysela) [RHEL-112755]
- ALSA: intel-hdmi-audio: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-112755]
- ALSA: wavefront: remove snd_wavefront_xxx() (Jaroslav Kysela) [RHEL-112755]
- ALSA: isa/gus: remove snd_gf1_lfo_xxx() (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: intel-nhlt: Print errors in intel_nhlt_ssp_device_type() (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc.h: remove snd_soc_disconnect_sync() (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc.h: remove unnecessary definitions (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: atom: Remove unused functions (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt712-sdca: remove redundant else path of if statement (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: rt9123: Fix sparse cast warning (Jaroslav Kysela) [RHEL-112755]
- ALSA: pci: au88x0: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: pci: asihpi: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: pci: ali5451: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: mixer_quirks: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: mixer_us16x08: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: sh: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: i2c: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: core: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: virtio: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: pci: hda: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: midi: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb: mixer: use snd_kcontrol_chip() (Jaroslav Kysela) [RHEL-112755]
- ALSA: gus: Remove deadcode (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Create an independent lib to save the shared parts for both SPI and I2C driver (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: Remove unused snd_hdac_stream_get_spbmaxfifo (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: Remove unused snd_hda_add_nid (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt712-sdca: remove redundant else path of if statement (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-ptl-match: Add rt713_vb_l3_rt1320_l3 support (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-lnl/ptl-match: Simplify variable name (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2781: Add a debugfs node for acoustic tuning (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: sof_amd_sdw: add logic to get cpu_pin_id for ACP7.0/ACP7.1 platforms (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-ptl-match: Sort ACPI link/machine tables (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l52: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l52: Drop cs42l52.h (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l52: Sort headers alphabetically (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l73: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l73: Drop cs42l73.h (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l73: Sort headers alphabetically (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l56: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l56: Drop cs42l56.h (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: cs42l56: Sort headers alphabetically (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: add disable_function_topology module parameter (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: set disable_function_topology if override_tplg_filename is set (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: add disable_function_topology flag (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWire (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Read Silicon ID from DIE_STS registers for CS35L63 (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Add Mute, Volume and Posture registers to firmware register list (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Add struct to index firmware registers (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs35l56: Add Index based on ACPI HID or SDW ID to select regmap config (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: sof_sdw: Avoid NULL check fail when re-probing (Jaroslav Kysela) [RHEL-112755]
- ASoC: sdw_utils: Remove num_platforms from simple DAI helper (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: select CONFIG_CRC8 for SND_HDA_SCODEC_TAS2781_I2C (Jaroslav Kysela) [RHEL-112755]
- ALSA: pcm: Remove unused snd_pcm_rate_range_to_bits (Jaroslav Kysela) [RHEL-112755]
- ALSA: pcm: Remove unused snd_dmaengine_pcm_open_request_chan (Jaroslav Kysela) [RHEL-112755]
- ALSA: seq: Remove unused snd_seq_queue_client_leave_cells (Jaroslav Kysela) [RHEL-112755]
- ALSA: core: Remove unused snd_device_get_state (Jaroslav Kysela) [RHEL-112755]
- ALSA: core: Remove unused snd_jack_set_parent (Jaroslav Kysela) [RHEL-112755]
- ASoC: intel: atom: Return -ENOMEM if pcim_iomap() fails (Jaroslav Kysela) [RHEL-112755]
- ASoC: intel: avs: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ASoC: intel: atom: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ASoC: sof: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: add build support for soundwire (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: add soundwire wake irq handling (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: enable soundwire host wake irq mask (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: refactor acp reset sequence (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: enable ACP_PME_EN register for ACP7.0 & ACP7.1 platforms (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: update soundwire specific acp descriptor fields (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: add ACP7.1 platform support (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: amd: remove else condition in resume sequence (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_rpmsg: Allocate a smaller buffer size for capture stream (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_rpmsg: Configure CPU DAI for card that sits on rpmsg-micfil-channel (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: tas2764: Fix Wvoid-pointer-to-enum-cast warning (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: wsa88xx/wcd938x: Drop kerneldoc marker from inner comment (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc-utils: add snd_soc_dlc_is_dummy() (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Fix kcalloc() sizes (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: sma1307: Remove including of_gpio.h (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: twl4030: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: twl4030: Sort headers alphabetically (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Remove tas2781_spi_fwlib.c and leverage SND_SOC_TAS2781_FMWLIB (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/cs35l56: Remove dependency on COMPILE_TEST (Jaroslav Kysela) [RHEL-112755]
- ASoC: wm_adsp: Don't use no_free_ptr() when passing to PTR_ERR() (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: Use min() to simplify aw_dev_dsp_update_container() (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: topology: Fix null pointer dereference (Jaroslav Kysela) [RHEL-112755]
- ASoC: amd: acp: Drop superfluous assignment in acp_sof_probe() (Jaroslav Kysela) [RHEL-112755]
- ALSA: korg1212: Replace the pending stop check code with sync_stop PCM ops (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/hda_cs_dsp_ctl: Delete hda_cs_dsp_ctl module (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl: don't set link->platform if not needed (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Fix NULL pointer dereference (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: wcd938x: drop unnecessary mux flag assignment (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: wcd938x: fix mux error handling (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: tpa6130a2: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: tpa6130a2: Remove tpa6130a2_platform_data (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: tpa6130a2: Sort headers alphabetically (Jaroslav Kysela) [RHEL-112755]
- ALSA: riptide: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: nm256: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: ice: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: emu10k1: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: echoaudio: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: cs5535: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: cs46xx: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: ca0106: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: ali5451: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: maestro3: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: intel8x: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: fm801: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: es19x8: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: azt3328: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: als: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: oxygen: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: lx6464es: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: vx222: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: trident: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: rme9652: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: ymfpci: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: sonicvibes: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: rme96: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: rme32: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: ens1370: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: cmipci: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: via82: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: sis7019: Use pure devres PCI (Jaroslav Kysela) [RHEL-112755]
- ALSA: HDA: Add Zhaoxin HDMI Controller and Codec support (Jaroslav Kysela) [RHEL-112755]
- ASoC: adau7118: Allow dsp_a mode (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: fsl,mqs: Document audio graph port (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Add Pioneer DJ DJM-V10 support (Jaroslav Kysela) [RHEL-112755]
- ALSA: pcm: Make snd_pcm_lib_malloc_pages() debug message say "allocate" (Jaroslav Kysela) [RHEL-112755]
- ASoC: wm8998: Add Kconfig prompt (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: Remove unused rt566[58]_sel_asrc_clk_src (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs48l32: Use modern PM_OPS (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt722: fix pop noise at the beginning of DMIC recording (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds" (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_rpmsg: Remove useless return variable (Jaroslav Kysela) [RHEL-112755]
- ASoC: ak4458: Remove useless return variable (Jaroslav Kysela) [RHEL-112755]
- ASoC: rt722: fix pop noise at the beginning of headphone playback (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs-amp-lib-test: Use faux bus instead of creating a dummy platform device (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/tas2781: Create a common header for both spi and i2c tas2781 hda driver (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: Set error code in q6usb_hw_params() (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: delete a stray tab (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda/cirrus_scodec_test: Modernize creation of dummy devices (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs-amp-lib-test: Use flex_array_size() (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs48l32: Add driver for Cirrus Logic CS48L32 audio DSP (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: Add Cirrus Logic CS48L32 audio DSP (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs-amp-lib: Annotate struct cirrus_amp_efi_data with __counted_by() (Jaroslav Kysela) [RHEL-112755]
- ASoC: cs-amp-lib: Replace offsetof() with struct_size() (Jaroslav Kysela) [RHEL-112755]
- ASoC: rsnd: use snd_pcm_direction_name() (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc_sdw_utils: skip the endpoint that doesn't present (Jaroslav Kysela) [RHEL-112755]
- ASoC: sdw_utils: split asoc_sdw_get_codec_name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-mtl-match: add get_function_tplg_files ops (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-ptl-match: add get_function_tplg_files ops (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: soc-acpi-intel-lnl-match: set get_function_tplg_files ops (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: topology: load multiple topologies (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: topology: don't convert error code (Jaroslav Kysela) [RHEL-112755]
- ASoC: SOF: topology: allocate string for tuples (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: Add support for Richtek rt9123p (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: Add bindings for Richtek rt9123p (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: Add support for Richtek rt9123 (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: Add bindings for Richtek rt9123 (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2770: expose die temp to hwmon (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2764: expose die temp to hwmon (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2764: Apply Apple quirks (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2764: Raise regmap range maximum (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2770: Support setting the PDM TX slot (Jaroslav Kysela) [RHEL-112755]
- ASoC: ac97: Add DT support (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: Add Realtek ALC203 Codec (Jaroslav Kysela) [RHEL-112755]
- ASoC: test-component: add set_tdm_slot stub implementation (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Add USB offload route kcontrol (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Notify USB audio devices on USB offload probing (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: Update example for enabling USB offload on SM8250 (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: q6afe: Increase APR timeout (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: Add headphone jack for offload connection status (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device (Jaroslav Kysela) [RHEL-112755]
- ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6 (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Add USB QMI definitions (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: qcom: Introduce QC USB SND offloading support (Jaroslav Kysela) [RHEL-112755]
- ASoC: usb: Fetch ASoC card and pcm device information (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Allow for rediscovery of connected USB SND devices (Jaroslav Kysela) [RHEL-112755]
- ASoC: usb: Add PCM format check API for USB backend (Jaroslav Kysela) [RHEL-112755]
- ASoC: usb: Create SOC USB SND jack kcontrol (Jaroslav Kysela) [RHEL-112755]
- ASoC: usb: Rediscover USB SND devices on USB port add (Jaroslav Kysela) [RHEL-112755]
- ASoC: Add SoC USB APIs for adding an USB backend (Jaroslav Kysela) [RHEL-112755]
- ASoC: doc: Add documentation for SOC USB (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port (Jaroslav Kysela) [RHEL-112755]
- ALSA: Add USB audio device jack type (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Export USB SND APIs for modules (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Introduce USB SND platform op callbacks (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Check for support for requested audio format (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Save UAC sample size information (Jaroslav Kysela) [RHEL-112755]
- ALSA: usb-audio: Prevent starting of audio stream if in use (Jaroslav Kysela) [RHEL-112755]
- ASoC: wm_adsp: Use vmemdup_user() instead of open-coding (Jaroslav Kysela) [RHEL-112755]
- ALSA: cs46xx: Remove commented out code (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Fix possible null-ptr-deref when initing hw (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Constrain path based on BE capabilities (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2781-i2c: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-112755]
- ASoC: wm_adsp: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-112755]
- ASoC: tas2781-fmwlib: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: ak5386: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Support 16 TDMs in dynamic assignment (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Iterate over correct number of TDMs (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Assign unique ID to platform devices (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Allow to specify custom configurations with i2s_test (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Allow for 16 channels configuration (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Rename AVS_CHANNELS_MAX define (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda: Allow for 16 channels configuration (Jaroslav Kysela) [RHEL-112755]
- lib/string_helpers: Introduce parse_int_array() (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt5682 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change ssm4567 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt5663 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt5514 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt298 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt286 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change rt274 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change probe card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change pcm3168a card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change nau8825 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change max98373 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change max98927 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change max98357a card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change sspX-loopback card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change hdaudio card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change es8336 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change DMIC card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Use topology information for endpoint numbers (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Change da7219 card name (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: boards: Add Kconfig option for obsolete card names (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Add boards definitions for FCL platform (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Conditionally add DMA config when creating Copier (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Dynamically assign ops for non-HDAudio DAIs (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: PTL-based platforms support (Jaroslav Kysela) [RHEL-112755]
- ALSA: hdspm: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: atiixp: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: au88x0: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: aw2: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: bt87x: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: cs4281: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: hda_intel: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: cs5530: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: lola: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ALSA: ad1889: Replace deprecated PCI functions (Jaroslav Kysela) [RHEL-112755]
- ASoC: sta32x: Remove unnecessary NULL check before clk_disable_unprepare() (Jaroslav Kysela) [RHEL-112755]
- ASoC: hdmi-codec: wire up the .prepare callback also for SPDIF DAI ops (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: rt5677: Use secs_to_jiffies() instead of msecs_to_jiffies() (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: fsl,mqs: Reference common DAI properties (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: maxim,max98925: Fix include placement in DTS example (Jaroslav Kysela) [RHEL-112755]
- ASoC: sun8i-codec: Remove unnecessary NULL check before clk_prepare_enable/clk_disable_unprepare (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Permit deferred card registration (Jaroslav Kysela) [RHEL-112755]
- ASoC: core: Complete support for card rebinding (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: wcd938x: add mux control support for hp audio mux (Jaroslav Kysela) [RHEL-112755]
- ASoC: dt-bindings: wcd93xx: add bindings for audio mux controlling hp (Jaroslav Kysela) [RHEL-112755]
- ASoC: codecs: wcd-mbhc: cleanup swap_gnd_mic api (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_sai: separate set_tdm_slot() for tx and rx (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_sai: separate 'is_dsp_mode' for tx and rx (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_sai: add xlate_tdm_slot_mask() callback (Jaroslav Kysela) [RHEL-112755]
- ASoC: fsl_sai: allow to set mclk rate with zero clk_id (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: wcd938x: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- ASoC: codec: wcd939x: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: Document Tegra114 HDA support (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: display: tegra: Document Tegra124 MIPI (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Support multi-channel PEAKVOL instantiation (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Honor the invert flag for mixer controls (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Add support for mute for PEAKVOL and GAIN (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Move to the new control operations (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Update VOLUME and add MUTE IPCs (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: New volume control operations (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Make PEAKVOL configurable from topology (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Add WHM module support (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Remove unused gateway configuration code (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: New gateway configuration mechanism (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Move DSP-boot steps into individual functions (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: pcm3168a board selection (Jaroslav Kysela) [RHEL-112755]
- ASoC: Intel: avs: Add pcm3168a machine board (Jaroslav Kysela) [RHEL-112755]
- ASoC: soc.h: Don't use "proxy" headers (Jaroslav Kysela) [RHEL-112755]
- dt-bindings: sound: tegra: Add minItems for resets (Jaroslav Kysela) [RHEL-112755]
- iavf: iavf_suspend(): take RTNL before netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: mediatek: Fix potential NULL pointer dereference in dummy net_device handling (Mohammad Heib) [RHEL-87382]
- iavf: fix circular lock dependency with netdev_lock (Mohammad Heib) [RHEL-87382]
- iavf: Fix a locking bug in an error path (Mohammad Heib) [RHEL-87382]
- wifi: mt76: move napi_enable() from under BH (Mohammad Heib) [RHEL-87382]
- eth: via-rhine: fix calling napi_enable() in atomic context (Mohammad Heib) [RHEL-87382]
- eth: niu: fix calling napi_enable() in atomic context (Mohammad Heib) [RHEL-87382]
- eth: 8139too: fix calling napi_enable() in atomic context (Mohammad Heib) [RHEL-87382]
- eth: forcedeth: fix calling napi_enable() in atomic context (Mohammad Heib) [RHEL-87382]
- eth: forcedeth: remove local wrappers for napi enable/disable (Mohammad Heib) [RHEL-87382]
- eth: tg3: fix calling napi_enable() in atomic context (Mohammad Heib) [RHEL-87382]
- net: mvneta: fix locking in mvneta_cpu_online() (Mohammad Heib) [RHEL-87382]
- net: introduce netdev_napi_exit() (Mohammad Heib) [RHEL-87382]
- net: destroy dev->lock later in free_netdev() (Mohammad Heib) [RHEL-87382]
- netdev-genl: remove rtnl_lock protection from NAPI ops (Mohammad Heib) [RHEL-87382]
- net: protect NAPI config fields with netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: protect napi->irq with netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: protect threaded status of NAPI with netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: make netdev netlink ops hold netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: protect NAPI enablement with netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: protect netdev->napi_list with netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: add netdev->up protected by netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: add helpers for lookup and walking netdevs under netdev_lock() (Mohammad Heib) [RHEL-87382]
- net: make netdev_lock() protect netdev->reg_state (Mohammad Heib) [RHEL-87382]
- net: add netdev_lock() / netdev_unlock() helpers (Mohammad Heib) [RHEL-87382]
- eth: iavf: extend the netdev_lock usage (Mohammad Heib) [RHEL-87382]
- net: cleanup init_dummy_netdev_core() (Mohammad Heib) [RHEL-87382]
- net: remove init_dummy_netdev() (Mohammad Heib) [RHEL-87382]
- selftests: drv-net: test empty queue and NAPI responses in netlink (Mohammad Heib) [RHEL-87382]
- netdev-genl: avoid empty messages in napi get (Mohammad Heib) [RHEL-87382]
- netdev-genl: avoid empty messages in queue dump (Mohammad Heib) [RHEL-87382]
- IB/hfi1: allocate dummy net_device dynamically (Mohammad Heib) [RHEL-87382]
- wifi: qtnfmac: Use netdev dummy allocator helper (Mohammad Heib) [RHEL-87382]
- wifi: qtnfmac: allocate dummy net_device dynamically (Mohammad Heib) [RHEL-87382]
- net: ibm/emac: allocate dummy net_device dynamically (Mohammad Heib) [RHEL-87382]
- net: ipa: allocate dummy net_device dynamically (Mohammad Heib) [RHEL-87382]
- net: mediatek: mtk_eth_sock: allocate dummy net_device dynamically (Mohammad Heib) [RHEL-87382]
- drm: Use page->pgmap instead of page_pgmap() (José Expósito) [RHEL-110619]
- drm/vkms: Fix KUnit tests (José Expósito) [RHEL-110619]
- drm/amdgpu/mes: Remove unused function (José Expósito) [RHEL-110619]
- drm: Use previous includes (José Expósito) [RHEL-110619]
- Revert "drm/i915: Convert REG_GENMASK*() to fixed-width GENMASK_U*()" (José Expósito) [RHEL-110619]
- Revert "drm/i915: Avoid open-coded use of ratelimit_state structure's ->missed field" (José Expósito) [RHEL-110619]
- Revert "drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals" (José Expósito) [RHEL-110619]
- Revert "i915: Use writeback_iter()" (José Expósito) [RHEL-110619]
- Revert "ttm: Call shmem_writeout() from ttm_backup_backup_page()" (José Expósito) [RHEL-110619]
- Revert "treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()" (José Expósito) [RHEL-110619]
- Revert "treewide, timers: Rename from_timer() to timer_container_of()" (José Expósito) [RHEL-110619]
- Revert "bpf: Add dmabuf iterator" (José Expósito) [RHEL-110619]
- redhat: Add new DRM modules to mod-internal.list (José Expósito) [RHEL-110619]
- redhat/configs: Add new configs from DRM 6.16 backport (José Expósito) [RHEL-110619]
- Merge DRM changes from upstream v6.15..v6.16 (José Expósito) [RHEL-110619]
Resolves: RHEL-101851, RHEL-104300, RHEL-104939, RHEL-110619, RHEL-112755, RHEL-113839, RHEL-114133, RHEL-120895, RHEL-87382

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-04 10:39:06 +00:00
CKI KWF Bot
0ccf9c6912 kernel-5.14.0-633.el9
* Mon Nov 03 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-633.el9]
- nbd: override creds to kernel when calling sock_{send,recv}msg() (Ming Lei) [RHEL-113752]
- vrf: Drop existing dst reference in vrf_ip6_input_dst (Antoine Tenart) [RHEL-115636]
- fanotify: add watchdog for permission events (Miklos Szeredi) [RHEL-123216]
- page_pool: Fix use-after-free in page_pool_recycle_in_ring (Paolo Abeni) [RHEL-115645]
- Documentation: Fix description format for powerpc RTAS ioctls (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Include linux/types.h in papr-platform-dump.h (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Add a char driver for physical-attestation RTAS (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Add papr-platform-dump character driver for dump retrieval (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Add ibm,get-dynamic-sensor-state RTAS call support (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Add ibm,set-dynamic-indicator RTAS call support (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Add papr-indices char driver for ibm,get-indices (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Define papr_indices_io_block for papr-indices ioctls (Mamatha Inamdar) [RHEL-101838]
- powerpc/pseries: Define common functions for RTAS sequence calls (Mamatha Inamdar) [RHEL-101838]
- powerpc: Find mutex struct based on RTAS tokens (Mamatha Inamdar) [RHEL-101838]
- vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects (Guillaume Nault) [RHEL-115639]
- vxlan: Fix NPD when refreshing an FDB entry with a nexthop object (Guillaume Nault) [RHEL-115639]
- vxlan: vnifilter: Fix unlocked deletion of default FDB entry (Guillaume Nault) [RHEL-115639]
- vxlan: Add RCU read-side critical sections in the Tx path (Guillaume Nault) [RHEL-115639]
- geneve: Suppress list corruption splat in geneve_destroy_tunnels(). (Guillaume Nault) [RHEL-115639]
- geneve: Fix use-after-free in geneve_find_dev(). (Guillaume Nault) [RHEL-115639]
- mm/debug_vm_pgtable: clear page table entries at destroy_args() (Herton R. Krzesinski) [RHEL-16340]
- fs: writeback: fix use-after-free in __mark_inode_dirty() (CKI Backport Bot) [RHEL-117209] {CVE-2025-39866}
- crypto: ccp - Use int type to store negative error codes (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti() (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix typo in psp_populate_hsti function name (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Remove redundant __GFP_ZERO (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix checks for SNP_VLEK_LOAD input buffer length (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add support to enable CipherTextHiding on SNP_INIT_EX (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Introduce new API interface to indicate SEV-SNP Ciphertext hiding feature (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add support for SNP_FEATURE_INFO command (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Cache SEV platform status and platform state (Vladis Dronov) [RHEL-106910]
- crypto: ccp - New bit-field definitions for SNP_PLATFORM_STATUS command (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Always pass in an error pointer to __sev_platform_shutdown_locked() (Vladis Dronov) [RHEL-106910]
- crypto: ccp - reduce stack usage in ccp_run_aes_gcm_cmd (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix crash when rebind ccp device for ccp.ko (Vladis Dronov) [RHEL-106910] {CVE-2025-38581}
- crypto: ccp - Fix locking on alloc failure handling (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix SNP panic notifier unregistration (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix dereferencing uninitialized error pointer (Vladis Dronov) [RHEL-106910] {CVE-2025-39729}
- crypto: ccp - Add missing bootloader info reg for pspv6 (Vladis Dronov) [RHEL-106910]
- KVM: SVM: Add missing member in SNP_LAUNCH_START command structure (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add missing tee info reg for teev2 (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add missing bootloader info reg for pspv5 (Vladis Dronov) [RHEL-106910]
- dt-bindings: crypto: Convert amd,ccp-seattle-v1a to DT schema (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add support for PCI device 0x17D8 (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Include crypto/utils.h for crypto_memneq (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Fix __sev_snp_shutdown_locked (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add missing header inclusions (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Silence may-be-uninitialized warning in sev_ioctl_do_pdh_export (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Move SEV/SNP Platform initialization to KVM (Vladis Dronov) [RHEL-106910]
- KVM: SVM: Add support to initialize SEV/SNP functionality in KVM (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Add new SEV/SNP platform shutdown API (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Register SNP panic notifier only if SNP is enabled (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Reset TMR size at SNP Shutdown (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctls (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdown (Vladis Dronov) [RHEL-106910]
- crypto: ccp - Abort doing SEV INIT if SNP INIT fails (Vladis Dronov) [RHEL-106910]
- sanitize handling of long-term internal mounts (José Expósito) [RHEL-113576]
- PM: hibernate: Add stub for pm_hibernate_is_recovering() (José Expósito) [RHEL-113576]
- PM: hibernate: add new api pm_hibernate_is_recovering() (José Expósito) [RHEL-113576]
- mm/kmap: Add kmap_local_page_try_from_panic() (José Expósito) [RHEL-113576]
- firmware: sysfb: Move bpp-depth calculation into screen_info helper (José Expósito) [RHEL-113576]
- platform/x86: apple-gmux: Add apple_gmux_detect() helper (José Expósito) [RHEL-113576]
- platform/x86: apple-gmux: Move port defines to apple-gmux.h (José Expósito) [RHEL-113576]
- PCI: Add pci_is_display() to check if device is a display controller (José Expósito) [RHEL-113576]
- io_uring: fix incorrect unlikely() usage in io_waitid_prep() (Jeff Moyer) [RHEL-105612]
- io_uring: protect mem region deregistration (Jeff Moyer) [RHEL-105612]
- Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()" (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: kill alloc_cache for io_kiocb allocations (Jeff Moyer) [RHEL-105612]
- io_uring: rename the data cmd cache (Jeff Moyer) [RHEL-105612]
- io_uring: deduplicate caches deallocation (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths (Jeff Moyer) [RHEL-105612]
- fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability (Jeff Moyer) [RHEL-105612]
- io_uring/net: always use current transfer count for buffer put (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: cast nr_pages to size_t before shifting (Jeff Moyer) [RHEL-105612]
- io_uring: fix breakage in EXPERT menu (Jeff Moyer) [RHEL-105612]
- io_uring/poll: fix POLLERR handling (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU (Jeff Moyer) [RHEL-105612]
- io_uring/rw: cast rw->flags assignment to rwf_t (Jeff Moyer) [RHEL-105612]
- io_uring: don't use int for ABI (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: flag partial buffer mappings (Jeff Moyer) [RHEL-105612]
- io_uring/net: mark iov as dynamically allocated even for single segments (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: don't rely on user vaddr alignment (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: fix folio unpinning (Jeff Moyer) [RHEL-105612]
- io_uring: fix potential page leak in io_sqe_buffer_register() (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: don't put task_struct on tctx setup failure (Jeff Moyer) [RHEL-105612]
- io_uring: fix task leak issue in io_wq_create() (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: validate buffer count with offset for cloning (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: don't truncate end buffer for multiple buffer peeks (Jeff Moyer) [RHEL-105612]
- io_uring: consistently use rcu semantics with sqpoll thread (Jeff Moyer) [RHEL-105612]
- io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo() (Jeff Moyer) [RHEL-105612]
- io_uring/net: only consider msg_inq if larger than 1 (Jeff Moyer) [RHEL-105612]
- io_uring/net: only retry recv bundle for a full transfer (Jeff Moyer) [RHEL-105612]
- io_uring: fix overflow resched cqe reordering (Jeff Moyer) [RHEL-105612]
- io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo() (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: account ring io_buffer_list memory (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: don't use page_address() on a highmem page (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: fix hybrid polling initialization issue (Jeff Moyer) [RHEL-105612]
- io_uring: account drain memory to cgroup (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: Increase task_work submission batch size (Jeff Moyer) [RHEL-105612]
- io_uring: always arm linked timeouts prior to issue (Jeff Moyer) [RHEL-105612]
- io_uring: fix 'sync' handling of io_fallback_tw() (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: reject zero sized provided buffers (Jeff Moyer) [RHEL-105612]
- io_uring: don't post tag CQEs on file/buffer registration failure (Jeff Moyer) [RHEL-105612]
- io_uring/net: account memory for zc sendmsg (Jeff Moyer) [RHEL-105612]
- io_uring/net: fix io_req_post_cqe abuse by send bundle (Jeff Moyer) [RHEL-105612]
- io_uring: fix retry handling off iowq (Jeff Moyer) [RHEL-105612]
- io_uring/net: only import send_zc buffer once (Jeff Moyer) [RHEL-105612]
- io_uring: Remove unused declaration io_alloc_async_data() (Jeff Moyer) [RHEL-105612]
- io_uring: make io_poll_issue() sturdier (Jeff Moyer) [RHEL-105612]
- io_uring/net: fix accept multishot handling (Jeff Moyer) [RHEL-105612]
- io_uring: use lockless_cq flag in io_req_complete_post() (Jeff Moyer) [RHEL-105612]
- io_uring: introduce type alias for io_tw_state (Jeff Moyer) [RHEL-105612]
- io_uring/net: improve recv bundles (Jeff Moyer) [RHEL-105612]
- io_uring: check for iowq alloc_workqueue failure (Jeff Moyer) [RHEL-105612]
- io_uring/io-wq: do not use bogus hash value (Jeff Moyer) [RHEL-105612]
- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion (Jeff Moyer) [RHEL-105612]
- io_uring/net: fix sendzc double notif flush (Jeff Moyer) [RHEL-105612]
- io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally (Jeff Moyer) [RHEL-105612]
- io_uring/rw: ensure reissue path is correctly handled for IOPOLL (Jeff Moyer) [RHEL-105612]
- io_uring/net: save msg_control for compat (Jeff Moyer) [RHEL-105612]
- io_uring/rw: clean up mshot forced sync mode (Jeff Moyer) [RHEL-105612]
- io_uring/rw: move ki_complete init into prep (Jeff Moyer) [RHEL-105612]
- io_uring/rw: don't directly use ki_complete (Jeff Moyer) [RHEL-105612]
- io_uring/rw: forbid multishot async reads (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: remove unused constants (Jeff Moyer) [RHEL-105612]
- io_uring: fix spelling error in uapi io_uring.h (Jeff Moyer) [RHEL-105612]
- io-wq: backoff when retrying worker creation (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: unconditionally copy SQEs at prep time (Jeff Moyer) [RHEL-105612]
- io_uring/waitid: setup async data in the prep handler (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: remove dead req_has_async_data() check (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: switch sqe to async_data on EAGAIN (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: don't assume io_uring_cmd_data layout (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: reallocate buf lists on upgrade (Jeff Moyer) [RHEL-105612]
- io_uring/waitid: don't abuse io_tw_state (Jeff Moyer) [RHEL-105612]
- io_uring/net: don't retry connect operation on EPOLLERR (Jeff Moyer) [RHEL-105612]
- io_uring/rw: simplify io_rw_recycle() (Jeff Moyer) [RHEL-105612]
- io_uring: remove !KASAN guards from cache free (Jeff Moyer) [RHEL-105612]
- io_uring/net: extract io_send_select_buffer() (Jeff Moyer) [RHEL-105612]
- io_uring/net: clean io_msg_copy_hdr() (Jeff Moyer) [RHEL-105612]
- io_uring/net: make io_net_vec_assign() return void (Jeff Moyer) [RHEL-105612]
- io_uring: add alloc_cache.c (Jeff Moyer) [RHEL-105612]
- io_uring: dont ifdef io_alloc_cache_kasan() (Jeff Moyer) [RHEL-105612]
- io_uring: include all deps for alloc_cache.h (Jeff Moyer) [RHEL-105612]
- io_uring: fix multishots with selected buffers (Jeff Moyer) [RHEL-105612]
- io_uring/register: use atomic_read/write for sq_flags migration (Jeff Moyer) [RHEL-105612]
- futex: Pass in task to futex_queue() (Jeff Moyer) [RHEL-105612]
- io_uring/alloc_cache: get rid of _nocache() helper (Jeff Moyer) [RHEL-105612]
- io_uring: get rid of alloc cache init_once handling (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: cleanup struct io_uring_cmd_data layout (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock() (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: don't leave potentially dangling ->tctx pointer (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc() (Jeff Moyer) [RHEL-105612]
- io_uring: clean up io_uring_register_get_file() (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: Simplify buffer cloning by locking both rings (Jeff Moyer) [RHEL-105612]
- io_uring/fdinfo: fix io_uring_show_fdinfo() misuse of ->d_iname (Jeff Moyer) [RHEL-105612]
- io_uring: reuse io_should_terminate_tw() for cmds (Jeff Moyer) [RHEL-105612]
- io_uring: Factor out a function to parse restrictions (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-105612]
- io_uring: simplify the SQPOLL thread check when cancelling requests (Jeff Moyer) [RHEL-105612]
- io_uring: expose read/write attribute capability (Jeff Moyer) [RHEL-105612]
- io_uring/rw: don't gate retry on completion context (Jeff Moyer) [RHEL-105612]
- io_uring/rw: handle -EAGAIN retry at IO completion time (Jeff Moyer) [RHEL-105612]
- io_uring/rw: use io_rw_recycle() from cleanup path (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: simplify the bvec iter count calculation (Jeff Moyer) [RHEL-105612]
- io_uring: ensure io_queue_deferred() is out-of-line (Jeff Moyer) [RHEL-105612]
- io_uring/rw: always clear ->bytes_done on io_async_rw setup (Jeff Moyer) [RHEL-105612]
- io_uring/rw: use NULL for rw->free_iovec assigment (Jeff Moyer) [RHEL-105612]
- io_uring/rw: don't mask in f_iocb_flags (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: Drop custom destructor (Jeff Moyer) [RHEL-105612]
- io_uring: Move old async data allocation helper to header (Jeff Moyer) [RHEL-105612]
- io_uring/rw: Allocate async data through helper (Jeff Moyer) [RHEL-105612]
- io_uring/net: Allocate msghdr async data through helper (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: Allocate async data through generic helper (Jeff Moyer) [RHEL-105612]
- io_uring/poll: Allocate apoll with generic alloc_cache helper (Jeff Moyer) [RHEL-105612]
- io_uring/futex: Allocate ifd with generic alloc_cache helper (Jeff Moyer) [RHEL-105612]
- io_uring: Add generic helper to allocate async data (Jeff Moyer) [RHEL-105612]
- io_uring: Fold allocation into alloc_cache helper (Jeff Moyer) [RHEL-105612]
- io_uring: prevent reg-wait speculations (Jeff Moyer) [RHEL-105612]
- io_uring: don't vmap single page regions (Jeff Moyer) [RHEL-105612]
- io_uring: clean up io_prep_rw_setup() (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: fix unintentional sign extension on shift of reg.bgid (Jeff Moyer) [RHEL-105612]
- io_uring: introduce attributes for read/write and PI support (Jeff Moyer) [RHEL-105612]
- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: unify io_uring mmap'ing code (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: use region api for pbuf rings (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: remove pbuf ring refcounting (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: use mmap_lock to sync with mmap (Jeff Moyer) [RHEL-105612]
- io_uring: use region api for CQ (Jeff Moyer) [RHEL-105612]
- io_uring: use region api for SQ (Jeff Moyer) [RHEL-105612]
- io_uring: pass ctx to io_register_free_rings (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: implement mmap for regions (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: implement kernel allocated regions (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: add IO_REGION_F_SINGLE_REF (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: helper for pinning region pages (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: optimise single folio regions (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: reuse io_free_region for failure path (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: account memory before pinning (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: flag regions with user pages (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: flag vmap'ed regions (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: export io_check_coalesce_buffer (Jeff Moyer) [RHEL-105612]
- io_uring: rename ->resize_lock (Jeff Moyer) [RHEL-105612]
- Reapply "io_uring/uring_cmd: defer SQE copying until it's needed" (Jeff Moyer) [RHEL-105612]
- io_uring/register: cache old SQ/CQ head reading for copies (Jeff Moyer) [RHEL-105612]
- io_uring/register: document io_register_resize_rings() shared mem usage (Jeff Moyer) [RHEL-105612]
- io_uring/register: use stable SQ/CQ ring data during resize (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: fixup io_clone_buffers() error handling (Jeff Moyer) [RHEL-105612]
- io_uring: don't touch sqd->thread off tw add (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period (Jeff Moyer) [RHEL-105612]
- io_uring: silence false positive warnings (Jeff Moyer) [RHEL-105612]
- io_uring: add io_uring_cmd_get_async_data helper (Jeff Moyer) [RHEL-105612]
- io_uring/cmd: add per-op data to struct io_uring_cmd_data (Jeff Moyer) [RHEL-105612]
- io_uring/cmd: rename struct uring_cache to io_uring_cmd_data (Jeff Moyer) [RHEL-105612]
- io_uring/timeout: fix multishot updates (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: use pre-committed buffer address for non-pollable file (Jeff Moyer) [RHEL-105612]
- io_uring/net: always initialize kmsg->msg.msg_inq upfront (Jeff Moyer) [RHEL-105612]
- io_uring/timeout: flush timeouts outside of the timeout lock (Jeff Moyer) [RHEL-105612]
- io_uring/rw: fix downgraded mshot read (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: fix sqpoll error handling races (Jeff Moyer) [RHEL-105612]
- io_uring/register: limit ring resizing to DEFER_TASKRUN (Jeff Moyer) [RHEL-105612]
- io_uring: Fix registered ring file refcount leak (Jeff Moyer) [RHEL-105612]
- io_uring: make ctx->timeout_lock a raw spinlock (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: don't put/free empty buffers (Jeff Moyer) [RHEL-105612]
- io_uring: Change res2 parameter type in io_uring_cmd_done (Jeff Moyer) [RHEL-105612]
- io_uring/tctx: work around xa_store() allocation error issue (Jeff Moyer) [RHEL-105612]
- io_uring: fix task_work cap overshooting (Jeff Moyer) [RHEL-105612]
- io_uring: check for overflows in io_pin_pages (Jeff Moyer) [RHEL-105612]
- io_uring/nop: ensure nop->fd is always initialized (Jeff Moyer) [RHEL-105612]
- io_uring: limit local tw done (Jeff Moyer) [RHEL-105612]
- io_uring: add io_local_work_pending() (Jeff Moyer) [RHEL-105612]
- io_uring/region: return negative -E2BIG in io_create_region() (Jeff Moyer) [RHEL-105612]
- io_uring: protect register tracing (Jeff Moyer) [RHEL-105612]
- io_uring: remove io_uring_cqwait_reg_arg (Jeff Moyer) [RHEL-105612]
- io_uring/region: fix error codes after failed vmap (Jeff Moyer) [RHEL-105612]
- io_uring: restore back registered wait arguments (Jeff Moyer) [RHEL-105612]
- io_uring: add memory region registration (Jeff Moyer) [RHEL-105612]
- io_uring: introduce concept of memory regions (Jeff Moyer) [RHEL-105612]
- io_uring: temporarily disable registered waits (Jeff Moyer) [RHEL-105612]
- io_uring: disable ENTER_EXT_ARG_REG for IOPOLL (Jeff Moyer) [RHEL-105612]
- io_uring: fortify io_pin_pages with a warning (Jeff Moyer) [RHEL-105612]
- io_uring: fix invalid hybrid polling ctx leaks (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: fix buffer index retrieval (Jeff Moyer) [RHEL-105612]
- io_uring/cmd: let cmds to know about dying task (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: add & apply io_req_assign_buf_node() (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node' (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers (Jeff Moyer) [RHEL-105612]
- io_uring: Remove redundant hrtimer's callback function setup (Jeff Moyer) [RHEL-105612]
- io_uring: avoid normal tw intermediate fallback (Jeff Moyer) [RHEL-105612]
- io_uring/napi: add static napi tracking strategy (Jeff Moyer) [RHEL-105612]
- io_uring/napi: clean up __io_napi_do_busy_loop (Jeff Moyer) [RHEL-105612]
- io_uring/napi: Use lock guards (Jeff Moyer) [RHEL-105612]
- io_uring/napi: improve __io_napi_add (Jeff Moyer) [RHEL-105612]
- io_uring/napi: fix io_napi_entry RCU accesses (Jeff Moyer) [RHEL-105612]
- io_uring/napi: protect concurrent io_napi_entry timeout accesses (Jeff Moyer) [RHEL-105612]
- io_uring: prevent speculating sq_array indexing (Jeff Moyer) [RHEL-105612]
- io_uring: move struct io_kiocb from task_struct to io_uring_task (Jeff Moyer) [RHEL-105612]
- io_uring: remove task ref helpers (Jeff Moyer) [RHEL-105612]
- io_uring: move cancelations to be io_uring_task based (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: split io_kiocb node type assignments (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: encode node type and ctx together (Jeff Moyer) [RHEL-105612]
- io_uring: add support for hybrid IOPOLL (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: allow cloning with node replacements (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: allow cloning at an offset (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: get rid of the empty node and dummy_ubuf (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: add io_reset_rsrc_node() helper (Jeff Moyer) [RHEL-105612]
- io_uring/filetable: kill io_reset_alloc_hint() helper (Jeff Moyer) [RHEL-105612]
- io_uring/filetable: remove io_file_from_index() helper (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: add io_rsrc_node_lookup() helper (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: unify file and buffer resource tables (Jeff Moyer) [RHEL-105612]
- io_uring: only initialize io_kiocb rsrc_nodes when needed (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: get rid of io_rsrc_node allocation cache (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: get rid of per-ring io_rsrc_node list (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: kill io_charge_rsrc_node() (Jeff Moyer) [RHEL-105612]
- io_uring/splice: open code 2nd direct file assignment (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: move struct io_fixed_file to rsrc.h header (Jeff Moyer) [RHEL-105612]
- io_uring/nop: add support for testing registered files and buffers (Jeff Moyer) [RHEL-105612]
- io_uring: add support for fixed wait regions (Jeff Moyer) [RHEL-105612]
- io_uring: change io_get_ext_arg() to use uaccess begin + end (Jeff Moyer) [RHEL-105612]
- io_uring: switch struct ext_arg from __kernel_timespec to timespec64 (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: wait on sqd->wait for thread parking (Jeff Moyer) [RHEL-105612]
- io_uring/register: add IORING_REGISTER_RESIZE_RINGS (Jeff Moyer) [RHEL-105612]
- io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings (Jeff Moyer) [RHEL-105612]
- io_uring: abstract out a bit of the ring filling logic (Jeff Moyer) [RHEL-105612]
- io_uring: move max entry definition and ring sizing into header (Jeff Moyer) [RHEL-105612]
- io_uring/net: clean up io_msg_copy_hdr (Jeff Moyer) [RHEL-105612]
- io_uring/net: don't alias send user pointer reads (Jeff Moyer) [RHEL-105612]
- io_uring/net: don't store send address ptr (Jeff Moyer) [RHEL-105612]
- io_uring/net: split send and sendmsg prep helpers (Jeff Moyer) [RHEL-105612]
- io_uring: kill 'imu' from struct io_kiocb (Jeff Moyer) [RHEL-105612]
- io_uring/net: move send zc fixed buffer import to issue path (Jeff Moyer) [RHEL-105612]
- io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node() (Jeff Moyer) [RHEL-105612]
- io_uring/rw: get rid of using req->imu (Jeff Moyer) [RHEL-105612]
- io_uring/uring_cmd: get rid of using req->imu (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: don't assign bvec twice in io_import_fixed() (Jeff Moyer) [RHEL-105612]
- io_uring: clean up cqe trace points (Jeff Moyer) [RHEL-105612]
- io_uring: static_key for !IORING_SETUP_NO_SQARRAY (Jeff Moyer) [RHEL-105612]
- io_uring: kill io_llist_xchg (Jeff Moyer) [RHEL-105612]
- io_uring: move cancel hash tables to kvmalloc/kvfree (Jeff Moyer) [RHEL-105612]
- io_uring/cancel: get rid of init_hash_table() helper (Jeff Moyer) [RHEL-105612]
- io_uring/poll: get rid of per-hashtable bucket locks (Jeff Moyer) [RHEL-105612]
- io_uring/poll: get rid of io_poll_tw_hash_eject() (Jeff Moyer) [RHEL-105612]
- io_uring/poll: get rid of unlocked cancel hash (Jeff Moyer) [RHEL-105612]
- io_uring/poll: remove 'ctx' argument from io_poll_req_delete() (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: add support for sending a sync message (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: refactor a few helper functions (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: abstract out ev_fd grab + release helpers (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move trigger check into a helper (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move actual signaling part into separate helper (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: check for the need to async notifier earlier (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: abstract out ev_fd put helper (Jeff Moyer) [RHEL-105612]
- io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE (Jeff Moyer) [RHEL-105612]
- io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: ignore dummy_ubuf for buffer cloning (Jeff Moyer) [RHEL-105612]
- io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT (Jeff Moyer) [RHEL-105612]
- io_uring: fix casts to io_req_flags_t (Jeff Moyer) [RHEL-105612]
- io_uring: improve request linking trace (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: do the napi busy poll outside the submission block (Jeff Moyer) [RHEL-105612]
- io_uring: clean up a type in io_uring_register_get_file() (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: change ubuf->ubuf_end to length tracking (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask (Jeff Moyer) [RHEL-105612]
- io_uring: rename "copy buffers" to "clone buffers" (Jeff Moyer) [RHEL-105612]
- io_uring: add IORING_REGISTER_COPY_BUFFERS method (Jeff Moyer) [RHEL-105612]
- io_uring/register: provide helper to get io_ring_ctx from 'fd' (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: add reference count to struct io_mapped_ubuf (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: clear 'slot' entry upfront (Jeff Moyer) [RHEL-105612]
- block: implement async io_uring discard cmd (Jeff Moyer) [RHEL-105612]
- block: introduce blk_validate_byte_range() (Jeff Moyer) [RHEL-105612]
- filemap: introduce filemap_invalidate_pages (Jeff Moyer) [RHEL-105612]
- io_uring/cmd: give inline space in request to cmds (Jeff Moyer) [RHEL-105612]
- io_uring/cmd: expose iowq to cmds (Jeff Moyer) [RHEL-105612]
- io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common() (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move refs to refcount_t (Jeff Moyer) [RHEL-105612]
- io_uring: remove unused rsrc_put_fn (Jeff Moyer) [RHEL-105612]
- io_uring: add new line after variable declaration (Jeff Moyer) [RHEL-105612]
- RHEL-only: Add CONFIG_GCOV_PROFILE_URING files (Jeff Moyer) [RHEL-105612]
- io_uring: add GCOV_PROFILE_URING Kconfig option (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: add support for incremental buffer consumption (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: pass in 'len' argument for buffer commit (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: add io_kbuf_commit() helper (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_arg (Jeff Moyer) [RHEL-105612]
- io_uring: wire up min batch wake timeout (Jeff Moyer) [RHEL-105612]
- io_uring: add support for batch wait timeout (Jeff Moyer) [RHEL-105612]
- io_uring: implement our own schedule timeout handling (Jeff Moyer) [RHEL-105612]
- io_uring: move schedule wait logic into helper (Jeff Moyer) [RHEL-105612]
- io_uring: encapsulate extraneous wait flags into a separate struct (Jeff Moyer) [RHEL-105612]
- io_uring: user registered clockid for wait timeouts (Jeff Moyer) [RHEL-105612]
- io_uring: add absolute mode wait timeouts (Jeff Moyer) [RHEL-105612]
- io_uring/napi: postpone napi timeout adjustment (Jeff Moyer) [RHEL-105612]
- io_uring/napi: refactor __io_napi_busy_loop() (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: turn io_buffer_list booleans into flags (Jeff Moyer) [RHEL-105612]
- io_uring/net: use ITER_UBUF for single segment send maps (Jeff Moyer) [RHEL-105612]
- io_uring/kbuf: use 'bl' directly rather than req->buf_list (Jeff Moyer) [RHEL-105612]
- io_uring: micro optimization of __io_sq_thread() condition (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: enable multi-hugepage buffer coalescing (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: store folio shift and mask into imu (Jeff Moyer) [RHEL-105612]
- io_uring: add napi busy settings to the fdinfo output (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: ensure compat iovecs are copied correctly (Jeff Moyer) [RHEL-105612]
- io_uring: fix user_data field name in comment (Jeff Moyer) [RHEL-105612]
- io_uring/sqpoll: annotate debug task == current with data_race() (Jeff Moyer) [RHEL-105612]
- io_uring/napi: remove duplicate io_napi_entry timeout assignation (Jeff Moyer) [RHEL-105612]
- io_uring: remove unused local list heads in NAPI functions (Jeff Moyer) [RHEL-105612]
- io_uring/napi: pass ktime to io_napi_adjust_timeout (Jeff Moyer) [RHEL-105612]
- io_uring/napi: use ktime in busy polling (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: fix uninitialized use of target_req->flags (Jeff Moyer) [RHEL-105612]
- io_uring: align iowq and task request error handling (Jeff Moyer) [RHEL-105612]
- io_uring: kill REQ_F_CANCEL_SEQ (Jeff Moyer) [RHEL-105612]
- io_uring: simplify io_uring_cmd return (Jeff Moyer) [RHEL-105612]
- io_uring/net: check socket is valid in io_bind()/io_listen() (Jeff Moyer) [RHEL-105612]
- io_uring/napi: Remove unnecessary s64 cast (Jeff Moyer) [RHEL-105612]
- io_uring/net: cleanup io_recv_finish() bundle handling (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: fix overflow posting (Jeff Moyer) [RHEL-105612]
- net: limit scope of a skb_zerocopy_iter_stream var (Jeff Moyer) [RHEL-105612]
- io_uring/net: move charging socket out of zc io_uring (Jeff Moyer) [RHEL-105612]
- net: batch zerocopy_fill_skb_from_iter accounting (Jeff Moyer) [RHEL-105612]
- net: split __zerocopy_sg_from_iter() (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: use kmem_cache_free() to free request (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: check for dead submitter task (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: add an alloc cache for io_kiocb entries (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: improve handling of target CQE posting (Jeff Moyer) [RHEL-105612]
- io_uring: add io_add_aux_cqe() helper (Jeff Moyer) [RHEL-105612]
- io_uring: add remote task_work execution helper (Jeff Moyer) [RHEL-105612]
- io_uring/msg_ring: tighten requirement for remote posting (Jeff Moyer) [RHEL-105612]
- io_uring: Allocate only necessary memory in io_probe (Jeff Moyer) [RHEL-105612]
- io_uring: Introduce IORING_OP_LISTEN (Jeff Moyer) [RHEL-105612]
- io_uring: Introduce IORING_OP_BIND (Jeff Moyer) [RHEL-105612]
- net: Split a __sys_listen helper for io_uring (Jeff Moyer) [RHEL-105612]
- net: Split a __sys_bind helper for io_uring (Jeff Moyer) [RHEL-105612]
- io_uring/advise: support 64-bit lengths (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: remove redundant __set_current_state() post schedule() (Jeff Moyer) [RHEL-105612]
- io_uring/io-wq: make io_wq_work flags atomic (Jeff Moyer) [RHEL-105612]
- io_uring: use 'state' consistently (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move eventfd handling to separate file (Jeff Moyer) [RHEL-105612]
- io_uring/eventfd: move to more idiomatic RCU free usage (Jeff Moyer) [RHEL-105612]
- io_uring/rsrc: Drop io_copy_iov in favor of iovec API (Jeff Moyer) [RHEL-105612]
- io_uring: Drop per-ctx dummy_ubuf (Jeff Moyer) [RHEL-105612]
Resolves: RHEL-101838, RHEL-105612, RHEL-106910, RHEL-113576, RHEL-113752, RHEL-115636, RHEL-115639, RHEL-115645, RHEL-117209, RHEL-123216, RHEL-16340

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-11-03 10:46:55 +00:00
CKI KWF Bot
14a5a8384f kernel-5.14.0-632.el9
* Thu Oct 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-632.el9]
- redhat: use the same cert as UKI's to sign addons (Li Tian) [RHEL-124089]
- bus: mhi: host: pci_generic: Add Telit FN990B40 modem support (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: Detect events pointing to unexpected TREs (Jose Ignacio Tornos Martinez) [RHEL-122857] {CVE-2025-39790}
- bus: mhi: host: pci_generic: Add Foxconn T99W696 modem (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: Use str_true_false() helper (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: pci_generic: Add support for EM929x and set MRU to 32768 for better performance. (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: Fix endianness of BHI vector table (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: pci_generic: Disable runtime PM for QDU100 (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640 (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: Make local functions static (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: pci_generic: Add Telit FN920C04 modem support (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: pci_generic: Remove redundant assign resource usage (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: host: Fix conflict between power_up and SYSERR (Jose Ignacio Tornos Martinez) [RHEL-122857]
- bus: mhi: ep: Update read pointer only after buffer is written (Jose Ignacio Tornos Martinez) [RHEL-122857] {CVE-2025-38429}
- treewide: Switch/rename to timer_delete[_sync]() (Jose Ignacio Tornos Martinez) [RHEL-122857]
- i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CKI Backport Bot) [RHEL-118924]
- libnvdimm/labels: Fix divide error in nd_label_data_init() (Jeff Moyer) [RHEL-96835]
- libnvdimm: Remove unused nd_attach_ndns (Jeff Moyer) [RHEL-96835]
- libnvdimm: Remove unused nd_region_conflict (Jeff Moyer) [RHEL-96835]
- nvdimm: rectify the illogical code within nd_dax_probe() (Jeff Moyer) [RHEL-96835]
- nvdimm: Correct some typos in comments (Jeff Moyer) [RHEL-96835]
- nvdimm: Remove dead code for ENODEV checking in scan_labels() (Jeff Moyer) [RHEL-96835]
- i2c: tegra: Use internal reset when reset property is not available (Charles Mirabile) [RHEL-113177]
- i2c: tegra: Fix reset error handling with ACPI (Charles Mirabile) [RHEL-113177]
- mm/migrate: Add migrate_device_pfns (José Expósito) [RHEL-113204]
- agp/intel-gtt: Add intel_gmch_gtt_read_entry() (José Expósito) [RHEL-113204]
- PM: sleep: Introduce pm_suspend_in_progress() (José Expósito) [RHEL-113204]
- elf: add remaining SHF_ flag macros (José Expósito) [RHEL-113204]
- scsi: lpfc: Update lpfc version to 14.4.0.10 (Paul Ely) [RHEL-103752]
- scsi: lpfc: Copyright updates for 14.4.0.10 patches (Paul Ely) [RHEL-103752]
- scsi: lpfc: Modify end-of-life adapters' model descriptions (Paul Ely) [RHEL-103752]
- scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions (Paul Ely) [RHEL-103752]
- scsi: lpfc: Move clearing of HBA_SETUP flag to before lpfc_sli4_queue_unset (Paul Ely) [RHEL-103752]
- scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in dev_loss_tmo_callbk (Paul Ely) [RHEL-103752]
- scsi: lpfc: Relocate clearing initial phba flags from link up to link down hdlr (Paul Ely) [RHEL-103752]
- scsi: lpfc: Simplify error handling for failed lpfc_get_sli4_parameters cmd (Paul Ely) [RHEL-103752]
- scsi: lpfc: Early return out of FDMI cmpl for locally rejected statuses (Paul Ely) [RHEL-103752]
- scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is set (Paul Ely) [RHEL-103752]
- scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure (Paul Ely) [RHEL-103752]
- scsi: lpfc: Update debugfs trace ring initialization messages (Paul Ely) [RHEL-103752]
- scsi: lpfc: Revise logging format for failed CT MIB requests (Paul Ely) [RHEL-103752]
Resolves: RHEL-103752, RHEL-113177, RHEL-113204, RHEL-118924, RHEL-122857, RHEL-124089, RHEL-96835

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-30 12:29:31 +00:00
CKI KWF Bot
341781d8a2 kernel-5.14.0-631.el9
* Mon Oct 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-631.el9]
- md: delete mddev kobj before deleting gendisk kobj (Nigel Croxon) [RHEL-94433]
- md: fix how device node is created and removed (Nigel Croxon) [RHEL-94433]
- md: prevent incorrect update of resync/recovery offset (Nigel Croxon) [RHEL-94433]
- md/raid1: fix data lost for writemostly rdev (Nigel Croxon) [RHEL-94433]
- md: fix sync_action incorrect display during resync (Nigel Croxon) [RHEL-94433]
- md: add helper rdev_needs_recovery() (Nigel Croxon) [RHEL-94433]
- md: keep recovery_cp in mdp_superblock_s (Nigel Croxon) [RHEL-94433]
- md: add legacy_async_del_gendisk mode (Nigel Croxon) [RHEL-20191 RHEL-94433 RHEL-9656]
- md: make rdev_addable usable for rcu mode (Nigel Croxon) [RHEL-94433] {CVE-2025-38621}
- md/raid1: remove struct pool_info and related code (Nigel Croxon) [RHEL-94433]
- md/raid1: change r1conf->r1bio_pool to a pointer type (Nigel Croxon) [RHEL-94433]
- md: rename recovery_cp to resync_offset (Nigel Croxon) [RHEL-94433]
- md/md-cluster: handle REMOVE message earlier (Nigel Croxon) [RHEL-94433]
- md: fix create on open mddev lifetime regression (Nigel Croxon) [RHEL-94433]
- md/raid10: set chunk_sectors limit (Nigel Croxon) [RHEL-94433]
- md/raid0: set chunk_sectors limit (Nigel Croxon) [RHEL-94433]
- md: allow removing faulty rdev during resync (Nigel Croxon) [RHEL-94433]
- md/raid5: unset WQ_CPU_INTENSIVE for raid5 unbound workqueue (Nigel Croxon) [RHEL-94433]
- md: remove/add redundancy group only in level change (Nigel Croxon) [RHEL-20191 RHEL-94433 RHEL-9656]
- md: Don't clear MD_CLOSING until mddev is freed (Nigel Croxon) [RHEL-20191 RHEL-94433 RHEL-9656]
- md: call del_gendisk in control path (Nigel Croxon) [RHEL-20191 RHEL-94433 RHEL-9656]
- md/md-bitmap: fix GPF in bitmap_get_stats() (Nigel Croxon) [RHEL-94433] {CVE-2025-38451}
- md/raid1,raid10: strip REQ_NOWAIT from member bios (Nigel Croxon) [RHEL-94433]
- raid10: cleanup memleak at raid10_make_request (Nigel Croxon) [RHEL-94433] {CVE-2025-38444}
- md/raid1: Fix stack memory use after return in raid1_reshape (Nigel Croxon) [RHEL-94433] {CVE-2025-38445}
- md/md-bitmap: remove parameter slot from bitmap_create() (Nigel Croxon) [RHEL-94433]
- md/md-bitmap: cleanup bitmap_ops->startwrite() (Nigel Croxon) [RHEL-94433]
- md/dm-raid: remove max_write_behind setting limit (Nigel Croxon) [RHEL-94433]
- md/md-bitmap: fix dm-raid max_write_behind setting (Nigel Croxon) [RHEL-94433]
- md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT (Nigel Croxon) [RHEL-94433]
- md/md-bitmap: fix stats collection for external bitmaps (Nigel Croxon) [RHEL-94433]
- md/raid10: fix missing discard IO accounting (Nigel Croxon) [RHEL-94433]
- tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request(). (Paolo Abeni) [RHEL-115628]
- tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect(). (Paolo Abeni) [RHEL-115628] {CVE-2025-39955}
- tcp: check space before adding MPTCP SYN options (Paolo Abeni) [RHEL-115628]
- octeon_ep: Validate the VF ID (Kamal Heib) [RHEL-113707]
Resolves: RHEL-113707, RHEL-115628, RHEL-121921, RHEL-20191, RHEL-94433, RHEL-9656

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-27 15:42:57 +00:00
CKI KWF Bot
8c0a6a6a38 kernel-5.14.0-630.el9
* Sat Oct 25 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-630.el9]
- crypto: xts - Handle EBUSY correctly (CKI Backport Bot) [RHEL-119237] {CVE-2023-53494}
- xfrm: use kfree_sensitive() for SA secret zeroization (Sabrina Dubroca) [RHEL-115629]
- espintcp: remove encap socket caching to avoid reference leak (Sabrina Dubroca) [RHEL-115629]
- espintcp: fix skb leaks (Sabrina Dubroca) [RHEL-115629]
- ext4: goto right label 'out_mmap_sem' in ext4_setattr() (Brian Foster) [RHEL-109217]
- mm: zero range of eof folio exposed by inode size extension (Brian Foster) [RHEL-109217]
- mm: convert pagecache_isize_extended to use a folio (Brian Foster) [RHEL-109217]
- ext4: partial zero eof block on unaligned inode size extension (Brian Foster) [RHEL-109217]
- ext4: do not mark inode dirty every time when appending using delalloc (Brian Foster) [RHEL-109217]
- uki-virt: add systemd-repart module (Emanuele Giuseppe Esposito) [RHEL-107273]
Resolves: RHEL-107273, RHEL-109217, RHEL-115629, RHEL-119237

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-25 22:43:49 +00:00
CKI KWF Bot
d0bcef0611 kernel-5.14.0-629.el9
* Thu Oct 23 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-629.el9]
- kexec_core: accept unaccepted kexec segments' destination addresses (Baoquan He) [RHEL-114163]
- crash: fix spelling mistake "crahskernel" -> "crashkernel" (Baoquan He) [RHEL-114163]
- crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32 (Baoquan He) [RHEL-114163]
- kexec/crash: no crash update when kexec in progress (Baoquan He) [RHEL-114163]
- ixgbe: fix ixgbe_orom_civd_info struct layout (CKI Backport Bot) [RHEL-117603]
- macsec: read MACSEC_SA_ATTR_PN with nla_get_uint (CKI Backport Bot) [RHEL-115622]
- macsec: MACsec SCI assignment for ES = 0 (CKI Backport Bot) [RHEL-115622]
- netfilter: nf_reject: don't leak dst refcount for loopback packets (Florian Westphal) [RHEL-115630]
- netfilter: nf_tables: reject duplicate device on updates (Florian Westphal) [RHEL-115630]
- netfilter: nft_socket: remove WARN_ON_ONCE with huge level value (Florian Westphal) [RHEL-115630]
- netfilter: ctnetlink: remove refcounting in expectation dumpers (Florian Westphal) [RHEL-115630]
- netfilter: ctnetlink: fix refcount leak on table dump (Florian Westphal) [RHEL-115630]
- bpf: Check netfilter ctx accesses are aligned (Florian Westphal) [RHEL-115630]
- netfilter: xt_nfacct: don't assume acct name is null-terminated (Florian Westphal) [RHEL-115630]
- bpf: Disable migration in nf_hook_run_bpf(). (Florian Westphal) [RHEL-115630]
- netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() (Florian Westphal) [RHEL-115630]
- netfilter: nf_set_pipapo_avx2: fix initial map fill (Florian Westphal) [RHEL-115630]
- ipvs: fix uninit-value for saddr in do_output_route4 (Florian Westphal) [RHEL-115630]
- netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping it (Florian Westphal) [RHEL-115630]
- netfilter: nf_tables: imbalance in flowtable binding (Florian Westphal) [RHEL-115630]
- netfilter: nat: restore default DNAT behavior (Florian Westphal) [RHEL-115630]
- sctp: initialize more fields in sctp_v6_from_sk() (Xin Long) [RHEL-115641]
- sctp: Do not wake readers in __sctp_write_space() (Xin Long) [RHEL-115641]
- selftests/bpf: Skip timer cases when bpf_timer is not supported (Gregory Bell) [RHEL-83826]
- bpf: Reject bpf_timer for PREEMPT_RT (Gregory Bell) [RHEL-83826]
- fs: fix UAF/GPF bug in nilfs_mdt_destroy (CKI Backport Bot) [RHEL-116661] {CVE-2022-50367}
- octeon_ep: fix VF MAC address lifecycle handling (Kamal Heib) [RHEL-109634]
- dm: split write BIOs on zone boundaries when zone append is not emulated (Ming Lei) [RHEL-111097]
- dm: Check for forbidden splitting of zone write operations (Ming Lei) [RHEL-111097]
- dm: dm-crypt: Do not partially accept write BIOs with zoned targets (Ming Lei) [RHEL-111097]
- dm: Always split write BIOs to zoned device limits (Ming Lei) [RHEL-111097]
- block: Introduce bio_needs_zone_write_plugging() (Ming Lei) [RHEL-111097]
- block: Make REQ_OP_ZONE_FINISH a write operation (Ming Lei) [RHEL-111097]
- block: restore default wbt enablement (Ming Lei) [RHEL-112997]
- devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-112997]
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-112997]
- VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-112997]
- fs: simplify misleading code to remove ambiguity regarding ihold()/iput() (Ming Lei) [RHEL-112997]
- VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-112997]
- ksmbd: fix racy issue from using ->d_parent and ->d_name (Ming Lei) [RHEL-112997]
- VFS: filename_create(): fix incorrect intent. (Ming Lei) [RHEL-112997]
- rename __filename_parentat() to filename_parentat() (Ming Lei) [RHEL-112997]
- fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-112997]
- dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-112997]
- block: don't silently ignore metadata for sync read/write (Ming Lei) [RHEL-112997]
- ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead (Ming Lei) [RHEL-112997]
- block: validate QoS before calling __rq_qos_done_bio() (Ming Lei) [RHEL-112997]
- block: avoid cpu_hotplug_lock depedency on freeze_lock (Ming Lei) [RHEL-112997]
- block: decrement block_rq_qos static key in rq_qos_del() (Ming Lei) [RHEL-112997]
- block: skip q->rq_qos check in rq_qos_done_bio() (Ming Lei) [RHEL-112997]
- blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queues (Ming Lei) [RHEL-112997]
- block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-112997]
- nbd: fix lockdep deadlock warning (Ming Lei) [RHEL-112997]
- block: restore two stage elevator switch while running nr_hw_queue update (Ming Lei) [RHEL-112997]
- md/raid10: fix set but not used variable in sync_request_write() (Ming Lei) [RHEL-112997]
- block: fix module reference leak in mq-deadline I/O scheduler (Ming Lei) [RHEL-112997]
- block: fix kobject leak in blk_unregister_queue (Ming Lei) [RHEL-112997]
- nbd: fix uaf in nbd_genl_connect() error path (Ming Lei) [RHEL-112997]
- brd: fix sleeping function called from invalid context in brd_insert_page() (Ming Lei) [RHEL-112997]
- block: fix false warning in bdev_count_inflight_rw() (Ming Lei) [RHEL-112997]
- aoe: defer rexmit timer downdev work to workqueue (Ming Lei) [RHEL-112997]
- aoe: clean device rq_list in aoedev_downdev() (Ming Lei) [RHEL-112997]
- block: Fix bvec_set_folio() for very large folios (Ming Lei) [RHEL-112997]
- bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP (Ming Lei) [RHEL-112997]
- block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work (Ming Lei) [RHEL-112997]
- block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion (Ming Lei) [RHEL-112997]
- block: flip iter directions in blk_rq_integrity_map_user() (Ming Lei) [RHEL-112997]
- block: drop direction param from bio_integrity_copy_user() (Ming Lei) [RHEL-112997]
- traceevent/block: Add REQ_ATOMIC flag to block trace events (Ming Lei) [RHEL-112997]
- nvme-loop: avoid -Wflex-array-member-not-at-end warning (Ming Lei) [RHEL-112997]
- blk-mq: add a copyright notice to blk-mq-dma.c (Ming Lei) [RHEL-112997]
- blk-mq: move the DMA mapping code to a separate file (Ming Lei) [RHEL-112997]
- cdrom: Remove unnecessary NULL check before unregister_sysctl_table() (Ming Lei) [RHEL-112997]
- block: fix elv_update_nr_hw_queues() to reattach elevator (Ming Lei) [RHEL-112997]
- brd: avoid extra xarray lookups on first write (Ming Lei) [RHEL-112997]
- block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO} (Ming Lei) [RHEL-112997]
- block: remove the same_page output argument to bvec_try_merge_page (Ming Lei) [RHEL-112997]
- block: unfreeze queue if realloc tag set fails during nr_hw_queues update (Ming Lei) [RHEL-112997]
- md: clean up accounting for issued sync IO (Ming Lei) [RHEL-112997]
- md: fix is_mddev_idle() (Ming Lei) [RHEL-112997]
- md: add a new api sync_io_depth (Ming Lei) [RHEL-112997]
- md: record dm-raid gendisk in mddev (Ming Lei) [RHEL-112997]
- block: export API to get the number of bdev inflight IO (Ming Lei) [RHEL-112997]
- block: clean up blk_mq_in_flight_rw() (Ming Lei) [RHEL-112997]
- block: WARN if bdev inflight counter is negative (Ming Lei) [RHEL-112997]
- block: reuse part_in_flight_rw for part_in_flight (Ming Lei) [RHEL-112997]
- blk-mq: remove blk_mq_in_flight() (Ming Lei) [RHEL-112997]
- block: move removing elevator after deleting disk->queue_kobj (Ming Lei) [RHEL-112997]
- block: don't quiesce queue for calling elevator_set_none() (Ming Lei) [RHEL-112997]
- fs: aio: initialize .ki_write_stream of read-write request (Ming Lei) [RHEL-112997]
- dm-integrity: use bio_add_virt_nofail (Ming Lei) [RHEL-112997]
- dm-bufio: use bio_add_virt_nofail (Ming Lei) [RHEL-112997]
- rnbd-srv: use bio_add_virt_nofail (Ming Lei) [RHEL-112997]
- block: simplify bio_map_kern (Ming Lei) [RHEL-112997]
- block: pass the operation to bio_{map,copy}_kern (Ming Lei) [RHEL-112997]
- block: remove the q argument from blk_rq_map_kern (Ming Lei) [RHEL-112997]
- block: add a bio_add_vmalloc helpers (Ming Lei) [RHEL-112997]
- block: add a bio_add_max_vecs helper (Ming Lei) [RHEL-112997]
- block: add a bdev_rw_virt helper (Ming Lei) [RHEL-112997]
- block: add a bio_add_virt_nofail helper (Ming Lei) [RHEL-112997]
- block: fix warning on 'make htmldocs' (Ming Lei) [RHEL-112997]
- block: expose write streams for block device nodes (Ming Lei) [RHEL-112997]
- block: introduce a write_stream_granularity queue limit (Ming Lei) [RHEL-112997]
- block: introduce max_write_streams queue limit (Ming Lei) [RHEL-112997]
- block: add a bi_write_stream field (Ming Lei) [RHEL-112997]
- fs: add a write stream field to the kiocb (Ming Lei) [RHEL-112997]
- block: move wbt_enable_default() out of queue freezing from sched ->exit() (Ming Lei) [RHEL-112997]
- block: move hctx cpuhp add/del out of queue freezing (Ming Lei) [RHEL-112997]
- block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc_hw_ctxs (Ming Lei) [RHEL-112997]
- block: move hctx debugfs/sysfs registering out of freezing queue (Ming Lei) [RHEL-112997]
- block: move elv_register[unregister]_queue out of elevator_lock (Ming Lei) [RHEL-112997]
- block: add new helper for disabling elevator switch when deleting disk (Ming Lei) [RHEL-112997]
- block: fail to show/store elevator sysfs attribute if elevator is dying (Ming Lei) [RHEL-112997]
- block: remove elevator queue's type check in elv_attr_show/store() (Ming Lei) [RHEL-112997]
- block: pass elevator_queue to elv_register_queue & unregister_queue (Ming Lei) [RHEL-112997]
- block: unifying elevator change (Ming Lei) [RHEL-112997]
- block: add `struct elv_change_ctx` for unifying elevator change (Ming Lei) [RHEL-112997]
- block: move queue freezing & elevator_lock into elevator_change() (Ming Lei) [RHEL-112997]
- block: simplify elevator reattachment for updating nr_hw_queues (Ming Lei) [RHEL-112997]
- block: move blk_queue_registered() check into elv_iosched_store() (Ming Lei) [RHEL-112997]
- block: fold elevator_disable into elevator_switch (Ming Lei) [RHEL-112997]
- block: look up the elevator type in elevator_switch (Ming Lei) [RHEL-112997]
- block: don't allow to switch elevator if updating nr_hw_queues is in-progress (Ming Lei) [RHEL-112997]
- block: prevent adding/deleting disk during updating nr_hw_queues (Ming Lei) [RHEL-112997]
- block: add helper add_disk_final() (Ming Lei) [RHEL-112997]
- block: move sched debugfs register into elvevator_register_queue (Ming Lei) [RHEL-112997]
- block: add two helpers for registering/un-registering sched debugfs (Ming Lei) [RHEL-112997]
- block: use q->elevator with ->elevator_lock held in elv_iosched_show() (Ming Lei) [RHEL-112997]
- block: don't call freeze queue in elevator_switch() and elevator_disable() (Ming Lei) [RHEL-112997]
- block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flag (Ming Lei) [RHEL-112997]
- block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue() (Ming Lei) [RHEL-112997]
- brd: fix discard end sector (Ming Lei) [RHEL-112997]
- brd: fix aligned_sector from brd_do_discard() (Ming Lei) [RHEL-112997]
- brd: protect page with rcu (Ming Lei) [RHEL-112997]
- block: avoid hctx spinlock for plug with multiple queues (Ming Lei) [RHEL-112997]
- block: factor out blk_mq_dispatch_queue_requests() helper (Ming Lei) [RHEL-112997]
- block: take rq_list instead of plug in dispatch functions (Ming Lei) [RHEL-112997]
- brd: use memcpy_{to,from]_page in brd_rw_bvec (Ming Lei) [RHEL-112997]
- brd: split I/O at page boundaries (Ming Lei) [RHEL-112997]
- brd: use bvec_kmap_local in brd_do_bvec (Ming Lei) [RHEL-112997]
- brd: remove the sector variable in brd_submit_bio (Ming Lei) [RHEL-112997]
- brd: pass a bvec pointer to brd_do_bvec (Ming Lei) [RHEL-112997]
- block: blk-rq-qos: guard rq-qos helpers by static key (Ming Lei) [RHEL-112997]
- block: ensure that struct blk_mq_alloc_data is fully initialized (Ming Lei) [RHEL-112997]
- block: Simplify blk_mq_dispatch_rq_list() and its callers (Ming Lei) [RHEL-112997]
- block: always allocate integrity buffer when required (Ming Lei) [RHEL-112997]
- block: remove test of incorrect io priority level (Ming Lei) [RHEL-112997]
- block: only update request sector if needed (Ming Lei) [RHEL-112997]
- block: don't autoload drivers on blk-cgroup configuration (Ming Lei) [RHEL-112997]
- block: don't autoload drivers on stat (Ming Lei) [RHEL-112997]
- buffer: remove __getblk_gfp() (Ming Lei) [RHEL-112997]
- ext4: call bdev_getblk() from sb_getblk_gfp() (Ming Lei) [RHEL-112997]
- buffer: convert sb_getblk() to call __getblk() (Ming Lei) [RHEL-112997]
- buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk() (Ming Lei) [RHEL-112997]
- buffer: use bdev_getblk() to avoid memory reclaim in readahead path (Ming Lei) [RHEL-112997]
- ext4: use bdev_getblk() to avoid memory reclaim in readahead path (Ming Lei) [RHEL-112997]
- buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp() (Ming Lei) [RHEL-112997]
- buffer: pass GFP flags to folio_alloc_buffers() (Ming Lei) [RHEL-112997]
- buffer: convert grow_dev_page() to use a folio (Ming Lei) [RHEL-112997]
- block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-112997]
- block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-112997]
- loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-112997]
- loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-112997]
- block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-112997]
- block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-112997]
- null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-112997]
- block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-112997]
- block: remove unused nseg parameter (Ming Lei) [RHEL-112997]
- docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-112997]
- block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-112997]
- block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-112997]
- block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-112997]
- blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-112997]
- loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-112997]
- block: Make request_queue lockdep splats show up earlier (Ming Lei) [RHEL-112997]
- block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-112997]
- block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-112997]
- block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-112997]
- block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-112997]
- block: remove unused parameter (Ming Lei) [RHEL-112997]
- block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-112997]
- block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-112997]
- block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-112997]
- block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-112997]
- block: fix memory leak for elevator on add_disk failure (Ming Lei) [RHEL-112997]
- block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-112997]
- block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-112997]
- block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-112997]
- block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-112997]
- block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-112997]
- loop: Remove struct loop_func_table (Ming Lei) [RHEL-112997]
- block: split struct bio_integrity_payload (Ming Lei) [RHEL-112997]
- block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-112997]
- scsi: add support for user-meta interface (Ming Lei) [RHEL-112997]
- nvme: add support for passing on the application tag (Ming Lei) [RHEL-112997]
- block: add support to pass user meta buffer (Ming Lei) [RHEL-112997]
- block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-112997]
- fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-112997]
- fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-112997]
- block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-112997]
- block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-112997]
- block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-112997]
- block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-112997]
- null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-112997]
- null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-112997]
- null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-112997]
- null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-112997]
- null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-112997]
- blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-112997]
- blk-wbt: Fix some comments (Ming Lei) [RHEL-112997]
- loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-112997]
- loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-112997]
- loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-112997]
- loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-112997]
- block: Remove commented out code (Ming Lei) [RHEL-112997]
- block: refactor rq_qos_wait() (Ming Lei) [RHEL-112997]
- block: introduce init_wait_func() (Ming Lei) [RHEL-112997]
Resolves: RHEL-109634, RHEL-111097, RHEL-112997, RHEL-114163, RHEL-115622, RHEL-115630, RHEL-115641, RHEL-116661, RHEL-117603, RHEL-83826

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-23 15:22:07 +00:00
Patrick Talbert
e548b7349e kernel-5.14.0-628.el9
* Wed Oct 22 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-628.el9]
- s390/qeth: Make hw_trap sysfs attribute idempotent (Mete Durlu) [RHEL-99997]
- scsi: lpfc: Fix buffer free/clear order in deferred receive path (CKI Backport Bot) [RHEL-119116] {CVE-2025-39841}
- cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write() (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Fix a partition error with CPU hotplug (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key (Waiman Long) [RHEL-107751]
- cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cpumask() (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Fix obsolete comment in cpuset_css_offline() (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Always use cpu_active_mask (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Don't allow creation of local partition over a remote one (Waiman Long) [RHEL-107751]
- cgroup/cpuset: remove kernfs active break (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Remove stale text (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (Waiman Long) [RHEL-107751]
- cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set (Waiman Long) [RHEL-107751]
- do_io_accounting: use sig->stats_lock (Waiman Long) [RHEL-105165]
- do_io_accounting: use __for_each_thread() (Waiman Long) [RHEL-105165]
- procfs: block chmod on /proc/thread-self/comm (Waiman Long) [RHEL-105165]
Resolves: RHEL-105165, RHEL-107751, RHEL-119116, RHEL-99997

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-10-22 09:09:42 -04:00
CKI KWF Bot
8f4f90aa4e kernel-5.14.0-627.el9
* Tue Oct 21 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-627.el9]
- pstore/ram: Check start of empty przs during init (CKI Backport Bot) [RHEL-122069] {CVE-2023-53331}
- NFSv4: handle ERR_GRACE on delegation recalls (Scott Mayhew) [RHEL-115855]
- nfsd: nfserr_jukebox in nlm_fopen should lead to a retry (Scott Mayhew) [RHEL-115855]
- nfsd: unregister with rpcbind when deleting a transport (Scott Mayhew) [RHEL-115855]
- nfsd: decouple the xprtsec policy check from check_nfsd_access() (Scott Mayhew) [RHEL-115855]
- NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock() (Scott Mayhew) [RHEL-115855]
- NFS: nfs_invalidate_folio() must observe the offset and size arguments (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and copy range (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and clone range (Scott Mayhew) [RHEL-115855]
- NFSv4.2: Serialise O_DIRECT i/o and fallocate() (Scott Mayhew) [RHEL-115855]
- NFS: Serialise O_DIRECT i/o and truncate() (Scott Mayhew) [RHEL-115855]
- nfsd: don't set the ctime on delegated atime updates (Scott Mayhew) [RHEL-115855]
- nexthop: Forbid FDB status change while nexthop is in a group (Guillaume Nault) [RHEL-115625]
- ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() (Guillaume Nault) [RHEL-115625]
- net: drop UFO packets in udp_rcv_segment() (Paolo Abeni) [RHEL-115651]
- udp: Fix multiple wraparounds of sk->sk_rmem_alloc. (Paolo Abeni) [RHEL-115651]
- udp: annotate data-race in __udp_enqueue_schedule_skb() (Paolo Abeni) [RHEL-115651]
- ucount: fix atomic_long_inc_below() argument type (Joel Savitz) [RHEL-119037]
- timens: Add struct seq_file forward declaration (Joel Savitz) [RHEL-119037]
- timekeeping: Kill percpu.h dependency (Joel Savitz) [RHEL-119037]
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Joel Savitz) [RHEL-119037]
- userns: eliminate many kernel-doc warnings (Joel Savitz) [RHEL-119037]
- userns: fix a struct's kernel-doc notation (Joel Savitz) [RHEL-119037]
- nsfs: repair kernel-doc for ns_match() (Joel Savitz) [RHEL-119037]
- nsfs: add compat ioctl handler (Joel Savitz) [RHEL-119037]
- broadcom: fix support for PTP_EXTTS_REQUEST2 ioctl (Petr Oros) [RHEL-115041]
- broadcom: fix support for PTP_PEROUT_DUTY_CYCLE (Petr Oros) [RHEL-115041]
- net: ptp: introduce .supported_perout_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
- net: ptp: introduce .supported_extts_flags to ptp_clock_info (Petr Oros) [RHEL-115041]
- broadcom: fix supported flag check in periodic output function (Petr Oros) [RHEL-115041]
- renesas: reject PTP_STRICT_FLAGS as unsupported (Petr Oros) [RHEL-115041]
- sched/deadline: Don't count nr_running for dl_server proxy tasks (Phil Auld) [RHEL-110303]
- sched/deadline: Fix RT task potential starvation when expiry time passed (Phil Auld) [RHEL-110303]
- sched/debug: Print the local group's asym_prefer_cpu (Phil Auld) [RHEL-110303]
- cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings change (Phil Auld) [RHEL-110303]
- sched/topology: Introduce sched_update_asym_prefer_cpu() (Phil Auld) [RHEL-110303]
- sched/fair: Use READ_ONCE() to read sg->asym_prefer_cpu (Phil Auld) [RHEL-110303]
- sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails (Phil Auld) [RHEL-110303]
- sched/numa: fix task swap by skipping kernel threads (Phil Auld) [RHEL-110303]
- sched/numa: add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning (Phil Auld) [RHEL-110303]
- sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems (Phil Auld) [RHEL-110303]
- sched/fair: Allow decaying util_est when util_avg > CPU capa (Phil Auld) [RHEL-110303]
- sched/topology: Refinement to topology_span_sane speedup (Phil Auld) [RHEL-110303]
- sched/topology: improve topology_span_sane speed (Phil Auld) [RHEL-110303]
- sched/uclamp: Optimize sched_uclamp_used static key enabling (Phil Auld) [RHEL-110303]
- sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it (Phil Auld) [RHEL-110303]
- sched/core: Remove duplicate included header file stats.h (Phil Auld) [RHEL-110303]
- sched: Add unlikey branch hints to several system calls (Phil Auld) [RHEL-110303]
- sched/fair: Refactor can_migrate_task() to elimate looping (Phil Auld) [RHEL-110303]
Resolves: RHEL-110303, RHEL-115041, RHEL-115625, RHEL-115651, RHEL-115855, RHEL-119037, RHEL-122069

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-21 08:38:20 +00:00
CKI KWF Bot
f01a631720 kernel-5.14.0-626.el9
* Fri Oct 17 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-626.el9]
- redhat: rpminspect: update emptyrpm list for kernel variants (Alexandra Hájková)
- vsock/virtio: Validate length in packet header before skb_put() (Jon Maloy) [RHEL-114300] {CVE-2025-39718}
- vfs: fix copy_file_range() averts filesystem freeze protection (Benjamin Coddington) [RHEL-76048]
- gfs2: Fix unlikely race in gdlm_put_lock (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Add proper lockspace locking (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Minor run_queue fixes (Andreas Gruenbacher) [RHEL-116886]
- gfs2: run_queue cleanup (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Simplify do_promote (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESS (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmote (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Remove duplicate check in do_xmote (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Fix LM_FLAG_TRY* logic in add_to_queue (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR code (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Further sanitize lock_dlm.c (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Simplify DLM_LKF_QUECVT use (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Do not use atomic operations unnecessarily (Andreas Gruenbacher) [RHEL-116886]
- gfs2: a minor finish_xmote cleanup (Andreas Gruenbacher) [RHEL-116886]
- gfs2: simplify finish_xmote (Andreas Gruenbacher) [RHEL-116886]
- gfs2: sanitize the gdlm_ast -> finish_xmote interface (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Minor do_xmote cancelation fix (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Sanitize gfs2_meta_check, gfs2_metatype_check, gfs2_io_error (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Remove unnecessary gfs2_meta_check_ii argument (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Get rid of newlines in log messages (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Turn gfs2_withdraw into a void function (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Partially revert "gfs2: do_xmote fixes" (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Lift withdraw check out of gfs2_ail1_empty (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Minor gfs2_ail1_empty cleanup (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Fix slab-use-after-free in gfs2_qd_dealloc (Juntong Deng) [RHEL-116886]
- gfs2: No more quota complaints after withdraw (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Rename "freeze_workqueue" to "gfs2_freeze" (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery" (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Sanitize kthread stopping (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Fix logd wakeup on I/O error (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Switch to wait_event in gfs2_logd (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Switch to wait_event in gfs2_quotad (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Fix asynchronous thread destruction (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Stop using gfs2_make_fs_ro for withdraw (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Mark withdraws as unlikely (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Simplify refcounting in do_xmote (Andreas Gruenbacher) [RHEL-116886]
- gfs2: do_xmote cleanup (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Remove space before newline (Colin Ian King) [RHEL-116886]
- gfs2: Remove unused sd_withdraw_wait field (Andreas Gruenbacher) [RHEL-116886]
- gfs2: Remove unused GIF_FREE_VFS_INODE flag (Andreas Gruenbacher) [RHEL-116886]
- gfs2: only apply DLM_LKF_VALBLK if sb_lvbptr is not NULL (Alexander Aring) [RHEL-116886]
- gfs2: Unlock fewer glocks on unmount (Andreas Gruenbacher) [RHEL-116886]
- ptp: prevent possible ABBA deadlock in ptp_clock_freerun() (CKI Backport Bot) [RHEL-115644]
- ptp: allow reading of currently dialed frequency to succeed on free-running clocks (CKI Backport Bot) [RHEL-115644]
- ptp: fix breakage after ptp_vclock_in_use() rework (CKI Backport Bot) [RHEL-115644]
- ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() (CKI Backport Bot) [RHEL-115644]
- vsock: Fix transport_* TOCTOU (CKI Backport Bot) [RHEL-106002] {CVE-2025-38461}
Resolves: RHEL-106002, RHEL-114300, RHEL-115644, RHEL-116886, RHEL-76048

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-17 20:57:31 +00:00
Patrick Talbert
80c55d8491 kernel-5.14.0-625.el9
* Wed Oct 15 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-625.el9]
- firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails (Charles Mirabile) [RHEL-113838] {CVE-2022-50087}
- NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate() (Benjamin Coddington) [RHEL-117497]
- sched: Add wait/wake interface for variable updated under a lock. (Benjamin Coddington) [RHEL-117497]
- sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up() (Benjamin Coddington) [RHEL-117497]
- sched: Document wait_var_event() family of functions and wake_up_var() (Benjamin Coddington) [RHEL-117497]
- sched: Improve documentation for wake_up_bit/wait_on_bit family of functions (Benjamin Coddington) [RHEL-117497]
- sched: change wake_up_bit() and related function to expect unsigned long * (Benjamin Coddington) [RHEL-117497]
- efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare (CKI Backport Bot) [RHEL-118255] {CVE-2025-39817}
- cpupower: Allow control of boost feature on non-x86 based systems with boost support. (David Arcari) [RHEL-118182]
- cpupower: Fix a bug where the -t option of the set subcommand was not working. (David Arcari) [RHEL-118182]
- pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitor (David Arcari) [RHEL-118182]
- pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() (David Arcari) [RHEL-118182]
- cpupower: Implement CPU physical core querying (David Arcari) [RHEL-118182]
- pm: cpupower: remove hard-coded topology depth values (David Arcari) [RHEL-118182]
- pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology (David Arcari) [RHEL-118182]
- cpupower: monitor: Exit with error status if execvp() fail (David Arcari) [RHEL-118182]
- pm: cpupower: bench: Prevent NULL dereference on malloc failure (David Arcari) [RHEL-118182]
- ice: don't leave device non-functional if Tx scheduler config fails (Petr Oros) [RHEL-118146]
- smb: client: fix wrong index reference in smb2_compound_op() (Paulo Alcantara) [RHEL-114295]
- smb: client: handle unlink(2) of files open by different clients (Paulo Alcantara) [RHEL-114295]
- smb: client: fix file open check in __cifs_unlink() (Paulo Alcantara) [RHEL-114295]
- smb: client: fix filename matching of deferred files (Paulo Alcantara) [RHEL-114295]
- smb: client: fix data loss due to broken rename(2) (Paulo Alcantara) [RHEL-114295]
- smb: client: fix compound alignment with encryption (Paulo Alcantara) [RHEL-114295]
- fs/smb: Fix inconsistent refcnt update (Paulo Alcantara) [RHEL-114295] {CVE-2025-39819}
- firmware: qcom: scm: request the waitqueue irq *after* initializing SCM (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: initialize tzmem before marking SCM as available (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: take struct device as argument in SHM bridge enable (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: remove unused arguments from SHM bridge routines (Eric Chanudet) [RHEL-117508]
- docs: firmware: qcom_scm: Fix kernel-doc warning (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q (Eric Chanudet) [RHEL-117508]
- firmware: qcom: tzmem: disable sm7150 platform (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A14 (Eric Chanudet) [RHEL-117508]
- firmware: qcom: uefisecapp: fix efivars registration race (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Fix error code in probe() (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: add calls for wrapped key support (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Huawei Matebook E Go (sc8280xp) (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM for Windows Dev Kit 2023 (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM for HP Omnibook X14 (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on the asus vivobook s15 (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on X1P42100 CRD (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Introduce CP_SMMU_APERTURE_ID (Eric Chanudet) [RHEL-117508]
- firmware: qcom: uefisecapp: Allow X1E Devkit devices (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345 (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Microsoft Surface Pro 9 5G (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Lenovo Yoga Slim 7x (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 models (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Allow QSEECOM on ThinkPad T14s (Eric Chanudet) [RHEL-117508]
- firmware: qcom: tzmem: disable sdm670 platform (Eric Chanudet) [RHEL-117508]
- firmware: qcom: scm: Mark get_wq_ctx() as atomic call (Eric Chanudet) [RHEL-117508]
- firmware: qcom-scm: Remove QCOM_SMC_WAITQ_FLAG_WAKE_ALL (Eric Chanudet) [RHEL-117508]
- firmware: qcom: uefisecapp: Allow on X1E devices (Eric Chanudet) [RHEL-117508]
- firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: remove IS_ERR() checks from qcom_scm_bw_{en,dis}able() (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() fails (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: Always return devm_clk_get_optional errors (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: Drop useless compatibles (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm: Always try to consume all three clocks (Eric Chanudet) [RHEL-117508]
- firmware: qcom_scm-legacy: correct kerneldoc (Eric Chanudet) [RHEL-117508]
- redhat/configs: Enable CONFIG_MITIGATION_VMSCAPE for x86 (Waiman Long) [RHEL-114273]
- x86/vmscape: Add old Intel CPUs to affected list (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- x86/vmscape: Warn when STIBP is disabled with SMT (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- x86/bugs: Move cpu_bugs_smt_update() down (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- x86/vmscape: Enable the mitigation (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- x86/vmscape: Add conditional IBPB mitigation (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- x86/vmscape: Enumerate VMSCAPE bug (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- Documentation/hw-vuln: Add VMSCAPE documentation (Waiman Long) [RHEL-114273] {CVE-2025-40300}
- randomize_kstack: Remove non-functional per-arch entropy filtering (Waiman Long) [RHEL-114273]
- Bluetooth: revert TX timestamping (David Marlin) [RHEL-107923]
- PM: wakeup: make device_wakeup_disable() return void (David Marlin) [RHEL-107923]
- PM: wakeup: implement devm_device_init_wakeup() helper (David Marlin) [RHEL-107923]
- PM: wakeup: Remove unnecessary else from device_init_wakeup() (David Marlin) [RHEL-107923]
- Bluetooth: hci_event: Disconnect device when BIG sync is lost (David Marlin) [RHEL-107923]
- Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event (David Marlin) [RHEL-107923]
- Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source (David Marlin) [RHEL-107923]
- Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK (David Marlin) [RHEL-107923]
- Bluetooth: ISO: Fix getname not returning broadcast fields (David Marlin) [RHEL-107923]
- Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately (David Marlin) [RHEL-107923]
- Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: Fix scan state after PA Sync has been established (David Marlin) [RHEL-107923]
- Bluetooth: btusb: Fix potential NULL dereference on kmalloc failure (David Marlin) [RHEL-107923]
- Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv (David Marlin) [RHEL-107923]
- Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU (David Marlin) [RHEL-107923]
- Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant without board ID (David Marlin) [RHEL-107923]
- Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap (David Marlin) [RHEL-107923]
- Bluetooth: hci_core: add missing braces when using macro parameters (David Marlin) [RHEL-107923]
- Bluetooth: hci_core: fix typos in macros (David Marlin) [RHEL-107923]
- Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout (David Marlin) [RHEL-107923]
- Bluetooth: SMP: If an unallowed command is received consider it a failure (David Marlin) [RHEL-107923]
- Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pkt_type (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: fix connectable extended advertising when using static random address (David Marlin) [RHEL-107923]
- Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() (David Marlin) [RHEL-107923]
- Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle (David Marlin) [RHEL-107923]
- Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_state (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: Fix not disabling advertising instance (David Marlin) [RHEL-107923]
- Bluetooth: HCI: Set extended advertising data synchronously (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: mesh_send: check instances prior disabling advertising (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: set_mesh: update LE scan interval and window (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: revert some mesh modifications (David Marlin) [RHEL-107923]
- Bluetooth: Prevent unintended pause by checking if advertising is active (David Marlin) [RHEL-107923]
- driver: bluetooth: hci_qca:fix unable to load the BT driver (David Marlin) [RHEL-107923]
- Bluetooth: L2CAP: Fix L2CAP MTU negotiation (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Fix potential race condition in firmware download (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: Fix sparse errors (David Marlin) [RHEL-107923]
- Bluetooth: ISO: Fix not using bc_sid as advertisement SID (David Marlin) [RHEL-107923]
- Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS sockets (David Marlin) [RHEL-107923]
- Bluetooth: eir: Fix possible crashes on eir_create_adv_data (David Marlin) [RHEL-107923]
- Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance (David Marlin) [RHEL-107923]
- Bluetooth: Fix NULL pointer deference on eir_get_service_data (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: Protect mgmt_pending list with its own lock (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Reduce driver buffer posting to prevent race condition (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Increase the tx and rx descriptor count (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Fix driver not posting maximum rx buffers (David Marlin) [RHEL-107923]
- Bluetooth: hci_core: fix list_for_each_entry_rcu usage (David Marlin) [RHEL-107923]
- Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION (David Marlin) [RHEL-107923]
- Bluetooth: hci_qca: move the SoC type check to the right place (David Marlin) [RHEL-107923]
- Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands (David Marlin) [RHEL-107923]
- Bluetooth: btintel: Check dsbr size from EFI variable (David Marlin) [RHEL-107923]
- Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() (David Marlin) [RHEL-107923]
- Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922 (David Marlin) [RHEL-107923]
- Bluetooth: separate CIS_LINK and BIS_LINK link types (David Marlin) [RHEL-107923]
- Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925 (David Marlin) [RHEL-107923]
- Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Dump debug registers on error (David Marlin) [RHEL-107923]
- Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields (David Marlin) [RHEL-107923]
- Bluetooth: ISO: Fix not using SID from adv report (David Marlin) [RHEL-107923]
- Bluetooth: btnxpuart: Implement host-wakeup feature (David Marlin) [RHEL-107923]
- Bluetooth: btusb: Add RTL8851BE device 0x0bda:0xb850 (David Marlin) [RHEL-107923]
- Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware() (David Marlin) [RHEL-107923]
- Bluetooth: btmtksdio: Fix wakeup source leaks on device unbind (David Marlin) [RHEL-107923]
- Bluetooth: btmrvl_sdio: Fix wakeup source leaks on device unbind (David Marlin) [RHEL-107923]
- Bluetooth: btintel_pcie: Do not generate coredump for diagnostic events (David Marlin) [RHEL-107923]
- Bluetooth: btusb: Add new VID/PID 13d3/3613 for MT7925 (David Marlin) [RHEL-107923]
- Revert "Bluetooth: revert TX timestamping" (David Marlin) [RHEL-107923]
- icmp: fix icmp_ndo_send address translation for reply direction (CKI Backport Bot) [RHEL-115626]
- ipv6: reject malicious packets in ipv6_gso_segment() (CKI Backport Bot) [RHEL-115626]
- ipv6: annotate data-races around rt->fib6_nsiblings (CKI Backport Bot) [RHEL-115626]
- ipv6: fix possible infinite loop in fib6_info_uses_dev() (CKI Backport Bot) [RHEL-115626]
- ipv6: prevent infinite loop in rt6_nlmsg_size() (CKI Backport Bot) [RHEL-115626]
- seg6: Fix validation of nexthop addresses (CKI Backport Bot) [RHEL-115626]
- ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (CKI Backport Bot) [RHEL-115626]
- bonding: check xdp prog when set bond mode (CKI Backport Bot) [RHEL-115627]
- bonding: set random address only when slaves already exist (CKI Backport Bot) [RHEL-107189]
- wireguard: device: enable threaded NAPI (CKI Backport Bot) [RHEL-115646]
- wireguard: device: support big tcp GSO (CKI Backport Bot) [RHEL-115646]
- wireguard: selftests: load nf_conntrack if not present (CKI Backport Bot) [RHEL-115646]
- wireguard: allowedips: remove redundant selftest call (CKI Backport Bot) [RHEL-115646]
- wireguard: device: omit unnecessary memset of netdev private data (CKI Backport Bot) [RHEL-115646]
- ipv6: sr: Fix MAC comparison to be constant-time (CKI Backport Bot) [RHEL-115647] {CVE-2025-39702}
- ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add (CKI Backport Bot) [RHEL-115647]
- bpf: don't do clean_live_states when state->loop_entry->branches > 0 (Gregory Bell) [RHEL-110269]
- bpf: Return prog btf_id without capable check (Gregory Bell) [RHEL-110269]
- bpf: Use kallsyms to find the function name of a struct_ops's stub function (Gregory Bell) [RHEL-110269]
- bpf: Fix kmemleak warning for percpu hashmap (Gregory Bell) [RHEL-110269]
- bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage (Gregory Bell) [RHEL-110269]
- bpftool: Fix readlink usage in get_fd_type (Gregory Bell) [RHEL-110269]
- selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure (Gregory Bell) [RHEL-110269]
- bpf: Allow pre-ordering for bpf cgroup progs (Gregory Bell) [RHEL-110269]
- bpf: Search and add kfuncs in struct_ops prologue and epilogue (Gregory Bell) [RHEL-110269]
- bpf: Reject attaching fexit/fmod_ret to __noreturn functions (Gregory Bell) [RHEL-110269]
- libbpf: Fix out-of-bound read (Gregory Bell) [RHEL-110269]
- bpf: Fix BPF_INTERNAL namespace import (Gregory Bell) [RHEL-110269]
- bpf: Add namespace to BPF internal symbols (Gregory Bell) [RHEL-110269]
- bpf: abort verification if env->cur_state->loop_entry != NULL (Gregory Bell) [RHEL-110269]
- selftests/bpf: add test for softlock when modifying hashmap while iterating (Gregory Bell) [RHEL-110269]
- bpf: fix possible endless loop in BPF map iteration (Gregory Bell) [RHEL-110269]
- bpf: bpftool: Setting error code in do_loader() (Gregory Bell) [RHEL-110269]
- bpf: Fix deadlock between rcu_tasks_trace and event_mutex. (Gregory Bell) [RHEL-110269]
- libbpf: Fix hypothetical STT_SECTION extern NULL deref case (Gregory Bell) [RHEL-110269]
- bpf: copy_verifier_state() should copy 'loop_entry' field (Gregory Bell) [RHEL-110269]
- bpf: Fix array bounds error with may_goto (Gregory Bell) [RHEL-110269]
- selftests/bpf: Select NUMA_NO_NODE to create map (Gregory Bell) [RHEL-110269]
- scsi: sr: Reinstate rotational media flag (Ming Lei) [RHEL-107960]
- rtla/actions: Fix condition for buffer reallocation (Tomas Glozar) [RHEL-113482]
- rtla: Fix buffer overflow in actions_parse (Tomas Glozar) [RHEL-113482]
- rtla/tests: Test timerlat -P option using actions (Tomas Glozar) [RHEL-113415]
- rtla/tests: Add grep checks for base test cases (Tomas Glozar) [RHEL-113415]
- Documentation/rtla: Add actions feature (Tomas Glozar) [RHEL-113482]
- rtla/tests: Limit duration to maximum of 10s (Tomas Glozar) [RHEL-113482]
- rtla/tests: Add tests for actions (Tomas Glozar) [RHEL-113482]
- rtla/tests: Check rtla output with grep (Tomas Glozar) [RHEL-113482]
- rtla/timerlat: Add action on end feature (Tomas Glozar) [RHEL-113482]
- rtla/timerlat: Add continue action (Tomas Glozar) [RHEL-113482]
- rtla/timerlat_bpf: Allow resuming tracing (Tomas Glozar) [RHEL-113482]
- rtla/timerlat: Add action on threshold feature (Tomas Glozar) [RHEL-113482]
- rtla/timerlat: Introduce enum timerlat_tracing_mode (Tomas Glozar) [RHEL-113482]
- Documentation/rtla: Describe exit status (Tomas Glozar) [RHEL-113482]
- rtla: Set distinctive exit value for failed tests (Tomas Glozar) [RHEL-113482]
- rtla: Fix segfault in save_trace_to_file call (Tomas Glozar) [RHEL-113482]
- rtla: Refactor save_trace_to_file (Tomas Glozar) [RHEL-113482]
- scsi: target: core: Generate correct identifiers for PR OUT transport IDs (Maurizio Lombardi) [RHEL-111951 RHEL-96387]
- scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() (Maurizio Lombardi) [RHEL-111951 RHEL-96387]
- scsi: target: Move delayed/ordered tracking to per CPU (Maurizio Lombardi) [RHEL-111951]
- scsi: target: Move I/O path stats to per CPU (Maurizio Lombardi) [RHEL-111951]
- scsi: target: Remove size arguments when calling strscpy() (Maurizio Lombardi) [RHEL-111951]
- drm/amdgpu: Include sdma_4_4_4.bin (Peter Colberg) [RHEL-117568]
- redhat: use new x86/aarch64 signing key (801/804) (Augusto Caringi) [RHEL-116727]
- scsi: mpi3mr: Update driver version to 8.15.0.5.50 (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Fix premature TM timeouts on virtual drives (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Update MPI headers to revision 37 (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Fix I/O failures during controller reset (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Fix controller init failure on fault during queue creation (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speed (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Fix race between config read submit and interrupt completion (Chandrakanth Patil) [RHEL-112803]
- scsi: mpi3mr: Correctly handle ATA device errors (Chandrakanth Patil) [RHEL-112803]
- io_uring/futex: ensure io_futex_wait() cleans up properly on failure (CKI Backport Bot) [RHEL-114336] {CVE-2025-39698}
- NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (CKI Backport Bot) [RHEL-113611] {CVE-2025-39730}
- eventpoll: Fix semi-unbounded recursion (CKI Backport Bot) [RHEL-111050] {CVE-2025-38614}
- ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CKI Backport Bot) [RHEL-114850] {CVE-2025-39751}
- wifi: ath12k: Decrement TID on RX peer frag setup error handling (CKI Backport Bot) [RHEL-114708] {CVE-2025-39761}
- ALSA: usb-audio: Validate UAC3 power domain descriptors, too (Jaroslav Kysela) [RHEL-114691] {CVE-2025-38729}
- ALSA: usb-audio: Fix size validation in convert_chmap_v3() (Jaroslav Kysela) [RHEL-114691]
- ALSA: usb-audio: Validate UAC3 cluster segment descriptors (CKI Backport Bot) [RHEL-114691] {CVE-2025-39757}
- cxgb4: Avoid removal of uninserted tid JIRA: https://issues.redhat.com/browse/RHEL-75571 (Jakub Ramaseuski)
- selftests: tls: add tests for zero-length records (Sabrina Dubroca) [RHEL-114324] {CVE-2025-39682}
- tls: fix handling of zero-length records on the rx_list (Sabrina Dubroca) [RHEL-114324] {CVE-2025-39682}
- redhat/configs: Enable CONFIG_CPUFREQ_ARCH_CUR_FREQ (Jennifer Berringer) [RHEL-19395]
- arm64: Utilize for_each_cpu_wrap for reference lookup (Jennifer Berringer) [RHEL-19395]
- arm64: Update AMU-based freq scale factor on entering idle (Jennifer Berringer) [RHEL-19395]
- arm64: Provide an AMU-based version of arch_freq_get_on_cpu (Jennifer Berringer) [RHEL-19395]
- cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (Jennifer Berringer) [RHEL-19395]
- cpufreq: Allow arch_freq_get_on_cpu to return an error (Jennifer Berringer) [RHEL-19395]
- arch_topology: init capacity_freq_ref to 0 (Jennifer Berringer) [RHEL-19395]
- arm64: amu: Delay allocating cpumask for AMU FIE support (Jennifer Berringer) [RHEL-19395]
Resolves: RHEL-107189, RHEL-107923, RHEL-107960, RHEL-110269, RHEL-111951, RHEL-113415, RHEL-113482, RHEL-113838, RHEL-114273, RHEL-114295, RHEL-115626, RHEL-115627, RHEL-115646, RHEL-115647, RHEL-117497, RHEL-117508, RHEL-118146, RHEL-118182, RHEL-118255, RHEL-96387

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-10-15 05:06:36 -04:00
CKI KWF Bot
4f57265384 kernel-5.14.0-624.el9
* Thu Oct 09 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-624.el9]
- x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs (David Arcari) [RHEL-118965]
- fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters (David Arcari) [RHEL-118965]
- resctrl: get rid of pointless debugfs_file_{get,put}() (David Arcari) [RHEL-118965]
- x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem (David Arcari) [RHEL-118965]
- fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex (David Arcari) [RHEL-118965]
- x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl (David Arcari) [RHEL-118965]
- selftests/resctrl: Discover SNC kernel support and adjust messages (David Arcari) [RHEL-118965]
- selftests/resctrl: Adjust effective L3 cache size with SNC enabled (David Arcari) [RHEL-118965]
- selftests/resctrl: Replace magic constants used as array size (David Arcari) [RHEL-118965]
- selftests/resctrl: Keep results from first test run (David Arcari) [RHEL-118965]
- selftests/resctrl: Do not compare performance counters and resctrl at low bandwidth (David Arcari) [RHEL-118965]
- selftests/resctrl: Use cache size to determine "fill_buf" buffer size (David Arcari) [RHEL-118965]
- selftests/resctrl: Ensure measurements skip initialization of default benchmark (David Arcari) [RHEL-118965]
- selftests/resctrl: Make benchmark parameter passing robust (David Arcari) [RHEL-118965]
- selftests/resctrl: Remove unused measurement code (David Arcari) [RHEL-118965]
- selftests/resctrl: Only support measured read operation (David Arcari) [RHEL-118965]
- selftests/resctrl: Remove "once" parameter required to be false (David Arcari) [RHEL-118965]
- selftests/resctrl: Make wraparound handling obvious (David Arcari) [RHEL-118965]
- selftests/resctrl: Protect against array overflow when reading strings (David Arcari) [RHEL-118965]
- selftests/resctrl: Protect against array overrun during iMC config parsing (David Arcari) [RHEL-118965]
- selftests/resctrl: Fix memory overflow due to unhandled wraparound (David Arcari) [RHEL-118965]
- selftests/resctrl: Print accurate buffer size as part of MBM results (David Arcari) [RHEL-118965]
- selftests/resctrl: Make functions only used in same file static (David Arcari) [RHEL-118965]
- x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.h (David Arcari) [RHEL-118965]
- x86/resctrl: Move enum resctrl_event_id to resctrl.h (David Arcari) [RHEL-118965]
- x86/resctrl: Always initialise rid field in rdt_resources_all[] (David Arcari) [RHEL-118965]
- x86/resctrl: Relax some asm #includes (David Arcari) [RHEL-118965]
- x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() (David Arcari) [RHEL-118965]
- x86/resctrl: Squelch whitespace anomalies in resctrl core code (David Arcari) [RHEL-118965]
- x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl (David Arcari) [RHEL-118965]
- fs/resctrl: Add boiler plate for external resctrl code (David Arcari) [RHEL-118965]
- x86/resctrl: Split trace.h (David Arcari) [RHEL-118965]
- x86/resctrl: Expand the width of domid by replacing mon_data_bits (David Arcari) [RHEL-118965]
- x86/resctrl: Add end-marker to the resctrl_event_id enum (David Arcari) [RHEL-118965]
- x86/resctrl: Move is_mba_sc() out of core.c (David Arcari) [RHEL-118965]
- x86/resctrl: Drop __init/__exit on assorted symbols (David Arcari) [RHEL-118965]
- x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point (David Arcari) [RHEL-118965]
- x86/resctrl: Check all domains are offline in resctrl_exit() (David Arcari) [RHEL-118965]
- x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" (David Arcari) [RHEL-118965]
- x86/resctrl: Remove the limit on the number of CLOSID (David Arcari) [RHEL-118965]
- x86/resctrl: Optimize cpumask_any_housekeeping() (David Arcari) [RHEL-118965]
- cpumask: Relax cpumask_any_but() (David Arcari) [RHEL-118965]
- cpumask: Add cpumask_{first,next}_andnot() API (David Arcari) [RHEL-118965]
- find: Add find_first_andnot_bit() (David Arcari) [RHEL-118965]
- x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name (David Arcari) [RHEL-118965]
- x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers (David Arcari) [RHEL-118965]
- x86/resctrl: Move get_config_index() to a header (David Arcari) [RHEL-118965]
- x86/resctrl: Handle throttle_mode for SMBA resources (David Arcari) [RHEL-118965]
- x86/resctrl: Move RFTYPE flags to be managed by resctrl (David Arcari) [RHEL-118965]
- x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr (David Arcari) [RHEL-118965]
- x86/resctrl: Make prefetch_disable_bits belong to the arch code (David Arcari) [RHEL-118965]
- x86/resctrl: Allow an architecture to disable pseudo lock (David Arcari) [RHEL-118965]
- x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions (David Arcari) [RHEL-118965]
- x86/resctrl: Move mbm_cfg_mask to struct rdt_resource (David Arcari) [RHEL-118965]
- x86/resctrl: Move mba_mbps_default_event init to filesystem code (David Arcari) [RHEL-118965]
- x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers (David Arcari) [RHEL-118965]
- x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC (David Arcari) [RHEL-118965]
- x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h (David Arcari) [RHEL-118965]
- x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers (David Arcari) [RHEL-118965]
- x86/resctrl: Move monitor init work to a resctrl init call (David Arcari) [RHEL-118965]
- x86/resctrl: Move monitor exit work to a resctrl exit call (David Arcari) [RHEL-118965]
- x86/resctrl: Add an arch helper to reset one resource (David Arcari) [RHEL-118965]
- x86/resctrl: Move resctrl types to a separate header (David Arcari) [RHEL-118965]
- x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code (David Arcari) [RHEL-118965]
- x86/resctrl: Expose resctrl fs's init function to the rest of the kernel (David Arcari) [RHEL-118965]
- x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid() (David Arcari) [RHEL-118965]
- x86/resctrl: Add helper for setting CPU default properties (David Arcari) [RHEL-118965]
- x86/resctrl: Generate default_ctrl instead of sharing it (David Arcari) [RHEL-118965]
- x86/resctrl: Add max_bw to struct resctrl_membw (David Arcari) [RHEL-118965]
- x86/resctrl: Remove data_width and the tabular format (David Arcari) [RHEL-118965]
- x86/resctrl: Use schema type to determine the schema format string (David Arcari) [RHEL-118965]
- x86/resctrl: Use schema type to determine how to parse schema values (David Arcari) [RHEL-118965]
- x86/resctrl: Remove fflags from struct rdt_resource (David Arcari) [RHEL-118965]
- x86/resctrl: Add a helper to avoid reaching into the arch code resource list (David Arcari) [RHEL-118965]
- x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (David Arcari) [RHEL-118965]
- kernfs: Move dput() outside of the RCU section. (David Arcari) [RHEL-118965]
- kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked(). (David Arcari) [RHEL-118965]
- kernfs: Use RCU to access kernfs_node::name. (David Arcari) [RHEL-118965]
- kernfs: Use RCU to access kernfs_node::parent. (David Arcari) [RHEL-118965]
- kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir(). (David Arcari) [RHEL-118965]
- kernfs: Acquire kernfs_rwsem in kernfs_node_dentry(). (David Arcari) [RHEL-118965]
- kernfs: mount: Remove unnecessary ‘NULL’ values from knparent (David Arcari) [RHEL-118965]
- kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry(). (David Arcari) [RHEL-118965]
- kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn(). (David Arcari) [RHEL-118965]
- kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id() (David Arcari) [RHEL-118965]
- x86/resctrl: Document the new "mba_MBps_event" file (David Arcari) [RHEL-118965]
- x86/resctrl: Add write option to "mba_MBps_event" file (David Arcari) [RHEL-118965]
- x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories (David Arcari) [RHEL-118965]
- x86/resctrl: Make mba_sc use total bandwidth if local is not supported (David Arcari) [RHEL-118965]
- x86/resctrl: Compute memory bandwidth for all supported events (David Arcari) [RHEL-118965]
- x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event (David Arcari) [RHEL-118965]
- x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control (David Arcari) [RHEL-118965]
- x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags (David Arcari) [RHEL-118965]
- x86/resctrl: Use kthread_run_on_cpu() (David Arcari) [RHEL-118965]
- x86/resctrl: Support Sub-NUMA cluster mode SNC6 (David Arcari) [RHEL-118965]
- x86/resctrl: Slightly clean-up mbm_config_show() (David Arcari) [RHEL-118965]
- x86/resctrl: Annotate get_mem_config() functions as __init (David Arcari) [RHEL-118965]
- finally take no_llseek out [partial] (David Arcari) [RHEL-118965]
- x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS (David Arcari) [RHEL-118444]
- x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET() facility (David Arcari) [RHEL-118444]
- x86/msr: Standardize on u64 in <asm/msr.h> (David Arcari) [RHEL-118444]
- x86/mce: use is_copy_from_user() to determine copy-from-user context (David Arcari) [RHEL-118444]
- x86/mce/threshold: Remove the redundant this_cpu_dec_return() (David Arcari) [RHEL-118444]
- x86/mce/mcelog: Use xchg() to get and clear the flags (David Arcari) [RHEL-118444]
- finally take no_llseek out [partial] (David Arcari) [RHEL-118444]
- treewide: Fix wrong singular form of jiffies in comments [partial] (David Arcari) [RHEL-118444]
- x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (David Arcari) [RHEL-118444]
- x86/mce/amd: Fix threshold limit reset (David Arcari) [RHEL-118444]
- x86/mce/amd: Add default names for MCA banks and blocks (David Arcari) [RHEL-118444]
- x86/mce: Ensure user polling settings are honored when restarting timer (David Arcari) [RHEL-118444]
- x86/mce: Don't remove sysfs if thresholding sysfs init fails (David Arcari) [RHEL-118444]
- x86/mce/inject: Remove call to mce_notify_irq() (David Arcari) [RHEL-118444]
- x86/mce/amd: Remove shared threshold bank plumbing (David Arcari) [RHEL-118444]
- x86/mce: Remove the redundant mce_hygon_feature_init() (David Arcari) [RHEL-118444]
- x86/mce: Convert family/model mixed checks to VFM-based checks (David Arcari) [RHEL-118444]
- x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic IFM references (David Arcari) [RHEL-118444]
- x86/mce: Break up __mcheck_cpu_apply_quirks() (David Arcari) [RHEL-118444]
- x86/mce: Make four functions return bool (David Arcari) [RHEL-118444]
- x86/mce: Make several functions return bool (David Arcari) [RHEL-118444]
- x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff (David Arcari) [RHEL-118444]
- x86/mce: Remove unused variable and return value in machine_check_poll() (David Arcari) [RHEL-118444]
- x86/mce: Switch to new Intel CPU model defines (David Arcari) [RHEL-118444]
- x86/mce: Make mce_subsys const (David Arcari) [RHEL-118444]
- x86/mce: Handle Intel threshold interrupt storms (David Arcari) [RHEL-118444]
- x86/mce: Add per-bank CMCI storm mitigation (David Arcari) [RHEL-118444]
- x86/mce: Remove old CMCI storm mitigation code (David Arcari) [RHEL-118444]
- netfilter: ipset: fix region locking in hash types (CKI Backport Bot) [RHEL-115637]
- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-115652]
- tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-115652]
- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-115652]
- tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-115652]
- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-115652]
- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-115652]
- tcp: add tcp_rto_max_ms sysctl (Antoine Tenart) [RHEL-115191]
- tcp: add the ability to control max RTO (Antoine Tenart) [RHEL-115191]
- tcp: use tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191]
- tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (Antoine Tenart) [RHEL-115191]
- tcp: remove tcp_reset_xmit_timer() @max_when argument (Antoine Tenart) [RHEL-115191]
- book3s64/hash: Remove kfence support temporarily (Mamatha Inamdar) [RHEL-114396]
- padata: Reset next CPU when reorder sequence wraps around (Herbert Xu) [RHEL-39495]
- padata: Remove comment for reorder_work (Herbert Xu) [RHEL-39495]
- padata: Fix pd UAF once and for all (Herbert Xu) [RHEL-39495]
- padata: do not leak refcount in reorder_work (Herbert Xu) [RHEL-39495]
Resolves: RHEL-114396, RHEL-115191, RHEL-115637, RHEL-115652, RHEL-118444, RHEL-118965, RHEL-39495

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-09 15:57:16 +00:00
CKI KWF Bot
6b5a8e2cfb kernel-5.14.0-623.el9
* Wed Oct 08 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-623.el9]
- crypto: seqiv - Handle EBUSY correctly (CKI Backport Bot) [RHEL-117236] {CVE-2023-53373}
- ice: fix Rx page leak on multi-buffer frames (Petr Oros) [RHEL-116541]
- EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMs (Joel Savitz) [RHEL-101167]
Resolves: RHEL-101167, RHEL-116541, RHEL-117236

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-08 00:28:07 +00:00
CKI KWF Bot
8501b749ce kernel-5.14.0-622.el9
* Thu Oct 02 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-622.el9]
- ppp: fix memory leak in pad_compress_skb (Guillaume Nault) [RHEL-115633]
- pptp: fix pptp_xmit() error path (Guillaume Nault) [RHEL-115633]
- pptp: ensure minimal skb length in pptp_xmit() (Guillaume Nault) [RHEL-115633]
- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). (Guillaume Nault) [RHEL-115623]
- x86/boot/compressed: Remove unused header includes from kaslr.c (Ricardo Robaina) [RHEL-110658]
- x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h> (Ricardo Robaina) [RHEL-110658]
Resolves: RHEL-110658, RHEL-115623, RHEL-115633

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-10-02 00:31:58 +00:00
CKI KWF Bot
9f90e9256e kernel-5.14.0-621.el9
* Tue Sep 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-621.el9]
- platform/x86: ideapad-laptop: pass a correct pointer to the driver data (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Avoid initializing on non-ACPI platforms (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Use device managed allocations (David Arcari) [RHEL-105420]
- drivers/platform/x86/amd: pmf: Check for invalid Smart PC Policies (David Arcari) [RHEL-105420]
- drivers/platform/x86/amd: pmf: Check for invalid sideloaded Smart PC Policies (David Arcari) [RHEL-105420]
- platform/x86: amd: pmf: Fix STT limits (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: convert timeouts to secs_to_jiffies() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Fix missing hidden options for Smart PC (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Propagate PMF-TA return codes (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add balanced-performance to hidden choices (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add 'quiet' to hidden choices (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Initialize and clean up `cb_mutex` (David Arcari) [RHEL-105420]
- ACPI: platform-profile: Fix CFI violation when accessing sysfs files (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add support for hidden choices (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Fix memory leak in profile_class_is_visible() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Improve platform_profile_unregister() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add a prefix to log messages (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add documentation (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Clean platform_profile_handler (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move platform_profile_handler (David Arcari) [RHEL-105420]
- platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Remove platform_profile_handler from exported symbols (David Arcari) [RHEL-105420]
- platform/x86: thinkpad_acpi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: hp-wmi: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: ideapad-laptop: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/surface: surface_platform_profile: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- platform/x86: amd: pmf: sps: Use devm_platform_profile_register() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add `probe` to platform_profile_ops (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add `ops` member to handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Remove platform_profile_handler from callbacks (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Let drivers set drvdata to the class device (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver (David Arcari) [RHEL-105420]
- HID: amd_sfh: Fix SRA sensor when it's the only sensor (David Arcari) [RHEL-105420]
- HID: amd_sfh: Add support to export device operating states (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Switch to guard(mutex) (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Drop all quirks (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Replace *class_dev member with class_dev (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add devm_platform_profile_register() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Allow multiple handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Notify class device from platform_profile_notify() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Check all profile handler to calculate next (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Make sure all profile handlers agree on profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add concept of a "custom" profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Only show profiles common for all handlers (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Notify change events on register and unregister (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add profile attribute for class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add choices attribute for class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add name attribute to class interface (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Create class for ACPI platform profile (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Use `scoped_cond_guard` (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Use guard(mutex) for register/unregister (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move matching string for new profile out of mutex (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Move sanity check out of the mutex (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Pass the profile handler into platform_profile_notify() (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add platform handler argument to platform_profile_remove() (David Arcari) [RHEL-105420]
- ACPI: add missing MODULE_DESCRIPTION() macros (David Arcari) [RHEL-105420]
- ACPI: platform_profile: Add device pointer into platform profile handler (David Arcari) [RHEL-105420]
- ACPI: platform-profile: Add a name member to handlers (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for TUF Gaming A14 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Make ASUS GA403 quirk generic (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Update SMU metrics table for 1AH family series (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add support for notifying Smart PC Solution updates (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Add new ACPI ID AMDI0107 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for ROG Ally X (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use existing input event codes to update system states (David Arcari) [RHEL-105420]
- platform/x86/amd/pmf: Use memdup_user() (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add new ACPI ID AMDI0105 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14 (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Add infrastructure for quirking supported funcs (David Arcari) [RHEL-105420]
- platform/x86/amd: pmf: Decrease error message to debug (David Arcari) [RHEL-105420]
- powercap: Switch to use hrtimer_setup() (David Arcari) [RHEL-111365]
- PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL (David Arcari) [RHEL-111365]
- powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed (David Arcari) [RHEL-111365]
- powercap: intel_rapl_msr: Add PL4 support for Panther Lake (David Arcari) [RHEL-111365]
- powercap: intel_rapl: Add support for Bartlett Lake platform (David Arcari) [RHEL-111365]
- kernel.spec: replace '=' with space in argument of kernel-install (Li Tian) [RHEL-114361]
- net/mlx5: Not returning mlx5_link_info table when speed is unknown (Li Tian) [RHEL-114363]
- arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS (Jerome Marchand) [RHEL-101598]
- ftrace: Remove unused global 'ftrace_direct_func_count' (Jerome Marchand) [RHEL-101598]
- ftrace: Remove unused list 'ftrace_direct_funcs' (Jerome Marchand) [RHEL-101598]
- tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef (Jerome Marchand) [RHEL-101598]
- ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default (Jerome Marchand) [RHEL-101598]
- samples: ftrace: Replace bti assembly with hint for older compiler (Jerome Marchand) [RHEL-101598]
- arm64: avoid executing padding bytes during kexec / hibernation (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Add direct call trampoline samples support (Jerome Marchand) [RHEL-101598]
- samples: ftrace: Save required argument registers in sample trampolines (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Simplify get_ftrace_plt (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Add direct call support (Jerome Marchand) [RHEL-101598]
- ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS (Jerome Marchand) [RHEL-101598]
- ftrace: Store direct called addresses in their ops (Jerome Marchand) [RHEL-101598]
- ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs (Jerome Marchand) [RHEL-101598]
- ftrace: Remove the legacy _ftrace_direct API (Jerome Marchand) [RHEL-101598]
- ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi (Jerome Marchand) [RHEL-101598]
- ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter() (Jerome Marchand) [RHEL-101598]
- arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: Update stale comment (Jerome Marchand) [RHEL-101598]
- arm64: Extend support for CONFIG_FUNCTION_ALIGNMENT (Jerome Marchand) [RHEL-101598]
- Compiler attributes: GCC cold function alignment workarounds (Jerome Marchand) [RHEL-101598]
- ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS (Jerome Marchand) [RHEL-101598]
- ftrace: arm64: remove static ftrace (Jerome Marchand) [RHEL-101598]
- ftrace: arm64: move from REGS to ARGS (Jerome Marchand) [RHEL-101598]
- ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses (Jerome Marchand) [RHEL-101598]
- ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instruction_pointer() (Jerome Marchand) [RHEL-101598]
- ftrace: pass fregs to arch_ftrace_set_direct_caller() (Jerome Marchand) [RHEL-101598]
- arm64: ftrace: remove redundant label (Jerome Marchand) [RHEL-101598]
- arm64/ftrace: Make function graph use ftrace directly (Jerome Marchand) [RHEL-101598]
- arm64: Improve HAVE_DYNAMIC_FTRACE_WITH_REGS selection for clang (Jerome Marchand) [RHEL-101598]
- tracing: Use linker magic instead of recasting ftrace_ops_list_func() (Jerome Marchand) [RHEL-101598]
- ice: fix NULL access of tx->in_use in ice_ll_ts_intr (Petr Oros) [RHEL-84608]
- ice: fix NULL access of tx->in_use in ice_ptp_ts_irq (Petr Oros) [RHEL-84608]
- platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Drop SMU F/W match for Cezanne (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list (David Arcari) [RHEL-102860]
- Move FCH header to a location accessible by all archs (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Clear metrics table at start of cycle (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO Wujie 14XA (GX4HRXL) (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Require at least 2.5 seconds between HW sleep cycles (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: fix leak in probe() (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Use managed APIs for mutex (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Remove unnecessary line breaks (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move macros and structures to the PMC header file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Notify user when platform does not support s0ix transition (David Arcari) [RHEL-102860]
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Use guard(mutex) (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add STB support for AMD Desktop variants (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update IP information structure for newer SoCs (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Use ARRAY_SIZE() to fill num_ips information (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Isolate STB code changes to a new file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Define enum for S2D/PMC msg_port and add helper function (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Update function names to align with new STB file (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move STB functionality to a new file for better code organization (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init() (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Extend support for PMC features on new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Send OS_HINT command for new AMD platform (David Arcari) [RHEL-102860]
- platform/x86/amd: pmc: Add new ACPI ID AMDI000B (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Fix implicit declaration error on i386 (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (David Arcari) [RHEL-102860]
- platform/x86/amd/pmc: Add AMD MP2 STB functionality (David Arcari) [RHEL-102860]
- redhat/configs: enable CONFIG_AMD_MP2_STB (David Arcari) [RHEL-102860]
- RAS/AMD/FMPM: Get masked address (Aristeu Rozanski) [RHEL-87600]
- RAS/AMD/ATL: Include row[13] bit in row retirement (Aristeu Rozanski) [RHEL-87600]
- power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint (Mark Langsdorf) [RHEL-36251]
Resolves: RHEL-101598, RHEL-102860, RHEL-105420, RHEL-111365, RHEL-114361, RHEL-114363, RHEL-36251, RHEL-84608, RHEL-87600

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-30 06:56:19 +00:00
CKI KWF Bot
7acd5d2710 kernel-5.14.0-620.el9
* Fri Sep 26 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-620.el9]
- use uniform permission checks for all mount propagation changes (Ian Kent) [RHEL-107304] {CVE-2025-38498}
- do_change_type(): refuse to operate on unmounted/not ours mounts (Ian Kent) [RHEL-107304] {CVE-2025-38498}
- selftests: netfilter: skip br_netfilter queue tests if kernel is tainted (Waiman Long) [RHEL-107520]
- fhandle: do_handle_open() should get FD with user flags (Waiman Long) [RHEL-107520]
- Documentation/sysctl: coredump: add %%F for pidfd number (Waiman Long) [RHEL-107520]
- pidfs: never refuse ppid == 0 in PIDFD_GET_INFO (Waiman Long) [RHEL-107520]
- fs/fhandle.c: fix a race in call of has_locked_children() (Waiman Long) [RHEL-107520] {CVE-2025-38306}
- coredump: hand a pidfd to the usermode coredump helper (Waiman Long) [RHEL-107520]
- coredump: fix error handling for replace_fd() (Waiman Long) [RHEL-107520]
- pidfs: move O_RDWR into pidfs_alloc_file() (Waiman Long) [RHEL-107520]
- pidfs/selftests: ensure correct headers for ioctl handling (Waiman Long) [RHEL-107520]
- selftests/pidfd: fix header inclusion (Waiman Long) [RHEL-107520]
- pidfs: improve ioctl handling (Waiman Long) [RHEL-107520]
- selftests: remove unneeded include (Waiman Long) [RHEL-107520]
- pidfs: allow bind-mounts (Waiman Long) [RHEL-107520]
- pidfs: lookup pid through rbtree (Waiman Long) [RHEL-107520]
- pidfs: check for valid ioctl commands (Waiman Long) [RHEL-107520]
- pidfs: implement file handle support (Waiman Long) [RHEL-107520]
- exportfs: add permission method (Waiman Long) [RHEL-107520]
- fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh() (Waiman Long) [RHEL-107520]
- exportfs: add open method (Waiman Long) [RHEL-107520]
- fhandle: simplify error handling (Waiman Long) [RHEL-107520]
- pseudofs: add support for export_ops (Waiman Long) [RHEL-107520]
- pidfs: support FS_IOC_GETVERSION (Waiman Long) [RHEL-107520]
- pidfs: remove 32bit inode number handling (Waiman Long) [RHEL-107520]
- pidfs: rework inode number allocation (Waiman Long) [RHEL-107520]
- fs: fix is_mnt_ns_file() (Waiman Long) [RHEL-107520]
- pidfd: add ioctl to retrieve pid info (Waiman Long) [RHEL-107520]
- pidfs: check for valid pid namespace (Waiman Long) [RHEL-107520]
- rbtree: provide rb_find_rcu() / rb_find_add_rcu() (Waiman Long) [RHEL-107520]
- file: add fput() cleanup helper (Waiman Long) [RHEL-107520]
- libfs: fix get_stashed_dentry() (Waiman Long) [RHEL-107520] {CVE-2024-46801}
- pidfs: add selftests for new namespace ioctls (Waiman Long) [RHEL-107520]
- pidfs: handle kernels without namespaces cleanly (Waiman Long) [RHEL-107520]
- pidfs: when time ns disabled add check for ioctl (Waiman Long) [RHEL-107520]
- pidfs: allow retrieval of namespace file descriptors (Waiman Long) [RHEL-107520]
- nsfs: add open_namespace() (Waiman Long) [RHEL-107520]
- nsproxy: add helper to go from arbitrary namespace to ns_common (Waiman Long) [RHEL-107520]
- nsproxy: add a cleanup helper for nsproxy (Waiman Long) [RHEL-107520]
- file: add take_fd() cleanup helper (Waiman Long) [RHEL-107520]
- path: add cleanup helper (Waiman Long) [RHEL-107520]
- fhandle: relax open_by_handle_at() permission checks (Waiman Long) [RHEL-107520]
- fs/pidfs: make 'lsof' happy with our inode changes (Waiman Long) [RHEL-107520]
- selftests: pidfd: ksft_exit functions do not return (Waiman Long) [RHEL-107520]
- fs: Annotate struct file_handle with __counted_by() and use struct_size() (Waiman Long) [RHEL-107520]
- selftests/pidfd: Fix wrong expectation (Waiman Long) [RHEL-107520]
- selftests/pidfd: Fix config for pidfd_setns_test (Waiman Long) [RHEL-107520]
- pidfs: remove config option (Waiman Long) [RHEL-107520]
- libfs: improve path_from_stashed() (Waiman Long) [RHEL-107520]
- libfs: add stashed_dentry_prune() (Waiman Long) [RHEL-107520]
- libfs: improve path_from_stashed() helper (Waiman Long) [RHEL-107520]
- pidfs: convert to path_from_stashed() helper (Waiman Long) [RHEL-107520]
- nsfs: convert to path_from_stashed() helper (Waiman Long) [RHEL-107520]
- libfs: add path_from_stashed() (Waiman Long) [RHEL-107520]
- pidfd: add pidfs (Waiman Long) [RHEL-107520]
- pidfd: move struct pidfd_fops (Waiman Long) [RHEL-107520]
- pidfd: allow to override signal scope in pidfd_send_signal() (Waiman Long) [RHEL-107520]
- pidfd: change pidfd_send_signal() to respect PIDFD_THREAD (Waiman Long) [RHEL-107520]
- signal: fill in si_code in prepare_kill_siginfo() (Waiman Long) [RHEL-107520]
- selftests: add ESRCH tests for pidfd_getfd() (Waiman Long) [RHEL-107520]
- pidfd: getfd should always report ESRCH if a task is exiting (Waiman Long) [RHEL-107520]
- pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD together (Waiman Long) [RHEL-107520]
- pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN)) (Waiman Long) [RHEL-107520]
- pid: kill the obsolete PIDTYPE_PID code in transfer_pid() (Waiman Long) [RHEL-107520]
- pidfd: kill the no longer needed do_notify_pidfd() in de_thread() (Waiman Long) [RHEL-107520]
- pidfd_poll: report POLLHUP when pid_task() == NULL (Waiman Long) [RHEL-107520]
- pidfd: implement PIDFD_THREAD flag for pidfd_open() (Waiman Long) [RHEL-107520]
- pidfd: don't do_notify_pidfd() if !thread_group_empty() (Waiman Long) [RHEL-107520]
- pidfd: cleanup the usage of __pidfd_prepare's flags (Waiman Long) [RHEL-107520]
- fork: Using clone_flags for legacy clone check (Waiman Long) [RHEL-107520]
- __kill_pgrp_info: simplify the calculation of return value (Waiman Long) [RHEL-107520]
- selftests/pidfd: Fix ksft print formats (Waiman Long) [RHEL-107520]
- fs: convert core infrastructure to new timestamp accessors (Waiman Long) [RHEL-107520]
- fs: new accessor methods for atime and mtime (Waiman Long) [RHEL-107520]
- nsproxy: Convert nsproxy.count to refcount_t (Waiman Long) [RHEL-107520]
- kernfs: convert to ctime accessor functions (Waiman Long) [RHEL-107520]
- selftest: pidfd: Omit long and repeating outputs (Waiman Long) [RHEL-107520]
- convert setns(2) to fdget()/fdput() (Waiman Long) [RHEL-107520]
- fs: consolidate duplicate dt_type helpers (Waiman Long) [RHEL-107520]
- Update relatime comments to include equality (Waiman Long) [RHEL-107520]
- fork: use pidfd_prepare() (Waiman Long) [RHEL-107520]
- pid: add pidfd_prepare() (Waiman Long) [RHEL-107520]
- fork: allow CLONE_NEWTIME in clone3 flags (Waiman Long) [RHEL-107520]
- selftests: pidfd: Fix incorrect kernel headers search path (Waiman Long) [RHEL-107520]
- core_pattern: add CPU specifier (Waiman Long) [RHEL-107520]
- selftests/pidfd_test: Remove the erroneous ',' (Waiman Long) [RHEL-107520]
- selftests: pidfd: Fix compling warnings (Waiman Long) [RHEL-107520]
- ksefltests: pidfd: Fix wait_states: Test terminated by timeout (Waiman Long) [RHEL-107520]
- fork: remove duplicate included header files (Waiman Long) [RHEL-107520]
- signal: Drop signals received after a fatal signal has been processed (Waiman Long) [RHEL-107520]
- signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exit (Waiman Long) [RHEL-107520]
- signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exit (Waiman Long) [RHEL-107520]
- dynamic_dname(): drop unused dentry argument (Waiman Long) [RHEL-107520]
- fork: Explicitly set PF_KTHREAD (Waiman Long) [RHEL-107520]
- selftests: fix an unused variable warning in pidfd selftest (Waiman Long) [RHEL-107520]
- selftests: fixup build warnings in pidfd / clone3 tests (Waiman Long) [RHEL-107520]
- pidfd: fix test failure due to stack overflow on some arches (Waiman Long) [RHEL-107520]
- kernel/fork.c: unshare(): use swap() to make code cleaner (Waiman Long) [RHEL-107520]
- kernel/fork.c: unexport get_{mm,task}_exe_file (Waiman Long) [RHEL-107520]
- kernel/pid.c: implement additional checks upon pidfd_create() parameters (Waiman Long) [RHEL-107520]
- arm64: debug: remove debug exception registration infrastructure (Luis Claudio R. Goncalves) [RHEL-65658]
- trap: cleanup trap_init() (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: split bkpt32 exception entry (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: split brk64 exception entry (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: split hardware watchpoint exception entry (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: split single stepping exception entry (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: refactor reinstall_suspended_bps() (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: split hardware breakpoint exception entry (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: entry: Add entry and exit functions for debug exceptions (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: remove break/step handler registration infrastructure (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: call step handlers statically (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: call software breakpoint handlers statically (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: kretprobes: acquire the regs via a BRK exception (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: kprobes: Return DBG_HOOK_ERROR if kprobes can not handle a BRK (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: Return early when break handler is found on linked-list (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: refactor aarch32_break_handler() (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: debug: clean up single_step_handler logic (Luis Claudio R. Goncalves) [RHEL-65658]
- arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (Jeremy Linton) [RHEL-108306]
- arm64: errata: Expand speculative SSBS workaround once more (Jeremy Linton) [RHEL-108306]
- arm64: errata: Expand speculative SSBS workaround (again) (Jeremy Linton) [RHEL-108306]
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Jeremy Linton) [RHEL-108306]
- arm64: cputype: Add Neoverse-N3 definitions (Jeremy Linton) [RHEL-108306]
- arm64: cputype: Add Cortex-A725 definitions (Jeremy Linton) [RHEL-108306]
- arm64: cputype: Add Cortex-X1C definitions (Jeremy Linton) [RHEL-108306]
- EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh (Joel Savitz) [RHEL-102251]
Resolves: RHEL-102251, RHEL-107304, RHEL-107520, RHEL-108306, RHEL-65658

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-26 00:30:05 +00:00
CKI KWF Bot
c646c5d045 kernel-5.14.0-619.el9
* Tue Sep 23 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-619.el9]
- platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID (David Arcari) [RHEL-110754]
- io_uring/futex: ensure io_futex_wait() cleans up properly on failure (CKI Backport Bot) [RHEL-114337] {CVE-2025-39698}
- bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ (Viktor Malik) [RHEL-100278]
- mm/memory-tier: fix abstract distance calculation overflow (Rafael Aquini) [RHEL-109448]
Resolves: RHEL-100278, RHEL-109448, RHEL-110754, RHEL-114337

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-23 12:24:57 +00:00
CKI KWF Bot
ebd7b852c2 kernel-5.14.0-618.el9
* Sat Sep 20 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-618.el9]
- x86/hyperv: Fix kdump on Azure CVMs (Vitaly Kuznetsov) [RHEL-70228]
- hv_netvsc: Fix panic during namespace deletion with VF (Maxim Levitsky) [RHEL-109583]
- RDMA/mana_ib: add support of multiple ports (Maxim Levitsky) [RHEL-109583]
- RDMA/mana_ib: add additional port counters (Maxim Levitsky) [RHEL-109583]
- RDMA/mana_ib: Fix DSCP value in modify QP (Maxim Levitsky) [RHEL-109583]
- net: mana: fix spelling for mana_gd_deregiser_irq() (Maxim Levitsky) [RHEL-109583]
- net: mana: Handle Reset Request from MANA NIC (Maxim Levitsky) [RHEL-109583]
- net: mana: Set tx_packets to post gso processing packet count (Maxim Levitsky) [RHEL-109583]
- net: mana: Handle unsupported HWC commands (Maxim Levitsky) [RHEL-109583]
- net: mana: Allocate MSI-X vectors dynamically (Maxim Levitsky) [RHEL-109583]
- net: mana: Allow irq_setup() to skip cpus for affinity (Maxim Levitsky) [RHEL-109583]
- net: mana: explain irq_setup() algorithm (Maxim Levitsky) [RHEL-109583]
- PCI: hv: Allow dynamic MSI-X vector allocation (Maxim Levitsky) [RHEL-109583]
- PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations (Maxim Levitsky) [RHEL-109583]
- net: mana: Add handler for hardware servicing events (Maxim Levitsky) [RHEL-109583]
- RDMA/mana_ib: Add device statistics support (Maxim Levitsky) [RHEL-109583]
- net: mana: Expose additional hardware counters for drop and TC via ethtool. (Maxim Levitsky) [RHEL-109583]
- net: mana: Fix warnings for missing export.h header inclusion (Maxim Levitsky) [RHEL-109583]
- net: mana: Record doorbell physical address in PF mode (Maxim Levitsky) [RHEL-109583]
- tunnels: reset the GSO metadata before reusing the skb (Antoine Tenart) [RHEL-101033]
- watchdog/hpwdt: Support Suspend and Resume (Joseph Szczypek) [RHEL-104148]
- watchdog/hpwdt: Remove unused variable (Joseph Szczypek) [RHEL-104148]
- watchdog/hpwdt: Remove redundant test. (Joseph Szczypek) [RHEL-104148]
- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO (Joseph Szczypek) [RHEL-104148]
- NFSv4/flexfiles: Fix layout merge mirror check. (Benjamin Coddington) [RHEL-108616]
- NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server (Benjamin Coddington) [RHEL-108616]
- NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supported (Benjamin Coddington) [RHEL-108616]
- NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set (Benjamin Coddington) [RHEL-108616]
- NFS: Fix a race when updating an existing write (Benjamin Coddington) [RHEL-108616]
- flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read (Benjamin Coddington) [RHEL-108616]
- SUNRPC: call xs_sock_process_cmsg for all cmsg (Benjamin Coddington) [RHEL-108616]
- NFSv4: Don't clear capabilities that won't be reset (Benjamin Coddington) [RHEL-108616]
- sunrpc: fix handling of server side tls alerts (Benjamin Coddington) [RHEL-108616]
- NFS: Fix the setting of capabilities when automounting a new filesystem (Benjamin Coddington) [RHEL-108616]
- sunrpc: fix client side handling of tls alerts (Benjamin Coddington) [RHEL-108616]
- NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() (Benjamin Coddington) [RHEL-108616]
- pNFS/flexfiles: don't attempt pnfs on fatal DS errors (Benjamin Coddington) [RHEL-108616]
- NFSD: detect mismatch of file handle and delegation stateid in OPEN op (Benjamin Coddington) [RHEL-108616]
- nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() (Benjamin Coddington) [RHEL-108616]
- NFSv4/flexfiles: Fix handling of NFS level errors in I/O (Benjamin Coddington) [RHEL-108616]
- flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSes (Benjamin Coddington) [RHEL-108616]
- nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails. (Benjamin Coddington) [RHEL-108616]
- nfsd: use threads array as-is in netlink interface (Benjamin Coddington) [RHEL-108616]
- SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls (Benjamin Coddington) [RHEL-108616]
- nfs: ignore SB_RDONLY when remounting nfs (Benjamin Coddington) [RHEL-108616]
- fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio() (Benjamin Coddington) [RHEL-108616]
- NFSv4/pnfs: Reset the layout state after a layoutreturn (Benjamin Coddington) [RHEL-108616]
- svcrdma: Reduce the number of rdma_rw contexts per-QP (Benjamin Coddington) [RHEL-108616]
- nfsd: Initialize ssc before laundromat_work to prevent NULL dereference (Benjamin Coddington) [RHEL-108616]
- NFSD: unregister filesystem in case genl_register_family() fails (Benjamin Coddington) [RHEL-108616]
- nfs: handle failure of nfs_get_lock_context in unlock path (Benjamin Coddington) [RHEL-108616]
- nfs: add missing selections of CONFIG_CRC32 (Benjamin Coddington) [RHEL-108616]
- nfs: Add missing release on error in nfs_lock_and_join_requests() (Benjamin Coddington) [RHEL-108616]
- NFS: Shut down the nfs_client only after all the superblocks (Benjamin Coddington) [RHEL-108616]
- NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (Benjamin Coddington) [RHEL-108616]
- NFSv4: Avoid unnecessary scans of filesystems for expired delegations (Benjamin Coddington) [RHEL-108616]
- NFSv4: Avoid unnecessary scans of filesystems for returning delegations (Benjamin Coddington) [RHEL-108616]
- NFSv4: Don't trigger uneccessary scans for return-on-close delegations (Benjamin Coddington) [RHEL-108616]
- NFSD: Fix callback decoder status codes (Benjamin Coddington) [RHEL-108616]
- NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (Benjamin Coddington) [RHEL-108616]
- nfsd: move error choice for incorrect object types to version-specific code. (Benjamin Coddington) [RHEL-108616]
- nfsd: be more systematic about selecting error codes for internal use. (Benjamin Coddington) [RHEL-108616]
- nfsd: Move error code mapping to per-version proc code. (Benjamin Coddington) [RHEL-108616]
- NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (Benjamin Coddington) [RHEL-108616]
- NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (Benjamin Coddington) [RHEL-108616]
- nfsd: fix management of listener transports (Benjamin Coddington) [RHEL-108616]
- NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback (Benjamin Coddington) [RHEL-108616]
- sunrpc: suppress warnings for unused procfs functions (Benjamin Coddington) [RHEL-108616]
- NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (Benjamin Coddington) [RHEL-108616]
- SUNRPC: Prevent looping due to rpc_signal_task() races (Benjamin Coddington) [RHEL-108616]
- SUNRPC: convert RPC_TASK_* constants to enum (Benjamin Coddington) [RHEL-108616]
- NFS: Adjust delegated timestamps for O_DIRECT reads and writes (Benjamin Coddington) [RHEL-108616]
- NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (Benjamin Coddington) [RHEL-108616]
- NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (Benjamin Coddington) [RHEL-108616]
- NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
- NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
- NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode buffer (Benjamin Coddington) [RHEL-108616]
- NFSD: Fix CB_GETATTR status fix (Benjamin Coddington) [RHEL-108616]
- NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (Benjamin Coddington) [RHEL-108616]
- nfsd: fix legacy client tracking initialization (Benjamin Coddington) [RHEL-108616]
- nfs: clear SB_RDONLY before getting superblock (Benjamin Coddington) [RHEL-108616]
- nfs: ignore SB_RDONLY when mounting nfs (Benjamin Coddington) [RHEL-108616]
- platform/x86/amd/hsmp: Ensure success even if hwmon registration fails (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Enhance the print messages to prevent confusion (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Use IS_ENABLED() instead of IS_REACHABLE() (David Arcari) [RHEL-102859]
- x86/platform/amd: replace down_timeout() with down_interruptible() (David Arcari) [RHEL-102859]
- x86/platform/amd: move final timeout check to after final sleep (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: acpi: Add sysfs files to display HSMP telemetry (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Report power via hwmon sensors (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Use a single DRIVER_VERSION for all hsmp modules (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Make amd_hsmp and hsmp_acpi as mutually exclusive drivers (David Arcari) [RHEL-102859]
- x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h> (David Arcari) [RHEL-102859]
- x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (David Arcari) [RHEL-102859]
- x86/platform/amd: Move the <asm/amd_hsmp.h> header to <asm/amd/hsmp.h> (David Arcari) [RHEL-102859]
- x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE (David Arcari) [RHEL-102859]
- x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range() (David Arcari) [RHEL-102859]
- x86/amd_node: Use defines for SMN register offsets (David Arcari) [RHEL-102859]
- x86/amd_node: Remove dependency on AMD_NB (David Arcari) [RHEL-102859]
- x86/amd_node: Update __amd_smn_rw() error paths (David Arcari) [RHEL-102859]
- x86/amd_nb: Move SMN access code to a new amd_node driver (David Arcari) [RHEL-102859]
- x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id() (David Arcari) [RHEL-102859]
- x86/amd_nb: Simplify function 3 search (David Arcari) [RHEL-102859]
- x86/amd_nb: Use topology info to get AMD node count (David Arcari) [RHEL-102859]
- x86/amd_nb: Simplify root device search (David Arcari) [RHEL-102859]
- x86/amd_nb: Simplify function 4 search (David Arcari) [RHEL-102859]
- x86: Start moving AMD node functionality out of AMD_NB (David Arcari) [RHEL-102859]
- x86/amd_nb: Clean up early_is_amd_nb() (David Arcari) [RHEL-102859]
- x86/amd_nb: Restrict init function to AMD-based systems (David Arcari) [RHEL-102859]
- x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20h (David Arcari) [RHEL-102859]
- x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70h (David Arcari) [RHEL-102859]
- x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h (David Arcari) [RHEL-102859]
- x86/amd_nb: Enhance SMN access error checking (David Arcari) [RHEL-102859]
- hwmon: (k10temp) Check return value of amd_smn_read() (David Arcari) [RHEL-102859]
- EDAC/amd64: Remove unused register accesses (David Arcari) [RHEL-102859]
- EDAC/amd64: Check return value of amd_smn_read() (David Arcari) [RHEL-102859]
- x86/amd_nb: Check for invalid SMN reads (David Arcari) [RHEL-102859]
- x86/amd_nb: Add new PCI IDs for AMD family 0x1a (David Arcari) [RHEL-102859]
- platform/x86: amd: Use *-y instead of *-objs in Makefiles [partial] (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Change the error type (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Add new error code and error logs (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Make hsmp_pdev static instead of global (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Use dev_groups in the driver structure (David Arcari) [RHEL-102859]
- sysfs: Fix crash on empty group attributes array (David Arcari) [RHEL-102859]
- sysfs: Introduce a mechanism to hide static attribute_groups (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Use name space while exporting module symbols (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers (David Arcari) [RHEL-102859]
- redhat/configs: Enable CONFIG_AMD_HSMP_ACPI and CONFIG_AMD_HSMP_PLAT on RHEL (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Move ACPI code to acpi.c (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Move platform device specific code to plat.c (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Move structure and macros to header file (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Create wrapper function init_acpi() (David Arcari) [RHEL-102859]
- platform/x86/amd/hsmp: Create hsmp/ directory (David Arcari) [RHEL-102859]
- Documentation/x86/amd/hsmp: Updating urls (David Arcari) [RHEL-102859]
- netfilter: nf_conntrack: fix crash due to removal of uninitialised entry (Florian Westphal) [RHEL-106430] {CVE-2025-38472}
- s390/sclp: Fix SCCB present check (CKI Backport Bot) [RHEL-113557] {CVE-2025-39694}
- ipv6: mcast: Delay put pmc->idev in mld_del_delrec() (Hangbin Liu) [RHEL-111150] {CVE-2025-38550}
- devlink: add reserved fields to devlink_*_ops (Petr Oros) [RHEL-111906]
- ixgbe: prevent from unwanted interface name changes (CKI Backport Bot) [RHEL-109607]
- devlink: let driver opt out of automatic phys_port_name generation (CKI Backport Bot) [RHEL-109607]
- xfrm: interface: fix use-after-free after changing collect_md xfrm interface (CKI Backport Bot) [RHEL-109528] {CVE-2025-38500}
- dpll: add reserved fields to dpll_device_ops and dpll_pin_ops structs (Ivan Vecera) [RHEL-111904]
- ice: use fixed adapter index for E825C embedded devices (Michal Schmidt) [RHEL-104010]
- net: openvswitch: remove misbehaving actions length check (Aaron Conole) [RHEL-83440]
- irdma: free iwdev->rf after removing MSI-X (Kamal Heib) [RHEL-103278 RHEL-95816]
- sctp: linearize cloned gso packets in sctp_rcv (CKI Backport Bot) [RHEL-113332] {CVE-2025-38718}
- net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull (CKI Backport Bot) [RHEL-112247] {CVE-2023-53125}
- net: usb: smsc75xx: Limit packet length to skb->len (CKI Backport Bot) [RHEL-112247] {CVE-2023-53125}
- cpufreq: Move endif to the end of Kconfig file (Mark Langsdorf) [RHEL-112816]
- cpufreq: Move CPPC configs to common Kconfig and add RISC-V (Mark Langsdorf) [RHEL-112816]
- HID: core: Harden s32ton() against conversion to 0 bits (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
- HID: stop exporting hid_snto32() (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
- HID: simplify snto32() (Benjamin Tissoires) [RHEL-111034] {CVE-2025-38556}
- redhat: set defaults for RHEL 9.7 (Augusto Caringi)
- posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CKI Backport Bot) [RHEL-112783] {CVE-2025-38352}
- fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass (Audra Mitchell) [RHEL-110312] {CVE-2025-38396}
- idpf: convert control queue mutex to a spinlock (Michal Schmidt) [RHEL-106051] {CVE-2025-38392}
- redhat/configs: Enable CONFIG_MITIGATION_TSA for x86 (Waiman Long) [RHEL-83897]
- x86/process: Move the buffer clearing before MONITOR (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
- x86/microcode/AMD: Add TSA microcode SHAs (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
- KVM: SVM: Advertise TSA CPUID bits to guests (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
- x86/bugs: Add a Transient Scheduler Attacks mitigation (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
- x86/bugs: Rename MDS machinery to something more generic (Waiman Long) [RHEL-83897 RHEL-83906] {CVE-2024-36357 CVE-2024-36350}
- x86/idle: Use MONITOR and MWAIT mnemonics in <asm/mwait.h> (Waiman Long) [RHEL-83897]
- x86/idle: Remove .s output beautifying delimiters from simpler asm() templates (Waiman Long) [RHEL-83897]
- x86/idle: Standardize argument types for MONITOR{,X} and MWAIT{,X} instruction wrappers on 'u32' (Waiman Long) [RHEL-83897]
- x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and  prefer_mwait_c1_over_halt() (Waiman Long) [RHEL-83897]
- x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clear (Waiman Long) [RHEL-83897]
- x86/microcode: Consolidate the loader enablement checking (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (Waiman Long) [RHEL-83897] {CVE-2025-22047}
- x86/microcode/AMD: Add some forgotten models to the SHA check (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Load only SHA256-checksummed patches (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Add get_patch_level() (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (Waiman Long) [RHEL-83897]
- x86/cpu: Introduce new microcode matching helper (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Remove ret local var in early_apply_microcode() (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Have __apply_microcode_amd() return bool (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Return bool from find_blobs_in_containers() (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Flush patch buffer mapping after application (Waiman Long) [RHEL-83897]
- x86/CPU/AMD: Terminate the erratum_1386_microcode array (Waiman Long) [RHEL-83897] {CVE-2024-56721}
- x86/mm: Carve out INVLPG inline asm for use by others (Waiman Long) [RHEL-83897]
- x86/cpu: Fix formatting of cpuid_bits[] in scattered.c (Waiman Long) [RHEL-83897]
- x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Split load_microcode_amd() (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Pay attention to the stepping dynamically (Waiman Long) [RHEL-83897]
- x86/bugs: Use code segment selector for VERW operand (Waiman Long) [RHEL-83897] {CVE-2024-50072}
- x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive (Waiman Long) [RHEL-83897]
- x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID (Waiman Long) [RHEL-83897]
- x86/CPU/AMD: Improve the erratum 1386 workaround (Waiman Long) [RHEL-83897]
- x86: Add a comment about the "magic" behind shadow sti before mwait (Waiman Long) [RHEL-83897]
- x86/bugs: Revert "Reverse instruction order of CLEAR_CPU_BUFFERS" (Waiman Long) [RHEL-83897]
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-108656]
- Revert "drm/gem-dma: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
- Revert "drm/gem-framebuffer: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
- Revert "drm/prime: Use dma_buf from GEM object instance" (Robert Foss) [RHEL-106696]
- drm/framebuffer: Acquire internal references on GEM handles (Robert Foss) [RHEL-106696]
- drm/gem: Acquire references on GEM handles for framebuffers (CKI Backport Bot) [RHEL-106696] {CVE-2025-38449}
- Revert "e1000e: change k1 configuration on MTP and later platforms" (Michal Schmidt) [RHEL-110519]
Resolves: RHEL-102859, RHEL-108616, RHEL-104148, RHEL-113559, RHEL-101033, RHEL-109583, RHEL-70228

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-20 14:14:04 +00:00
CKI KWF Bot
ddc6f3fe48 kernel-5.14.0-617.el9
* Mon Sep 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-617.el9]
- sctp: linearize cloned gso packets in sctp_rcv (CKI Backport Bot) [RHEL-113331] {CVE-2025-38718}
- ceph: fix client race condition where r_parent becomes stale before sending message (Alex Markuze) [RHEL-109212]
- ceph: fix client race condition validating r_parent before applying state (Alex Markuze) [RHEL-109212]
- platform/x86/intel/pmc: Fix Arrow Lake U/H NPU PCI ID (David Arcari) [RHEL-23894]
- drm/virtio: implement virtio_gpu_shutdown (Gerd Hoffmann) [RHEL-109504]
Resolves: RHEL-109212, RHEL-109504, RHEL-113331, RHEL-23894

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-15 21:03:44 +00:00
CKI KWF Bot
354a959392 kernel-5.14.0-616.el9
* Mon Sep 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-616.el9]
- PM: EM: Add function for registering a PD without capacity update (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: Support Clearwater Forest OOB mode (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive mode (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cache (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: EAS support for hybrid platforms (David Arcari) [RHEL-112493]
- arch_topology: Relocate cpu_scale to topology.[h|c] (David Arcari) [RHEL-112493]
- arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs (David Arcari) [RHEL-112493]
- PM: EM: Introduce em_adjust_cpu_capacity() (David Arcari) [RHEL-112493]
- PM: EM: Move CPU capacity check to em_adjust_new_capacity() (David Arcari) [RHEL-112493]
- PM: EM: Fix potential division-by-zero error in em_compute_costs() (David Arcari) [RHEL-112493]
- PM: EM: Address RCU-related sparse warnings (David Arcari) [RHEL-112493]
- PM: EM: Consify two parameters of em_dev_register_perf_domain() (David Arcari) [RHEL-112493]
- PM: EM: use kfree_rcu() to simplify the code (David Arcari) [RHEL-112493]
- PM: EM: Slightly reduce em_check_capacity_update() overhead (David Arcari) [RHEL-112493]
- PM: EM: Drop unused parameter from em_adjust_new_capacity() (David Arcari) [RHEL-112493]
- PM: EM: Move sched domains rebuild function from schedutil to EM (David Arcari) [RHEL-112493]
- PM: EM: Add min/max available performance state limits (David Arcari) [RHEL-112493]
- PM: EM: Refactor em_adjust_new_capacity() (David Arcari) [RHEL-112493]
- PM: EM: fix wrong utilization estimation in em_cpu_energy() (David Arcari) [RHEL-112493]
- PM: EM: Force device drivers to provide power in uW (David Arcari) [RHEL-112493]
- PM: EM: Fix nr_states warnings in static checks (David Arcari) [RHEL-112493]
- PM: EM: Add em_dev_compute_costs() (David Arcari) [RHEL-112493]
- PM: EM: Remove old table (David Arcari) [RHEL-112493]
- PM: EM: Change debugfs configuration to use runtime EM table data (David Arcari) [RHEL-112493]
- PM: EM: Optimize em_cpu_energy() and remove division (David Arcari) [RHEL-112493]
- PM: EM: Support late CPUs booting and capacity adjustment (David Arcari) [RHEL-112493]
- PM: EM: Add performance field to struct em_perf_state and optimize (David Arcari) [RHEL-112493]
- PM: EM: Add em_perf_state_from_pd() to get performance states table (David Arcari) [RHEL-112493]
- PM: EM: Introduce em_dev_update_perf_domain() for EM updates (David Arcari) [RHEL-112493]
- PM: EM: Add functions for memory allocations for new EM tables (David Arcari) [RHEL-112493]
- PM: EM: Use runtime modified EM for CPUs energy estimation in EAS (David Arcari) [RHEL-112493]
- PM: EM: Introduce runtime modifiable table (David Arcari) [RHEL-112493]
- PM: EM: Split the allocation and initialization of the EM table (David Arcari) [RHEL-112493]
- PM: EM: Check if the get_cost() callback is present in em_compute_costs() (David Arcari) [RHEL-112493]
- PM: EM: Introduce em_compute_costs() (David Arcari) [RHEL-112493]
- PM: EM: Refactor em_pd_get_efficient_state() to be more flexible (David Arcari) [RHEL-112493]
- PM: EM: Find first CPU active while updating OPP efficiency (David Arcari) [RHEL-112493]
- PM: EM: Extend em_cpufreq_update_efficiencies() argument list (David Arcari) [RHEL-112493]
- PM: EM: Add missing newline for the message log (David Arcari) [RHEL-112493]
- PM: EM: fix memory leak with using debugfs_lookup() (David Arcari) [RHEL-112493]
- PM: EM: fix kernel-doc comments (David Arcari) [RHEL-112493]
- cpufreq: intel_pstate: Populate the cpu_capacity sysfs entries (David Arcari) [RHEL-112493]
Resolves: RHEL-112493

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-15 00:30:45 +00:00
CKI KWF Bot
48c245224a kernel-5.14.0-615.el9
* Fri Sep 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-615.el9]
- ACPI: processor: Rescan "dead" SMT siblings during initialization (David Arcari) [RHEL-113139]
- intel_idle: Allow loading ACPI tables for any family (David Arcari) [RHEL-113139]
- intel_idle: Update arguments of mwait_idle_with_hints() (David Arcari) [RHEL-113139]
- intel_idle: Rescan "dead" SMT siblings during initialization (David Arcari) [RHEL-113139]
- x86/smp: PM/hibernate: Split arch_resume_nosmt() (David Arcari) [RHEL-113139]
- intel_idle: Use subsys_initcall_sync() for initialization (David Arcari) [RHEL-113139]
- intel_idle: Add C1 demotion on/off sysfs knob (David Arcari) [RHEL-113139]
- tools/power turbostat: version 2025.09.09 (David Arcari) [RHEL-110614]
- tools/power turbostat: Handle non-root legacy-uncore sysfs permissions (David Arcari) [RHEL-110614]
- tools/power turbostat: standardize PER_THREAD_PARAMS (David Arcari) [RHEL-110614]
- tools/power turbostat: Fix DMR support (David Arcari) [RHEL-110614]
- tools/power turbostat: add format "average" for external attributes (David Arcari) [RHEL-110614]
- tools/power turbostat: delete GET_PKG() (David Arcari) [RHEL-110614]
- tools/power turbostat: probe and display L3 cache topology (David Arcari) [RHEL-110614]
- tools/power turbostat: Support more than 64 built-in-counters (David Arcari) [RHEL-110614]
- tools/power turbostat.8: Document Totl%%C0, Any%%C0, GFX%%C0, CPUGFX%% columns (David Arcari) [RHEL-110614]
- tools/power turbostat: Fix bogus SysWatt for forked program (David Arcari) [RHEL-110614]
- tools/power turbostat: Handle cap_get_proc() ENOSYS (David Arcari) [RHEL-110614]
- tools/power turbostat: Fix build with musl (David Arcari) [RHEL-110614]
- tools/power turbostat: verify arguments to params --show and --hide (David Arcari) [RHEL-110614]
- tools/power turbostat: regression fix: --show C1E%% (David Arcari) [RHEL-110614]
- tools/power turbostat: version 2025.06.08 (David Arcari) [RHEL-110614]
- tools/power turbostat: Add initial support for BartlettLake (David Arcari) [RHEL-110614]
- tools/power turbostat: Add initial support for DMR (David Arcari) [RHEL-110614]
- tools/power turbostat: Dump RAPL sysfs info (David Arcari) [RHEL-110614]
- tools/power turbostat: Avoid probing the same perf counters (David Arcari) [RHEL-110614]
- tools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs cleared (David Arcari) [RHEL-110614]
- tools/power turbostat: Clean up add perf/msr counter logic (David Arcari) [RHEL-110614]
- tools/power turbostat: Introduce add_msr_counter() (David Arcari) [RHEL-110614]
- tools/power turbostat: Remove add_msr_perf_counter_() (David Arcari) [RHEL-110614]
- tools/power turbostat: Remove add_cstate_perf_counter_() (David Arcari) [RHEL-110614]
- tools/power turbostat: Remove add_rapl_perf_counter_() (David Arcari) [RHEL-110614]
- tools/power turbostat: Quit early for unsupported RAPL counters (David Arcari) [RHEL-110614]
- tools/power turbostat: Always check rapl_joules flag (David Arcari) [RHEL-110614]
- tools/power turbostat: Fix AMD package-energy reporting (David Arcari) [RHEL-110614]
- tools/power turbostat: Fix RAPL_GFX_ALL typo (David Arcari) [RHEL-110614]
- tools/power turbostat: Add Android support for MSR device handling (David Arcari) [RHEL-110614]
- tools/power turbostat.8: pm_domain wording fix (David Arcari) [RHEL-110614]
- tools/power turbostat.8: fix typo: idle_pct should be pct_idle (David Arcari) [RHEL-110614]
Resolves: RHEL-110614, RHEL-113139

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-12 22:28:17 +00:00
CKI KWF Bot
b7c713e0b0 kernel-5.14.0-614.el9
* Wed Sep 10 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-614.el9]
- ibmvnic: Increase max subcrq indirect entries with fallback (Mamatha Inamdar) [RHEL-111532]
- EDAC/bluefield: Don't use bluefield_edac_readl() result on error (Jennifer Berringer) [RHEL-103881]
- EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2 (Jennifer Berringer) [RHEL-103881]
- powerpc/pseries: Correct secvar format representation for static key management (Mamatha Inamdar) [RHEL-101853]
- powerpc/secvar: Expose secvars relevant to the key management mode (Mamatha Inamdar) [RHEL-101853]
- integrity/platform_certs: Allow loading of keys in the static key management mode (Mamatha Inamdar) [RHEL-101853]
- s390/hypfs: Enable limited access during lockdown (Mete Durlu) [RHEL-111204]
- s390/hypfs: Avoid unnecessary ioctl registration in debugfs (Mete Durlu) [RHEL-111204]
- x86/CPU/AMD: Add X86_FEATURE_ZEN6 (David Arcari) [RHEL-106912]
- x86/cpufeatures: Free up unused feature bits (David Arcari) [RHEL-106912]
- x86/CPU/AMD: Ignore invalid reset reason value (David Arcari) [RHEL-103591]
- PCI/ASPM: Fix link state exit during switch upstream function removal (Marcin Juszkiewicz) [RHEL-102694]
- PCI/ASPM: Fix L1SS saving (Marcin Juszkiewicz) [RHEL-102694]
- PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state() (Marcin Juszkiewicz) [RHEL-102694]
- PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked) (Marcin Juszkiewicz) [RHEL-102694]
- PCI/ASPM: Disable L1 before disabling L1 PM Substates (Marcin Juszkiewicz) [RHEL-102694]
- x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Avoid shadowing ret in amd_pstate_ut_check_driver() (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Disable preferred cores on designs with workload classification (David Arcari) [RHEL-105422]
- amd-pstate-ut: Reset amd-pstate driver mode after running selftests (David Arcari) [RHEL-105422]
- ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel() (David Arcari) [RHEL-105422]
- ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIB (David Arcari) [RHEL-105422]
- ACPI: CPPC: Refactor register value get and set ABIs (David Arcari) [RHEL-105422]
- ACPI: CPPC: Add cppc_set_reg_val() (David Arcari) [RHEL-105422]
- ACPI: CPPC: Extract cppc_get_reg_val_in_pcc() (David Arcari) [RHEL-105422]
- ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val() (David Arcari) [RHEL-105422]
- ACPI: CPPC: Optimize cppc_get_perf() (David Arcari) [RHEL-105422]
- ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optional (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS option (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_driver (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update (David Arcari) [RHEL-105422]
- cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refs [partial] (David Arcari) [RHEL-105422]
Resolves: RHEL-101853, RHEL-102694, RHEL-103591, RHEL-103881, RHEL-105422, RHEL-106912, RHEL-111204, RHEL-111532

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-10 14:38:08 +00:00
Patrick Talbert
3458c12962 kernel-5.14.0-613.el9
* Sat Sep 06 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-613.el9]
- x86/cpu: Remove useless work in detect_tme_early() (Frank Liang) [RHEL-111095]
- x86/cpu: Clear TME feature flag if TME is not enabled by BIOS (Frank Liang) [RHEL-111095]
- s390/ism: fix concurrency management in ism_cmd() (Mete Durlu) [RHEL-110206]
- s390/pci: Allow automatic recovery with minimal driver support (Mete Durlu) [RHEL-110235]
- Makefile: add $(srctree) to dependency of compile_commands.json target (Herton R. Krzesinski) [RHEL-107194]
- kbuild: scripts/gdb: bring the "abspath" back (Herton R. Krzesinski) [RHEL-107194]
- kbuild: Use $(obj)/%%.cc to fix host C++ module builds (Herton R. Krzesinski) [RHEL-107194]
- kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src) (Herton R. Krzesinski) [RHEL-107194]
- kbuild: use $(src) instead of $(srctree)/$(src) for source directory (Herton R. Krzesinski) [RHEL-107194]
- kbuild: use $(obj)/ instead of $(src)/ for common pattern rules (Herton R. Krzesinski) [RHEL-107194]
- kbuild: do not add $(srctree) or $(objtree) to header search paths (Herton R. Krzesinski) [RHEL-107194]
- arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts (Herton R. Krzesinski) [RHEL-107194]
- arm64: vdso32: Remove unused vdso32-offsets.h (Herton R. Krzesinski) [RHEL-107194]
- staging: vc04_services: interface: Drop include Makefile directive (Herton R. Krzesinski) [RHEL-107194]
- staging: vc04_services: vchiq-mmal: Drop include Makefile directive (Herton R. Krzesinski) [RHEL-107194]
- staging: vc04_services: bcm2835-camera: Drop include Makefile directive (Herton R. Krzesinski) [RHEL-107194]
- staging: vc04_services: bcm2835-audio: Drop include Makefile directive (Herton R. Krzesinski) [RHEL-107194]
- certs: check-in the default x509 config file (Herton R. Krzesinski) [RHEL-107194]
- sparc: move the install rule to arch/sparc/Makefile (Herton R. Krzesinski) [RHEL-107194]
- riscv: move the (z)install rules to arch/riscv/Makefile (Herton R. Krzesinski) [RHEL-107194]
- powerpc: move the install rule to arch/powerpc/Makefile (Herton R. Krzesinski) [RHEL-107194]
- powerpc: make the install target not depend on any build artifact (Herton R. Krzesinski) [RHEL-107194]
- powerpc: remove unused zInstall target from arch/powerpc/boot/Makefile (Herton R. Krzesinski) [RHEL-107194]
- nios2: move the install rule to arch/nios2/Makefile (Herton R. Krzesinski) [RHEL-107194]
- ARM: 9102/1: move theinstall rules to arch/arm/Makefile (Herton R. Krzesinski) [RHEL-107194]
- dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET (Ivan Vecera) [RHEL-105063]
- dpll: Make ZL3073X invisible (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Fix build failure (Ivan Vecera) [RHEL-105063]
- redhat/configs: enable CONFIG_ZL3073X* (Ivan Vecera) [RHEL-105063]
- redhat/configs: enable CONFIG_I2C_MUX_PCA954x on x86 (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to get fractional frequency offset (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to adjust phase (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Implement phase offset monitor feature (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to get phase offset on connected input pin (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to get/set esync on pins (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to get/set frequency on pins (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Implement input pin state setting in automatic mode (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Add support to get/set priority on input pins (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Implement input pin selection in manual mode (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Register DPLL devices and pins (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Read DPLL types and pin properties from system firmware (Ivan Vecera) [RHEL-105063]
- dpll: zl3073x: Fetch invariants during probe (Ivan Vecera) [RHEL-105063]
- dpll: Add basic Microchip ZL3073x support (Ivan Vecera) [RHEL-105063]
- spi: Introduce spi_get_device_match_data() helper (Ivan Vecera) [RHEL-105063]
- dt-bindings: dpll: Add support for Microchip Azurite chip family (Ivan Vecera) [RHEL-105063]
- dt-bindings: dpll: Add DPLL device and pin (Ivan Vecera) [RHEL-105063]
- tpm_crb_ffa: Remove unused export (Marcin Juszkiewicz) [RHEL-102691]
- redhat/configs: enable CONFIG_TCG_ARM_CRB_FFA on aarch64 (Marcin Juszkiewicz) [RHEL-102691]
- tpm: Do not remap from ACPI resources again for Pluton TPM (Marcin Juszkiewicz) [RHEL-102691]
- tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-A (Marcin Juszkiewicz) [RHEL-102691]
- ACPICA: Add start method for ARM FF-A (Marcin Juszkiewicz) [RHEL-102691]
- tpm_crb: Add support for the ARM FF-A start method (Marcin Juszkiewicz) [RHEL-102691]
- tpm_crb: Clean-up and refactor check for idle support (Marcin Juszkiewicz) [RHEL-102691]
- tpm_crb: Fix an error handling path in crb_acpi_add() (Marcin Juszkiewicz) [RHEL-102691]
- tpm_crb: Add support for CRB devices based on Pluton (Marcin Juszkiewicz) [RHEL-102691]
- Documentation: tpm: Add documentation for the CRB FF-A interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix the missing entry in struct ffa_indirect_msg_hdr (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Move memory allocation outside the mutex locking (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix memory leak by freeing notifier callback node (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Skip Rx buffer ownership release if not acquired (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Set dma_mask for ffa devices (Marcin Juszkiewicz) [RHEL-102691] {CVE-2025-38043}
- firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A instance (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callback (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for handling framework notifications (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for {un,}registration of framework notifications (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_info (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Refactoring to prepare for framework notification support (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Reject higher major version as incompatible (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driver (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2 (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Handle the presence of host partition in the partition info (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Refactor addition of partition information into XArray (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Align sync_send_receive{,2} function prototypes (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Replace UUID buffer to standard UUID format (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Replace SCMI by FF-A in the macro (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix the race around setting ffa_dev->properties (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Avoid string-fortify warning caused by memcpy() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Avoid string-fortify warning in export_uuid() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for FFA_YIELD in direct messaging (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2 (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Move the function ffa_features() earlier (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Update the FF-A command list with v1.2 additions (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Some coding style fixes (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Split bus and driver into distinct modules (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Avoid queuing work when running on the worker queue (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix memory corruption in ffa_msg_send2() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for FFA_MSG_SEND2 (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Stash the partition properties for query purposes (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPI (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add support for handling notification pending interrupt(NPI) (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI support (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Skip creation of the notification bitmaps (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Handle partitions setup failures (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Use xa_insert() and check for result (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Simplify ffa_partitions_cleanup() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Check xa_load() return value (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add missing rwlock_init() for the driver partition (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup() (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Fix FFA notifications cleanup path (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add checks for the notification enabled state (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Setup the partitions after the notification initialisation (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Allow FF-A initialisation even when notification fails (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Upgrade the driver version to v1.1 (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Update memory descriptor to support v1.1 format (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessor (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Simplify the computation of transmit and fragment length (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add notification handling mechanism (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add interface to send a notification to a given partition (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add interfaces to request notification callbacks (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Add schedule receiver callback mechanism (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Initial support for scheduler receiver interrupt (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement the FFA_RUN interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement the notification bind and unbind interface (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Implement notification bitmap create and destroy interfaces (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Update the FF-A command list with v1.1 additions (Marcin Juszkiewicz) [RHEL-102691]
- firmware: arm_ffa: Emit modalias for FF-A devices (Marcin Juszkiewicz) [RHEL-102691]
Resolves: RHEL-102691, RHEL-105063, RHEL-107194, RHEL-110206, RHEL-110235, RHEL-111095

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-09-06 10:52:57 -04:00
Patrick Talbert
0ee545f56e kernel-5.14.0-612.el9
* Sat Aug 30 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-612.el9]
- redhat: bump RHEL_MINOR to 8 (Patrick Talbert)
- x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake (David Arcari) [RHEL-95631]
- x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove cores (David Arcari) [RHEL-95631]
- s390/pci: Fix __pcilg_mio_inuser() inline assembly (Mete Durlu) [RHEL-105605]
- s390/pci: Do not try re-enabling load/store if device is disabled (Mete Durlu) [RHEL-105598]
- s390/pci: Fix stale function handles in error handling (Mete Durlu) [RHEL-105598]
- net/smc: Fix lookup of netdev by using ib_device_get_netdev() (Mete Durlu) [RHEL-102713]
- ibmveth: Add multi buffers rx replenishment hcall support (Mamatha Inamdar) [RHEL-104667]
- net: ibmveth: Reset the adapter when unexpected states are detected (Mamatha Inamdar) [RHEL-104667]
- ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting (Mamatha Inamdar) [RHEL-104119]
- ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof (Mamatha Inamdar) [RHEL-104119]
- ibmvnic: Add stat for tx direct vs tx batched (Mamatha Inamdar) [RHEL-104119]
- memory: tegra: Fix indentation (Marcin Juszkiewicz) [RHEL-26426]
- memory: tegra: Add BPMP and ICC info for DLA clients (Marcin Juszkiewicz) [RHEL-26426]
- memory: tegra: Correct DLA client names (Marcin Juszkiewicz) [RHEL-26426]
- soc/tegra: pmc: Add SD wake event for Tegra234 (Marcin Juszkiewicz) [RHEL-26405]
Resolves: RHEL-102713, RHEL-104119, RHEL-104667, RHEL-105598, RHEL-105605, RHEL-26405, RHEL-26426, RHEL-95631

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2025-08-30 11:17:20 -04:00
Jarod Wilson
7fcaeec914 kernel-5.14.0-611.el9
* Fri Aug 22 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-611.el9]
- HID: wacom: fix crash in wacom_aes_battery_handler() (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix kobject reference count leak (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix memory leak on sysfs attribute creation failure (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix memory leak on kobject creation failure (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix shift OOB in kfifo allocation for zero pktlen (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Remove static WACOM_PKGLEN_MAX limit (Benjamin Tissoires) [RHEL-102058]
- HID: Wacom: Add PCI Wacom device support (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Status luminance properties should set brightness of all LEDs (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Improve behavior of non-standard LED brightness values (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: fix when get product name maybe null pointer (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Support devices with two touchrings (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Add preliminary support for high-resolution wheel scrolling (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Support touchrings with relative motion (Benjamin Tissoires) [RHEL-102058]
- HID: wacom: Improve warning for tablets falling back to default resolution (Benjamin Tissoires) [RHEL-102058]
- sched: Change nr_uninterruptible type to unsigned long (Phil Auld) [RHEL-107437]
- sched/core: Fix migrate_swap() vs. hotplug (Phil Auld) [RHEL-107437]
Resolves: RHEL-102058, RHEL-107437

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-22 09:01:44 -07:00
Jarod Wilson
0d64edf97f kernel-5.14.0-610.el9
* Thu Aug 21 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-610.el9]
- HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_object (Benjamin Tissoires) [RHEL-65754]
- HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramatically (Benjamin Tissoires) [RHEL-65754]
- HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4 (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: Fix spelling mistake "intput" -> "input" (Benjamin Tissoires) [RHEL-65754]
- Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issue (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: Remove deprecated PCI API calls (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc: fix CONFIG_HID dependency (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: fix build errors in um mode (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: fix potential memory corruption (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Fix error code in thc_i2c_subip_init() (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Add PM implementation (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Complete THC QuickI2C driver (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Add HIDI2C protocol implementation (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C ACPI interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver hid layer (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Add PM implementation (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Complete THC QuickSPI driver (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Add HIDSPI protocol implementation (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI ACPI interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver hid layer (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeleton (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC I2C config interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC SPI config interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC interrupt handler (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC LTR interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC DMA interfaces (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add APIs for interrupt (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC PIO operation APIs (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: intel-thc: Add THC registers definition (Benjamin Tissoires) [RHEL-65754]
- HID: intel-thc-hid: Add basic THC driver skeleton (Benjamin Tissoires) [RHEL-65754]
- HID: THC: Add documentation (Benjamin Tissoires) [RHEL-65754]
- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) [RHEL-107668]
- loop: use kiocb helpers to fix lockdep warning (Ming Lei) [RHEL-104374]
- tipc: Fix use-after-free in tipc_conn_close(). (CKI Backport Bot) [RHEL-106648] {CVE-2025-38464}
Resolves: RHEL-104374, RHEL-106648, RHEL-107668, RHEL-65754

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-21 07:16:34 -07:00
Jarod Wilson
7ce5dc3a66 kernel-5.14.0-609.el9
* Wed Aug 20 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-609.el9]
- udmabuf: Restore ubuf->unpin_list initialization (José Expósito) [RHEL-109567]
- i40e: report VF tx_dropped with tx_errors instead of tx_discards (Dennis Chen) [RHEL-79910]
- ima: annotate iint mutex to avoid lockdep false positive warnings JIRA: https://issues.redhat.com/browse/RHEL-59837 (Aaron Brookner)
- i2c: mlxbf: avoid 64-bit division (Steve Dunnagan) [RHEL-103885]
- i2c-mlxbf: Improve I2C bus timing configuration (Steve Dunnagan) [RHEL-103885]
- i2c-mlxbf: Add repeated start condition support (Steve Dunnagan) [RHEL-103885]
- i2c: mlxbf: Use str_read_write() helper (Steve Dunnagan) [RHEL-103885]
- i2c: mlxbf: Use readl_poll_timeout_atomic() for polling (Steve Dunnagan) [RHEL-103885]
- scsi: ufs: core: Fix use-after free in init error and remove paths (Jared Kangas) [RHEL-84800] {CVE-2025-21739}
- scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() (Jared Kangas) [RHEL-84800]
- scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove() (Jared Kangas) [RHEL-84800]
- scsi: ufs: pltfrm: Disable runtime PM during removal of glue drivers (Jared Kangas) [RHEL-84800]
- scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (Jared Kangas) [RHEL-84800]
- scsi: ufs: Convert all platform drivers to return void (Jared Kangas) [RHEL-84800]
- seqcount: replace smp_rmb() in read_seqcount() with load acquire (Čestmír Kalina) [RHEL-79880]
- locking/ww_mutex/test: add MODULE_DESCRIPTION() (Čestmír Kalina) [RHEL-79880]
- lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug (Čestmír Kalina) [RHEL-79880]
- lockdep: Use str_plural() to fix Coccinelle warning (Čestmír Kalina) [RHEL-79880]
- lockdep: fix deadlock issue between lockdep and rcu (Čestmír Kalina) [RHEL-79880]
- lockdep: Mark emergency sections in lockdep splats (Čestmír Kalina) [RHEL-79880]
- locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under  CONFIG_DEBUG_RWSEMS (Čestmír Kalina) [RHEL-79880]
- selftests: net/forwarding: test purge of active DWRR classes (Ivan Vecera) [RHEL-107487]
- net/sched: ets: use old 'nbands' while purging unused classes (Ivan Vecera) [RHEL-107487]
- net_sched: ets: fix a race in ets_qdisc_change() (Ivan Vecera) [RHEL-107487] {CVE-2025-38107}
Resolves: RHEL-103885, RHEL-107487, RHEL-109567, RHEL-79880, RHEL-79910, RHEL-84800

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-20 08:18:09 -07:00
Jarod Wilson
fb53ca23fd kernel-5.14.0-608.el9
* Mon Aug 18 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-608.el9]
- netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() (CKI Backport Bot) [RHEL-108385]
- enic: fix incorrect MTU comparison in enic_change_mtu() (CKI Backport Bot) [RHEL-108264]
- net/enic: Allow at least 8 RQs to always be used (CKI Backport Bot) [RHEL-108264]
- tpm: tis: Double the timeout B to 4s (Štěpán Horáček) [RHEL-72765]
- char: tpm: tpm-buf: Add sanity check fallback in read helpers (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Fix timeout handling when waiting for TPM status (Štěpán Horáček) [RHEL-72765]
- tpm: do not start chip while suspended (Štěpán Horáček) [RHEL-72765]
- tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver (Štěpán Horáček) [RHEL-72765]
- tpm_tis: Explicitly check for error code (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: correct tpm_tis_flags enumeration values (Štěpán Horáček) [RHEL-72765]
- tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Claim locality when interrupts are reenabled on resume (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Claim locality in interrupt handler (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Request threaded interrupt handler (Štěpán Horáček) [RHEL-72765]
- tpm, tpm: Implement usage counter for locality (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: do not check for the active locality in interrupt handler (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Move interrupt mask checks into own function (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Only handle supported interrupts (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Claim locality before writing interrupt registers (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Do not skip reset of original interrupt vector (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register (Štěpán Horáček) [RHEL-72765]
- tpm, tpm_tis: Avoid cache incoherency in test for interrupts (Štěpán Horáček) [RHEL-72765]
- redhat/configs: sync CONFIG_SND_HDA_ACPI with ARK (Marcin Juszkiewicz) [RHEL-102695]
- ALSA: hda: acpi: Make driver's match data const static (Marcin Juszkiewicz) [RHEL-102695]
- ALSA: hda: acpi: Use SYSTEM_SLEEP_PM_OPS() (Marcin Juszkiewicz) [RHEL-102695]
- ALSA: hda: Add missing NVIDIA HDA codec IDs (Marcin Juszkiewicz) [RHEL-102695]
- ALSA: hda - Add new driver for HDA controllers listed via (Marcin Juszkiewicz) [RHEL-102695]
- ALSA: hda/tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-102695]
- net: clear the dst when changing skb protocol (Felix Maurer) [RHEL-84579]
- bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic" (Felix Maurer) [RHEL-84579]
- bpf, sockmap: Avoid using sk_socket after free when sending (Felix Maurer) [RHEL-84579]
- xsk: fix an integer overflow in xp_create_and_assign_umem() (Felix Maurer) [RHEL-84579 RHEL-87910] {CVE-2025-21997}
- bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() (Felix Maurer) [RHEL-101009 RHEL-84579] {CVE-2025-21867}
- bpf: sockmap, fix proto update hook to avoid dup calls (Felix Maurer) [RHEL-84579]
- bpf: syzkaller found null ptr deref in unix_bpf proto add (Felix Maurer) [RHEL-84579]
- xsk: Fix xsk_diag use-after-free error during socket cleanup (Felix Maurer) [RHEL-84579]
- net: atlantic: generate software timestamp just before the doorbell (Izabela Bakollari) [RHEL-105362]
- net: aquantia: Use HWMON_CHANNEL_INFO macro to simplify code (Izabela Bakollari) [RHEL-105362]
- net: atlantic: Avoid -Wflex-array-member-not-at-end warnings (Izabela Bakollari) [RHEL-105362]
- net: atlantic: fix warning during hot unplug (Izabela Bakollari) [RHEL-105362]
- net: atlantic: support reading SFP module info (Izabela Bakollari) [RHEL-105362]
- ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requested (CKI Backport Bot) [RHEL-107024]
Resolves: RHEL-101009, RHEL-102695, RHEL-105362, RHEL-107024, RHEL-108264, RHEL-108385, RHEL-72765, RHEL-84579, RHEL-87910

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-18 18:01:40 -07:00
Jarod Wilson
d4f0a47579 kernel-5.14.0-607.el9
* Mon Aug 18 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-607.el9]
- drm/vmwgfx: Fix guests running with TDX/SEV (Jocelyn Falempe) [RHEL-108036]
- NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY (Benjamin Coddington) [RHEL-99742]
- Squashfs: sanity check symbolic link size (CKI Backport Bot) [RHEL-59303] {CVE-2024-46744}
- mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (Rafael Aquini) [RHEL-101247] {CVE-2025-38085}
- mm/hugetlb: unshare page tables during VMA split, not before (Rafael Aquini) [RHEL-101283] {CVE-2025-38084}
- mm: fix copy_vma() error handling for hugetlb mappings (Rafael Aquini) [RHEL-101283]
- net/mlx5: Reset bw_share field when changing a node's parent (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- IB/mlx5: Fix potential deadlock in MR deregistration (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix unsafe xarray access in implicit ODP handling (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_oper (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-94893]
- net/mlx5e: Disable MACsec offload for uplink representor profile (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: E-switch, Fix error handling for enabling roce (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Fix lock order in mlx5e_tx_reporter_ptpsq_unhealthy_recover (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: TC, Continue the attr process even if encap entry is invalid (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: E-Switch, Initialize MAC Address for Default GID (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Use custom tunnel header for vxlan gbp (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Move ttc allocation after switch case to prevent leaks (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table() (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-37888}
- RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- treewide: Switch/rename to timer_delete[_sync]() (mlx5) (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Make reserved size independent of page size (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix calculation of total invalidated pages (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-22086}
- RDMA/mlx5: Fix page_size variable overflow (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83386 RHEL-99321] {CVE-2025-22091}
- RDMA/mlx5: Drop access_flags from _mlx5_mr_cache_alloc() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix cache entry update on dereg error (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix MR cache initialization error flow (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Support optional-counters binding for QPs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Compile fs.c regardless of INFINIBAND_USER_ACCESS config (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Add optional counters for RDMA_TX/RX_packets/bytes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspace (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Check enabled UCAPs when creating ucontext (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Create UCAP char devices for supported device capabilities (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Reorder capability check last (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Start health poll after enable hca (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: LAG, reload representors on LAG creation failure (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: TC, Don't offload CT commit if it's the last action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: CT: Filter legacy rules that are unrelated to nic (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Update pfnum retrieval for devlink port attributes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fw reset, check bridge accessibility at earlier stage (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Lag, use port selection tables when available (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Always select CONFIG_PAGE_POOL_STATS (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Use right API to free bitmap memory (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Remove NULL check before dev_{put, hold} (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Expose port reset cycle recovery counter via ethtool (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Get counter group size by FW capability (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Access PHY layer counter group as other counter groups (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Ensure each counter group uses its PCAM bit (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, log the unsupported mask in definer (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, use list_move() instead of del/add (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, remove unused code for alias flow tables (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add support for setting parent of nodes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Preserve rate settings when creating a rate node (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Introduce hierarchy level tracking on scheduling nodes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Rename devlink rate parent set function for leaf nodes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add support for dest flow sampler HWS action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add support for flow meters HWS action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add API for sharing HWS action by refcount (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add IFC bits for PPCNT recovery counters group (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add RDMA TRANSPORT steering domain support (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Query ADV_RDMA capabilities (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Limit non-privileged commands (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Allow the throttle mechanism to be more dynamic (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add RDMA_CTRL HW capabilities (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Avoid unnecessary use of comma operator (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Properly match IPsec subnet addresses (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Separate address related variables to be in struct (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Enable lanes configuration when auto-negotiation is off (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Refactor link speed handling with mlx5_link_info struct (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Relocate function declarations from port.h to mlx5_core.h (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add trust lockdown error to health syndrome print function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Expose crr in health buffer (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Log health buffer data on any syndrome (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Avoid report two health errors on same syndrome (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Remove newline at the end of a netlink error message (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Change POOL_NEXT_SIZE define value and make it global (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add new health syndrome error and crr bit offset (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Symmetric OR-XOR RSS hash control (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Support RX xfrm state selector's UPSPEC for packet offload (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Add pass flow group for IPSec RX status table (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Add num_reserved_entries param for ipsec_ft_create() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Skip IPSec RX policy check for crypto offload (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Move IPSec policy check after decryption (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Change the destination of IPSec RX SA miss rule (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Add helper function to update IPSec default destination (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Separate extended link modes request from link modes type selection (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Change eth_proto parameter naming (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Introduce ptys2ethtool_process_link() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Refactor ptys2ethtool_adver_link() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Bridge, correct config option description (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add sensor name to temperature event message (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Modify LSB bitmask in temperature event to include only the first bit (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Prefix temperature event bitmap with '0x' for clarity (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Apply rate-limiting to high temperature warning (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: XDP, Enable TX side XDP multi-buffer support (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Expose RSS via devlink rx reporter diagnose (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Add direct TIRs to devlink rx reporter diagnose (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Move RQs diagnose to a dedicated function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Expose ICM consumption per function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Rename and move mlx5_esw_query_vport_vhca_id (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: set the tx_queue_len for pfifo_fast (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: reduce rep rxq depth to 256 for ECPF (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: reduce the max log mpwrq sz for ECPF and reps (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Remove unused mlx5e_tc_flow_action struct (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Remove stray semicolon in LAG port selection table creation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Support FEC settings for 200G per lane link modes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add support for 200Gbps per lane link modes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Generate PPS IN event on new function for shared clock (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Support one PTP device per hardware clock (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Move PPS notifier and out_work to clock_state (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Add devcom component for the clock shared by functions (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Add API to get mlx5_core_dev from mlx5_clock (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Add init and destruction functions for a single HW clock (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Change parameters for PTP internal functions (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Add helper functions for PTP callbacks (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-83168]
- net/mlx5: Remove unused mlx5dr_domain_sync (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Bridge, fix the crash caused by LAG state check (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21970}
- net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, Rightsize bwc matcher priority (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, use the right action structs for STEv3 (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: handle errors in mlx5_chains_create_table() (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21975}
- net/mlx5: Fill out devlink dev info only for PFs (Benjamin Poirier) [RHEL-72226 RHEL-73517 RHEL-93397]
- net/mlx5: IRQ, Fix null string in debug print (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Restore missing trace event when enabling vport QoS (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix vport QoS cleanup on error (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21882}
- RDMA/mlx5: Fix bind QP error cleanup flow (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix AH static rate parsing (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- IB/mlx5: Set and get correct qp_num for a DCT QP (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix the recovery flow of the UMR QP (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21892}
- net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21717}
- RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21732}
- RDMA/mlx5: Fix indirect mkey ODP page count (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Fix link status down event for MPV (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Handle link status event only for LAG device (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Extend ODP statistics with operation count (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fix unintentional sign extension on shift of dest_attr->vport.vhca_id (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: CT: Offload connections with hardware steering rules (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: CT: Make mlx5_ct_fs_smfs_ct_validate_flow_rule reusable (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: CT: Add initial support for Hardware Steering (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, rework the check if matcher size can be increased (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add nic_cap_reg and vhca_icm_ctrl registers (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: SHAMPO: Introduce new SHAMPO specific HCA caps (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add support for MRTCQ register (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Update mlx5_ifc to support FEC for 200G per lane link modes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, update flow - support through bigger action RTC (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, update flow - remove the use of dual RTCs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS to steering mode options (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS get capabilities (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, set create match definer to not supported by HWS (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add support for dest vport HWS action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS fte API functions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add dest table cache (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, manage flow counters HWS action sharing by refcount (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS modify header API function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS packet reformat API function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS actions pool (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS flow group API functions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS flow table API functions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add HWS root namespace functions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Update TX ESN context for IPSec hardware offload (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: use do_aux_work for PHC overflow checks (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, set timeout on polling for completion (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, support flow sampler destination (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, use the right size when writing arg data (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, handle returned error value in pool alloc (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21800}
- net/mlx5: HWS, separate SQ that HWS uses from the usual traffic SQs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, num_of_rules counter on matcher should be atomic (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, reduce memory consumption of a matcher struct (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, remove wrong deletion of the miss table list (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, change error flow on matcher disconnect (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21751}
- net/mlx5: HWS, add error message on failure to move rules (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, simplify allocations as we support only FDB (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, denote how refcounts are protected (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, remove implementation of unused FW commands (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, remove the use of duplicated structs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, Add support for RDMA RX steering over IB link layer (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Remove PTM support log message (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, add support for ConnectX-8 steering (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, expand SWS STE callbacks and consolidate common structs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, do not initialize native API queues (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, no need to expose mlx5hws_send_queues_open/close (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, retry insertion to hash table on EBUSY (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add mlx5_fs_pool API (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, add counter object to flow destination (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: LAG, Support LAG over Multi-Host NICs (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: LAG, Refactor lag logic (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Report rx_discards_phy via rx_dropped (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add device cap abs_native_port_num (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Add ifc support for cross-esw scheduling (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add support for new scheduling elements (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add ConnectX-8 device to ifc (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Always start IPsec sequence number from 1 (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Rely on reqid in IPsec tunnel mode (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21674}
- net/mlx5: Clear port select structure when fail to create (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21675}
- net/mlx5: SF, Fix add port error handling (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix a lockdep warning as part of the write combining test (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix RDMA TX steering prio (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Fix variable not being completed when function returns (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2025-21662}
- net/mlx5e: Keep netdev when leave switchdev for devlink set legacy only (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Skip restore TC rules for vport rep without loaded flag (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2024-57801}
- net/mlx5e: macsec: Maintain TX SA from encoding_sa (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, select MSIX vector 0 for completion queue creation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Enable multiplane mode only when it is supported (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Enforce same type port association for multiport RoCE (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, prevent potential error pointer dereference (Benjamin Poirier) [RHEL-72226 RHEL-73517] {CVE-2024-56660}
- net/mlx5: E-Switch, Fix switching to switchdev mode in MPV (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: E-Switch, Fix switching to switchdev mode with IB device disabled (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Add implementation for ufile_hw_cleanup device operation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Support querying per-plane IB PortCounters (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- RDMA/mlx5: Support OOO RX WQE consumption (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Introduce data placement ordering bits (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Rework header allocation loop (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Drop info array (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Change frag page setup order during allocation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Fix page_index calculation inconsistency (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: SHAMPO, Simplify UMR allocation for headers (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Make vport QoS enablement more flexible for future extensions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Integrate esw_qos_vport_enable logic into rate operations (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Generalize scheduling element operations (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Refactor scheduling element configuration bitmasks (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Generalize max_rate and min_rate setting for nodes (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Simplify QoS normalization by removing error handling (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: E-switch, refactor eswitch mode change (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5/core: deduplicate {mlx5_,}eq_update_ci() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5/core: relax memory barrier in eq_update_ci() (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5/core: Schedule EQ comp tasklet only if necessary (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5_en: use read sequence for gettimex64 (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: do not create xdp_redirect for non-uplink rep (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: move XDP_REDIRECT sq to dynamic allocation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: HWS, renamed the files in accordance with naming convention (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DR, moved all the SWS code into a separate directory (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Rework esw qos domain init and cleanup (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: DPLL, Add clock quality level op implementation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5: simplify EQ interrupt polling logic (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp" (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Update features on ring size change (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5e: Update features on MTU change (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: unique names for per device caches (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, rename modify header struct member action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: fs, rename packet reformat struct member action (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Only create VEPA flow table when in VEPA mode (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add sync reset drop mode support (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Generalize QoS operations for nodes and vports (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Simplify QoS scheduling element configuration (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Remove vport QoS enabled flag (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Refactor vport QoS to use scheduling node structure (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Refactor vport scheduling element creation function (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Introduce node struct and rename group terminology to node (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Rename vport QoS group reference to parent (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Restrict domain list insertion to root TSAR ancestors (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add parent group support in rate group structure (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Introduce node type to rate group structure (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Refactor QoS group scheduling element creation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Add support check for TSAR types in QoS scheduling (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: Unify QoS element type checks across NIC and E-Switch (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Refactor locking to a qos domain mutex (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Store rate groups in a qos domain (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Rename rate group 'list' as 'parent_entry' (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Add an explicit 'dev' to vport trace calls (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Store the eswitch in a mlx5_esw_rate_group (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Drop 'esw' param from vport qos functions (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Always create group0 (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Maintain rate group vport members in a list (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Refactor and document bw_share calculation (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Consistently name vport vars as 'vport' (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Rename vport 'tsar' into 'sched_elem'. (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: qos: Flesh out element_attributes in mlx5_ifc.h (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Remove mlx5_fc_create_ex (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Don't maintain a counter count (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Drop unneeded cacheline alignment (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Replace IDR+lists with xarray (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Use kvmalloc for bulk query buffer (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- net/mlx5: hw counters: Make fc_stats & fc_pool private (Benjamin Poirier) [RHEL-72226 RHEL-73517]
- perf script: perf script tests fails with segfault (Jakub Brnak) [RHEL-71129]
- tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher() (Jerome Marchand) [RHEL-101938]
- treewide: Switch/rename to timer_delete[_sync]() (mlx4) (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- eth: mlx4: select PAGE_POOL (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- eth: mlx4: use the page pool for Rx buffers (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- eth: mlx4: remove the local XDP fast-recycling ring (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- eth: mlx4: don't try to complete XDP frames in netpoll (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- eth: mlx4: create a page pool for Rx (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- net/mlx4_core: Avoid impossible mlx4_db_alloc() order value (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- mlx4: Remove unused functions (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- RDMA/mlx4: Support report_port_event() ops (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- RDMA/mlx4: Use DMA iterator to write MTT (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- RDMA/mlx4: Avoid false error about access to uninitialized gids array (Benjamin Poirier) [RHEL-72015 RHEL-72020 RHEL-72224 RHEL-73519]
- smb: client: remove redundant lstrp update in negotiate protocol (Paulo Alcantara) [RHEL-109507]
- smb3: fix for slab out of bounds on mount to ksmbd (Paulo Alcantara) [RHEL-109507]
- smb: client: fix race with concurrent opens in rename(2) (Paulo Alcantara) [RHEL-109507]
- smb: client: fix race with concurrent opens in unlink(2) (Paulo Alcantara) [RHEL-109507]
- smb: convert to ctime accessor functions (Paulo Alcantara) [RHEL-109507]
- cifs: Fix null-ptr-deref by static initializing global lock (Paulo Alcantara) [RHEL-109507]
- smb: client: smb: client: eliminate mid_flags field (Paulo Alcantara) [RHEL-109507]
- smb: client: add mid_counter_lock to protect the mid counter counter (Paulo Alcantara) [RHEL-109507]
- smb: client: rename server mid_lock to mid_queue_lock (Paulo Alcantara) [RHEL-109507]
- smb: client: fix creating symlinks under POSIX mounts (Paulo Alcantara) [RHEL-109507]
- smb: client: default to nonativesocket under POSIX mounts (Paulo Alcantara) [RHEL-109507]
- smb: client: set symlink type as native for POSIX mounts (Paulo Alcantara) [RHEL-109507]
- smb3 client: add way to show directory leases for improved debugging (Paulo Alcantara) [RHEL-109507]
- smb: client: get rid of kstrdup() when parsing iocharset mount option (Paulo Alcantara) [RHEL-109507]
- smb: client: get rid of kstrdup() when parsing domain mount option (Paulo Alcantara) [RHEL-109507]
- smb: client: get rid of kstrdup() when parsing pass2 mount option (Paulo Alcantara) [RHEL-109507]
- smb: client: get rid of kstrdup() when parsing pass mount option (Paulo Alcantara) [RHEL-109507]
- smb: client: get rid of kstrdup() when parsing user mount option (Paulo Alcantara) [RHEL-109507]
- cifs: Add support for creating reparse points over SMB1 (Paulo Alcantara) [RHEL-109507]
- cifs: Do not query WSL EAs for native SMB symlink (Paulo Alcantara) [RHEL-109507]
- cifs: Optimize CIFSFindFirst() response when not searching (Paulo Alcantara) [RHEL-109507]
- cifs: Fix calling CIFSFindFirst() for root path without msearch (Paulo Alcantara) [RHEL-109507]
- cifs: add new field to track the last access time of cfid (Paulo Alcantara) [RHEL-109507]
- smb: change return type of cached_dir_lease_break() to bool (Paulo Alcantara) [RHEL-109507]
- cifs: reset iface weights when we cannot find a candidate (Paulo Alcantara) [RHEL-109507]
- smb: invalidate and close cached directory when creating child entries (Paulo Alcantara) [RHEL-109507]
- smb: client: use ParentLeaseKey in cifs_do_create (Paulo Alcantara) [RHEL-109507]
- smb: client: use ParentLeaseKey in open_cached_dir (Paulo Alcantara) [RHEL-109507]
- smb: client: add ParentLeaseKey support (Paulo Alcantara) [RHEL-109507]
- net: openvswitch: allow providing upcall pid for the 'execute' command (Aaron Conole) [RHEL-84596]
- net: netlink: add nla_get_*_default() accessors (Aaron Conole) [RHEL-84596]
- benet: fix BUG when creating VFs (Michal Schmidt) [RHEL-106952]
- eth: bnxt: fix missing ring index trim on error path (Michal Schmidt) [RHEL-107291] {CVE-2025-37873}
- treewide: Switch/rename to timer_delete[_sync]() (bnxt) (Michal Schmidt) [RHEL-107291]
- eth: bnxt: fix memory leak in queue reset (Michal Schmidt) [RHEL-107291]
- eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (Michal Schmidt) [RHEL-107291] {CVE-2025-21973}
- eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (Michal Schmidt) [RHEL-107291] {CVE-2025-21960}
- eth: bnxt: fix out-of-range access of vnic_info array (Michal Schmidt) [RHEL-107291] {CVE-2025-22112}
- eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (Michal Schmidt) [RHEL-107291]
- eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (Michal Schmidt) [RHEL-107291] {CVE-2025-21974}
- eth: bnxt: fix truesize for mb-xdp-pass case (Michal Schmidt) [RHEL-107291 RHEL-87499] {CVE-2025-21961}
- net: ethtool: populate the default HDS params in the core (bnxt) (Michal Schmidt) [RHEL-107291]
- eth: bnxt: fix string truncation warning in FW version (Michal Schmidt) [RHEL-107291]
- eth: bnxt: always recalculate features after XDP clearing, fix null-deref (Michal Schmidt) [RHEL-107291] {CVE-2025-21682}
- net: bnxt: use ethtool string helpers (Michal Schmidt) [RHEL-107291]
- eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting' (bnxt) (Michal Schmidt) [RHEL-107291]
- smb: client: fix session setup against servers that require SPN (Paulo Alcantara) [RHEL-102433]
- smb: client: allow parsing zero-length AV pairs (Paulo Alcantara) [RHEL-102433]
- drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value (Robert Foss) [RHEL-75952]
- drm/amd/display: Export full brightness range to userspace (Robert Foss) [RHEL-75952]
- drm/amd/display: Optimize custom brightness curve (Robert Foss) [RHEL-75952]
- drm/amd/display: Only read ACPI backlight caps once (Robert Foss) [RHEL-75952]
- drm/amd/display: Fix default DC and AC levels (Robert Foss) [RHEL-75952]
- drm/amd/display: Add debugging message for brightness caps (Robert Foss) [RHEL-75952]
- drm/amd/display: Get LTTPR IEEE OUI/Device ID From Closest LTTPR To Host (Robert Foss) [RHEL-75952]
- drm/amd/display: Add early 8b/10b channel equalization test pattern sequence (Robert Foss) [RHEL-75952]
- drm/amdgpu/mes: add missing locking in helper functions (Robert Foss) [RHEL-75952]
- drm/amd/display: Fix mpv playback corruption on weston (Robert Foss) [RHEL-75952]
- drm/amd/display: Add dc cap for dp tunneling (Robert Foss) [RHEL-75952]
- drm/amd/display: Add more checks for DSC / HUBP ONO guarantees (Robert Foss) [RHEL-75952]
- drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13 (Robert Foss) [RHEL-75952]
- drm/amdgpu: switch job hw_fence to amdgpu_fence (Robert Foss) [RHEL-75952]
- drm/amdgpu: Fix SDMA UTC_L1 handling during start/stop sequences (Robert Foss) [RHEL-75952]
- drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTAL (Robert Foss) [RHEL-75952]
- drm/xe: Fix early wedge on GuC load failure (Robert Foss) [RHEL-75952]
- drm/xe: Fix taking invalid lock on wedge (Robert Foss) [RHEL-75952]
- drm/xe: Fix memset on iomem (Robert Foss) [RHEL-75952]
- drm/amd/display: Check dce_hwseq before dereferencing it (Robert Foss) [RHEL-75952]
- drm/amdgpu: Add kicker device detection (Robert Foss) [RHEL-75952]
- drm/amdgpu: VCN v5_0_1 to prevent FW checking RB during DPG pause (Robert Foss) [RHEL-75952]
- drm/amd/display: Fix RMCM programming seq errors (Robert Foss) [RHEL-75952]
- drm/xe/guc_submit: add back fix (Robert Foss) [RHEL-75952]
- drm/xe/sched: stop re-submitting signalled jobs (Robert Foss) [RHEL-75952]
- drm/xe/vm: move rebind_work init earlier (Robert Foss) [RHEL-75952]
- drm/amd/display: Correct non-OLED pre_T11_delay. (Robert Foss) [RHEL-75952]
- drm/amdgpu: disable workload profile switching when OD is enabled (Robert Foss) [RHEL-75952]
- drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vram (Robert Foss) [RHEL-75952]
- drm/amd/display: Add null pointer check for get_first_active_display() (Robert Foss) [RHEL-75952]
- drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready (Robert Foss) [RHEL-75952]
- drm/bridge: cdns-dsi: Check return value when getting default PHY config (Robert Foss) [RHEL-75952]
- drm/bridge: cdns-dsi: Fix connecting to next bridge (Robert Foss) [RHEL-75952]
- drm/bridge: cdns-dsi: Fix phy de-init and flag it so (Robert Foss) [RHEL-75952]
- drm/bridge: cdns-dsi: Fix the clock variable for mode_valid() (Robert Foss) [RHEL-75952]
- drm/i915/dp_mst: Work around Thunderbolt sink disconnect after SINK_COUNT_ESI read (Robert Foss) [RHEL-75952]
- drm/i915/ptl: Use everywhere the correct DDI port clock select mask (Robert Foss) [RHEL-75952]
- drm/amdkfd: Fix race in GWS queue scheduling (Robert Foss) [RHEL-75952]
- drm/udl: Unregister device before cleaning up on disconnect (Robert Foss) [RHEL-75952]
- drm/tegra: Fix a possible null pointer dereference (Robert Foss) [RHEL-75952]
- drm/tegra: Assign plane type before registration (Robert Foss) [RHEL-75952]
- drm/simpledrm: Do not upcast in release helpers (Robert Foss) [RHEL-75952]
- drm/panel: simple: Tianma TM070JDHG34-00: add delays (Robert Foss) [RHEL-75952]
- drm/cirrus-qemu: Fix pitch programming (Robert Foss) [RHEL-75952]
- drm/ast: Fix comment on modeset lock (Robert Foss) [RHEL-75952]
- drm/xe: Process deferred GGTT node removals on device unwind (Robert Foss) [RHEL-75952]
- drm/xe/guc: Explicitly exit CT safe mode on unwind (Robert Foss) [RHEL-75952]
- drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type (Robert Foss) [RHEL-75952]
- drm/bridge: ti-sn65dsi86: make use of debugfs_init callback (Robert Foss) [RHEL-75952]
- drm/i915: fix build error some more (Robert Foss) [RHEL-75952]
- drm/amd: Adjust output for discovery error handling (Robert Foss) [RHEL-75952]
- drm: writeback: Fix drm_writeback_connector_cleanup signature (Robert Foss) [RHEL-75952]
- drm/xe: move DPT l2 flush to a more sensible place (Robert Foss) [RHEL-75952]
- drm/xe: Move DSB l2 flush to a more sensible place (Robert Foss) [RHEL-75952]
- drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64 (Robert Foss) [RHEL-75952]
- drm/xe/display: Add check for alloc_ordered_workqueue() (Robert Foss) [RHEL-75952]
- drm/amdgpu/mes: add compatibility checks for set_hw_resource_1 (Robert Foss) [RHEL-75952]
- drm/amd/display: Add sanity checks for drm_edid_raw() (Robert Foss) [RHEL-75952]
- drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue() (Robert Foss) [RHEL-75952]
- Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1" (Robert Foss) [RHEL-75952]
- drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1 (Robert Foss) [RHEL-75952]
- drm/scheduler: signal scheduled fence when kill job (Robert Foss) [RHEL-75952]
- drm/amdgpu: seq64 memory unmap uses uninterruptible lock (Robert Foss) [RHEL-75952]
- drm/amdgpu/vcn2.5: read back register after written (Robert Foss) [RHEL-75952]
- drm/amdgpu/vcn3: read back register after written (Robert Foss) [RHEL-75952]
- drm/amdgpu/vcn4: read back register after written (Robert Foss) [RHEL-75952]
- drm/amdgpu/vcn5.0.1: read back register after written (Robert Foss) [RHEL-75952]
- amd/amdkfd: fix a kfd_process ref leak (Robert Foss) [RHEL-75952]
- Revert "drm/amd/display: Fix VUpdate offset calculations for dcn401" (Robert Foss) [RHEL-75952]
- drm/xe/bmg: Update Wa_16023588340 (Robert Foss) [RHEL-75952]
- drm/amdkfd: move SDMA queue reset capability check to node_show (Robert Foss) [RHEL-75952]
- drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled (Robert Foss) [RHEL-75952]
- drm/nouveau/bl: increase buffer size to avoid truncate warning (Robert Foss) [RHEL-75952]
- drm/ssd130x: fix ssd132x_clear_screen() columns (Robert Foss) [RHEL-75952]
- drm/xe/svm: Fix regression disallowing 64K SVM migration (Robert Foss) [RHEL-75952]
- drm/appletbdrm: Make appletbdrm depend on X86 (Robert Foss) [RHEL-75952]
- udmabuf: use sgtable-based scatterlist wrappers (Robert Foss) [RHEL-75952]
- drm/panel: simple: Add POWERTIP PH128800T004-ZZA01 panel entry (Robert Foss) [RHEL-75952]
- drm/xe/uc: Remove static from loop variable (Robert Foss) [RHEL-75952]
- drm/amdgpu: Add indirect L1_TLB_CNTL reg programming for VFs (Robert Foss) [RHEL-75952]
- drm/amdkfd: Set SDMA_RLCx_IB_CNTL/SWITCH_INSIDE_IB (Robert Foss) [RHEL-75952]
- drm/amd/display: Restructure DMI quirks (Robert Foss) [RHEL-75952]
- drm/amd/display: Correct prefetch calculation (Robert Foss) [RHEL-75952]
- drm/amd/pm: Reset SMU v13.0.x custom settings (Robert Foss) [RHEL-75952]
- drm/amd/display: Fix VUpdate offset calculations for dcn401 (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx9: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/amd/display: disable EASF narrow filter sharpening (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx8: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/amdgpu: Disallow partition query during reset (Robert Foss) [RHEL-75952]
- drm/amdgpu: fix MES GFX mask (Robert Foss) [RHEL-75952]
- drm/amd/display: Fix Vertical Interrupt definitions for dcn32, dcn401 (Robert Foss) [RHEL-75952]
- drm/amd/display: Correct SSC enable detection for DCN351 (Robert Foss) [RHEL-75952]
- drm/amd/display: Update IPS sequential_ono requirement checks (Robert Foss) [RHEL-75952]
- drm/xe/vf: Fix guc_info debugfs for VFs (Robert Foss) [RHEL-75952]
- drm/xe: Use copy_from_user() instead of __copy_from_user() (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx7: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/ttm/tests: fix incorrect assert in ttm_bo_unreserve_bulk() (Robert Foss) [RHEL-75952]
- drm/amd/display: fix zero value for APU watermark_c (Robert Foss) [RHEL-75952]
- drm: panel-orientation-quirks: Add ZOTAC Gaming Zone (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx10: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/amd/display: Do Not Consider DSC if Valid Config Not Found (Robert Foss) [RHEL-75952]
- drm/amdgpu: Add basic validation for RAS header (Robert Foss) [RHEL-75952]
- drm/amd/display: Skip to enable dsc if it has been off (Robert Foss) [RHEL-75952]
- drm/amd/display: Add NULL pointer checks in dm_force_atomic_commit() (Robert Foss) [RHEL-75952]
- drm/nouveau/gsp: fix rm shutdown wait condition (Robert Foss) [RHEL-75952]
- drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 (Robert Foss) [RHEL-75952]
- drm/nouveau: fix hibernate on disabled GPU (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx11: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/amdkfd: Drop workaround for GC v9.4.3 revID 0 (Robert Foss) [RHEL-75952]
- drm/bridge: anx7625: change the gpiod_set_value API (Robert Foss) [RHEL-75952]
- drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler() (Robert Foss) [RHEL-75952]
- drm/bridge: anx7625: enable HPD interrupts (Robert Foss) [RHEL-75952]
- drm/panel/sharp-ls043t1le01: Use _multi variants (Robert Foss) [RHEL-75952]
- drm/bridge: analogix_dp: Add irq flag IRQF_NO_AUTOEN instead of calling disable_irq() (Robert Foss) [RHEL-75952]
- drm/xe: Fix CFI violation when accessing sysfs files (Robert Foss) [RHEL-75952]
- drm/amd/display: DCN32 null data check (Robert Foss) [RHEL-75952]
- drm/amdgpu: Fix API status offset for MES queue reset (Robert Foss) [RHEL-75952]
- drm/dp: add option to disable zero sized address only transactions. (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx6: fix CSIB handling (Robert Foss) [RHEL-75952]
- drm/bridge: select DRM_KMS_HELPER for AUX_BRIDGE (Robert Foss) [RHEL-75952]
- drm/amd/display: disable DPP RCG before DPP CLK enable (Robert Foss) [RHEL-75952]
- accel/ivpu: Fix warning in ivpu_gem_bo_free() (Robert Foss) [RHEL-75952]
- accel/ivpu: Use dma_resv_lock() instead of a custom mutex (Robert Foss) [RHEL-75952]
- accel/ivpu: Trigger device recovery on engine reset/resume failure (Robert Foss) [RHEL-75952]
- accel/ivpu: Use firmware names from upstream repo (Robert Foss) [RHEL-75952]
- accel/ivpu: Improve buffer object logging (Robert Foss) [RHEL-75952]
- drm/xe/lrc: Use a temporary buffer for WA BB (Robert Foss) [RHEL-75952]
- drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready (Robert Foss) [RHEL-75952]
- drm/xe/pxp: Use the correct define in the set_property_funcs array (Robert Foss) [RHEL-75952]
- drm/xe: Rework eviction rejection of bound external bos (Robert Foss) [RHEL-75952]
- drm/xe/vsec: fix CONFIG_INTEL_VSEC dependency (Robert Foss) [RHEL-75952]
- drm/xe/vm: move xe_svm_init() earlier (Robert Foss) [RHEL-75952]
- drm/panel-simple: fix the warnings for the Evervision VGG644804 (Robert Foss) [RHEL-75952]
- drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setup (Robert Foss) [RHEL-75952]
- drm/amdgpu/gfx10: Refine Cleaner Shader for GFX10.1.10 (Robert Foss) [RHEL-75952]
- drm/i915/guc: Handle race condition where wakeref count drops below 0 (Robert Foss) [RHEL-75952]
- drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP (Robert Foss) [RHEL-75952]
- drm/i915/guc: Check if expecting reply before decrementing outstanding_submission_g2h (Robert Foss) [RHEL-75952]
- drm/bridge: analogix_dp: Fix clk-disable removal (Robert Foss) [RHEL-75952]
- drm/bridge: analogix_dp: Add support to get panel from the DP AUX bus (Robert Foss) [RHEL-75952]
- drm/bridge: analogix_dp: Remove CONFIG_PM related check in analogix_dp_bind()/analogix_dp_unbind() (Robert Foss) [RHEL-75952]
- accel/ivpu: Reorder Doorbell Unregister and Command Queue Destruction (Robert Foss) [RHEL-75952]
- drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing (Robert Foss) [RHEL-75952]
- drm/connector: only call HDMI audio helper plugged cb if non-null (Robert Foss) [RHEL-75952]
- drm/panic: Use a decimal fifo to avoid u64 by u64 divide (Robert Foss) [RHEL-75952]
- drm/panic: clean Clippy warning (Robert Foss) [RHEL-75952]
- drm/xe/guc: Make creation of SLPC debugfs files conditional (Robert Foss) [RHEL-75952]
- drm/xe/guc: Don't expose GuC privileged debugfs files if VF (Robert Foss) [RHEL-75952]
- drm/xe/guc: Refactor GuC debugfs initialization (Robert Foss) [RHEL-75952]
- drm/i915/dp_mst: Use the correct connector while computing the link BPP limit on MST (Robert Foss) [RHEL-75952]
- drm/amd/display: Don't check for NULL divisor in fixpt code (Robert Foss) [RHEL-75952]
- drm/tegra: rgb: Fix the unbound reference count (Robert Foss) [RHEL-75952]
- drm/vkms: Adjust vkms_state->active_planes allocation type (Robert Foss) [RHEL-75952]
- drm: rcar-du: Fix memory leak in rcar_du_vsps_init() (Robert Foss) [RHEL-75952]
- drm/bridge: lt9611uxc: Fix an error handling path in lt9611uxc_probe() (Robert Foss) [RHEL-75952]
- drm/panel: samsung-sofef00: Drop s6e3fc2x01 support (Robert Foss) [RHEL-75952]
- drm/amdgpu: Refine Cleaner Shader MEC firmware version for GFX10.1.x GPUs (Robert Foss) [RHEL-75952]
- drm/panthor: Fix the panthor_gpu_coherency_init() error path (Robert Foss) [RHEL-75952]
- drm/panthor: Update panthor_mmu::irq::mask when needed (Robert Foss) [RHEL-75952]
- drm/panthor: Call panthor_gpu_coherency_init() after PM resume() (Robert Foss) [RHEL-75952]
- drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions (Robert Foss) [RHEL-75952]
- drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table (Robert Foss) [RHEL-75952]
- drm/xe/d3cold: Set power state to D3Cold during s2idle/s3 (Robert Foss) [RHEL-75952]
- drm/vmwgfx: Fix dumb buffer leak (Robert Foss) [RHEL-75952]
- drm/ci: fix merge request rules (Robert Foss) [RHEL-75952]
- drm/vmwgfx: Add error path for xa_store in vmw_bo_add_detached_resource (Robert Foss) [RHEL-75952]
- drm/vmwgfx: Add seqno waiter for sync_files (Robert Foss) [RHEL-75952]
- Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (Robert Foss) [RHEL-75952]
- drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8 (Robert Foss) [RHEL-75952]
- Revert "drm/amd/display: pause the workload setting in dm" (Robert Foss) [RHEL-75952]
- audit,module: restore audit logging in load failure case (Richard Guy Briggs) [RHEL-52839]
- hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf (Li Tian) [RHEL-89165]
- Enable the gs_usb CAN bus driver (Radu Rendec) [RHEL-83402]
- gfs2: No more self recovery (Andreas Gruenbacher) [RHEL-103348]
- gfs2: Fix withdraw race (Andreas Gruenbacher) [RHEL-103348]
Resolves: RHEL-101247, RHEL-101283, RHEL-101938, RHEL-102433, RHEL-103348, RHEL-106952, RHEL-107291, RHEL-108036, RHEL-109507, RHEL-52839, RHEL-59303, RHEL-71129, RHEL-72015, RHEL-72020, RHEL-72224, RHEL-72226, RHEL-73517, RHEL-73519, RHEL-75952, RHEL-83168, RHEL-83386, RHEL-83402, RHEL-84596, RHEL-87499, RHEL-89165, RHEL-93397, RHEL-94893, RHEL-99321, RHEL-99742

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-18 07:35:33 -07:00
Jarod Wilson
c1994bb5c3 kernel-5.14.0-606.el9
* Thu Aug 14 2025 Jarod Wilson <jarod@redhat.com> [5.14.0-606.el9]
- RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (CKI Backport Bot) [RHEL-104271] {CVE-2025-38211}
- NFS: Return the file btime in the statx results when appropriate (Benjamin Coddington) [RHEL-90990]
- nfs: Add timecreate to nfs inode (Benjamin Coddington) [RHEL-90990]
- Expand the type of nfs_fattr->valid (Benjamin Coddington) [RHEL-90990]
- perf/x86/intel: Support RDPMC metrics clear mode (Michael Petlan) [RHEL-47448]
- igc: fix lock order in igc_ptp_reset (Corinna Vinschen) [RHEL-83575]
- igc: set the RX packet buffer size for TSN mode (Corinna Vinschen) [RHEL-83575]
- igc: use FIELD_PREP and GENMASK for existing RX packet buffer size (Corinna Vinschen) [RHEL-83575]
- igc: optimize TX packet buffer utilization for TSN mode (Corinna Vinschen) [RHEL-83575]
- igc: use FIELD_PREP and GENMASK for existing TX packet buffer size (Corinna Vinschen) [RHEL-83575]
- igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT (Corinna Vinschen) [RHEL-83575]
- igc: rename xdp_get_tx_ring() for non-xdp usage (Corinna Vinschen) [RHEL-83575]
- igc: enable HW vlan tag insertion/stripping by default (Corinna Vinschen) [RHEL-83575]
- igc: add lock preventing multiple simultaneous PTM transactions (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- igc: cleanup PTP module if probe fails (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- igc: handle the IGC_PTP_ENABLED flag correctly (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- igc: move ktime snapshot into PTM retry loop (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- igc: increase wait time before retrying PTM (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- igc: fix PTM cycle trigger logic (Corinna Vinschen) [RHEL-33242 RHEL-83575]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83575]
- igc: Fix XSK queue NAPI ID mapping (Corinna Vinschen) [RHEL-83575]
- igc: Set buffer type for empty frames in igc_init_empty_frame (Corinna Vinschen) [RHEL-83575]
- igc: Fix HW RX timestamp when passed by ZC XDP (Corinna Vinschen) [RHEL-83575]
- igc: Avoid unnecessary link down event in XDP_SETUP_PROG process (Corinna Vinschen) [RHEL-83575]
- igc: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83575]
- igc: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83575]
- igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() (Corinna Vinschen) [RHEL-83575]
- igc: Allow hot-swapping XDP program (Corinna Vinschen) [RHEL-83575]
- igc: return early when failing to read EECD register (Corinna Vinschen) [RHEL-83575]
- igc: Remove unused igc_read/write_pcie_cap_reg (Corinna Vinschen) [RHEL-83575]
- igc: Remove unused igc_read/write_pci_cfg wrappers (Corinna Vinschen) [RHEL-83575]
- igc: Remove unused igc_acquire/release_nvm (Corinna Vinschen) [RHEL-83575]
- igc: remove autoneg parameter from igc_mac_info (Corinna Vinschen) [RHEL-83575]
- igc: fix build errors for PTP (Corinna Vinschen) [RHEL-83575]
- ixgbe: add support for FW rollback mode (Corinna Vinschen) [RHEL-99401]
- ixgbe: add E610 implementation of FW recovery mode (Corinna Vinschen) [RHEL-99401]
- ixgbe: add FW API version check (Corinna Vinschen) [RHEL-99401]
- ixgbe: add support for devlink reload (Corinna Vinschen) [RHEL-99401]
- ixgbe: add device flash update via devlink (Corinna Vinschen) [RHEL-99401]
- ixgbe: extend .info_get() with stored versions (Corinna Vinschen) [RHEL-99401]
- ixgbe: add E610 functions getting PBA and FW ver info (Corinna Vinschen) [RHEL-99401]
- ixgbe: add .info_get extension specific for E610 devices (Corinna Vinschen) [RHEL-99401]
- ixgbe: read the netlist version information (Corinna Vinschen) [RHEL-99401]
- ixgbe: read the OROM version information (Corinna Vinschen) [RHEL-99401]
- ixgbe: add E610 functions for acquiring flash data (Corinna Vinschen) [RHEL-99401]
- ixgbe: add handler for devlink .info_get() (Corinna Vinschen) [RHEL-99401]
- ixgbe: add initial devlink support (Corinna Vinschen) [RHEL-99401]
- ixgbe: wrap netdev_priv() usage (Corinna Vinschen) [RHEL-99401]
- ixgbe: Fix unreachable retry logic in combined and byte I2C write functions (Corinna Vinschen) [RHEL-99401]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-99401]
- ixgbe: fix media type detection for E610 device (Corinna Vinschen) [RHEL-86539 RHEL-99401]
- ixgbe: add support for thermal sensor event reception (Corinna Vinschen) [RHEL-99401]
- ixgbe: add PTP support for E610 device (Corinna Vinschen) [RHEL-99401]
- ixgbe: fix media cage present detection for E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Fix possible skb NULL pointer dereference (Corinna Vinschen) [RHEL-99401]
- ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp() (Corinna Vinschen) [RHEL-99401]
- ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp() (Corinna Vinschen) [RHEL-99401]
- ixgbevf: Remove unused ixgbevf_hv_mbx_ops (Corinna Vinschen) [RHEL-99401]
- ixgbevf: Add support for Intel(R) E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- PCI: Add PCI_VDEVICE_SUB helper macro (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Enable link management in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Clean up the E610 link management related code (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add ixgbe_x540 multiple header inclusion protection (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add support for EEPROM dump in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add support for NVM handling in E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add link management support for E610 device (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add support for E610 device capabilities detection (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Add support for E610 FW Admin Command Interface (Corinna Vinschen) [RHEL-80419 RHEL-99401]
- ixgbe: Correct BASE-BX10 compliance code (Corinna Vinschen) [RHEL-99401]
- ixgbe: downgrade logging of unsupported VF API version to debug (Corinna Vinschen) [RHEL-99401]
- ixgbe: Break include dependency cycle (Corinna Vinschen) [RHEL-99401]
- arch: x86: add IPC mailbox accessor function and add SoC register access (CKI Backport Bot) [RHEL-107008]
- ASoC: SDCA: Allow read-only controls to be deferrable (Jaroslav Kysela) [RHEL-101627]
- ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask() (Jaroslav Kysela) [RHEL-101627]
- ASoC: SDCA: Fixup some kernel doc errors (Jaroslav Kysela) [RHEL-101627]
- ASoC: SDCA: Add missing default in switch in entity_pde_event() (Jaroslav Kysela) [RHEL-101627]
- ASoC: ops: dynamically allocate struct snd_ctl_elem_value (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: acp: Fix pointer assignments for snd_soc_acpi_mach structures (Jaroslav Kysela) [RHEL-101627]
- ASoC: SDCA: Update memory allocations to zero initialise (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Fix mute LED mask on HP OMEN 16 laptop (Jaroslav Kysela) [RHEL-101627]
- sof-client-ipc-flood-test: don't mess with ->d_name (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Add support for ASUS NUC using CS35L41 HDA (Jaroslav Kysela) [RHEL-101627]
- ALSA: compress_offload: tighten ioctl command number checks (Jaroslav Kysela) [RHEL-101627]
- soundwire: Revert "soundwire: qcom: Add set_channel_map api support" (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38486}
- ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek - Fix mute LED for HP Victus 16-r0xxx (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Add quirks for some Clevo laptops (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100 (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606 (Jaroslav Kysela) [RHEL-101627]
- ASoC: rt721-sdca: fix boost gain calculation error (Jaroslav Kysela) [RHEL-101627]
- ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38438}
- ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count (Jaroslav Kysela) [RHEL-101627]
- ASoC: fsl_sai: Force a software reset when starting in consumer mode (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek - Add mute LED support for HP Victus 15-fb2xxx (Jaroslav Kysela) [RHEL-101627]
- ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38454}
- ASoC: cs35l56: probe() should fail if the device ID is not recognized (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: soc-acpi: arl: Correct order of cs42l43 matches (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: soc-acpi-intel-arl-match: set get_function_tplg_files ops (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: add sof_sdw_get_tplg_files ops (Jaroslav Kysela) [RHEL-101627]
- ASoC: soc-acpi: add get_function_tplg_files ops (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: SND_SOC_INTEL_SOF_BOARD_HELPERS select SND_SOC_ACPI_INTEL_MATCH (Jaroslav Kysela) [RHEL-101627]
- ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: yc: update quirk data for HP Victus (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic (Jaroslav Kysela) [RHEL-101627]
- ALSA: sb: Force to disable DMAs once when DMA mode is changed (Jaroslav Kysela) [RHEL-101627]
- ALSA: sb: Don't allow changing the DMA mode during operations (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR (Jaroslav Kysela) [RHEL-101627]
- ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38249}
- ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15 (Jaroslav Kysela) [RHEL-101627]
- ASoC: codecs: wcd9335: Fix missing free of regulator supplies (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38259}
- ASoC: codec: wcd9335: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-101627]
- ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda: Add new pci id for AMD GPU display HD audio controller (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda: Ignore unsol events for cards being shut down (Jaroslav Kysela) [RHEL-101627]
- ASoC: rt1320: fix speaker noise when volume bar is 100%% (Jaroslav Kysela) [RHEL-101627]
- soundwire: amd: add check for status update registers (Jaroslav Kysela) [RHEL-101627]
- soundwire: amd: fix for clearing command status register (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: ps: fix for soundwire failures during hibernation exit sequence (Jaroslav Kysela) [RHEL-101627]
- soundwire: amd: cancel pending slave status handling workqueue during remove sequence (Jaroslav Kysela) [RHEL-101627]
- soundwire: amd: serialize amd manager resume sequence during pm_prepare (Jaroslav Kysela) [RHEL-101627]
- soundwire: amd: fix for handling slave alerts after link is down (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Add quirk for Asus GU605C (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek - Add mute LED support for HP Victus 16-s1xxx and HP Victus 15-fa1xxx (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/intel: Add Thinkpad E15 to PM deny list (Jaroslav Kysela) [RHEL-101627]
- ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card (Jaroslav Kysela) [RHEL-101627]
- ASoC: tegra210_ahub: Add check to of_device_get_match_data() (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Acer Helios laptops (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda/realtek: Add support for Acer Helios Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-101627]
- ASoC: intel/sdw_utils: Assign initial value in asoc_sdw_rt_amp_spk_rtd_init() (Jaroslav Kysela) [RHEL-101627]
- ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9 (Jaroslav Kysela) [RHEL-101627]
- ASoC: codecs: wcd937x: Drop unused buck_supply (Jaroslav Kysela) [RHEL-101627]
- ASoC: codecs: wcd9375: Fix double free of regulator supplies (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38423}
- ASoC: amd: sof_amd_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-101627]
- ASoC: amd: amd_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-101627]
- ASoC: meson: meson-card-utils: use of_property_present() for DT parsing (Jaroslav Kysela) [RHEL-101627]
- ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params() (Jaroslav Kysela) [RHEL-101627]
- ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 (Jaroslav Kysela) [RHEL-101627]
- ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: Verify content returned by parse_int_array() (Jaroslav Kysela) [RHEL-101627] {CVE-2025-38307}
- ASoC: Intel: avs: Relocate DSP status registers (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: Read HW capabilities when possible (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: Ignore Vendor-space manipulation for ACE (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: Fix PPLCxFMT calculation (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: PCM operations for LNL-based platforms (Jaroslav Kysela) [RHEL-101627]
- ALSA: hda: Allow to fetch hlink by ID (Jaroslav Kysela) [RHEL-101627]
- soundwire: only compute port params in specific stream states (Jaroslav Kysela) [RHEL-101627]
- ALSA: core: fix up bus match const issues. (Jaroslav Kysela) [RHEL-101627]
- ASoC: apple: mca: Constrain channels according to TDM mask (Jaroslav Kysela) [RHEL-101627]
- ASoC: SOF: amd: add missing acp descriptor field (Jaroslav Kysela) [RHEL-101627]
- ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation type (Jaroslav Kysela) [RHEL-101627]
- ASoC: tas2764: Enable main IRQs (Jaroslav Kysela) [RHEL-101627]
- ASoC: tas2764: Reinit cache on part reset (Jaroslav Kysela) [RHEL-101627]
- ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX (Jaroslav Kysela) [RHEL-101627]
- ASoC: codecs: hda: Fix RPM usage count underflow (Jaroslav Kysela) [RHEL-101627]
- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108151] {CVE-2025-38417}
- i40e: When removing VF MAC filters, only check PF-set MAC (Jamie Bainbridge) [RHEL-98540]
- net/sched: Abort __tc_modify_qdisc if parent class does not exist (CKI Backport Bot) [RHEL-107693]
- cpuidle: Init cpuidle only for present CPUs (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Update documentation after get_typical_interval() changes (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Update documentation after previous changes (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Avoid discarding useful information (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Eliminate outliers on both ends of the sample set (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Tweak threshold use in get_typical_interval() (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Use one loop for average and variance computations (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Drop a redundant local variable (Mark Langsdorf) [RHEL-87863]
- cpuidle: psci: Add trace for PSCI domain idle (Mark Langsdorf) [RHEL-87863]
- cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI (Mark Langsdorf) [RHEL-87863]
- powerpc/machdep: Drop include of dma-mapping.h (Mark Langsdorf) [RHEL-87863]
- cpuidle: Correct some typos in comments (Mark Langsdorf) [RHEL-87863]
- cpuidle: menu: Remove iowait influence (Mark Langsdorf) [RHEL-87863]
- scsi: aacraid: Stop using PCI_IRQ_AFFINITY (John Meneghini) [RHEL-41080]
- net: add helpers for EEE configuration (CKI Backport Bot) [RHEL-107009]
- ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (CKI Backport Bot) [RHEL-93557] {CVE-2025-22121}
- ext4: introduce ITAIL helper (CKI Backport Bot) [RHEL-93557] {CVE-2025-22121}
Resolves: RHEL-101627, RHEL-104271, RHEL-107008, RHEL-107009, RHEL-107693, RHEL-108151, RHEL-33242, RHEL-41080, RHEL-47448, RHEL-80419, RHEL-83575, RHEL-86539, RHEL-87863, RHEL-90990, RHEL-93557, RHEL-98540, RHEL-99401

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2025-08-14 21:54:57 +00:00
Augusto Caringi
a5a0f1e7fc kernel-5.14.0-605.el9
* Tue Aug 12 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-605.el9]
- gfs2: No more gfs2_find_jhead caching (Andreas Gruenbacher) [RHEL-91331]
- gfs2: Get rid of duplicate log head lookup (Andreas Gruenbacher) [RHEL-91331]
- gfs2: Simplify clean_journal (Andreas Gruenbacher) [RHEL-91331]
- gfs2: Simplify gfs2_log_pointers_init (Andreas Gruenbacher) [RHEL-91331]
- gfs2: Move gfs2_log_pointers_init (Andreas Gruenbacher) [RHEL-91331]
- dlm: fix possible lkb_resource null dereference (Alexander Aring) [RHEL-64457]
- fs: dlm: handle -EINVAL as log_error() (Alexander Aring) [RHEL-64457]
- mux: Add support for reading mux state from consumer DT node (Radu Rendec) [RHEL-105629]
- mux: add support for delay after muxing (Radu Rendec) [RHEL-105629]
- gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add (Andrew Price) [RHEL-87983]
- gfs2: Remove unnecessary NULL check before free_percpu() (Andreas Gruenbacher) [RHEL-87983]
- gfs2: replace sd_aspace with sd_inode (Andreas Gruenbacher) [RHEL-87983]
- writeback: fix false warning in inode_to_wb() (Andreas Gruenbacher) [RHEL-87983]
- can: tcan4x5x: fix reset gpio usage during probe (Radu Rendec) [RHEL-90130]
- can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probe (Radu Rendec) [RHEL-90130]
- can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices (Radu Rendec) [RHEL-90130]
- can: m_can: m_can_close(): stop clocks after device has been shut down (Radu Rendec) [RHEL-90130]
- can: m_can: Limit coalescing to peripheral instances (Radu Rendec) [RHEL-90130]
- can: m_can: Reset cached active_interrupts on start (Radu Rendec) [RHEL-90130]
- can: m_can: disable_all_interrupts, not clear active_interrupts (Radu Rendec) [RHEL-90130]
- can: m_can: Do not cancel timer from within timer (Radu Rendec) [RHEL-90130]
- can: m_can: Remove m_can_rx_peripheral indirection (Radu Rendec) [RHEL-90130]
- can: m_can: Remove coalesing disable in isr during suspend (Radu Rendec) [RHEL-90130]
- can: m_can: Reset coalescing during suspend/resume (Radu Rendec) [RHEL-90130]
- can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD instead of open coding it (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode (Radu Rendec) [RHEL-90130]
- can: kvaser_usb: Add support for Leaf v3 (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: support resuming from rx interrupt signal (Radu Rendec) [RHEL-90130]
- can: m_can: allow keeping the transceiver running in suspend (Radu Rendec) [RHEL-90130]
- dt-bindings: can: tcan4x5x: Document the wakeup-source flag (Radu Rendec) [RHEL-90130]
- can: m_can: remove redundant check for pm_clock_support (Radu Rendec) [RHEL-90130]
- can: netlink: Fix TDCO calculation using the old data bittiming (Radu Rendec) [RHEL-90130]
- can: m_can: Implement transmit submission coalescing (Radu Rendec) [RHEL-90130]
- can: m_can: Implement BQL (Radu Rendec) [RHEL-90130]
- can: m_can: Use tx_fifo_in_flight for netif_queue control (Radu Rendec) [RHEL-90130]
- can: m_can: Introduce a tx_fifo_in_flight counter (Radu Rendec) [RHEL-90130]
- can: m_can: Use the workqueue as queue (Radu Rendec) [RHEL-90130]
- can: m_can: Cache tx putidx (Radu Rendec) [RHEL-90130]
- can: m_can: Use u32 for putidx (Radu Rendec) [RHEL-90130]
- can: m_can: Add tx coalescing ethtool support (Radu Rendec) [RHEL-90130]
- can: m_can: Add rx coalescing ethtool support (Radu Rendec) [RHEL-90130]
- can: m_can: Implement transmit coalescing (Radu Rendec) [RHEL-90130]
- can: m_can: Implement receive coalescing (Radu Rendec) [RHEL-90130]
- can: m_can: Write transmit header and data in one transaction (Radu Rendec) [RHEL-90130]
- can: m_can: Move hrtimer init to m_can_class_register (Radu Rendec) [RHEL-90130]
- can: m_can: Start/Cancel polling timer together with interrupts (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Fix id2_register for tcan4553 (Radu Rendec) [RHEL-90130]
- can: dev: can_restart(): move debug message and stats after successful restart (Radu Rendec) [RHEL-90130]
- can: dev: can_restart(): reverse logic to remove need for goto (Radu Rendec) [RHEL-90130]
- can: dev: can_restart(): fix race condition between controller restart and netif_carrier_on() (Radu Rendec) [RHEL-90130]
- can: dev: can_restart(): don't crash kernel if carrier is OK (Radu Rendec) [RHEL-90130]
- dt-bindings: can: m_can: change from additional- to unevaluatedProperties (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Add error messages in probe (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Add support for tcan4552/4553 (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Rename ID registers to match datasheet (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Check size of mram configuration (Radu Rendec) [RHEL-90130]
- can: tcan4x5x: Remove reserved register 0x814 from writable table (Radu Rendec) [RHEL-90130]
- dt-bindings: can: tcan4x5x: Add tcan4552 and tcan4553 variants (Radu Rendec) [RHEL-90130]
- can: gs_usb: convert to NAPI/rx-offload to avoid OoO reception (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_disconnect(): remove not needed usb_kill_anchored_urbs() (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_destroy_candev(): remove not needed usb_kill_anchored_urbs() (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_close(): don't complain about failed device reset during ndo_stop (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error path (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in case of OOM (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_receive_bulk_callback(): make use of stats (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_receive_bulk_callback(): make use of netdev (Radu Rendec) [RHEL-90130]
- can: gs_usb: uniformly use "parent" as variable name for struct gs_usb (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_set_timestamp(): remove return statements form void function (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_usb_probe(): align block comment (Radu Rendec) [RHEL-90130]
- can: gs_usb: remove leading space from goto labels (Radu Rendec) [RHEL-90130]
- can: Explicitly include correct DT includes, part 2 (Radu Rendec) [RHEL-90130]
- can: peak_usb: remove unused/legacy peak_usb_netif_rx() function (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED (Radu Rendec) [RHEL-90130]
- can: m_can: Add hrtimer to generate software interrupt (Radu Rendec) [RHEL-90130]
- dt-bindings: net: can: Remove interrupt properties for MCAN (Radu Rendec) [RHEL-90130]
- can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeout (Radu Rendec) [RHEL-90130]
- can: gs_usb: fix time stamp counter initialization (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_open(): improve error handling (Radu Rendec) [RHEL-90130]
- can: rx-offload: fix coding style (Radu Rendec) [RHEL-90130]
- can: m_can: fix coding style (Radu Rendec) [RHEL-90130]
- can: kvaser_usb: Add len8_dlc support (Radu Rendec) [RHEL-90130]
- can: m_can: Convert to platform remove callback returning void (Radu Rendec) [RHEL-90130]
- can: dev: fix missing CAN XL support in can_put_echo_skb() (Radu Rendec) [RHEL-90130]
- kvaser_usb: convert USB IDs to hexadecimal values (Radu Rendec) [RHEL-90130]
- can: m_can: Keep interrupts enabled during peripheral read (Radu Rendec) [RHEL-90130]
- can: m_can: Disable unused interrupts (Radu Rendec) [RHEL-90130]
- can: m_can: Remove double interrupt enable (Radu Rendec) [RHEL-90130]
- can: m_can: Always acknowledge all interrupts (Radu Rendec) [RHEL-90130]
- can: m_can: Remove repeated check for is_peripheral (Radu Rendec) [RHEL-90130]
- can: bittiming: can_fixup_bittiming(): set effective tq (Radu Rendec) [RHEL-90130]
- can: gs_usb: remove gs_can::iface (Radu Rendec) [RHEL-90130]
- can: m_can: Add check for devm_clk_get (Radu Rendec) [RHEL-90130]
- can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods (Radu Rendec) [RHEL-90130 RHEL-90138] {CVE-2022-49024}
- can: kvaser_usb: Fix possible completions during init_completion (Radu Rendec) [RHEL-90130]
- can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error path (Radu Rendec) [RHEL-90130]
- can: m_can: use consistent indention (Radu Rendec) [RHEL-90130]
- can: gs_usb: add support for reading error counters (Radu Rendec) [RHEL-90130]
- can: gs_usb: document GS_CAN_FEATURE_GET_STATE (Radu Rendec) [RHEL-90130]
- can: gs_usb: add ability to enable / disable berr reporting (Radu Rendec) [RHEL-90130]
- can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_open(): merge setting of timestamp flags and init (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_open(): sort checks for ctrlmode (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_can_open(): allow loopback and listen only at the same time (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_make_candev(): set netdev->dev_id (Radu Rendec) [RHEL-90130]
- can: gs_usb: mention candleLight as supported device (Radu Rendec) [RHEL-90130]
- can: m_can: m_can_handle_bus_errors(): add support for handling DLEC error on CAN-FD frames (Radu Rendec) [RHEL-90130]
- can: m_can: is_lec_err(): clean up LEC error handling (Radu Rendec) [RHEL-90130]
- can: kvaser_usb: Remove -Warray-bounds exception (Radu Rendec) [RHEL-90130]
- can: gs_usb: remove dma allocations (Radu Rendec) [RHEL-90130]
- can: gs_usb: add switchable termination support (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_make_candev(): clean up error handling (Radu Rendec) [RHEL-90130]
- can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}() (Radu Rendec) [RHEL-90130]
- can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to dev (Radu Rendec) [RHEL-90130]
- can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element (Radu Rendec) [RHEL-90130]
- can: rx-offload: can_rx_offload_init_queue(): fix typo (Radu Rendec) [RHEL-90130]
- dt-binding: can: mcp251xfd: add binding information for mcp251863 (Radu Rendec) [RHEL-90130]
- dt-binding: can: m_can: include common CAN controller bindings (Radu Rendec) [RHEL-90130]
- dt-binding: can: m_can: fix indention of table in bosch,mram-cfg description (Radu Rendec) [RHEL-90130]
- dt-binding: can: m_can: list Chandrasekar Ramakrishnan as maintainer (Radu Rendec) [RHEL-90130]
- dt-binding: can: mcp251xfd: include common CAN controller bindings (Radu Rendec) [RHEL-90130]
- dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config (Radu Rendec) [RHEL-90130]
- dt-bindings: can-controller: add support for termination-gpios (Radu Rendec) [RHEL-90130]
- dt-bindings: net: can: Document power-domains property (Radu Rendec) [RHEL-90130]
- dt-bindings: net: can: Document transceiver implementation as phy (Radu Rendec) [RHEL-90130]
- KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out (Paolo Bonzini) [RHEL-15711]
- Documentation: KVM: Fix unexpected unindent warning (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Don't report base TDVMCALLs (Paolo Bonzini) [RHEL-15711]
- Documentation: KVM: Fix unexpected unindent warnings (Paolo Bonzini) [RHEL-95318]
- KVM: selftests: Add back the missing check of MONITOR/MWAIT availability (Paolo Bonzini) [RHEL-95318]
- KVM: x86: avoid underflow when scaling TSC frequency (Paolo Bonzini) [RHEL-95318]
- KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities (Paolo Bonzini) [RHEL-95318]
- KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt (Paolo Bonzini) [RHEL-95318]
- KVM: TDX: Exit to userspace for GetTdVmCallInfo (Paolo Bonzini) [RHEL-95318]
- KVM: TDX: Handle TDG.VP.VMCALL<GetQuote> (Paolo Bonzini) [RHEL-95318]
- KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs (Paolo Bonzini) [RHEL-95318]
- KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY (Paolo Bonzini) [RHEL-95318]
- KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY (Paolo Bonzini) [RHEL-95318]
- KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest (Maxim Levitsky) [RHEL-95318]
- KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter (Maxim Levitsky) [RHEL-95318]
- KVM: VMX: Extract checking of guest's DEBUGCTL into helper (Maxim Levitsky) [RHEL-95318]
- KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap (Maxim Levitsky) [RHEL-95318]
- KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Add a nested (forced) emulation intercept test for x86 (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep() (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Print out the actual Top-Down Slots count on failure (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Drop the "feature event" param from guest test helpers (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Remove dead code in Intel PMU counters test (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Only validate counts for hardware-supported arch events (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Make Intel arch events globally available in PMU counters test (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Fix typos in x86's PMU counter test's macro variable use (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Assert that STI blocking isn't set after event injection (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Print the seed for the guest pRNG iff it has changed (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled() (Maxim Levitsky) [RHEL-95318]
- KVM: selftests: Provide an API for getting a random bool from an RNG (Maxim Levitsky) [RHEL-95318]
- rtmutex_api: provide correct extern functions (Maxim Levitsky) [RHEL-95318]
- KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUs (Maxim Levitsky) [RHEL-95318]
- x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom implementation (Maxim Levitsky) [RHEL-95318]
- KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus (Maxim Levitsky) [RHEL-95318]
- locking/mutex: implement mutex_lock_killable_nest_lock (Maxim Levitsky) [RHEL-95318]
- locking/mutex: implement mutex_trylock_nested (Maxim Levitsky) [RHEL-95318]
- perf/x86/intel: Ensure LBRs are disabled when a CPU is starting (Maxim Levitsky) [RHEL-95318]
- KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Add Idle HLT intercept support (Maxim Levitsky) [RHEL-95318]
- x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept (Maxim Levitsky) [RHEL-95318]
- KVM: SEV: Use long-term pin when registering encrypted memory regions (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Synthesize nested VM-Exit for supported emulation intercepts (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Allow the caller to provide instruction length on nested VM-Exit (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Add a #define for the architectural max instruction length (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Plumb the emulator's starting RIP into nested intercept checks (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Plumb the src/dst operand types through to .check_intercept() (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Consolidate missing X86EMUL_INTERCEPTED logic in L2 emulation (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Emulate HLT in L2 if it's not intercepted (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Allow emulating RDPID on behalf of L2 (Maxim Levitsky) [RHEL-95318]
- KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulation (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on PAUSE emulation (Maxim Levitsky) [RHEL-95318]
- KVM: x86/cpuid: add type suffix to decimal const 48 fix building warning (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Introduce kvm_set_mp_state() (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Wake vCPU for PIC interrupt injection iff a valid IRQ was found (Maxim Levitsky) [RHEL-95318]
- KVM: x86/xen: Only write Xen hypercall page for guest writes to MSR (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVM (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabled (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Snapshot the host's DEBUGCTL in common x86 (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Suppress DEBUGCTL.BTF on AMD (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadow (Maxim Levitsky) [RHEL-95318]
- KVM: nSVM: Enter guest mode before initializing nested NPT MMU (Maxim Levitsky) [RHEL-95318]
- KVM: Drop hack that "manually" informs lockdep of kvm->lock vs. vcpu->mutex (Maxim Levitsky) [RHEL-95318]
- KVM: Don't BUG() the kernel if xa_insert() fails with -EBUSY (Maxim Levitsky) [RHEL-95318]
- Revert "KVM: Fix vcpu_array[0] races" (Maxim Levitsky) [RHEL-95318]
- KVM: Grab vcpu->mutex across installing the vCPU's fd and bumping online_vcpus (Maxim Levitsky) [RHEL-95318]
- KVM: Verify there's at least one online vCPU when iterating over all vCPUs (Maxim Levitsky) [RHEL-95318]
- KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature (Maxim Levitsky) [RHEL-95318]
- KVM: nVMX: fix canonical check of vmcs12 HOST_RIP (Maxim Levitsky) [RHEL-95318]
- KVM: x86: model canonical checks more precisely (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checks (Maxim Levitsky) [RHEL-95318]
- KVM: x86: Route non-canonical checks in emulator through emulate_ops (Maxim Levitsky) [RHEL-95318]
- KVM: x86: drop x86.h include from cpuid.h (Maxim Levitsky) [RHEL-95318]
- x86/tdx: mark tdh_vp_enter() as __flatten (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: use __always_inline for is_td_vcpu and is_td (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call() (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Check that the high 32bits are clear in kvm_arch_vcpu_ioctl_run() (Paolo Bonzini) [RHEL-15711]
- RHEL: add debugging info for TDX module initialization (Paolo Bonzini) [RHEL-15711]
- Documentation/virt/kvm: Document on Trust Domain Extensions (TDX) (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Make TDX VM type supported (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: KVM: TDX: Always honor guest PAT on TDX enabled guests (Paolo Bonzini) [RHEL-15711]
- KVM: x86: remove shadow_memtype_mask (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Introduce supported_quirks to block disabling quirks (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Allow vendor code to disable quirks (Paolo Bonzini) [RHEL-15711]
- KVM: x86: do not allow re-enabling quirks (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Enable guest access to MTRR MSRs (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add a method to ignore hypercall patching (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Ignore setting up mce (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add methods to ignore accesses to TSC (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add methods to ignore VMX preemption timer (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add method to ignore guest instruction emulation (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add methods to ignore accesses to CPU state (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Enable guest access to LMCE related MSRs (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement callbacks for MSR operations (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Move KVM_MAX_MCE_BANKS to header file (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDX PV HLT hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDX PV CPUID hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle EPT violation/misconfig exit (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle EXIT_REASON_OTHER_SMI (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Add a helper for NMI handling (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Move emulation_required to struct vcpu_vt (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add methods to ignore virtual apic related operation (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Force APICv active for TDX guest (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Always block INIT/SIPI (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement methods to inject NMI (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Wait lapic expire when timer IRQ was injected (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Assume timer IRQ was injected if APIC state is protected (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement non-NMI interrupt injection (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Move posted interrupt delivery code to common header (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Disable PI wakeup for IPIv (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add support for find pending IRQ in a protected local APIC (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDX PV MMIO hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDX PV port I/O hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError> (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TDG.VP.VMCALL<MapGPA> (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL) (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add a place holder to handle TDX VM exit (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events() (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Save and restore IA32_DEBUGCTL (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Disable support for TSX and WAITPKG (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: restore user ret MSRs (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: restore host xsave state when exit from the guest TD (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: vcpu_run: save/restore host state(host kernel gs) (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement TDX vcpu enter/exit path (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle SEPT zap error due to page add error in premap (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Skip updating CPU dirty logging request for TDs (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Make cpu_dirty_log_size a per-VM value (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect() (Paolo Bonzini) [RHEL-15711]
- KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle vCPU dissociation (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Finalize VM initialization (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add an ioctl to create initial guest memory (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Export kvm_tdp_map_page() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement hook to get max mapping level of private pages (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Handle TLB tracking for TDX (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Set per-VM shadow_mmio_value to 0 (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Add setter for shadow_mmio_value (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Set gfn_direct_bits to shared bit (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add load_mmu_pgd method for TDX (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add accessors VMX VMCS helpers (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Teach EPT violation helper about private mem (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Split out guts of EPT violation to common/exposed function (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Do not enable page track for TD guest (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Implement memslot deletion for TDX (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Register TDX host key IDs to cgroup misc controller (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Introduce KVM_TDX_GET_CPUID (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Do TDX specific vcpu initialization (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: create/free TDX vcpu structure (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Don't offline the last cpu of one package when there's TDX guest (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Make pmu_intel.c ignore guest TD case (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: add ioctl to initialize VM with TDX specific parameters (Paolo Bonzini) [RHEL-15711]
- KVM: x86: expose cpuid_entry2_find for TDX (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: create/destroy VM structure (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Get system-wide info about TDX module on initialization (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add helper functions to print TDX SEAMCALL error (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add TDX "architectural" error codes (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Define TDX architectural definitions (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Add placeholders for TDX VM/vCPU structures (Paolo Bonzini) [RHEL-15711]
- KVM: TDX: Get TDX global information (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Initialize TDX during KVM module load (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Refactor VMX module init/exit functions (Paolo Bonzini) [RHEL-15711]
- KVM: Export hardware virtualization enabling/disabling functions (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Read essential global metadata for KVM (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: allocate tdx_sys_info in static memory (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation (Paolo Bonzini) [RHEL-15711]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management (Paolo Bonzini) [RHEL-15711]
- selftests: kvm: revamp MONITOR/MWAIT tests (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Add infrastructure for secure TSC (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Push down setting vcpu.arch.user_set_tsc (Paolo Bonzini) [RHEL-15711]
- KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (Paolo Bonzini) [RHEL-15711]
- KVM: x86: move vm_destroy callback at end of kvm_arch_destroy_vm (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Prevent aliased memslot GFNs (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Propagate tearing down mirror page tables (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Propagate building mirror page tables (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Support mirror root for TDP MMU (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Support GFN direct bits (Paolo Bonzini) [RHEL-15711]
- KVM: x86/tdp_mmu: Take struct kvm in iter loops (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Add a VM type define for TDX (Paolo Bonzini) [RHEL-15711]
- KVM: Add member to struct kvm_gfn_range to indicate private/shared (Paolo Bonzini) [RHEL-15711]
- x86/irq: Remove bitfields in posted interrupt descriptor (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Exit to userspace if fastpath triggers one on instruction skip (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Dedup fastpath MSR post-handling logic (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful (Paolo Bonzini) [RHEL-15711]
- KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pending (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Free vCPUs before freeing VM state (Paolo Bonzini) [RHEL-15711]
- Documentation: KVM: update amd-memory-encryption.rst references (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument (Paolo Bonzini) [RHEL-15711]
- KVM: VMX: Drop support for forcing UC memory when guest CR0.CD=1 (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Add fastpath handling of HLT VM-Exits (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Refactor __kvm_emulate_hypercall() into a macro (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Always complete hypercall via function callback (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Bump hypercall stat prior to fully completing hypercall (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Move "emulate hypercall" function declarations to x86.h (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Add a helper to check for user interception of KVM hypercalls (Paolo Bonzini) [RHEL-15711]
- KVM: x86: clear vcpu->run->hypercall.ret before exiting for KVM_EXIT_HYPERCALL (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update() (Paolo Bonzini) [RHEL-15711]
- KVM: x86: don't fall through case statements without annotations (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM (Paolo Bonzini) [RHEL-15711]
- KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Return RET_PF* instead of 1 in kvm_mmu_page_fault() (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed (Paolo Bonzini) [RHEL-15711]
- KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting (Paolo Bonzini) [RHEL-15711]
- ftrace: Clean up hash direct_functions on register failures (Gregory Bell) [RHEL-104899]
- xfs: do not check NEEDSREPAIR if ro,norecovery mount. (Pavel Reichl) [RHEL-101639]
- iavf: fix reset_task for early reset event (Michal Schmidt) [RHEL-83572]
- iavf: add support for Rx timestamps to hotpath (Michal Schmidt) [RHEL-83572]
- iavf: handle set and get timestamps ops (Michal Schmidt) [RHEL-83572]
- iavf: periodically cache PHC time (Michal Schmidt) [RHEL-83572]
- iavf: add support for indirect access to PHC time (Michal Schmidt) [RHEL-83572]
- iavf: add initial framework for registering PTP clock (Michal Schmidt) [RHEL-83572]
- iavf: negotiate PTP capabilities (Michal Schmidt) [RHEL-83572]
- iavf: Implement checking DD desc field (Michal Schmidt) [RHEL-83572]
- iavf: refactor iavf_clean_rx_irq to support legacy and flex descriptors (Michal Schmidt) [RHEL-83572]
- iavf: add support for negotiating flexible RXDID format (Michal Schmidt) [RHEL-83572]
- iavf: define Rx descriptors as qwords (Michal Schmidt) [RHEL-83572]
- iavf: allow changing VLAN state without calling PF (Michal Schmidt) [RHEL-83572]
- iavf: Remove unused declarations (Michal Schmidt) [RHEL-83572]
- iavf: add support to exchange qos capabilities (Michal Schmidt) [RHEL-83572]
- iavf: Add net_shaper_ops support (Michal Schmidt) [RHEL-83572]
- iavf: switch to Page Pool (Michal Schmidt) [RHEL-83572]
- iavf: pack iavf_ring more efficiently (Michal Schmidt) [RHEL-83572]
- iavf: drop page splitting and recycling (Michal Schmidt) [RHEL-83572]
- block: use plug request list tail for one-shot backmerge attempt (Ming Lei) [RHEL-96295]
- drm/nouveau/nvkm: introduce new GSP reply policy NVKM_GSP_RPC_REPLY_POLL (Robert Foss) [RHEL-91332]
- drm/nouveau/nvkm: factor out current GSP RPC command policies (Robert Foss) [RHEL-91332]
- redhat: add drm_atomic_state_test to mod-internal.list (Robert Foss) [RHEL-91332]
- accel/ivpu: Don't convert symbol namespace to string literal (Robert Foss) [RHEL-91332]
- xe: Don't select CONFIG_DRM_GPUSVM (Robert Foss) [RHEL-91332]
- drm: xe: Include linux/nospec.h (Robert Foss) [RHEL-91332]
- drm: Use old __assign_str function definition (Robert Foss) [RHEL-91332]
- Revert "drm/amdgpu: Add cgroups implementation" (Robert Foss) [RHEL-91332]
- Revert "drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux" (Robert Foss) [RHEL-91332]
- Revert "drm/i915: Constify 'struct bin_attribute'" (Robert Foss) [RHEL-91332]
- Revert "drm/amdgpu: Constify 'struct bin_attribute'" (Robert Foss) [RHEL-91332]
- Revert "drm/amd/display: Constify 'struct bin_attribute'" (Robert Foss) [RHEL-91332]
- Revert "drm/sysfs: Constify 'struct bin_attribute'" (Robert Foss) [RHEL-91332]
- drm: Move for_each_if() to util_macros.h for wider use (Robert Foss) [RHEL-91332]
- redhat/configs: Add new configs from drm 6.15 backport (Robert Foss) [RHEL-91332]
- Merge DRM changes from upstream v6.14..v6.15 (Robert Foss) [RHEL-91332]
- udp: Fix memory accounting leak. (Xin Long) [RHEL-104094] {CVE-2025-22058}
Resolves: RHEL-101639, RHEL-104094, RHEL-104899, RHEL-105629, RHEL-15711, RHEL-64457, RHEL-83572, RHEL-87983, RHEL-90130, RHEL-90138, RHEL-91331, RHEL-91332, RHEL-95318, RHEL-96295

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-08-12 14:16:38 -03:00
Augusto Caringi
e0b133a581 kernel-5.14.0-604.el9
* Wed Aug 06 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-604.el9]
- net: e1000e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() (Corinna Vinschen) [RHEL-99399]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-99399]
- e1000e: change k1 configuration on MTP and later platforms (Corinna Vinschen) [RHEL-99399]
- e1000e: Fix real-time violations on link up (Corinna Vinschen) [RHEL-99399]
- e1000e: Link NAPI instances to queues and IRQs (Corinna Vinschen) [RHEL-99399]
- e1000e: Remove duplicated writel() in e1000_configure_tx/rx() (Corinna Vinschen) [RHEL-99399]
- net: fix udp gso skb_segment after pull from frag_list (Guillaume Nault) [RHEL-103029] {CVE-2025-38124}
- scsi: storvsc: Increase the timeouts to storvsc_timeout JIRA: https://issues.redhat.com/browse/RHEL-100669 (Dexuan Cui)
- dpll: add phase_offset_monitor_get/set callback ops (Ivan Vecera) [RHEL-105066]
- dpll: add phase-offset-monitor feature to netlink spec (Ivan Vecera) [RHEL-105066]
- devlink: Add new "clock_id" generic device param (Ivan Vecera) [RHEL-105064]
- devlink: Add support for u64 parameters (Ivan Vecera) [RHEL-105064]
- netlink: specs: devlink: replace underscores with dashes in names (Ivan Vecera) [RHEL-105064]
- devlink: Add new "enable_phc" generic device param (Ivan Vecera) [RHEL-105064]
- netlink: fix policy dump for int with validation callback (Ivan Vecera) [RHEL-105064]
- devlink: use DEVLINK_VAR_ATTR_TYPE_* instead of NLA_* in fmsg (Ivan Vecera) [RHEL-105064]
- devlink: avoid param type value translations (Ivan Vecera) [RHEL-105064]
- devlink: define enum for attr types of dynamic attributes (Ivan Vecera) [RHEL-105064]
- Bluetooth: hci_core: Fix use-after-free in vhci_flush() (CKI Backport Bot) [RHEL-103260] {CVE-2025-38250}
- net: openvswitch: Fix the dead loop of MPLS parse (Aaron Conole) [RHEL-95607]
- wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds (CKI Backport Bot) [RHEL-103158] {CVE-2025-38159}
- wifi: ath12k: fix invalid access to memory (CKI Backport Bot) [RHEL-103222] {CVE-2025-38292}
- bnxt_en: Flush FW trace before copying to the coredump (Shruti Parab) [RHEL-76568]
- bnxt_en: fix module unload sequence (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix ethtool -d byte order for 32-bit values (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix out-of-bound memcpy() during ethtool -w (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix coredump logic to free allocated buffer (Shruti Parab) [RHEL-76568]
- bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Shruti Parab) [RHEL-76568]
- bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings() (Shruti Parab) [RHEL-76568]
- bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan() (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix ethtool selftest output in one of the failure cases (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix error handling path in bnxt_init_chip() (Shruti Parab) [RHEL-76568]
- bnxt_en: improve TX timestamping FIFO configuration (Shruti Parab) [RHEL-76568]
- bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific code (Shruti Parab) [RHEL-76568]
- bnxt_en: Remove unused macros in bnxt_ulp.h (Shruti Parab) [RHEL-76568]
- bnxt_en: Remove unused field "ref_count" in struct bnxt_ulp (Shruti Parab) [RHEL-76568]
- bnxt_en: Report the ethtool coredump length after copying the coredump (Shruti Parab) [RHEL-76568]
- bnxt_en: Change FW message timeout warning (Shruti Parab) [RHEL-76568]
- bnxt_en: Linearize TX SKB if the fragments exceed the max (Shruti Parab) [RHEL-76568]
- bnxt_en: Mask the bd_cnt field in the TX BD properly (Shruti Parab) [RHEL-76568]
- bnxt_en: add .set_module_eeprom_by_page() support (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor bnxt_get_module_eeprom_by_page() (Shruti Parab) [RHEL-76568]
- bnxt_en: Update firmware interface to 1.10.3.97 (Shruti Parab) [RHEL-76568]
- bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set (Shruti Parab) [RHEL-76568]
- bnxt_en: Add devlink support for ENABLE_ROCE nvm parameter (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor bnxt_hwrm_nvm_req() (Shruti Parab) [RHEL-76568]
- bnxt_en: Add support for a new ethtool dump flag 3 (Shruti Parab) [RHEL-76568]
- bnxt_en: Extend queue stop/start for TX rings (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor TX ring free logic (Shruti Parab) [RHEL-76568]
- bnxt_en: Reallocate RX completion ring for TPH support (Shruti Parab) [RHEL-76568]
- bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor completion ring free routine (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor TX ring allocation logic (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor completion ring allocation logic for P5_PLUS chips (Shruti Parab) [RHEL-76568]
- bnxt_en: Set NPAR 1.2 support when registering with firmware (Shruti Parab) [RHEL-76568]
- eth: bnxt: update header sizing defaults (Shruti Parab) [RHEL-76568]
- eth: bnxt: allocate enough buffer space to meet HDS threshold (Shruti Parab) [RHEL-76568]
- eth: bnxt: apply hds_thrs settings correctly (Shruti Parab) [RHEL-76568]
- bnxt_en: add support for hds-thresh ethtool command (Shruti Parab) [RHEL-76568]
- bnxt_en: add support for tcp-data-split ethtool command (Shruti Parab) [RHEL-76568]
- bnxt_en: add support for rx-copybreak ethtool command (Shruti Parab) [RHEL-76568]
- bnxt_en: Skip reading PXP registers during ethtool -d if unsupported (Shruti Parab) [RHEL-76568]
- bnxt_en: Skip MAC loopback selftest if it is unsupported by FW (Shruti Parab) [RHEL-76568]
- bnxt_en: Skip PHY loopback ethtool selftest if unsupported by FW (Shruti Parab) [RHEL-76568]
- bnxt_en: Do not allow ethtool -m on an untrusted VF (Shruti Parab) [RHEL-76568]
- bnxt_en: Use FW defined resource limits for RoCE (Shruti Parab) [RHEL-76568]
- bnxt_en: Fix potential crash when dumping FW log coredump (Shruti Parab) [RHEL-76568]
- bnxt_en: handle tpa_info in queue API implementation (Shruti Parab) [RHEL-76568]
- bnxt_en: refactor bnxt_alloc_rx_rings() to call bnxt_alloc_rx_agg_bmap() (Shruti Parab) [RHEL-76568]
- bnxt_en: refactor tpa_info alloc/free into helpers (Shruti Parab) [RHEL-76568]
- bnxt_en: Add FW trace coredump segments to the coredump (Shruti Parab) [RHEL-76568]
- bnxt_en: Add a new ethtool -W dump flag (Shruti Parab) [RHEL-76568]
- bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr() (Shruti Parab) [RHEL-76568]
- bnxt_en: Add functions to copy host context memory (Shruti Parab) [RHEL-76568]
- bnxt_en: Do not free FW log context memory (Shruti Parab) [RHEL-76568]
- bnxt_en: Manage the FW trace context memory (Shruti Parab) [RHEL-76568]
- bnxt_en: Allocate backing store memory for FW trace logs (Shruti Parab) [RHEL-76568]
- bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem() (Shruti Parab) [RHEL-76568]
- bnxt_en: Refactor bnxt_free_ctx_mem() (Shruti Parab) [RHEL-76568]
- bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_type (Shruti Parab) [RHEL-76568]
- bnxt_en: Update firmware interface spec to 1.10.3.85 (Shruti Parab) [RHEL-76568]
- bnxt_en: optimize gettimex64 (Shruti Parab) [RHEL-76568]
- eth: bnxt: use page pool for head frags (Shruti Parab) [RHEL-76568]
- bnxt_en: add unlocked version of bnxt_refclk_read (Shruti Parab) [RHEL-76568]
- bnxt_en: replace PTP spinlock with seqlock (Shruti Parab) [RHEL-76568]
- bnxt_en: cache only 24 bits of hw counter (Shruti Parab) [RHEL-76568]
- bnxt_en: Update bnxt.rst devlink documentation (Shruti Parab) [RHEL-76568]
- cpufreq: tegra: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: Fix setting policy limits when frequency tables are used (Mark Langsdorf) [RHEL-83803]
- cpufreq: Limit resolving a frequency to policy min/max (Mark Langsdorf) [RHEL-83803]
- cpufreq: Avoid using inconsistent policy->min and policy->max (Mark Langsdorf) [RHEL-83803]
- cpufreq: cppc: Fix invalid return value in .get() callback (Mark Langsdorf) [RHEL-83803]
- cpufreq: intel_pstate: Fix hwp_get_cpu_scaling() (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Enable ITMT support after initializing core rankings (Mark Langsdorf) [RHEL-83803]
- cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() (Mark Langsdorf) [RHEL-83803]
- cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist (Mark Langsdorf) [RHEL-83803]
- cpufreq: Init cpufreq only for present CPUs (Mark Langsdorf) [RHEL-83803]
- cpufreq: tegra186: Share policy per cluster (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance governor (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline() (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Stop caching EPP (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Rework CPPC enabling (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Drop debug statements for policy setting (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writes (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp functions (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Cache CPPC request in shared mem case too (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate-ut: Adjust variable scope (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate-ut: Run on all of the correct CPUs (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enums (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to be the same (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate-ut: Use _free macro to free put policy (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Drop `cppc_cap1_cached` (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Overhaul locking (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Move perf values into a union (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Drop min and max cached frequencies (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Show a warning when a CPU fails to setup (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Fix the clamping of perf values (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_limits (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy call (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Modularize perf<->freq conversion (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Convert all perf values to u8 (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perf (Mark Langsdorf) [RHEL-83803]
- cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (Mark Langsdorf) [RHEL-83803]
- cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom: Set .set_boost directly (Mark Langsdorf) [RHEL-83803]
- cpufreq: Remove cpufreq_enable_boost_support() (Mark Langsdorf) [RHEL-83803]
- cpufreq: staticize policy_has_boost_freq() (Mark Langsdorf) [RHEL-83803]
- cpufreq: amd: Set policy->boost_supported (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt: Set .set_boost directly (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Set .set_boost directly (Mark Langsdorf) [RHEL-83803]
- cpufreq: powernv: Set .set_boost directly (Mark Langsdorf) [RHEL-83803]
- cpufreq: vexpress: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: Stop checking for duplicate available/boost freq attributes (Mark Langsdorf) [RHEL-83803]
- cpufreq: sc520_freq: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: spear: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: powernow: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: scpi: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: pmac: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: qoriq: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: imx6q: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: davinci: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: kirkwood: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: p4: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: omap: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: e_powersaver: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: elanfreq: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: pasemi: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: mediatek: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: acpi: Stop setting common freq attributes (Mark Langsdorf) [RHEL-83803]
- cpufreq: brcmstb: Stop setting common freq attributes (Mark Langsdorf) [RHEL-83803]
- cpufreq: Always create freq-table related sysfs file (Mark Langsdorf) [RHEL-83803]
- cpufreq: bmips: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt: Stop setting cpufreq_driver->attr field (Mark Langsdorf) [RHEL-83803]
- cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost (Mark Langsdorf) [RHEL-83803]
- cpufreq: scpi: compare kHz instead of Hz (Mark Langsdorf) [RHEL-83803]
- acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio() (Mark Langsdorf) [RHEL-83803]
- cpufreq: ACPI: Re-sync CPU boost state on system resume (Mark Langsdorf) [RHEL-83803]
- cpufreq: Restrict enabling boost on policies with no boost frequencies (Mark Langsdorf) [RHEL-83803]
- cpufreq: cppc: Set policy->boost_supported (Mark Langsdorf) [RHEL-83803]
- cpufreq: acpi: Set policy->boost_supported (Mark Langsdorf) [RHEL-83803]
- cpufreq: Export cpufreq_boost_set_sw() (Mark Langsdorf) [RHEL-83803]
- cpufreq: Introduce policy->boost_supported flag (Mark Langsdorf) [RHEL-83803]
- cpufreq: Use str_enable_disable() helper (Mark Langsdorf) [RHEL-83803]
- cpufreq: prevent NULL dereference in cpufreq_online() (Mark Langsdorf) [RHEL-83803]
- cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init() (Mark Langsdorf) [RHEL-83803]
- cpufreq: CPPC: Fix wrong max_freq in policy initialization (Mark Langsdorf) [RHEL-83803]
- cpufreq: Introduce a more generic way to set default per-policy boost flag (Mark Langsdorf) [RHEL-83803]
- cpufreq: Fix re-boost issue after hotplugging a CPU (Mark Langsdorf) [RHEL-83803]
- cpufreq: s3c64xx: Fix compilation warning (Mark Langsdorf) [RHEL-83803]
- cpufreq: Use str_enable_disable()-like helpers (Mark Langsdorf) [RHEL-83803]
- cpufreq: ACPI: Fix max-frequency computation (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is not available (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Register for limit change notifications (Mark Langsdorf) [RHEL-83803]
- cpufreq: maple: Remove maple driver (Mark Langsdorf) [RHEL-83803]
- cpufreq: ACPI: Simplify MSR read on the boot CPU (Mark Langsdorf) [RHEL-83803]
- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() (Mark Langsdorf) [RHEL-83803]
- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Fix cleanup path when boost enablement fails (Mark Langsdorf) [RHEL-83803]
- cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost() (Mark Langsdorf) [RHEL-83803]
- Revert "cpufreq: brcmstb-avs-cpufreq: Fix initial command check" (Mark Langsdorf) [RHEL-83803]
- cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw() (Mark Langsdorf) [RHEL-83803]
- cpufreq: add virtual-cpufreq driver (Mark Langsdorf) [RHEL-83803]
- redhat/configs: Enabled CPUFREQ_VIRT (Mark Langsdorf) [RHEL-83803]
- cpufreq: use proper units for frequency (Mark Langsdorf) [RHEL-83803]
- cpufreq/cppc: Use NSEC_PER_MSEC for deadline task (Mark Langsdorf) [RHEL-83803]
- cpufreq: Fix the cacography in powernv-cpufreq.c (Mark Langsdorf) [RHEL-83803]
- cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF (Mark Langsdorf) [RHEL-83803]
- cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers (Mark Langsdorf) [RHEL-83803]
- cpufreq: omap: Drop asm includes (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed (Mark Langsdorf) [RHEL-83803]
- cpufreq: spear: Use of_property_for_each_u32() instead of open coding (Mark Langsdorf) [RHEL-83803]
- redhat/configs: make ACPI_CPPC_CPUFREQ generic (Mark Langsdorf) [RHEL-83803]
- cpufreq: Use of_property_present() (Mark Langsdorf) [RHEL-83803]
- cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros (Mark Langsdorf) [RHEL-83803]
- cpufreq: sti: fix build warning (Mark Langsdorf) [RHEL-83803]
- cpufreq: Make cpufreq_driver->exit() return void (Mark Langsdorf) [RHEL-83803]
- cpufreq: pcc: Remove empty exit() callback (Mark Langsdorf) [RHEL-83803]
- cpufreq: nforce2: Remove empty exit() callback (Mark Langsdorf) [RHEL-83803]
- cpufreq: ACPI: Mark boost policy as enabled when setting boost (Mark Langsdorf) [RHEL-83803]
- cpufreq: Allow drivers to advertise boost enabled (Mark Langsdorf) [RHEL-83803]
- cpufreq: make cpufreq_boost_enabled() return bool (Mark Langsdorf) [RHEL-83803]
- cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for stih418 (Mark Langsdorf) [RHEL-83803]
- cpufreq: simplify boolean parsing with kstrtobool in store function (Mark Langsdorf) [RHEL-83803]
- cpufreq: update to sysfs_emit() for safer buffer handling (Mark Langsdorf) [RHEL-83803]
- cpufreq/cppc: Don't compare desired_perf in target() (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macro (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom-nvmem: eliminate uses of of_node_put() (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom-nvmem: fix memory leaks in probe error paths (Mark Langsdorf) [RHEL-83803]
- cpufreq: scmi: Avoid overflow of target_freq in fast switch (Mark Langsdorf) [RHEL-83803]
- cpufreq: qcom-nvmem: add support for IPQ5321 (Mark Langsdorf) [RHEL-83803]
- soc: qcom: socinfo: Add SoC ID for IPQ5321 (Mark Langsdorf) [RHEL-83803]
- dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321 (Mark Langsdorf) [RHEL-83803]
- powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX (Mark Langsdorf) [RHEL-83803]
- cpufreq: Fix up printing large CPU numbers and frequency values (Mark Langsdorf) [RHEL-83803]
- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (Mark Langsdorf) [RHEL-83803]
- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt: eliminate uses of of_node_put() (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt-platdev: eliminate uses of of_node_put() (Mark Langsdorf) [RHEL-83803]
- cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node() (Mark Langsdorf) [RHEL-83803]
- cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCs (Mark Langsdorf) [RHEL-83803]
- cpupfreq: tegra124: eliminate uses of of_node_put() (Mark Langsdorf) [RHEL-83803]
- cpufreq: Use a smaller freq for the policy->max when verify (Mark Langsdorf) [RHEL-83803]
- NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (Benjamin Coddington) [RHEL-92556]
- x86/sev: Make sure pages are not skipped during kdump (Bandan Das) [RHEL-10019]
- x86/sev: Do not touch VMSA pages during SNP guest memory kdump (Bandan Das) [RHEL-10019]
- idpf: avoid mailbox timeout delays during reset (Michal Schmidt) [RHEL-79685]
- idpf: fix a race in txq wakeup (Michal Schmidt) [RHEL-79685]
- idpf: fix idpf_vport_splitq_napi_poll() (Michal Schmidt) [RHEL-79685]
- idpf: fix null-ptr-deref in idpf_features_check (Michal Schmidt) [RHEL-79685] {CVE-2025-38053}
- idpf: protect shutdown from reset (Michal Schmidt) [RHEL-79685 RHEL-93924]
- idpf: fix potential memory leak on kcalloc() failure (Michal Schmidt) [RHEL-79685]
- idpf: fix offloads support for encapsulated packets (Michal Schmidt) [RHEL-66157 RHEL-79685 RHEL-82204]
- idpf: fix adapter NULL pointer dereference on reboot (Michal Schmidt) [RHEL-79685 RHEL-93924] {CVE-2025-22065}
- idpf: check error for register_netdev() on init (Michal Schmidt) [RHEL-79685] {CVE-2025-22116}
- idpf: fix checksums set in idpf_rx_rsc() (Michal Schmidt) [RHEL-79685] {CVE-2025-21890}
- libeth: move idpf_rx_csum_decoded and idpf_rx_extracted (Michal Schmidt) [RHEL-79685]
- idpf: record rx queue in skb for RSC packets (Michal Schmidt) [RHEL-79685]
- idpf: fix handling rsc packet with a single segment (Michal Schmidt) [RHEL-79685]
- idpf: add more info during virtchnl transaction timeout/salt mismatch (Michal Schmidt) [RHEL-79685]
- idpf: convert workqueues to unbound (Michal Schmidt) [RHEL-79685 RHEL-82469] {CVE-2024-58057}
- idpf: Acquire the lock before accessing the xn->salt (Michal Schmidt) [RHEL-79685]
- idpf: fix transaction timeouts on reset (Michal Schmidt) [RHEL-79685]
- idpf: add read memory barrier when checking descriptor done bit (Michal Schmidt) [RHEL-79685]
- i2c: designware: add a new bit check for IC_CON control (John Allen) [RHEL-78660]
- perf/x86/intel: Add Panther Lake support (Michael Petlan) [RHEL-47406 RHEL-47452]
- perf/x86/intel: Add PMU support for Clearwater Forest (Michael Petlan) [RHEL-45093 RHEL-47454]
- i2c/designware: Fix an initialization issue (CKI Backport Bot) [RHEL-106622] {CVE-2025-38380}
- tls: always refresh the queue when reading sock (CKI Backport Bot) [RHEL-106083] {CVE-2025-38471}
- ice: default to TIME_REF instead of TXCO on E825-C (Petr Oros) [RHEL-104380]
- ice: move TSPLL init calls to ice_ptp.c (Petr Oros) [RHEL-104380]
- ice: fall back to TCXO on TSPLL lock fail (Petr Oros) [RHEL-104380]
- ice: wait before enabling TSPLL (Petr Oros) [RHEL-104380]
- ice: add multiple TSPLL helpers (Petr Oros) [RHEL-104380]
- ice: use bitfields instead of unions for CGU regs (Petr Oros) [RHEL-104380]
- ice: read TSPLL registers again before reporting status (Petr Oros) [RHEL-104380]
- ice: clear time_sync_en field for E825-C during reprogramming (Petr Oros) [RHEL-104380]
- ice: add TSPLL log config helper (Petr Oros) [RHEL-104380]
- ice: use designated initializers for TSPLL consts (Petr Oros) [RHEL-104380]
- ice: remove ice_tspll_params_e825 definitions (Petr Oros) [RHEL-104380]
- ice: fix E825-C TSPLL register definitions (Petr Oros) [RHEL-104380]
- ice: rename TSPLL and CGU functions and definitions (Petr Oros) [RHEL-104380]
- ice: move TSPLL functions to a separate file (Petr Oros) [RHEL-104380]
- ice: enable timesync operation on 2xNAC E825 devices (Petr Oros) [RHEL-104380]
- ice: refactor ice_sbq_msg_dev enum (Petr Oros) [RHEL-104380]
- ice: remove SW side band access workaround for E825 (Petr Oros) [RHEL-104380]
Resolves: RHEL-10019, RHEL-103029, RHEL-103158, RHEL-103222, RHEL-103260, RHEL-104380, RHEL-105064, RHEL-105066, RHEL-106083, RHEL-106622, RHEL-45093, RHEL-47406, RHEL-47452, RHEL-47454, RHEL-66157, RHEL-76568, RHEL-78660, RHEL-79685, RHEL-82204, RHEL-82469, RHEL-83803, RHEL-92556, RHEL-93924, RHEL-95607, RHEL-99399

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-08-06 18:50:26 -03:00
Augusto Caringi
bb8ba06f46 kernel-5.14.0-603.el9
* Wed Jul 30 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-603.el9]
- igb: xsk: solve negative overflow of nb_pkts in zerocopy mode (Corinna Vinschen) [RHEL-83574]
- igb: Get rid of spurious interrupts (Corinna Vinschen) [RHEL-83574]
- igb: Add support for persistent NAPI config (Corinna Vinschen) [RHEL-83574]
- igb: Link queues to NAPI instances (Corinna Vinschen) [RHEL-83574]
- igb: Link IRQs to NAPI instances (Corinna Vinschen) [RHEL-83574]
- treewide: Switch/rename to timer_delete[_sync]() (Corinna Vinschen) [RHEL-83574]
- igb: reject invalid external timestamp requests for 82580-based HW (Corinna Vinschen) [RHEL-83574]
- igb: Fix passing 0 to ERR_PTR in igb_run_xdp() (Corinna Vinschen) [RHEL-83574]
- igb: Add AF_XDP zero-copy Tx support (Corinna Vinschen) [RHEL-83574]
- igb: Add AF_XDP zero-copy Rx support (Corinna Vinschen) [RHEL-83574]
- igb: Add XDP finalize and stats update functions (Corinna Vinschen) [RHEL-83574]
- igb: Introduce XSK data structures and helpers (Corinna Vinschen) [RHEL-83574]
- igb: Introduce igb_xdp_is_enabled() (Corinna Vinschen) [RHEL-83574]
- igb: Remove static qualifiers (Corinna Vinschen) [RHEL-83574]
- igbvf: remove unused spinlock (Corinna Vinschen) [RHEL-83574]
- igb: Fix 2 typos in comments in igb_main.c (Corinna Vinschen) [RHEL-83574]
- igbvf: Remove two unused declarations (Corinna Vinschen) [RHEL-83574]
- landlock: Document LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET (Ryan Sullivan) [RHEL-94688]
- samples/landlock: Add support for abstract UNIX socket scoping (Ryan Sullivan) [RHEL-94688]
- selftests/landlock: Test inherited restriction of abstract UNIX socket (Ryan Sullivan) [RHEL-94688]
- selftests/landlock: Test connected and unconnected datagram UNIX socket (Ryan Sullivan) [RHEL-94688]
- selftests/landlock: Test UNIX sockets with any address formats (Ryan Sullivan) [RHEL-94688]
- selftests/landlock: Test abstract UNIX socket scoping (Ryan Sullivan) [RHEL-94688]
- selftests/landlock: Test handling of unknown scope (Ryan Sullivan) [RHEL-94688]
- landlock: Add abstract UNIX socket scoping (Ryan Sullivan) [RHEL-94688]
- bpf, sockmap: af_unix stream sockets need to hold ref for pair sock (John Fastabend) [RHEL-94688]
- landlock: Various documentation improvements (Ryan Sullivan) [RHEL-94688]
- landlock: Clarify documentation for struct landlock_ruleset_attr (Ryan Sullivan) [RHEL-94688]
- landlock: Use bit-fields for storing handled layer access masks (Ryan Sullivan) [RHEL-94688]
- mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devices (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (Ivan Vecera) [RHEL-94569]
- selftests: vxlan_bridge: Test flood with unresolved FDB entry (Ivan Vecera) [RHEL-94569]
- mlxsw: Add VXLAN bridge ports to same hardware domain as physical bridge ports (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_switchdev: Move mlxsw_sp_bridge_vxlan_join() (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_switchdev: Add an internal API for VXLAN leave (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum: Call mlxsw_sp_bridge_vxlan_{join, leave}() for VLAN-aware bridge (Ivan Vecera) [RHEL-94569]
- mlxsw: Trap ARP packets at layer 2 instead of layer 3 (Ivan Vecera) [RHEL-94569]
- mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw() (Ivan Vecera) [RHEL-94569]
- mlxsw: Enable Tx checksum offload (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_router: Remove unused functions (Ivan Vecera) [RHEL-94569]
- mlxsw: Do not store Tx header length as driver parameter (Ivan Vecera) [RHEL-94569]
- mlxsw: Move Tx header handling to PCI driver (Ivan Vecera) [RHEL-94569]
- mlxsw: Define Tx header fields in txheader.h (Ivan Vecera) [RHEL-94569]
- mlxsw: Initialize txhdr_info according to PTP operations (Ivan Vecera) [RHEL-94569]
- mlxsw: Add mlxsw_txhdr_info structure (Ivan Vecera) [RHEL-94569]
- net/mlxfw: Drop hard coded max FW flash image size (Ivan Vecera) [RHEL-94569]
- selftests/net/forwarding: teamd command not found (Ivan Vecera) [RHEL-94569]
- mlxsw: Switch to napi_gro_receive() (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_flower: Do not allow mixing sample and mirror actions (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sharedbuffer: Ensure no extra packets are counted (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sharedbuffer: Remove duplicate test cases (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sharedbuffer: Remove h1 ingress test case (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4 (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: devlink_trap_police: Use defer for test cleanup (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: qos_max_descriptors: Use defer for test cleanup (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: qos_ets_strict: Use defer for test cleanup (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: qos_mc_aware: Use defer for test cleanup (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sch_red_core: Lower TBF rate (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sch_red_core: Send more packets for drop tests (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sch_red_core: Sleep before querying queue depth (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sch_red_core: Increase backlog size tolerance (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: sch_red_ets: Increase required backlog (Ivan Vecera) [RHEL-94569]
- mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst (Ivan Vecera) [RHEL-94569]
- selftests: mlxsw: rtnetlink: Use devlink_reload() API (Ivan Vecera) [RHEL-94569]
- mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file (Ivan Vecera) [RHEL-94569]
- wifi: ath12k: fix uaf in ath12k_core_init() (CKI Backport Bot) [RHEL-102086] {CVE-2025-38116}
- watchdog/perf: properly initialize the turbo mode timestamp and rearm counter (David Arcari) [RHEL-103375]
- Input: synaptics - fix crash when enabling pass-through port (CKI Backport Bot) [RHEL-81215] {CVE-2025-21746}
- Input: serio - define serio_pause_rx guard to pause and resume serio ports (CKI Backport Bot) [RHEL-81215] {CVE-2025-21746}
- x86/efistub: Omit physical KASLR when memory reservations exist (Charles Haithcock) [RHEL-83461]
- usb: hub: Fix flushing of delayed work used for post resume purposes (Desnes Nunes) [RHEL-100939]
- usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm (Desnes Nunes) [RHEL-100939]
- usb: hub: fix detection of high tier USB3 devices behind suspended hubs (Desnes Nunes) [RHEL-100939]
- HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections (CKI Backport Bot) [RHEL-81477] {CVE-2024-57986}
- bridge: mcast: Fix use-after-free during router port configuration (Mohammad Heib) [RHEL-75594]
- bridge: netfilter: Fix forwarding of fragmented packets (Mohammad Heib) [RHEL-75594]
- selftests: net/bridge : add tests for per vlan snooping with stp state changes (Mohammad Heib) [RHEL-75594]
- net: bridge: mcast: update multicast contex when vlan state is changed (Mohammad Heib) [RHEL-75594]
- net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions (Mohammad Heib) [RHEL-75594]
- net: bridge: switchdev: do not notify new brentries as changed (Mohammad Heib) [RHEL-75594]
- net: bridge: locally receive all multicast packets if IFF_ALLMULTI is set (Mohammad Heib) [RHEL-75594]
- net: bridge: mcast: Notify on mdb offload failure (Mohammad Heib) [RHEL-75594]
- net: bridge: Add offload_fail_notification bopt (Mohammad Heib) [RHEL-75594]
- net: bridge: mcast: Add offload failed mdb flag (Mohammad Heib) [RHEL-75594]
- selftests: test_bridge_neigh_suppress: Test unicast ARP/NS with suppression (Mohammad Heib) [RHEL-75594]
- net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridge (Mohammad Heib) [RHEL-75594]
- net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. (Mohammad Heib) [RHEL-75594]
- net: switchdev: Convert blocking notification chain to a raw one (Mohammad Heib) [RHEL-75594]
- bridge: mdb: Allow replace of a host-joined group (Mohammad Heib) [RHEL-75594]
- bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff" (Mohammad Heib) [RHEL-75594]
- selftests: net: Add a VLAN bridge binding selftest (Mohammad Heib) [RHEL-75594]
- selftests: net: lib: Add a couple autodefer helpers (Mohammad Heib) [RHEL-75594]
- selftests: net: lib: Add several autodefer helpers (Mohammad Heib) [RHEL-75594]
- net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDING (Mohammad Heib) [RHEL-75594]
- net: bridge: Extract a helper to handle bridge_binding toggles (Mohammad Heib) [RHEL-75594]
- bridge: Allow deleting FDB entries with non-existent VLAN (Mohammad Heib) [RHEL-75594]
- bridge: Handle error of rtnl_register_module(). (Mohammad Heib) [RHEL-75594]
- rcu/nocb: Fix missed RCU barrier on deoffloading (Čestmír Kalina) [RHEL-79879]
- Revert "rcu/nocb: Fix rcuog wake-up from offline softirq" (Čestmír Kalina) [RHEL-79879]
- rcu: Remove swake_up_one_online() bandaid (Čestmír Kalina) [RHEL-79879]
- hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING (Čestmír Kalina) [RHEL-79879]
- hrtimer: Select housekeeping CPU during migration (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Fix rcuog wake-up from offline softirq (Čestmír Kalina) [RHEL-79879]
- rcu/kvfree: Refactor kvfree_rcu_queue_batch() (Čestmír Kalina) [RHEL-79879]
- rcu/kvfree: Add kvfree_rcu_barrier() API (Čestmír Kalina) [RHEL-79879]
- refscale: Constify struct ref_scale_ops (Čestmír Kalina) [RHEL-79879]
- rcuscale: Count outstanding callbacks per-task rather than per-CPU (Čestmír Kalina) [RHEL-79879]
- rcuscale: NULL out top-level pointers to heap memory (Čestmír Kalina) [RHEL-79879]
- rcuscale: Use special allocator for rcu_scale_writer() (Čestmír Kalina) [RHEL-79879]
- rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL  failure (Čestmír Kalina) [RHEL-79879]
- rcuscale: Make all writer tasks report upon hang (Čestmír Kalina) [RHEL-79879]
- rcuscale: Provide clear error when async specified without primitives (Čestmír Kalina) [RHEL-79879]
- rcuscale: Print detailed grace-period and barrier diagnostics (Čestmír Kalina) [RHEL-79879]
- rcu: Mark callbacks not currently participating in barrier operation (Čestmír Kalina) [RHEL-79879]
- rcuscale: Dump grace-period statistics when rcu_scale_writer() stalls (Čestmír Kalina) [RHEL-79879]
- rcuscale: Dump stacks of stalled rcu_scale_writer() instances (Čestmír Kalina) [RHEL-79879]
- rcuscale: Save a few lines with whitespace-only change (Čestmír Kalina) [RHEL-79879]
- rcu/tasks: Add rcu_barrier_tasks*() start time to diagnostics (Čestmír Kalina) [RHEL-79879]
- rcu/tasks: Add detailed grace-period and barrier diagnostics (Čestmír Kalina) [RHEL-79879]
- rcu/tasks: Mark callbacks not currently participating in barrier  operation (Čestmír Kalina) [RHEL-79879]
- rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBs (Čestmír Kalina) [RHEL-79879]
- rcu/tasks: Update rtp->tasks_gp_seq comment (Čestmír Kalina) [RHEL-79879]
- rcu/tasks: Check processor-ID assumptions (Čestmír Kalina) [RHEL-79879]
- rcu-tasks: Fix access non-existent percpu rtpcp variable in  rcu_tasks_need_gpcb() (Čestmír Kalina) [RHEL-79879]
- srcu: Mark callbacks not currently participating in barrier operation (Čestmír Kalina) [RHEL-79879]
- rcu: Summarize RCU CPU stall warnings during CSD-lock stalls (Čestmír Kalina) [RHEL-79879]
- locking/csd_lock: Provide an indication of ongoing CSD-lock stall (Čestmír Kalina) [RHEL-79879]
- locking/csd_lock: Print large numbers as negatives (Čestmír Kalina) [RHEL-79879]
- rcu: Defer printing stall-warning backtrace when holding rcu_node  lock (Čestmír Kalina) [RHEL-79879]
- rcu: Let dump_cpu_task() be used without preemption disabled (Čestmír Kalina) [RHEL-79879]
- rcu: Summarize expedited RCU CPU stall warnings during CSD-lock  stalls (Čestmír Kalina) [RHEL-79879]
- rcu: Extract synchronize_rcu_expedited_stall() from  synchronize_rcu_expedited_wait() (Čestmír Kalina) [RHEL-79879]
- srcu: Check for concurrent updates of heuristics (Čestmír Kalina) [RHEL-79879]
- srcu: faster gp seq wrap-around (Čestmír Kalina) [RHEL-79879]
- rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by() (Čestmír Kalina) [RHEL-79879]
- rcu: Better define "atomic" for list replacement (Čestmír Kalina) [RHEL-79879]
- rcu/kfree: Warn on unexpected tail state (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename rcu_dyntick trace event into  rcu_watching (Čestmír Kalina) [RHEL-79879]
- rcu: Update stray documentation references to  rcu_dynticks_eqs_{enter, exit}() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_implicit_dynticks_qs() into  rcu_watching_snap_recheck() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename dyntick_save_progress_counter() into  rcu_watching_snap_save() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename struct rcu_data .exp_dynticks_snap into  .exp_watching_snap (Čestmír Kalina) [RHEL-79879]
- rcu: Rename struct rcu_data .dynticks_snap into .watching_snap (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_dynticks_zero_in_eqs() into  rcu_watching_zero_in_eqs() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_dynticks_in_eqs_since() into  rcu_watching_snap_stopped_since() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs() (Čestmír Kalina) [RHEL-79879]
- rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watching_curr_cpu() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename rcu_dynticks_task*() into rcu_task*() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into  CT_NESTING_IRQ_NONIDLE (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into  ct_nmi_nesting_cpu() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into  ct_nmi_nesting() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename struct context_tracking  .dynticks_nmi_nesting into .nmi_nesting (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into  ct_nesting_cpu() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename struct context_tracking  .dynticks_nesting into .nesting (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_cpu() into  ct_rcu_watching_cpu() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching() (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING (Čestmír Kalina) [RHEL-79879]
- treewide: context_tracking: Rename CONTEXT_* into CT_STATE_* (Čestmír Kalina) [RHEL-79879]
- context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into  ct_rcu_watching_cpu_acquire() (Čestmír Kalina) [RHEL-79879]
- rcu-tasks: Make Tasks RCU wait idly for grace-period delays (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add a stall_cpu_repeat module parameter (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add rcutree.nohz_full_patience_delay to TREE07 (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add mid-sized stall to TREE07 (Čestmír Kalina) [RHEL-79879]
- rcutorture: Make rcu_torture_write_types() print number of update  types (Čestmír Kalina) [RHEL-79879]
- rcutorture: Generic test for NUM_ACTIVE_*RCU_POLL* (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add SRCU ->same_gp_state and ->get_comp_state functions (Čestmír Kalina) [RHEL-79879]
- rcutorture: Remove redundant rcu_torture_ops get_gp_completed fields (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove superfluous memory barrier after bypass enqueue (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Conditionally wake up rcuo if not already waiting on GP (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Fix RT throttling hrtimer armed from offline CPU (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Simplify (de-)offloading state machine (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove SEGCBLIST_KTHREAD_CB (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove SEGCBLIST_RCU_CORE (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove halfway (de-)offloading handling from rcu_core (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s  QS reporting (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove halfway (de-)offloading handling from bypass (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: (De-)offload callbacks on offline CPUs only (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Introduce nocb mutex (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Assert no callbacks while nocb kthread allocation fails (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Move nocb field at the end of state struct (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN() (Čestmír Kalina) [RHEL-79879]
- srcu: Fill out polled grace-period APIs (Čestmír Kalina) [RHEL-79879]
- srcu: Update cleanup_srcu_struct() comment (Čestmír Kalina) [RHEL-79879]
- srcu: Add NUM_ACTIVE_SRCU_POLL_OLDSTATE (Čestmír Kalina) [RHEL-79879]
- tools/rcu: Add rcu-updaters.sh script (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add missing MODULE_DESCRIPTION() macros (Čestmír Kalina) [RHEL-79879]
- rcutorture: Fix rcu_torture_fwd_cb_cr() data race (Čestmír Kalina) [RHEL-79879]
- rcutorture: Make rcutorture support srcu double call test (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Remove buggy bypass lock contention mitigation (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Use kthread parking instead of ad-hoc implementation (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Fix segcblist state machine stale comments about timers (Čestmír Kalina) [RHEL-79879]
- rcu/nocb: Fix segcblist state machine comments about bypass (Čestmír Kalina) [RHEL-79879]
- rcu/exp: Remove redundant full memory barrier at the end of GP (Čestmír Kalina) [RHEL-79879]
- rcu: Remove full memory barrier on RCU stall printout (Čestmír Kalina) [RHEL-79879]
- rcu: Remove full memory barrier on boot time eqs sanity check (Čestmír Kalina) [RHEL-79879]
- rcu/exp: Remove superfluous full memory barrier upon first EQS  snapshot (Čestmír Kalina) [RHEL-79879]
- rcu: Remove superfluous full memory barrier upon first EQS snapshot (Čestmír Kalina) [RHEL-79879]
- rcu: Remove full ordering on second EQS snapshot (Čestmír Kalina) [RHEL-79879]
- rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation (Čestmír Kalina) [RHEL-79879]
- rcu: Eliminate lockless accesses to rcu_sync->gp_count (Čestmír Kalina) [RHEL-79879]
- srcu: Disable interrupts directly in srcu_gp_end() (Čestmír Kalina) [RHEL-79879]
- rcu: Disable interrupts directly in rcu_gp_init() (Čestmír Kalina) [RHEL-79879]
- rcu/tree: Reduce wake up for synchronize_rcu() common case (Čestmír Kalina) [RHEL-79879]
- rcu: Add lockdep_assert_in_rcu_read_lock() and friends (Čestmír Kalina) [RHEL-79879]
- rcutorture: Enable RCU priority boosting for TREE09 (Čestmír Kalina) [RHEL-79879]
- rcu/sync: remove un-used rcu_sync_enter_start function (Čestmír Kalina) [RHEL-79879]
- Documentation: RCU: Remove repeated word in comments (Čestmír Kalina) [RHEL-79879]
- doc: Add refscale.lookup_instances to kernel-parameters.txt (Čestmír Kalina) [RHEL-79879]
- rcu: Remove references to rcu_migrate_callbacks() from diagrams (Čestmír Kalina) [RHEL-79879]
- rcu: Describe listRCU read-side guarantees (Čestmír Kalina) [RHEL-79879]
- Documentation: RCU: Fix section numbers after adding Section 7 in  whatisRCU.rst (Čestmír Kalina) [RHEL-79879]
- rcutorture: Add CONFIG_DEBUG_OBJECTS to RCU Tasks testing (Čestmír Kalina) [RHEL-79879]
- rcutorture: Remove obsolete parameter check from mkinitrd.sh (Čestmír Kalina) [RHEL-79879]
- rcutorture: Remove contradictory Kconfig constraint (Čestmír Kalina) [RHEL-79879]
- torture: Add "--no-" as synonym for "--do-no-" in torture.sh (Čestmír Kalina) [RHEL-79879]
- torture: Make torture.sh help message match reality (Čestmír Kalina) [RHEL-79879]
- rcu: Remove formal-verification tests (Čestmír Kalina) [RHEL-79879]
- rcuscale: Print grace-period kthread CPU time, if recorded (Čestmír Kalina) [RHEL-79879]
- rcuscale: Add kfree_by_call_rcu and kfree_mult to documentation (Čestmír Kalina) [RHEL-79879]
- checkpatch: Complain about unexpected uses of RCU Tasks Trace (Čestmír Kalina) [RHEL-79879]
- Docs/RCU/rculist_nulls: Fix text about atomic_set_release() (Čestmír Kalina) [RHEL-79879]
- Docs/RCU/rculist_nulls: Fix hlist_[nulls]_head field names of 'obj' (Čestmír Kalina) [RHEL-79879]
- Docs/RCU/rculist_nulls: Specify type of the object in examples (Čestmír Kalina) [RHEL-79879]
- Docs/RCU/rculist_nulls: Assign 'obj' before use from the examples (Čestmír Kalina) [RHEL-79879]
- Docs/RCU/rculist_nulls: Fix trivial coding style (Čestmír Kalina) [RHEL-79879]
- doc: Update and wordsmith rculist_nulls.rst (Čestmír Kalina) [RHEL-79879]
- docs/RCU: Add the missing rcu_read_unlock() (Čestmír Kalina) [RHEL-79879]
- documentation/rcu: Fix typo (Čestmír Kalina) [RHEL-79879]
- x86/cpu/amd: Fix workaround for erratum 1054 (Michael Petlan) [RHEL-98688]
- perf arm-spe: Dump metadata with version 2 (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Calculate meta data size (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Save per CPU information in metadata (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Use old behavior when opening old SPE files (Anubhav Shelat) [RHEL-60216]
- tools/include: Sync arm64 headers with the kernel sources (Anubhav Shelat) [RHEL-60216]
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Add Cortex CPUs to common data source encoding list (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Add Neoverse-V2 to common data source encoding list (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Remove the unused 'midr' field (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Use metadata to decide the data source feature (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Introduce arm_spe__is_homogeneous() (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Define metadata header version 2 (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Support metadata version 2 (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Rename the common data source encoding (Anubhav Shelat) [RHEL-60216]
- perf arm-spe: Rename arm_spe__synth_data_source_generic() (Anubhav Shelat) [RHEL-60216]
- HID: thrustmaster: fix memory leak in thrustmaster_interrupts() (CKI Backport Bot) [RHEL-81416] {CVE-2024-57993}
- HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() (CKI Backport Bot) [RHEL-81416] {CVE-2024-57993}
- HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check (CKI Backport Bot) [RHEL-81416] {CVE-2024-57993}
- redhat: Mark CONFIG_RANDOMIZE_IDENTITY_BASE as disabled (Thomas Huth) [RHEL-103929]
- s390/mm: Pin identity mapping base to zero (Thomas Huth) [RHEL-103929]
- s390/mm: Prevent lowcore vs identity mapping overlap (Thomas Huth) [RHEL-103929]
- powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (Eder Zulian) [RHEL-104297]
Resolves: RHEL-100939, RHEL-102086, RHEL-103375, RHEL-103929, RHEL-104297, RHEL-60216, RHEL-75594, RHEL-79879, RHEL-81215, RHEL-81416, RHEL-81477, RHEL-83461, RHEL-83574, RHEL-94569, RHEL-94688, RHEL-98688

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-30 16:33:04 -03:00
Augusto Caringi
33144d35d8 kernel-5.14.0-602.el9
* Mon Jul 28 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-602.el9]
- perf evsel: Fix missing inherit + sample read check (Michael Petlan) [RHEL-45091]
- perf tools: Remove evsel__handle_error_quirks() (Michael Petlan) [RHEL-45091]
- perf intel-pt: Add a test for pause / resume (Michael Petlan) [RHEL-45091]
- perf intel-pt: Add documentation for pause / resume (Michael Petlan) [RHEL-45091]
- perf intel-pt: Improve man page format (Michael Petlan) [RHEL-45091]
- perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume (Michael Petlan) [RHEL-45091]
- perf tools: Fix precise_ip fallback logic (Michael Petlan) [RHEL-45091]
- perf tools: Check fallback error and order (Michael Petlan) [RHEL-45091]
- perf tools: Detect missing kernel features properly (Michael Petlan) [RHEL-45091]
- tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events (Michael Petlan) [RHEL-45091]
- perf tools: Parse aux-action (Michael Petlan) [RHEL-45091]
- perf tools: Add aux-action config term (Michael Petlan) [RHEL-45091]
- perf tools: Add aux_start_paused, aux_pause and aux_resume (Michael Petlan) [RHEL-45091]
- perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling (Michael Petlan) [RHEL-45091]
- perf/x86/intel/pt: Add support for pause / resume (Michael Petlan) [RHEL-45091]
- perf/x86/intel/pt: Fix buffer full but size is 0 case (Michael Petlan) [RHEL-45091]
- tools headers: Sync uapi/linux/perf_event.h with the kernel sources (Michael Petlan) [RHEL-45091]
- perf/core: Add aux_pause, aux_resume, aux_start_paused (Michael Petlan) [RHEL-45091]
- perf: Fix perf_aux_size() for greater-than 32-bit size (Michael Petlan) [RHEL-45091]
- intel_th: pci: Add Panther Lake-P/U support (Michael Petlan) [RHEL-47424]
- intel_th: pci: Add Panther Lake-H support (Michael Petlan) [RHEL-47424]
- intel_th: pci: Add Arrow Lake support (Michael Petlan) [RHEL-47424]
- intel_th: pci: Replace deprecated PCI functions (Michael Petlan) [RHEL-47424]
- intel_th: pci: Add Sapphire Rapids SOC support (Michael Petlan) [RHEL-47424]
- intel_th: pci: Add Granite Rapids support (Michael Petlan) [RHEL-47424]
- intel_th: Fix a resource leak in an error handling path (Michael Petlan) [RHEL-47424]
- selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS context (Mohammad Heib) [RHEL-89014]
- net: ethtool: Don't check if RSS context exists in case of context 0 (Mohammad Heib) [RHEL-89014]
- net: ethtool: remove duplicate defines for family info (Mohammad Heib) [RHEL-89014]
- tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing (Mohammad Heib) [RHEL-89014]
- netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enum (Mohammad Heib) [RHEL-89014]
- ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll() (Mohammad Heib) [RHEL-89014]
- ethtool: cmis_cdb: Fix incorrect read / write length extension (Mohammad Heib) [RHEL-89014]
- net: ethtool: Don't call .cleanup_data when prepare_data fails (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: test random value for hds-thresh (Mohammad Heib) [RHEL-89014]
- net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value always as 0. (Mohammad Heib) [RHEL-89014]
- net: ethtool: Export the link_mode_params definitions (Mohammad Heib) [RHEL-89014]
- net: ethtool: tsinfo: Fix dump command (Mohammad Heib) [RHEL-89014]
- net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device (Mohammad Heib) [RHEL-89014]
- selftests: drv-net-hw: Add a test for symmetric RSS hash (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: Make rand_port() get a port more reliably (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: try to check if port is in use (Mohammad Heib) [RHEL-89014]
- ethtool: Symmetric OR-XOR RSS hash (Mohammad Heib) [RHEL-89014]
- tools: ynl: add all headers to makefile deps (Mohammad Heib) [RHEL-89014]
- net: ethtool: fix ioctl confusing drivers about desired HDS user config (Mohammad Heib) [RHEL-89014]
- net: move stale comment about ntuple validation (Mohammad Heib) [RHEL-89014]
- selftests: net-drv: test adding flow rule to invalid RSS context (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: Add test for ntuple rule (Mohammad Heib) [RHEL-89014]
- net: ethtool: prevent flow steering to RSS contexts which don't exist (Mohammad Heib) [RHEL-89014]
- net: ethtool: tsconfig: Fix netlink type of hwtstamp flags (Mohammad Heib) [RHEL-89014]
- ethtool: Add support for 200Gbps per lane link modes (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not supported (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigure (Mohammad Heib) [RHEL-89014]
- ethtool: ntuple: fix rss + ring_cookie check (Mohammad Heib) [RHEL-89014]
- ethtool: rss: fix hiding unsupported fields in dumps (Mohammad Heib) [RHEL-89014]
- ethtool: Fix set RXNFC command with symmetric RSS hash (Mohammad Heib) [RHEL-89014]
- net: ethtool: populate the default HDS params in the core (Mohammad Heib) [RHEL-89014]
- net: provide pending ring configuration in net_device (Mohammad Heib) [RHEL-89014]
- net: ethtool: store netdev in a temp variable in ethnl_default_set_doit() (Mohammad Heib) [RHEL-89014]
- net: move HDS config from ethtool state (Mohammad Heib) [RHEL-89014]
- net: avoid race between device unregistration and ethnl ops (Mohammad Heib) [RHEL-89014]
- net: ethtool: ts: add separate counter for unconfirmed one-step TX timestamps (Mohammad Heib) [RHEL-89014]
- selftest: net-drv: hds: add test for HDS feature (Mohammad Heib) [RHEL-89014]
- net: disallow setup single buffer XDP when tcp-data-split is enabled. (Mohammad Heib) [RHEL-89014]
- netdevsim: add HDS feature (Mohammad Heib) [RHEL-89014]
- net: ethtool: add support for configuring hds-thresh (Mohammad Heib) [RHEL-89014]
- net: ethtool: add hds_config member in ethtool_netdev_state (Mohammad Heib) [RHEL-89014]
- Documentation: networking: update PHY error counter diagnostics in twisted pair guide (Mohammad Heib) [RHEL-89014]
- net: ethtool: add support for structured PHY statistics (Mohammad Heib) [RHEL-89014]
- net: ethtool: plumb PHY stats to PHY drivers (Mohammad Heib) [RHEL-89014]
- ethtool: linkstate: migrate linkstate functions to support multi-PHY setups (Mohammad Heib) [RHEL-89014]
- Documentation: networking: add Twisted Pair Ethernet diagnostics at OSI Layer 1 (Mohammad Heib) [RHEL-89014]
- net: ethtool: Use hwprov under rcu_read_lock (Mohammad Heib) [RHEL-89014]
- net: ethtool: Fix suspicious rcu_dereference usage (Mohammad Heib) [RHEL-89014]
- net: ethtool: Add support for tsconfig command to get/set hwtstamp config (Mohammad Heib) [RHEL-89014]
- net: ethtool: tsinfo: Enhance tsinfo to support several hwtstamp by net topology (Mohammad Heib) [RHEL-89014]
- net: Add the possibility to support a selected hwtstamp in netdevice (Mohammad Heib) [RHEL-89014]
- net: Make net_hwtstamp_validate accessible (Mohammad Heib) [RHEL-89014]
- net: Make dev_get_hwtstamp_phylib accessible (Mohammad Heib) [RHEL-89014]
- net: Move dev_set_hwtstamp_phylib to net/core/dev.h (Mohammad Heib) [RHEL-89014]
- ethtool: regenerate uapi header from the spec (Mohammad Heib) [RHEL-89014]
- ethtool: remove the comments that are not gonna be generated (Mohammad Heib) [RHEL-89014]
- ethtool: separate definitions that are gonna be generated (Mohammad Heib) [RHEL-89014]
- ynl: include uapi header after all dependencies (Mohammad Heib) [RHEL-89014]
- ynl: add missing pieces to ethtool spec to better match uapi header (Mohammad Heib) [RHEL-89014]
- ynl: support directional specs in ynl-gen-c.py (Mohammad Heib) [RHEL-89014]
- ynl: skip rendering attributes with header property in uapi mode (Mohammad Heib) [RHEL-89014]
- ynl: support enum-cnt-name attribute in legacy definitions (Mohammad Heib) [RHEL-89014]
- ethtool: Fix wrong mod state in case of verbose and no_mask bitset (Mohammad Heib) [RHEL-89014]
- ethtool: Fix access to uninitialized fields in set RXNFC command (Mohammad Heib) [RHEL-89014]
- UAPI: ethtool: Avoid flex-array in struct ethtool_link_settings (Mohammad Heib) [RHEL-89014]
- selftest: extend test_rss_context_queue_reconfigure for action addition (Mohammad Heib) [RHEL-89014]
- selftest: validate RSS+ntuple filters with nonzero ring_cookie (Mohammad Heib) [RHEL-89014]
- selftest: include dst-ip in ethtool ntuple rules (Mohammad Heib) [RHEL-89014]
- net: ethtool: account for RSS+RXNFC add semantics when checking channel count (Mohammad Heib) [RHEL-89014]
- net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts in (Mohammad Heib) [RHEL-89014]
- tools: ynl: add script dir to sys.path (Mohammad Heib) [RHEL-89014]
- Documentation: networking: Add missing PHY_GET command in the message list (Mohammad Heib) [RHEL-89014]
- netlink: specs: Add missing phy-ntf command to ethtool spec (Mohammad Heib) [RHEL-89014]
- netlink: specs: Add missing bitset attrs to ethtool spec (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: add rss ctx busy testcase (Mohammad Heib) [RHEL-89014]
- ethtool: rss: prevent rss ctx deletion when in use (Mohammad Heib) [RHEL-89014]
- net: ethtool: Add support for writing firmware blocks using EPL payload (Mohammad Heib) [RHEL-89014]
- net: ethtool: Add new parameters and a function to support EPL (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: test dumping RSS contexts (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: add identifier to traffic comments (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: check for all-zero keys (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: test flow rehashing without impacting traffic (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: check behavior of indirection table resizing (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: test queue changes vs user RSS config (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: factor out send traffic and check (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: fix cleanup in the basic test (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: allow more noise on default context (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: convert to defer() (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: add ability to schedule cleanup with defer() (Mohammad Heib) [RHEL-89014]
- selftests: net: ksft: avoid continue when handling results (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: add stdout to the command failed exception (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: add helper to wait for HW stats to sync (Mohammad Heib) [RHEL-89014]
- selftests: drv-net-hw: add test for memory allocation failures with page pool (Mohammad Heib) [RHEL-89014]
- selftests: drv-net: support generating iperf3 load (Mohammad Heib) [RHEL-89014]
- selftests: net: py: avoid all ports < 10k (Mohammad Heib) [RHEL-89014]
- selftests: net: py: extract tool logic (Mohammad Heib) [RHEL-89014]
- selftests: drv-net-hw: support using Python from net hw tests (Mohammad Heib) [RHEL-89014]
- ethtool: rss: fix rss key initialization warning (Mohammad Heib) [RHEL-89014]
- net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTER (Mohammad Heib) [RHEL-89014]
- net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag (Mohammad Heib) [RHEL-89014]
- net: ipv4: fix stat increase when udp early demux drops the packet (Antoine Tenart) [RHEL-88890]
- tcp: add LINUX_MIB_PAWS_TW_REJECTED counter (Antoine Tenart) [RHEL-88890]
- tcp: add TCP_RFC7323_TW_PAWS drop reason (Antoine Tenart) [RHEL-88890]
- udp: expand SKB_DROP_REASON_UDP_CSUM use (Antoine Tenart) [RHEL-88890]
- tcp: add four drop reasons to tcp_check_req() (Antoine Tenart) [RHEL-88890]
- tcp: add a drop_reason pointer to tcp_check_req() (Antoine Tenart) [RHEL-88890]
- af_unix: Use consume_skb() in connect() and sendmsg(). (Antoine Tenart) [RHEL-88890]
- af_unix: Reuse out_pipe label in unix_stream_sendmsg(). (Antoine Tenart) [RHEL-88890]
- af_unix: Clean up error paths in unix_stream_sendmsg(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set error only when needed in unix_stream_sendmsg(). (Antoine Tenart) [RHEL-88890]
- af_unix: Clean up error paths in unix_stream_connect(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set error only when needed in unix_stream_connect(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set drop reason in unix_dgram_disconnected(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set drop reason in __unix_gc(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set drop reason in unix_sock_destructor(). (Antoine Tenart) [RHEL-88890]
- af_unix: Set drop reason in unix_release_sock(). (Antoine Tenart) [RHEL-88890]
- net: dropreason: Gather SOCKET_ drop reasons. (Antoine Tenart) [RHEL-88890]
- tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter (Antoine Tenart) [RHEL-88890]
- tcp: add TCP_RFC7323_PAWS_ACK drop reason (Antoine Tenart) [RHEL-88890]
- tcp: add drop_reason support to tcp_disordered_ack() (Antoine Tenart) [RHEL-88890]
- net: bridge: add skb drop reasons to the most common drop points (Antoine Tenart) [RHEL-88890]
- net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE (Antoine Tenart) [RHEL-88890]
- netfilter: br_netfilter: remove unused conditional and dead code (Antoine Tenart) [RHEL-88890]
- ipv4: route: fix drop reason being overridden in ip_route_input_slow (Antoine Tenart) [RHEL-88890]
- ip: Return drop reason if in_dev is NULL in ip_route_input_rcu(). (Antoine Tenart) [RHEL-88890]
- net: ip: fix unexpected return in fib_validate_source() (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_use_hint() return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_mkroute_input/__mkroute_input return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_input() return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_input_noref() return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_input_rcu() return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_input_slow() return drop reasons (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_mc_validate_source() return drop reason (Antoine Tenart) [RHEL-88890]
- net: ip: make ip_route_input_mc() return drop reason (Antoine Tenart) [RHEL-88890]
- net: ip: make fib_validate_source() support drop reasons (Antoine Tenart) [RHEL-88890]
- net: change the type of ip_route_input_rcu to static (Antoine Tenart) [RHEL-88890]
- NFSv4: xattr handlers should check for absent nfs filehandles (Scott Mayhew) [RHEL-79731]
- NFSv4: Allow FREE_STATEID to clean up delegations (Benjamin Coddington) [RHEL-70625]
- smb: client: fix use-after-free in cifs_oplock_break (Paulo Alcantara) [RHEL-104401]
- smb: client: fix use-after-free in crypt_message when using async crypto (Paulo Alcantara) [RHEL-104401]
- Fix SMB311 posix special file creation to servers which do not advertise reparse support (Paulo Alcantara) [RHEL-104401]
- smb: client: fix native SMB symlink traversal (Paulo Alcantara) [RHEL-104401]
- smb: client: fix race condition in negotiate timeout by using more precise timing (Paulo Alcantara) [RHEL-104401]
- cifs: all initializations for tcon should happen in tcon_info_alloc (Paulo Alcantara) [RHEL-104401]
- smb: client: fix warning when reconnecting channel (Paulo Alcantara) [RHEL-104401]
- smb: client: fix readdir returning wrong type with POSIX extensions (Paulo Alcantara) [RHEL-104401]
- smb: client: fix potential deadlock when reconnecting channels (Paulo Alcantara) [RHEL-104401]
- smb: client: remove \t from TP_printk statements (Paulo Alcantara) [RHEL-104401]
- smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size (Paulo Alcantara) [RHEL-104401]
- smb: minor fix to use sizeof to initialize flags_string buffer (Paulo Alcantara) [RHEL-104401]
- smb: Use loff_t for directory position in cached_dirents (Paulo Alcantara) [RHEL-104401]
- smb: Log an error when close_all_cached_dirs fails (Paulo Alcantara) [RHEL-104401]
- cifs: Fix prepare_write to negotiate wsize if needed (Paulo Alcantara) [RHEL-104401]
- smb: client: fix first command failure during re-negotiation (Paulo Alcantara) [RHEL-104401]
- cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function (Paulo Alcantara) [RHEL-104401]
- smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels (Paulo Alcantara) [RHEL-104401]
- smb: improve directory cache reuse for readdir operations (Paulo Alcantara) [RHEL-104401]
- smb: client: disable path remapping with POSIX extensions (Paulo Alcantara) [RHEL-104401]
- cifs: do not disable interface polling on failure (Paulo Alcantara) [RHEL-104401]
- cifs: serialize other channels when query server interfaces is pending (Paulo Alcantara) [RHEL-104401]
- cifs: deal with the channel loading lag while picking channels (Paulo Alcantara) [RHEL-104401]
- cifs: update the lock ordering comments with new mutex (Paulo Alcantara) [RHEL-104401]
- cifs: dns resolution is needed only for primary channel (Paulo Alcantara) [RHEL-104401]
- cifs: update dstaddr whenever channel iface is updated (Paulo Alcantara) [RHEL-104401]
- cifs: reset connections for all channels when reconnect requested (Paulo Alcantara) [RHEL-104401]
- cifs: Fix cifs_query_path_info() for Windows NT servers (Paulo Alcantara) [RHEL-104401]
- cifs: Fix validation of SMB1 query reparse point response (Paulo Alcantara) [RHEL-104401]
- cifs: Correctly set SMB1 SessionKey field in Session Setup Request (Paulo Alcantara) [RHEL-104401]
- cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode (Paulo Alcantara) [RHEL-104401]
- smb: client: add NULL check in automount_fullpath (Paulo Alcantara) [RHEL-104401]
- smb: client: Remove an unused function and variable (Paulo Alcantara) [RHEL-104401]
- lib/oid_registry.c: remove unused sprint_OID (Paulo Alcantara) [RHEL-104401]
- smb: client: Reset all search buffer pointers when releasing buffer (Paulo Alcantara) [RHEL-104401]
- smb: client: Fix use-after-free in cifs_fill_dirent (Paulo Alcantara) [RHEL-104401]
- smb: client: fix zero rsize error messages (Paulo Alcantara) [RHEL-104401]
- smb: client: fix memory leak during error handling for POSIX mkdir (Paulo Alcantara) [RHEL-104401]
- smb: client: Avoid race in open_cached_dir with lease breaks (Paulo Alcantara) [RHEL-104401]
- smb3 client: warn when parse contexts returns error on compounded operation (Paulo Alcantara) [RHEL-104401]
- smb: client: ensure aligned IO sizes (Paulo Alcantara) [RHEL-104401]
- cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function (Paulo Alcantara) [RHEL-104401]
- cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() (Paulo Alcantara) [RHEL-104401]
- smb: client: fix zero length for mkdir POSIX create context (Paulo Alcantara) [RHEL-104401]
- Revert "smb: client: fix TCP timers deadlock after rmmod" (Paulo Alcantara) [RHEL-104401] {CVE-2025-22077}
- Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after-free" (Paulo Alcantara) [RHEL-104401]
- smb3: Add defines for two new FileSystemAttributes (Paulo Alcantara) [RHEL-104401]
- cifs: Fix querying of WSL CHR and BLK reparse points over SMB1 (Paulo Alcantara) [RHEL-104401]
- cifs: Split parse_reparse_point callback to functions: get buffer and parse buffer (Paulo Alcantara) [RHEL-104401]
- cifs: Improve handling of name surrogate reparse points in reparse.c (Paulo Alcantara) [RHEL-104401]
- cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.c (Paulo Alcantara) [RHEL-104401]
- cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode (Paulo Alcantara) [RHEL-104401]
- cifs: Fix support for WSL-style symlinks (Paulo Alcantara) [RHEL-104401]
- smb311 client: fix missing tcon check when mounting with linux/posix extensions (Paulo Alcantara) [RHEL-104401]
- cifs: Ensure that all non-client-specific reparse points are processed by the server (Paulo Alcantara) [RHEL-104401]
- cifs: Implement is_network_name_deleted for SMB1 (Paulo Alcantara) [RHEL-104401]
- cifs: Remove cifs_truncate_page() as it should be superfluous (Paulo Alcantara) [RHEL-104401]
- cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_READ/EXECUTE/ALL (Paulo Alcantara) [RHEL-104401]
- cifs: Improve SMB2+ stat() to work also without FILE_READ_ATTRIBUTES (Paulo Alcantara) [RHEL-104401]
- cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES (Paulo Alcantara) [RHEL-104401]
- cifs: Fix querying and creating MF symlinks over SMB1 (Paulo Alcantara) [RHEL-104401]
- cifs: Fix access_flags_to_smbopen_mode (Paulo Alcantara) [RHEL-104401]
- cifs: Fix negotiate retry functionality (Paulo Alcantara) [RHEL-104401]
- cifs: Improve handling of NetBIOS packets (Paulo Alcantara) [RHEL-104401]
- cifs: Allow to disable or force initialization of NetBIOS session (Paulo Alcantara) [RHEL-104401]
- cifs: Add a new xattr system.smb3_ntsd_owner for getting or setting owner (Paulo Alcantara) [RHEL-104401]
- cifs: Add a new xattr system.smb3_ntsd_sacl for getting or setting SACLs (Paulo Alcantara) [RHEL-104401]
- smb: client: Update IO sizes after reconnection (Paulo Alcantara) [RHEL-104401]
- smb: client: Store original IO parameters and prevent zero IO sizes (Paulo Alcantara) [RHEL-104401]
- smb:client: smb: client: Add reverse mapping from tcon to superblocks (Paulo Alcantara) [RHEL-104401]
- cifs: remove unreachable code in cifs_get_tcp_session() (Paulo Alcantara) [RHEL-104401]
- cifs: fix integer overflow in match_server() (Paulo Alcantara) [RHEL-104401]
- cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode (Paulo Alcantara) [RHEL-104401]
- cifs: Set default Netbios RFC1001 server name to hostname in UNC (Paulo Alcantara) [RHEL-104401]
- smb: client: Fix netns refcount imbalance causing leaks and use-after-free (Paulo Alcantara) [RHEL-104401]
- cifs: add validation check for the fields in smb_aces (Paulo Alcantara) [RHEL-104401]
- CIFS: Propagate min offload along with other parameters from primary to secondary channels. (Paulo Alcantara) [RHEL-104401]
- cifs: Improve establishing SMB connection with NetBIOS session (Paulo Alcantara) [RHEL-104401]
- cifs: Fix establishing NetBIOS session for SMB2+ connection (Paulo Alcantara) [RHEL-104401]
- cifs: Fix getting DACL-only xattr system.cifs_acl and system.smb3_acl (Paulo Alcantara) [RHEL-104401]
- cifs: Check if server supports reparse points before using them (Paulo Alcantara) [RHEL-104401]
- cifs: avoid NULL pointer dereference in dbg call (Paulo Alcantara) [RHEL-104401]
- smb: client: Remove redundant check in smb2_is_path_accessible() (Paulo Alcantara) [RHEL-104401]
- smb: client: Remove redundant check in cifs_oplock_break() (Paulo Alcantara) [RHEL-104401]
- smb: mark the new channel addition log as informational log with cifs_info (Paulo Alcantara) [RHEL-104401]
- smb: client: Fix match_session bug preventing session reuse (Paulo Alcantara) [RHEL-104401]
- cifs: Fix integer overflow while processing actimeo mount option (Paulo Alcantara) [RHEL-104401]
- cifs: fix incorrect validation for num_aces field of smb_acl (Paulo Alcantara) [RHEL-104401]
- smb: common: change the data type of num_aces to le16 (Paulo Alcantara) [RHEL-104401]
- cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (Paulo Alcantara) [RHEL-104401]
- cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (Paulo Alcantara) [RHEL-104401]
- smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSIX extensions (Paulo Alcantara) [RHEL-104401]
- smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warnings (Paulo Alcantara) [RHEL-104401]
- smb: client: change lease epoch type from unsigned int to __u16 (Paulo Alcantara) [RHEL-104401]
- Bluetooth: revert TX timestamping (David Marlin) [RHEL-93657]
- Revert "Bluetooth: btusb: add sysfs attribute to control USB alt setting" (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add HCI Drv commands for configuring altsetting (David Marlin) [RHEL-93657]
- Bluetooth: Introduce HCI Driver protocol (David Marlin) [RHEL-93657]
- Bluetooth: Add ABI doc for sysfs reset (David Marlin) [RHEL-93657]
- Revert "Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL" (David Marlin) [RHEL-93657]
- Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling (David Marlin) [RHEL-93657]
- Bluetooth: L2CAP: Fix not checking l2cap_chan security level (David Marlin) [RHEL-93657]
- Bluetooth: hci_event: Fix not using key encryption size when its known (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags (David Marlin) [RHEL-93657]
- Bluetooth: L2CAP: copy RX timestamp to new fragments (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths (David Marlin) [RHEL-93657]
- Bluetooth: btmtksdio: Do close if SDIO card removed without close (David Marlin) [RHEL-93657]
- Bluetooth: btmtksdio: Check function enabled before doing close (David Marlin) [RHEL-93657]
- Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue() (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Avoid redundant buffer allocation (David Marlin) [RHEL-93657]
- Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync (David Marlin) [RHEL-93657]
- Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver (David Marlin) [RHEL-93657]
- Bluetooth: vhci: Avoid needless snprintf() calls (David Marlin) [RHEL-93657]
- Bluetooth: l2cap: Process valid commands in too long frame (David Marlin) [RHEL-93657]
- Bluetooth: l2cap: Check encryption key size on incoming connection (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Add an error message if FW dump trigger fails (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdown (David Marlin) [RHEL-93657]
- Bluetooth: increment TX timestamping tskey always for stream sockets (David Marlin) [RHEL-93657]
- Bluetooth: qca: fix NV variant for one of WCN3950 SoCs (David Marlin) [RHEL-93657]
- Bluetooth: btrtl: Prevent potential NULL dereference (David Marlin) [RHEL-93657]
- Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Add LL Privacy Setting (David Marlin) [RHEL-93657]
- Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Fix kernel panic during FW release (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7 (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Add correct bootloader error codes (David Marlin) [RHEL-93657]
- t blameBluetooth: btintel: Fix leading white space (David Marlin) [RHEL-93657]
- Bluetooth: btintel: Add support to configure TX power (David Marlin) [RHEL-93657]
- Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal (David Marlin) [RHEL-93657]
- Bluetooth: btmtk: Remove the resetting step before downloading the fw (David Marlin) [RHEL-93657]
- Bluetooth: SCO: add TX timestamping (David Marlin) [RHEL-93657]
- Bluetooth: L2CAP: add TX timestamping (David Marlin) [RHEL-93657]
- use less confusing names for iov_iter direction initializers (David Marlin) [RHEL-93657]
- Bluetooth: ISO: add TX timestamping (David Marlin) [RHEL-93657]
- Bluetooth: add support for skb TX SND/COMPLETION timestamping (David Marlin) [RHEL-93657]
- HCI: coredump: Log devcd dumps into the monitor (David Marlin) [RHEL-93657]
- Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (David Marlin) [RHEL-93657]
- Bluetooth: hci_vhci: Mark Sync Flow Control as supported (David Marlin) [RHEL-93657]
- Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pci: Fix build warning (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Trigger device coredump on hardware exception (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Add support to set BD address (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Add support for HCI coredump feature (David Marlin) [RHEL-93657]
- Bluetooth: btnxpuart: Move vendor specific initialization to .post_init (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Add support for device coredump (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (David Marlin) [RHEL-93657]
- Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken (David Marlin) [RHEL-93657]
- Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (David Marlin) [RHEL-93657]
- Bluetooth: Add quirk for broken READ_VOICE_SETTING (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Read hardware exception data (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Setup buffers for firmware traces (David Marlin) [RHEL-93657]
- Bluetooth: qca: add WCN3950 support (David Marlin) [RHEL-93657]
- Bluetooth: qca: simplify WCN399x NVM loading (David Marlin) [RHEL-93657]
- bluetooth: btnxpuart: Support for controller wakeup gpio config (David Marlin) [RHEL-93657]
- Bluetooth: hci_qca: use the power sequencer for wcn6750 (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add 2 HWIDs for MT7922 (David Marlin) [RHEL-93657]
- Bluetooth: hci_uart: Fix another race during initialization (David Marlin) [RHEL-93657]
- Bluetooth: hci_uart: fix race during initialization (David Marlin) [RHEL-93657]
- Bluetooth: btintel: Add DSBR support for ScP (David Marlin) [RHEL-93657]
- Bluetooth: Fix code style warning (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Remove unused mgmt_pending_find_data (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Add device id of Whale Peak (David Marlin) [RHEL-93657]
- Bluetooth: btintel: Add support for Intel Scorpius Peak (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add new VID/PID for WCN785x (David Marlin) [RHEL-93657]
- Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout (David Marlin) [RHEL-93657]
- Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters (David Marlin) [RHEL-93657]
- Bluetooth: Fix error code in chan_alloc_skb_cb() (David Marlin) [RHEL-93657]
- Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (David Marlin) [RHEL-93657]
- Bluetooth: hci_event: Fix enabling passive scanning (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL (David Marlin) [RHEL-93657]
- Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected() (David Marlin) [RHEL-93657]
- Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name() (David Marlin) [RHEL-93657]
- bluetooth: btusb: Initialize .owner field of force_poll_sync_fops (David Marlin) [RHEL-93657]
- Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (David Marlin) [RHEL-93657]
- Bluetooth: Always allow SCO packets for user channel (David Marlin) [RHEL-93657]
- Bluetooth: btintel_pcie: Fix a potential race condition (David Marlin) [RHEL-93657]
- Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection (David Marlin) [RHEL-93657]
- Bluetooth: Fix possible infinite recursion of btusb_reset (David Marlin) [RHEL-93657]
- Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface() (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync (David Marlin) [RHEL-93657]
- Bluetooth: qca: Fix poor RF performance for WCN6855 (David Marlin) [RHEL-93657]
- Bluetooth: Allow reset via sysfs (David Marlin) [RHEL-93657]
- Bluetooth: Get rid of cmd_timeout and use the reset callback (David Marlin) [RHEL-93657]
- Bluetooth: Remove the cmd timeout count in btusb (David Marlin) [RHEL-93657]
- Bluetooth: Use str_enable_disable-like helpers (David Marlin) [RHEL-93657]
- Bluetooth: btmtk: Remove resetting mt7921 before downloading the fw (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add RTL8851BE device 13d3:3600 (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add MT7921e device 13d3:3576 (David Marlin) [RHEL-93657]
- Bluetooth: qca: Expand firmware-name to load specific rampatch (David Marlin) [RHEL-93657]
- Bluetooth: qca: Update firmware-name to support board specific nvm (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925 (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922 (David Marlin) [RHEL-93657]
- Bluetooth: btusb: add sysfs attribute to control USB alt setting (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x (David Marlin) [RHEL-93657]
- Bluetooth: hci: Remove deadcode (David Marlin) [RHEL-93657]
- Bluetooth: MGMT: Mark LL Privacy as stable (David Marlin) [RHEL-93657]
- Bluetooth: iso: Allow BIG re-sync (David Marlin) [RHEL-93657]
- Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x (David Marlin) [RHEL-93657]
- usb: usbtmc: Fix timeout value in get_stb (Desnes Nunes) [RHEL-78839]
- usb: usbtmc: Fix read_stb function and get_stb ioctl (Desnes Nunes) [RHEL-78839]
- phy: Fix error handling in tegra_xusb_port_init (Desnes Nunes) [RHEL-78839]
- phy: tegra: xusb: remove a stray unlock (Desnes Nunes) [RHEL-78839]
- xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive. (Desnes Nunes) [RHEL-78839]
- usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeue (Desnes Nunes) [RHEL-78839]
- usb: usbtmc: Fix erroneous generic_read ioctl return (Desnes Nunes) [RHEL-78839]
- usb: usbtmc: Fix erroneous wait_srq ioctl return (Desnes Nunes) [RHEL-78839]
- usb: usbtmc: Fix erroneous get_stb ioctl error returns (Desnes Nunes) [RHEL-78839]
- usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition (Desnes Nunes) [RHEL-78839]
- USB: usbtmc: use interruptible sleep in usbtmc_read (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: displayport: Fix NULL pointer access (Desnes Nunes) [RHEL-78839 RHEL-96305] {CVE-2025-37994}
- usb: typec: ucsi: displayport: Fix deadlock (Desnes Nunes) [RHEL-78839] {CVE-2025-37967}
- usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubs (Desnes Nunes) [RHEL-78839]
- usb: uhci-platform: Make the clock really optional (Desnes Nunes) [RHEL-78839]
- usb: dwc3: gadget: Make gadget_wakeup asynchronous (Desnes Nunes) [RHEL-78839]
- usb: host: tegra: Prevent host controller crash when OTG port is used (Desnes Nunes) [RHEL-78839]
- usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN (Desnes Nunes) [RHEL-78839]
- USB: serial: simple: add OWON HDS200 series oscilloscope support (Desnes Nunes) [RHEL-78839]
- USB: serial: ftdi_sio: add support for Abacus Electrics Optical Probe (Desnes Nunes) [RHEL-78839]
- USB: serial: option: add Sierra Wireless EM9291 (Desnes Nunes) [RHEL-78839]
- usb: typec: class: Unlocked on error in typec_register_partner() (Desnes Nunes) [RHEL-78839]
- usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash Drive (Desnes Nunes) [RHEL-78839]
- USB: wdm: add annotation (Desnes Nunes) [RHEL-78839]
- USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context (Desnes Nunes) [RHEL-78839]
- USB: wdm: close race between wdm_open and wdm_wwan_port_stop (Desnes Nunes) [RHEL-78839] {CVE-2025-37985}
- USB: wdm: handle IO errors in wdm_wwan_port_start (Desnes Nunes) [RHEL-78839]
- USB: VLI disk crashes if LPM is used (Desnes Nunes) [RHEL-78839]
- usb: dwc3: gadget: check that event count does not exceed event buffer length (Desnes Nunes) [RHEL-78839] {CVE-2025-37810}
- USB: storage: quirk for ADATA Portable HDD CH94 (Desnes Nunes) [RHEL-78839]
- usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive (Desnes Nunes) [RHEL-78839]
- USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02) (Desnes Nunes) [RHEL-78839]
- usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling (Desnes Nunes) [RHEL-78839]
- usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines (Desnes Nunes) [RHEL-78839]
- usb: chipidea: ci_hdrc_imx: fix usbmisc handling (Desnes Nunes) [RHEL-78839] {CVE-2025-37811}
- usb: typec: class: Invalidate USB device pointers on partner unregistration (Desnes Nunes) [RHEL-78839] {CVE-2025-37986}
- usb: typec: class: Fix NULL pointer access (Desnes Nunes) [RHEL-78839] {CVE-2025-37809}
- xhci: Limit time spent with xHC interrupts disabled during bus resume (Desnes Nunes) [RHEL-78839]
- usb: xhci: Fix invalid pointer dereference in Etron workaround (Desnes Nunes) [RHEL-78839] {CVE-2025-37813}
- usb: xhci: Fix Short Packet handling rework ignoring errors (Desnes Nunes) [RHEL-78839]
- Revert "xhci: Prevent early endpoint restart when handling STALL errors." (Desnes Nunes) [RHEL-78839]
- Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint" (Desnes Nunes) [RHEL-78839]
- phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking (Desnes Nunes) [RHEL-78839] {CVE-2025-38010}
- treewide: Switch/rename to timer_delete[_sync]() (Desnes Nunes) [RHEL-78839]
- usb: musb: poll ID pin status in dual-role mode in mpfs glue layer (Desnes Nunes) [RHEL-78839]
- memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (Desnes Nunes) [RHEL-78839 RHEL-99027] {CVE-2025-22020}
- thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer (Desnes Nunes) [RHEL-78839]
- thunderbolt: Scan retimers after device router has been enumerated (Desnes Nunes) [RHEL-78839]
- usb: host: xhci-plat: allow upper layers to signal power loss (Desnes Nunes) [RHEL-78839]
- usb: xhci: change xhci_resume() parameters to explicit the desired info (Desnes Nunes) [RHEL-78839]
- usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime` (Desnes Nunes) [RHEL-78839]
- usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func (Desnes Nunes) [RHEL-78839]
- usb: dwc3: Don't use %%pK through printk (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: simplify pdev->dev usage (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: simplify with dev_err_probe (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: use scoped device node handling to simplify error paths (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: add missing depopulate in probe error path (Desnes Nunes) [RHEL-78839]
- usb: dwc3: st: fix probed platform device ref count on probe error path (Desnes Nunes) [RHEL-78839]
- usb: core: Don't use %%pK through printk (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: qcom,dwc3: Synchronize minItems for interrupts and -names (Desnes Nunes) [RHEL-78839]
- usb: common: usb-conn-gpio: switch psy_cfg from of_node to fwnode (Desnes Nunes) [RHEL-78839]
- usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running (Desnes Nunes) [RHEL-78839]
- usb: xhci: Don't change the status of stalled TDs on failed Stop EP (Desnes Nunes) [RHEL-78839]
- xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint (Desnes Nunes) [RHEL-78839]
- phy: core: Remove unused phy_pm_runtime_(allow|forbid) (Desnes Nunes) [RHEL-78839]
- xhci: Handle spurious events on Etron host isoc enpoints (Desnes Nunes) [RHEL-78839]
- usb: xhci: Unify duplicate inc_enq() code (Desnes Nunes) [RHEL-78839]
- usb: xhci: Apply the link chain quirk on NEC isoc endpoints (Desnes Nunes) [RHEL-78839] {CVE-2025-22022}
- xhci: Prevent early endpoint restart when handling STALL errors. (Desnes Nunes) [RHEL-78839]
- usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event() (Desnes Nunes) [RHEL-78839]
- usb: xhci: refactor trb_in_td() to be static (Desnes Nunes) [RHEL-78839]
- usb: xhci: set page size to the xHCI-supported size (Desnes Nunes) [RHEL-78839]
- usb: xhci: correct debug message page size calculation (Desnes Nunes) [RHEL-78839]
- usb: xhci: Skip only one TD on Ring Underrun/Overrun (Desnes Nunes) [RHEL-78839]
- usb: xhci: Expedite skipping missed isoch TDs on modern HCs (Desnes Nunes) [RHEL-78839]
- usb: xhci: Fix isochronous Ring Underrun/Overrun event handling (Desnes Nunes) [RHEL-78839] {CVE-2025-37882}
- usb: xhci: Complete 'error mid TD' transfers when handling Missed Service (Desnes Nunes) [RHEL-78839]
- usb: xhci: Don't skip on Stopped - Length Invalid (Desnes Nunes) [RHEL-78839] {CVE-2025-22023}
- usb: xhci: remove redundant update_ring_for_set_deq_completion() function (Desnes Nunes) [RHEL-78839]
- xhci: show correct U1 and U2 timeout values in debug messages (Desnes Nunes) [RHEL-78839]
- usb: storage: shuttle_usbat: Use const for constant array (Desnes Nunes) [RHEL-78839]
- usb: storage: sddr55: Use const for constant arrays (Desnes Nunes) [RHEL-78839]
- usb: storage: sddr09: Use const for constant arrays (Desnes Nunes) [RHEL-78839]
- usb: storage: realtek_cr: Use const for constant arrays (Desnes Nunes) [RHEL-78839]
- usb: storage: initializers: Use const for constant array (Desnes Nunes) [RHEL-78839]
- usb: storage: datafab: Use const for constant arrays (Desnes Nunes) [RHEL-78839]
- usb: storage: alauda: Use const for card ID array (Desnes Nunes) [RHEL-78839]
- usb: storage: transport: Use const for constant array (Desnes Nunes) [RHEL-78839]
- usb: storage: jumpshot: Use const for constant arrays (Desnes Nunes) [RHEL-78839]
- ucsi_ccg: Don't show non-functional attributes (Desnes Nunes) [RHEL-78839]
- ucsi_ccg: Don't show failed to get FW build information error (Desnes Nunes) [RHEL-78839]
- usb: chipidea: imx: fix some typo (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: generic-xhci: Allow dma-coherent (Desnes Nunes) [RHEL-78839]
- usb: ulpi: Remove unused otg_ulpi_create (Desnes Nunes) [RHEL-78839]
- usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipe (Desnes Nunes) [RHEL-78839]
- thunderbolt: Make tb_tunnel_alloc_usb3() error paths consistent with the rest (Desnes Nunes) [RHEL-78839]
- USB: core: Add eUSB2 descriptor and parsing in USB core (Desnes Nunes) [RHEL-78839]
- docs: Fix typo in usb/CREDITS (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: usb-device: Replace free-form 'reg' with constraints (Desnes Nunes) [RHEL-78839]
- usb: misc: onboard_dev: add vdda support for Microchip USB2514 (Desnes Nunes) [RHEL-78839]
- docs: thunderbolt: Allow creating cross-references for ABI (Desnes Nunes) [RHEL-78839]
- usb: typec: tcpm: Switch to use hrtimer_setup() (Desnes Nunes) [RHEL-78839]
- usb: ehci: Switch to use hrtimer_setup() (Desnes Nunes) [RHEL-78839]
- hrtimers: Make hrtimer_update_function() less expensive (Desnes Nunes) [RHEL-78839]
- hrtimers: Introduce hrtimer_update_function() (Desnes Nunes) [RHEL-78839]
- hrtimers: Introduce hrtimer_setup_sleeper_on_stack() (Desnes Nunes) [RHEL-78839]
- hrtimers: Introduce hrtimer_setup_on_stack() (Desnes Nunes) [RHEL-78839]
- hrtimers: Introduce hrtimer_setup() to replace hrtimer_init() (Desnes Nunes) [RHEL-78839]
- hrtimers: Add missing hrtimer_init() trace points (Desnes Nunes) [RHEL-78839]
- USB: serial: mos7840: drop unused defines (Desnes Nunes) [RHEL-78839]
- phy: fsl-imx8mq-usb: add tca function driver for imx95 (Desnes Nunes) [RHEL-78839]
- redhat/configs: Adding CONFIG_TYPEC_MUX_PS883X (Desnes Nunes) [RHEL-78839]
- usb: typec: Add support for Parade PS8830 Type-C Retimer (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: Add Parade PS8830 Type-C retimer bindings (Desnes Nunes) [RHEL-78839]
- usb: dwc3: gadget: Avoid using reserved endpoints on Intel Merrifield (Desnes Nunes) [RHEL-78839]
- usb: dwc3: gadget: Add support for snps,reserved-endpoints property (Desnes Nunes) [RHEL-78839]
- usb: dwc3: gadget: Refactor loop to avoid NULL endpoints (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: dwc3: Add a property to reserve endpoints (Desnes Nunes) [RHEL-78839]
- dt-bindings: usb: snps,dwc3: Split core description (Desnes Nunes) [RHEL-78839]
- phy: core: don't require set_mode() callback for phy_get_mode() to work (Desnes Nunes) [RHEL-78839]
- r8152: add vendor/device ID pair for Dell Alienware AW1022z (Desnes Nunes) [RHEL-78839]
- usb: phy: mxs: silence EPROBE_DEFER error on boot (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: acpi: move LG Gram quirk to ucsi_gram_sync_control() (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: ccg: move command quirks to ucsi_ccg_sync_control() (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: return CCI and message from sync_control callback (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: Implement ChromeOS UCSI driver (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: Enable UCSI commands in debugfs (Desnes Nunes) [RHEL-78839]
- usb: typec: ucsi: Rename SET_UOM UCSI command to SET_CCOM (Desnes Nunes) [RHEL-78839]
- net: tipc: fix refcount warning in tipc_aead_encrypt (Xin Long) [RHEL-103093]
- net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (CKI Backport Bot) [RHEL-103093] {CVE-2025-38052}
- io_uring: ensure deferred completions are flushed for multishot (Jeff Moyer) [RHEL-94341]
- netlink: specs: dpll: replace underscores with dashes in names (CKI Backport Bot) [RHEL-101895]
- dpll: fix xa_alloc_cyclic() error handling (CKI Backport Bot) [RHEL-101895]
- dpll: Add an assertion to check freq_supported_num (CKI Backport Bot) [RHEL-101895]
- tools: ynl-gen: de-kdocify enums with no doc for entries (CKI Backport Bot) [RHEL-101895]
- Revert "mm: fix BUG splat with kvmalloc + GFP_ATOMIC" (Luiz Capitulino) [RHEL-100920]
- vmxnet3: correctly report gso type for UDP tunnels (Izabela Bakollari) [RHEL-96957]
- vmxnet3: update MTU after device quiesce (Izabela Bakollari) [RHEL-96957]
- vmxnet3: Fix tx queue race condition with XDP (Izabela Bakollari) [RHEL-96957]
- net/sched: fix use-after-free in taprio_dev_notifier (CKI Backport Bot) [RHEL-101319] {CVE-2025-38087}
- net: ch9200: fix uninitialised access during mii_nway_restart (CKI Backport Bot) [RHEL-101213] {CVE-2025-38086}
- perf header: remove unecessary core id test (Anubhav Shelat) [RHEL-79331]
- rh_messages.h: xtables modules are still maintained in rhel9 (Florian Westphal) [RHEL-81900]
- xfs: Fix spelling mistake "drity" -> "dirty" (Bill O'Donnell) [RHEL-85589]
- xfs: fix data fork format filtering during inode repair (Bill O'Donnell) [RHEL-85589]
- xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n (Bill O'Donnell) [RHEL-85589]
- xfs: fix the entry condition of exact EOF block allocation optimization (Bill O'Donnell) [RHEL-85589]
- xfs: fix the comment above xfs_discard_endio (Bill O'Donnell) [RHEL-85589]
- xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files (Bill O'Donnell) [RHEL-85589]
- xfs: fix scrub tracepoints when inode-rooted btrees are involved (Bill O'Donnell) [RHEL-85589]
- xfs: fix mount hang during primary superblock recovery failure (Bill O'Donnell) [RHEL-85589]
- xfs: fix simplify extent lookup in xfs_can_free_eofblocks (Bill O'Donnell) [RHEL-85589]
- xfs: fix null bno_hint handling in xfs_rtallocate_rtg (Bill O'Donnell) [RHEL-85589]
- xfs: fix off-by-one error in fsmap's end_daddr usage (Bill O'Donnell) [RHEL-85589]
- xfs: unlock inodes when erroring out of xfs_trans_alloc_dir (Bill O'Donnell) [RHEL-85589]
- xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink (Bill O'Donnell) [RHEL-85589]
- xfs: don't call remap_verify_area with sb write protection held (Bill O'Donnell) [RHEL-85589]
- xfs: fix a double completion for buffers on in-memory targets (Bill O'Donnell) [RHEL-85589]
- xfs/libxfs: replace kmalloc() and memcpy() with kmemdup() (Bill O'Donnell) [RHEL-85589]
- xfs: streamline xfs_filestream_pick_ag (Bill O'Donnell) [RHEL-85589]
- xfs: Reduce unnecessary searches when searching for the best extents (Bill O'Donnell) [RHEL-85589]
- xfs: Check for delayed allocations before setting extsize (Bill O'Donnell) [RHEL-85589]
- xfs: update the pag for the last AG at recovery time (Bill O'Donnell) [RHEL-85589]
- xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag (Bill O'Donnell) [RHEL-85589]
- xfs: error out when a superblock buffer update reduces the agcount (Bill O'Donnell) [RHEL-85589]
- xfs: update the file system geometry after recoverying superblock buffers (Bill O'Donnell) [RHEL-85589]
- xfs: merge the perag freeing helpers (Bill O'Donnell) [RHEL-85589]
- xfs: pass the exact range to initialize to xfs_initialize_perag (Bill O'Donnell) [RHEL-85589]
- xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock (Bill O'Donnell) [RHEL-85589]
- iomap: move locking out of iomap_write_delalloc_release (Bill O'Donnell) [RHEL-85589]
- iomap: remove iomap_file_buffered_write_punch_delalloc (Bill O'Donnell) [RHEL-85589]
- iomap: factor out a iomap_dio_done helper (Bill O'Donnell) [RHEL-85589]
- iomap: factor out a iomap_last_written_block helper (Bill O'Donnell) [RHEL-85589]
- xfs: punch delalloc extents from the COW fork for COW writes (Bill O'Donnell) [RHEL-85589]
- xfs: set IOMAP_F_SHARED for all COW fork allocations (Bill O'Donnell) [RHEL-85589]
- xfs: share more code in xfs_buffered_write_iomap_begin (Bill O'Donnell) [RHEL-85589]
- xfs: support the COW fork in xfs_bmap_punch_delalloc_range (Bill O'Donnell) [RHEL-85589]
- xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_file_write_zero_eof helper (Bill O'Donnell) [RHEL-85589]
- xfs: fix a typo (Bill O'Donnell) [RHEL-85589]
- xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc (Bill O'Donnell) [RHEL-85589]
- xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc (Bill O'Donnell) [RHEL-85589]
- xfs: don't ifdef around the exact minlen allocations (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate (Bill O'Donnell) [RHEL-85589]
- xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname (Bill O'Donnell) [RHEL-85589]
- xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split (Bill O'Donnell) [RHEL-85589]
- xfs: return bool from xfs_attr3_leaf_add (Bill O'Donnell) [RHEL-85589]
- xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname (Bill O'Donnell) [RHEL-85589]
- xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate() (Bill O'Donnell) [RHEL-85589]
- xfs: scrub: convert comma to semicolon (Bill O'Donnell) [RHEL-85589]
- xfs: Remove empty declartion in header file (Bill O'Donnell) [RHEL-85589]
- iomap: remove the iomap_file_buffered_write_punch_delalloc return value (Bill O'Donnell) [RHEL-85589]
- fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap_file_buffered_write_punch_delalloc (Bill O'Donnell) [RHEL-85589]
- iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release (Bill O'Donnell) [RHEL-85589]
- iomap: pass the iomap to the punch callback (Bill O'Donnell) [RHEL-85589]
- iomap: pass flags to iomap_file_buffered_write_punch_delalloc (Bill O'Donnell) [RHEL-85589]
- xfs: ensure st_blocks never goes to zero during COW writes (Bill O'Donnell) [RHEL-85589]
- xfs: use xas_for_each_marked in xfs_reclaim_inodes_count (Bill O'Donnell) [RHEL-85589]
- xfs: convert perag lookup to xarray (Bill O'Donnell) [RHEL-85589]
- xfs: simplify tagged perag iteration (Bill O'Donnell) [RHEL-85589]
- xfs: move the tagged perag lookup helpers to xfs_icache.c (Bill O'Donnell) [RHEL-85589]
- xfs: use kfree_rcu_mightsleep to free the perag structures (Bill O'Donnell) [RHEL-85589]
- xfs: use LIST_HEAD() to simplify code (Bill O'Donnell) [RHEL-85589]
- xfs: Remove duplicate xfs_trans_priv.h header (Bill O'Donnell) [RHEL-85589]
- xfs: remove unnecessary check (Bill O'Donnell) [RHEL-85589]
- xfs: Use xfs set and clear mp state helpers (Bill O'Donnell) [RHEL-85589]
- xfs: reclaim speculative preallocations for append only files (Bill O'Donnell) [RHEL-85589]
- xfs: simplify extent lookup in xfs_can_free_eofblocks (Bill O'Donnell) [RHEL-85589]
- xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks (Bill O'Donnell) [RHEL-85589]
- xfs: only free posteof blocks on first close (Bill O'Donnell) [RHEL-85589]
- xfs: don't free post-EOF blocks on read close (Bill O'Donnell) [RHEL-85589]
- xfs: skip all of xfs_file_release when shut down (Bill O'Donnell) [RHEL-85589]
- xfs: don't bother returning errors from xfs_file_release (Bill O'Donnell) [RHEL-85589]
- xfs: refactor f_op->release handling (Bill O'Donnell) [RHEL-85589]
- xfs: remove the i_mode check in xfs_release (Bill O'Donnell) [RHEL-85589]
- xfs: make the calculation generic in xfs_sb_validate_fsb_count() (Bill O'Donnell) [RHEL-85589]
- xfs: expose block size in stat (Bill O'Donnell) [RHEL-85589]
- xfs: use kvmalloc for xattr buffers (Bill O'Donnell) [RHEL-85589]
- xfs: standardize the btree maxrecs function parameters (Bill O'Donnell) [RHEL-85589]
- xfs: replace shouty XFS_BM{BT,DR} macros (Bill O'Donnell) [RHEL-85589]
- xfs: fix a sloppy memory handling bug in xfs_iroot_realloc (Bill O'Donnell) [RHEL-85589]
- xfs: fix FITRIM reporting again (Bill O'Donnell) [RHEL-85589]
- xfs: fix C++ compilation errors in xfs_fs.h (Bill O'Donnell) [RHEL-85589]
- xfs: refactor loading quota inodes in the regular case (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c (Bill O'Donnell) [RHEL-85589]
- xfs: rearrange xfs_fsmap.c a little bit (Bill O'Donnell) [RHEL-85589]
- xfs: replace m_rsumsize with m_rsumblocks (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_{rtbitmap,rtsummary}_wordcount (Bill O'Donnell) [RHEL-85589]
- xfs: add xchk_setup_nothing and xchk_nothing helpers (Bill O'Donnell) [RHEL-85589]
- xfs: make the rtalloc start hint a xfs_rtblock_t (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_rtallocate_align helper (Bill O'Donnell) [RHEL-85589]
- xfs: rework the rtalloc fallback handling (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_rtallocate helper (Bill O'Donnell) [RHEL-85589]
- xfs: clean up the ISVALID macro in xfs_bmap_adjacent (Bill O'Donnell) [RHEL-85589]
- xfs: simplify xfs_rtalloc_query_range (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_rtb_to_rtxrem (Bill O'Donnell) [RHEL-85589]
- xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_block (Bill O'Donnell) [RHEL-85589]
- xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near (Bill O'Donnell) [RHEL-85589]
- xfs: clean up xfs_rtallocate_extent_exact a bit (Bill O'Donnell) [RHEL-85589]
- xfs: refactor aligning bestlen to prod (Bill O'Donnell) [RHEL-85589]
- xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block (Bill O'Donnell) [RHEL-85589]
- xfs: don't return too-short extents from xfs_rtallocate_extent_block (Bill O'Donnell) [RHEL-85589]
- xfs: ensure rtx mask/shift are correct after growfs (Bill O'Donnell) [RHEL-85589]
- xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock (Bill O'Donnell) [RHEL-85589]
- xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock (Bill O'Donnell) [RHEL-85589]
- xfs: factor out rtbitmap/summary initialization helpers (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_last_rt_bmblock helper (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_growfs_rt_bmblock helper (Bill O'Donnell) [RHEL-85589]
- xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc (Bill O'Donnell) [RHEL-85589]
- xfs: cleanup the calling convention for xfs_rtpick_extent (Bill O'Donnell) [RHEL-85589]
- xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf (Bill O'Donnell) [RHEL-85589]
- xfs: assert a valid limit in xfs_rtfind_forw (Bill O'Donnell) [RHEL-85589]
- xfs: remove the limit argument to xfs_rtfind_back (Bill O'Donnell) [RHEL-85589]
- xfs: make the RT rsum_cache mandatory (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_validate_rt_geometry helper (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_validate_rtextents (Bill O'Donnell) [RHEL-85589]
- xfs: pass the icreate args object to xfs_dialloc (Bill O'Donnell) [RHEL-85589]
- xfs: match on the global RT inode numbers in xfs_is_metadata_inode (Bill O'Donnell) [RHEL-85589]
- xfs: validate inumber in xfs_iget (Bill O'Donnell) [RHEL-85589]
- xfs: refactor xfs_file_fallocate (Bill O'Donnell) [RHEL-85589]
- fs: sort out the fallocate mode vs flag mess (Bill O'Donnell) [RHEL-85589]
- xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space (Bill O'Donnell) [RHEL-85589]
- xfs: call xfs_flush_unmap_range from xfs_free_file_space (Bill O'Donnell) [RHEL-85589]
- xfs: reset rootdir extent size hint after growfsrt (Bill O'Donnell) [RHEL-85589]
- xfs: take m_growlock when running growfsrt (Bill O'Donnell) [RHEL-85589]
- xfs: Fix missing interval for missing_owner in xfs fsmap (Bill O'Donnell) [RHEL-85589]
- xfs: don't bother reporting blocks trimmed via FITRIM (Bill O'Donnell) [RHEL-85589]
- xfs: xfs_finobt_count_blocks() walks the wrong btree (Bill O'Donnell) [RHEL-85589]
- xfs: fix folio dirtying for XFILE_ALLOC callers (Bill O'Donnell) [RHEL-85589]
- xfs: fix di_onlink checking for V1/V2 inodes (Bill O'Donnell) [RHEL-85589]
- xfs: revert AIL TASK_KILLABLE threshold (Bill O'Donnell) [RHEL-85589]
- xfs: convert comma to semicolon (Bill O'Donnell) [RHEL-85589]
- xfs: remove unused parameter in macro XFS_DQUOT_LOGRES (Bill O'Donnell) [RHEL-85589]
- xfs: fix file_path handling in tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: allow SECURE namespace xattrs to use reserved block pool (Bill O'Donnell) [RHEL-85589]
- xfs: fix a memory leak (Bill O'Donnell) [RHEL-85589]
- xfs: fix rtalloc rotoring when delalloc is in use (Bill O'Donnell) [RHEL-85589]
- xfs: get rid of xfs_ag_resv_rmapbt_alloc (Bill O'Donnell) [RHEL-85589]
- xfs: skip flushing log items during push (Bill O'Donnell) [RHEL-85589]
- xfs: grant heads track byte counts, not LSNs (Bill O'Donnell) [RHEL-85589]
- xfs: pass the full grant head to accounting functions (Bill O'Donnell) [RHEL-85589]
- xfs: track log space pinned by the AIL (Bill O'Donnell) [RHEL-85589]
- xfs: collapse xlog_state_set_callback in caller (Bill O'Donnell) [RHEL-85589]
- xfs: l_last_sync_lsn is really AIL state (Bill O'Donnell) [RHEL-85589]
- xfs: ensure log tail is always up to date (Bill O'Donnell) [RHEL-85589]
- xfs: background AIL push should target physical space (Bill O'Donnell) [RHEL-85589]
- xfs: AIL doesn't need manual pushing (Bill O'Donnell) [RHEL-85589]
- xfs: move and rename xfs_trans_committed_bulk (Bill O'Donnell) [RHEL-85589]
- xfs: Avoid races with cnt_btree lastrec updates (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c (Bill O'Donnell) [RHEL-85589]
- xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one (Bill O'Donnell) [RHEL-85589]
- xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one (Bill O'Donnell) [RHEL-85589]
- xfs: reuse xfs_refcount_update_cancel_item (Bill O'Donnell) [RHEL-85589]
- xfs: add a ci_entry helper (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_trans_set_refcount_flags (Bill O'Donnell) [RHEL-85589]
- xfs: clean up refcount log intent item tracepoint callsites (Bill O'Donnell) [RHEL-85589]
- xfs: pass btree cursors to refcount btree tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: create specialized classes for refcount tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: give refcount btree cursor error tracepoints their own class (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c (Bill O'Donnell) [RHEL-85589]
- xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one (Bill O'Donnell) [RHEL-85589]
- xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one (Bill O'Donnell) [RHEL-85589]
- xfs: reuse xfs_rmap_update_cancel_item (Bill O'Donnell) [RHEL-85589]
- xfs: add a ri_entry helper (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_trans_set_rmap_flags (Bill O'Donnell) [RHEL-85589]
- xfs: clean up rmap log intent item tracepoint callsites (Bill O'Donnell) [RHEL-85589]
- xfs: pass btree cursors to rmap btree tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: give rmap btree cursor error tracepoints their own class (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_defer_agfl_block (Bill O'Donnell) [RHEL-85589]
- xfs: remove duplicate asserts in xfs_defer_extent_free (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_efd_add_extent helper (Bill O'Donnell) [RHEL-85589]
- xfs: reuse xfs_extent_free_cancel_item (Bill O'Donnell) [RHEL-85589]
- xfs: add a xefi_entry helper (Bill O'Donnell) [RHEL-85589]
- xfs: pass the fsbno to xfs_perag_intent_get (Bill O'Donnell) [RHEL-85589]
- xfs: convert "skip_discard" to a proper flags bitset (Bill O'Donnell) [RHEL-85589]
- xfs: clean up extent free log intent item tracepoint callsites (Bill O'Donnell) [RHEL-85589]
- xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb (Bill O'Donnell) [RHEL-85589]
- xfs: get rid of trivial rename helpers (Bill O'Donnell) [RHEL-85589]
- xfs: move dirent update hooks to xfs_dir2.c (Bill O'Donnell) [RHEL-85589]
- xfs: create libxfs helper to rename two directory entries (Bill O'Donnell) [RHEL-85589]
- xfs: create libxfs helper to exchange two directory entries (Bill O'Donnell) [RHEL-85589]
- xfs: create libxfs helper to remove an existing inode/name from a directory (Bill O'Donnell) [RHEL-85589]
- xfs: hoist inode free function to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: create libxfs helper to link an existing inode into a directory (Bill O'Donnell) [RHEL-85589]
- xfs: create libxfs helper to link a new inode into a directory (Bill O'Donnell) [RHEL-85589]
- xfs: separate the icreate logic around INIT_XATTRS (Bill O'Donnell) [RHEL-85589]
- xfs: hoist xfs_{bump,drop}link to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: hoist xfs_iunlink to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: wrap inode creation dqalloc calls (Bill O'Donnell) [RHEL-85589]
- xfs: push xfs_icreate_args creation out of xfs_create* (Bill O'Donnell) [RHEL-85589]
- xfs: hoist new inode initialization functions to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: split new inode creation into two pieces (Bill O'Donnell) [RHEL-85589]
- xfs: use xfs_trans_ichgtime to set times when allocating inode (Bill O'Donnell) [RHEL-85589]
- xfs: implement atime updates in xfs_trans_ichgtime (Bill O'Donnell) [RHEL-85589]
- xfs: pack icreate initialization parameters into a separate structure (Bill O'Donnell) [RHEL-85589]
- xfs: hoist project id get/set functions to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: hoist inode flag conversion functions to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: hoist extent size helpers to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: move inode copy-on-write predicates to xfs_inode.[ch] (Bill O'Donnell) [RHEL-85589]
- xfs: verify buffer, inode, and dquot items every tx commit (Bill O'Donnell) [RHEL-85589]
- xfs: enable FITRIM on the realtime device (Bill O'Donnell) [RHEL-85589]
- xfs: Remove header files which are included more than once (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_ilock_for_write_fault into xfs_write_fault (Bill O'Donnell) [RHEL-85589]
- xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_fault (Bill O'Donnell) [RHEL-85589]
- xfs: refactor __xfs_filemap_fault (Bill O'Donnell) [RHEL-85589]
- xfs: simplify xfs_dax_fault (Bill O'Donnell) [RHEL-85589]
- xfs: cleanup xfs_ilock_iocb_for_write (Bill O'Donnell) [RHEL-85589]
- xfs: move the dio write relocking out of xfs_ilock_for_iomap (Bill O'Donnell) [RHEL-85589]
- xfs: Fix xfs_prepare_shift() range for RT (Bill O'Donnell) [RHEL-85589]
- xfs: Fix xfs_flush_unmap_range() range for RT (Bill O'Donnell) [RHEL-85589]
- xfs: avoid redundant AGFL buffer invalidation (Bill O'Donnell) [RHEL-85589]
- xfs: fix direction in XFS_IOC_EXCHANGE_RANGE (Bill O'Donnell) [RHEL-85589]
- xfs: reserve blocks for truncating large realtime inode (Bill O'Donnell) [RHEL-85589]
- xfs: make sure sb_fdblocks is non-negative (Bill O'Donnell) [RHEL-85589]
- xfs: Add cond_resched to block unmap range and reflink remap path (Bill O'Donnell) [RHEL-85589]
- xfs: don't open-code u64_to_user_ptr (Bill O'Donnell) [RHEL-85589]
- xfs: fix xfs_init_attr_trans not handling explicit operation codes (Bill O'Donnell) [RHEL-85589]
- xfs: drop xfarray sortinfo folio on error (Bill O'Donnell) [RHEL-85589]
- xfs: Stop using __maybe_unused in xfs_alloc.c (Bill O'Donnell) [RHEL-85589]
- xfs: Clear W=1 warning in xfs_iwalk_run_callbacks() (Bill O'Donnell) [RHEL-85589]
- xfs: simplify iext overflow checking and upgrade (Bill O'Donnell) [RHEL-85589]
- xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent (Bill O'Donnell) [RHEL-85589]
- xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later (Bill O'Donnell) [RHEL-85589]
- xfs: xfs_quota_unreserve_blkres can't fail (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate the xfs_quota_reserve_blkres definitions (Bill O'Donnell) [RHEL-85589]
- xfs: clean up buffer allocation in xlog_do_recovery_pass (Bill O'Donnell) [RHEL-85589]
- xfs: widen flags argument to the xfs_iflags_* helpers (Bill O'Donnell) [RHEL-85589]
- xfs: minor cleanups of xfs_attr3_rmt_blocks (Bill O'Donnell) [RHEL-85589]
- xfs: create a helper to compute the blockcount of a max sized remote value (Bill O'Donnell) [RHEL-85589]
- xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function (Bill O'Donnell) [RHEL-85589]
- xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c (Bill O'Donnell) [RHEL-85589]
- xfs: do not allocate the entire delalloc extent in xfs_bmapi_write (Bill O'Donnell) [RHEL-85589]
- xfs: fix xfs_bmap_add_extent_delay_real for partial conversions (Bill O'Donnell) [RHEL-85589]
- xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate (Bill O'Donnell) [RHEL-85589]
- xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate (Bill O'Donnell) [RHEL-85589]
- xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write (Bill O'Donnell) [RHEL-85589]
- xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate (Bill O'Donnell) [RHEL-85589]
- xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate (Bill O'Donnell) [RHEL-85589]
- xfs: fix error returns from xfs_bmapi_write (Bill O'Donnell) [RHEL-85589]
- xfs: convert delayed extents to unwritten when zeroing post eof blocks (Bill O'Donnell) [RHEL-85589]
- xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset (Bill O'Donnell) [RHEL-85589]
- xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional (Bill O'Donnell) [RHEL-85589]
- xfs: refactor dir format helpers (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_dir_replace_args helper (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_dir_removename_args helper (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_dir_createname_args helper (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_dir_lookup_args helper (Bill O'Donnell) [RHEL-85589]
- xfs: don't call xfs_file_open from xfs_dir_open (Bill O'Donnell) [RHEL-85589]
- xfs: Remove unused function xrep_dir_self_parent (Bill O'Donnell) [RHEL-85589]
- xfs: invalidate dentries for a file before moving it to the orphanage (Bill O'Donnell) [RHEL-85589]
- xfs: exchange-range for repairs is no longer dynamic (Bill O'Donnell) [RHEL-85589]
- xfs: fix iunlock calls in xrep_adoption_trans_alloc (Bill O'Donnell) [RHEL-85589]
- xfs: drop the scrub file's iolock when transaction allocation fails (Bill O'Donnell) [RHEL-85589]
- xfs: only iget the file once when doing vectored scrub-by-handle (Bill O'Donnell) [RHEL-85589]
- xfs: introduce vectored scrub mode (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_ioc_scrub_metadata to scrub.c (Bill O'Donnell) [RHEL-85589]
- xfs: reduce the rate of cond_resched calls inside scrub (Bill O'Donnell) [RHEL-85589]
- xfs: fix corruptions in the directory tree (Bill O'Donnell) [RHEL-85589]
- xfs: report directory tree corruption in the health information (Bill O'Donnell) [RHEL-85589]
- xfs: invalidate dirloop scrub path data when concurrent updates happen (Bill O'Donnell) [RHEL-85589]
- xfs: teach online scrub to find directory tree structure problems (Bill O'Donnell) [RHEL-85589]
- xfs: inode repair should ensure there's an attr fork to store parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: repair link count of nondirectories after rebuilding parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: adapt the orphanage code to handle parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: actually rebuild the parent pointer xattrs (Bill O'Donnell) [RHEL-85589]
- xfs: add a per-leaf block callback to xchk_xattr_walk (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_bmap_add_attrfork into two pieces (Bill O'Donnell) [RHEL-85589]
- xfs: remove pointless unlocked assertion (Bill O'Donnell) [RHEL-85589]
- xfs: implement live updates for parent pointer repairs (Bill O'Donnell) [RHEL-85589]
- xfs: repair directory parent pointers by scanning for dirents (Bill O'Donnell) [RHEL-85589]
- xfs: replay unlocked parent pointer updates that accrue during xattr repair (Bill O'Donnell) [RHEL-85589]
- xfs: implement live updates for directory repairs (Bill O'Donnell) [RHEL-85589]
- xfs: repair directories by scanning directory parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: add raw parent pointer apis to support repair (Bill O'Donnell) [RHEL-85589]
- xfs: salvage parent pointers when rebuilding xattr structures (Bill O'Donnell) [RHEL-85589]
- xfs: make the reserved block permission flag explicit in xfs_attr_set (Bill O'Donnell) [RHEL-85589]
- xfs: remove some boilerplate from xfs_attr_set (Bill O'Donnell) [RHEL-85589]
- xfs: check parent pointer xattrs when scrubbing (Bill O'Donnell) [RHEL-85589]
- xfs: walk directory parent pointers to determine backref count (Bill O'Donnell) [RHEL-85589]
- xfs: deferred scrub of parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: scrub parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: deferred scrub of dirents (Bill O'Donnell) [RHEL-85589]
- xfs: check dirents have parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: drop compatibility minimum log size computations for reflink (Bill O'Donnell) [RHEL-85589]
- xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res (Bill O'Donnell) [RHEL-85589]
- xfs: add a incompat feature bit for parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: don't remove the attr fork when parent pointers are enabled (Bill O'Donnell) [RHEL-85589]
- xfs: add parent pointer ioctls (Bill O'Donnell) [RHEL-85589]
- xfs: split out handle management helpers a bit (Bill O'Donnell) [RHEL-85589]
- xfs: move handle ioctl code to xfs_handle.c (Bill O'Donnell) [RHEL-85589]
- xfs: pass the attr value to put_listent when possible (Bill O'Donnell) [RHEL-85589]
- xfs: don't return XFS_ATTR_PARENT attributes via listxattr (Bill O'Donnell) [RHEL-85589]
- xfs: Add parent pointers to xfs_cross_rename (Bill O'Donnell) [RHEL-85589]
- xfs: Add parent pointers to rename (Bill O'Donnell) [RHEL-85589]
- xfs: remove parent pointers in unlink (Bill O'Donnell) [RHEL-85589]
- xfs: add parent attributes to symlink (Bill O'Donnell) [RHEL-85589]
- xfs: add parent attributes to link (Bill O'Donnell) [RHEL-85589]
- xfs: parent pointer attribute creation (Bill O'Donnell) [RHEL-85589]
- xfs: create a hashname function for parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: extend transaction reservations for parent attributes (Bill O'Donnell) [RHEL-85589]
- xfs: add parent pointer validator functions (Bill O'Donnell) [RHEL-85589]
- xfs: Expose init_xattrs in xfs_create_tmpfile (Bill O'Donnell) [RHEL-85589]
- xfs: record inode generation in xattr update log intent items (Bill O'Donnell) [RHEL-85589]
- xfs: create attr log item opcodes and formats for parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery (Bill O'Donnell) [RHEL-85589]
- xfs: allow xattr matching on name and value for parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: define parent pointer ondisk extended attribute format (Bill O'Donnell) [RHEL-85589]
- xfs: add parent pointer support to attribute code (Bill O'Donnell) [RHEL-85589]
- xfs: create a separate hashname function for extended attributes (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_attr_defer_add to xfs_attr_item.c (Bill O'Donnell) [RHEL-85589]
- xfs: check the flags earlier in xfs_attr_match (Bill O'Donnell) [RHEL-85589]
- xfs: rearrange xfs_attr_match parameters (Bill O'Donnell) [RHEL-85589]
- xfs: enforce one namespace per attribute (Bill O'Donnell) [RHEL-85589]
- xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2 (Bill O'Donnell) [RHEL-85589]
- xfs: refactor name/length checks in xfs_attri_validate (Bill O'Donnell) [RHEL-85589]
- xfs: use local variables for name and value length in _attri_commit_pass2 (Bill O'Donnell) [RHEL-85589]
- xfs: always set args->value in xfs_attri_item_recover (Bill O'Donnell) [RHEL-85589]
- xfs: validate recovered name buffers when recovering xattr items (Bill O'Donnell) [RHEL-85589]
- xfs: use helpers to extract xattr op from opflags (Bill O'Donnell) [RHEL-85589]
- xfs: restructure xfs_attr_complete_op a bit (Bill O'Donnell) [RHEL-85589]
- xfs: check shortform attr entry flags specifically (Bill O'Donnell) [RHEL-85589]
- xfs: fix missing check for invalid attr flags (Bill O'Donnell) [RHEL-85589]
- xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2 (Bill O'Donnell) [RHEL-85589]
- xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available (Bill O'Donnell) [RHEL-85589]
- xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf (Bill O'Donnell) [RHEL-85589]
- xfs: rearrange xfs_da_args a bit to use less space (Bill O'Donnell) [RHEL-85589]
- xfs: make attr removal an explicit operation (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_da_args.attr_flags (Bill O'Donnell) [RHEL-85589]
- xfs: remove XFS_DA_OP_NOTIME (Bill O'Donnell) [RHEL-85589]
- xfs: remove XFS_DA_OP_REMOVE (Bill O'Donnell) [RHEL-85589]
- xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1) (Bill O'Donnell) [RHEL-85589]
- xfs: stop the steal (of data blocks for RT indirect blocks) (Bill O'Donnell) [RHEL-85589]
- xfs: rework splitting of indirect block reservations (Bill O'Donnell) [RHEL-85589]
- xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations (Bill O'Donnell) [RHEL-85589]
- xfs: support RT inodes in xfs_mod_delalloc (Bill O'Donnell) [RHEL-85589]
- xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay (Bill O'Donnell) [RHEL-85589]
- xfs: reinstate RT support in xfs_bmapi_reserve_delalloc (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_mod_freecounter (Bill O'Donnell) [RHEL-85589]
- xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive (Bill O'Donnell) [RHEL-85589]
- xfs: move RT inode locking out of __xfs_bunmapi (Bill O'Donnell) [RHEL-85589]
- xfs: free RT extents after updating the bmap btree (Bill O'Donnell) [RHEL-85589]
- xfs: refactor realtime inode locking (Bill O'Donnell) [RHEL-85589]
- xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions (Bill O'Donnell) [RHEL-85589]
- xfs: compile out v4 support if disabled (Bill O'Donnell) [RHEL-85589]
- xfs: remove the unused xfs_extent_busy_enomem trace event (Bill O'Donnell) [RHEL-85589]
- xfs: unwind xfs_extent_busy_clear (Bill O'Donnell) [RHEL-85589]
- xfs: move more logic into xfs_extent_busy_clear_one (Bill O'Donnell) [RHEL-85589]
- xfs: Remove unused function is_rt_data_fork (Bill O'Donnell) [RHEL-85589]
- xfs: small cleanup in xrep_update_qflags() (Bill O'Donnell) [RHEL-85589]
- xfs: Fix typo in comment (Bill O'Donnell) [RHEL-85589]
- xfs: fix sparse warnings about unused interval tree functions (Bill O'Donnell) [RHEL-85589]
- xfs: silence sparse warning when checking version number (Bill O'Donnell) [RHEL-85589]
- xfs: fix CIL sparse lock context warnings (Bill O'Donnell) [RHEL-85589]
- xfs: unlock new repair tempfiles after creation (Bill O'Donnell) [RHEL-85589]
- xfs: don't pick up IOLOCK during rmapbt repair scan (Bill O'Donnell) [RHEL-85589]
- xfs: Hold inode locks in xfs_rename (Bill O'Donnell) [RHEL-85589]
- xfs: Hold inode locks in xfs_trans_alloc_dir (Bill O'Donnell) [RHEL-85589]
- xfs: Hold inode locks in xfs_ialloc (Bill O'Donnell) [RHEL-85589]
- xfs: Increase XFS_QM_TRANS_MAXDQS to 5 (Bill O'Donnell) [RHEL-85589]
- xfs: Increase XFS_DEFER_OPS_NR_INODES to 5 (Bill O'Donnell) [RHEL-85589]
- xfs: fix performance problems when fstrimming a subset of a fragmented AG (Bill O'Donnell) [RHEL-85589]
- xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype (Bill O'Donnell) [RHEL-85589]
- xfs: pin inodes that would otherwise overflow link count (Bill O'Donnell) [RHEL-85589]
- xfs: try to avoid allocating from sick inode clusters (Bill O'Donnell) [RHEL-85589]
- xfs: check unused nlink fields in the ondisk inode (Bill O'Donnell) [RHEL-85589]
- xfs: repair AGI unlinked inode bucket lists (Bill O'Donnell) [RHEL-85589]
- xfs: hoist AGI repair context to a heap object (Bill O'Donnell) [RHEL-85589]
- xfs: check AGI unlinked inode buckets (Bill O'Donnell) [RHEL-85589]
- xfs: online repair of symbolic links (Bill O'Donnell) [RHEL-85589]
- xfs: pass the owner to xfs_symlink_write_target (Bill O'Donnell) [RHEL-85589]
- xfs: expose xfs_bmap_local_to_extents for online repair (Bill O'Donnell) [RHEL-85589]
- xfs: ensure dentry consistency when the orphanage adopts a file (Bill O'Donnell) [RHEL-85589]
- xfs: move files to orphanage instead of letting nlinks drop to zero (Bill O'Donnell) [RHEL-85589]
- xfs: move orphan files to the orphanage (Bill O'Donnell) [RHEL-85589]
- xfs: ask the dentry cache if it knows the parent of a directory (Bill O'Donnell) [RHEL-85589]
- xfs: online repair of parent pointers (Bill O'Donnell) [RHEL-85589]
- xfs: scan the filesystem to repair a directory dotdot entry (Bill O'Donnell) [RHEL-85589]
- xfs: online repair of directories (Bill O'Donnell) [RHEL-85589]
- xfs: inactivate directory data blocks (Bill O'Donnell) [RHEL-85589]
- xfs: update the unlinked list when repairing link counts (Bill O'Donnell) [RHEL-85589]
- xfs: ensure unlinked list state is consistent with nlink during scrub (Bill O'Donnell) [RHEL-85589]
- xfs: create an xattr iteration function for scrub (Bill O'Donnell) [RHEL-85589]
- xfs: flag empty xattr leaf blocks for optimization (Bill O'Donnell) [RHEL-85589]
- xfs: scrub should set preen if attr leaf has holes (Bill O'Donnell) [RHEL-85589]
- xfs: repair extended attributes (Bill O'Donnell) [RHEL-85589]
- xfs: use atomic extent swapping to fix user file fork data (Bill O'Donnell) [RHEL-85589]
- xfs: create a blob array data structure (Bill O'Donnell) [RHEL-85589]
- xfs: enable discarding of folios backing an xfile (Bill O'Donnell) [RHEL-85589]
- xfs: validate explicit directory free block owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate explicit directory block buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate explicit directory data buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate directory leaf buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate dabtree node buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate attr remote value buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: validate attr leaf buffer owners (Bill O'Donnell) [RHEL-85589]
- xfs: reduce indenting in xfs_attr_node_list (Bill O'Donnell) [RHEL-85589]
- xfs: use the xfs_da_args owner field to set new dir/attr block owner (Bill O'Donnell) [RHEL-85589]
- xfs: add an explicit owner field to xfs_da_args (Bill O'Donnell) [RHEL-85589]
- xfs: online repair of realtime summaries (Bill O'Donnell) [RHEL-85589]
- xfs: teach the tempfile to set up atomic file content exchanges (Bill O'Donnell) [RHEL-85589]
- xfs: support preallocating and copying content into temporary files (Bill O'Donnell) [RHEL-85589]
- xfs: add the ability to reap entire inode forks (Bill O'Donnell) [RHEL-85589]
- xfs: refactor live buffer invalidation for repairs (Bill O'Donnell) [RHEL-85589]
- xfs: create temporary files and directories for online repair (Bill O'Donnell) [RHEL-85589]
- xfs: hide private inodes from bulkstat and handle functions (Bill O'Donnell) [RHEL-85589]
- docs: update swapext -> exchmaps language (Bill O'Donnell) [RHEL-85589]
- xfs: enable logged file mapping exchange feature (Bill O'Donnell) [RHEL-85589]
- xfs: capture inode generation numbers in the ondisk exchmaps log item (Bill O'Donnell) [RHEL-85589]
- xfs: support non-power-of-two rtextsize with exchange-range (Bill O'Donnell) [RHEL-85589]
- xfs: make file range exchange support realtime files (Bill O'Donnell) [RHEL-85589]
- xfs: condense symbolic links after a mapping exchange operation (Bill O'Donnell) [RHEL-85589]
- xfs: condense directories after a mapping exchange operation (Bill O'Donnell) [RHEL-85589]
- xfs: condense extended attributes after a mapping exchange operation (Bill O'Donnell) [RHEL-85589]
- xfs: add error injection to test file mapping exchange recovery (Bill O'Donnell) [RHEL-85589]
- xfs: bind together the front and back ends of the file range exchange code (Bill O'Donnell) [RHEL-85589]
- xfs: create deferred log items for file mapping exchanges (Bill O'Donnell) [RHEL-85589]
- xfs: introduce a file mapping exchange log intent item (Bill O'Donnell) [RHEL-85589]
- xfs: create a incompat flag for atomic file mapping exchanges (Bill O'Donnell) [RHEL-85589]
- xfs: introduce new file range exchange ioctl (Bill O'Donnell) [RHEL-85589]
- vfs: export remap and write check helpers (Bill O'Donnell) [RHEL-85589]
- xfs: constify xfs_bmap_is_written_extent (Bill O'Donnell) [RHEL-85589]
- xfs: refactor non-power-of-two alignment checks (Bill O'Donnell) [RHEL-85589]
- xfs: hoist multi-fsb allocation unit detection to a helper (Bill O'Donnell) [RHEL-85589]
- xfs: create a new helper to return a file's allocation unit (Bill O'Donnell) [RHEL-85589]
- xfs: declare xfs_file.c symbols in xfs_file.h (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_iops.c declarations out of xfs_inode.h (Bill O'Donnell) [RHEL-85589]
- xfs: move inode lease breaking functions to xfs_inode.c (Bill O'Donnell) [RHEL-85589]
- xfs: only clear log incompat flags at clean unmount (Bill O'Donnell) [RHEL-85589]
- xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory (Bill O'Donnell) [RHEL-85589]
- xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode (Bill O'Donnell) [RHEL-85589]
- xfs: pass xfs_buf lookup flags to xfs_*read_agi (Bill O'Donnell) [RHEL-85589]
- xfs: allow cross-linking special files without project quota (Bill O'Donnell) [RHEL-85589]
- xfs: don't use current->journal_info (Bill O'Donnell) [RHEL-85589]
- xfs: allow sunit mount option to repair bad primary sb stripe values (Bill O'Donnell) [RHEL-85589]
- xfs: quota radix tree allocations need to be NOFS on insert (Bill O'Donnell) [RHEL-85589]
- xfs: fix dev_t usage in xmbuf tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: use kvfree() in xlog_cil_free_logvec() (Bill O'Donnell) [RHEL-85589]
- xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL (Bill O'Donnell) [RHEL-85589]
- xfs: fix log recovery erroring out on refcount recovery failure (Bill O'Donnell) [RHEL-85589]
- xfs: move symlink target write function to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: move remote symlink target read function to libxfs (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h (Bill O'Donnell) [RHEL-85589]
- xfs: xfs_bmap_finish_one should map unwritten extents properly (Bill O'Donnell) [RHEL-85589]
- xfs: support deferred bmap updates on the attr fork (Bill O'Donnell) [RHEL-85589]
- xfs: support recovering bmap intent items targetting realtime extents (Bill O'Donnell) [RHEL-85589]
- xfs: add a realtime flag to the bmap update log redo items (Bill O'Donnell) [RHEL-85589]
- xfs: fix xfs_bunmapi to allow unmapping of partial rt extents (Bill O'Donnell) [RHEL-85589]
- xfs: add a xattr_entry helper (Bill O'Donnell) [RHEL-85589]
- xfs: move xfs_bmap_defer_add to xfs_bmap_item.c (Bill O'Donnell) [RHEL-85589]
- xfs: reuse xfs_bmap_update_cancel_item (Bill O'Donnell) [RHEL-85589]
- xfs: add a bi_entry helper (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_trans_set_bmap_flags (Bill O'Donnell) [RHEL-85589]
- xfs: clean up bmap log intent item tracepoint callsites (Bill O'Donnell) [RHEL-85589]
- xfs: split tracepoint classes for deferred items (Bill O'Donnell) [RHEL-85589]
- xfs: port refcount repair to the new refcount bag structure (Bill O'Donnell) [RHEL-85589]
- xfs: create refcount bag structure for btree repairs (Bill O'Donnell) [RHEL-85589]
- xfs: define an in-memory btree for storing refcount bag info during repairs (Bill O'Donnell) [RHEL-85589]
- xfs: hook live rmap operations during a repair operation (Bill O'Donnell) [RHEL-85589]
- xfs: create a shadow rmap btree during rmap repair (Bill O'Donnell) [RHEL-85589]
- xfs: repair the rmapbt (Bill O'Donnell) [RHEL-85589]
- xfs: create agblock bitmap helper to count the number of set regions (Bill O'Donnell) [RHEL-85589]
- xfs: create a helper to decide if a file mapping targets the rt volume (Bill O'Donnell) [RHEL-85589]
- xfs: launder in-memory btree buffers before transaction commit (Bill O'Donnell) [RHEL-85589]
- xfs: support in-memory btrees (Bill O'Donnell) [RHEL-85589]
- xfs: add a xfs_btree_ptrs_equal helper (Bill O'Donnell) [RHEL-85589]
- xfs: support in-memory buffer cache targets (Bill O'Donnell) [RHEL-85589]
- xfs: dynamically allocate the xfs-qm shrinker (Bill O'Donnell) [RHEL-85589]
- xfs: dynamically allocate the xfs-inodegc shrinker (Bill O'Donnell) [RHEL-85589]
- xfs: dynamically allocate the xfs-buf shrinker (Bill O'Donnell) [RHEL-85589]
- xfs: teach buftargs to maintain their own buffer hashtable (Bill O'Donnell) [RHEL-85589]
- xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_setsize_buftarg_early (Bill O'Donnell) [RHEL-85589]
- xfs: remove the xfs_buftarg_t typedef (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_buf_rele for cached vs uncached buffers (Bill O'Donnell) [RHEL-85589]
- xfs: move and rename xfs_btree_read_bufl (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_btree_reada_bufs (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_btree_reada_bufl (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a __xfs_btree_check_lblock_hdr helper (Bill O'Donnell) [RHEL-85589]
- xfs: rename btree helpers that depends on the block number representation (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate btree block verification (Bill O'Donnell) [RHEL-85589]
- xfs: tighten up validation of root block in inode forks (Bill O'Donnell) [RHEL-85589]
- xfs: remove the crc variable in __xfs_btree_check_lblock (Bill O'Donnell) [RHEL-85589]
- xfs: misc cleanups for __xfs_btree_check_sblock (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate btree ptr checking (Bill O'Donnell) [RHEL-85589]
- xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents (Bill O'Donnell) [RHEL-85589]
- xfs: simplify xfs_btree_check_lblock_siblings (Bill O'Donnell) [RHEL-85589]
- xfs: simplify xfs_btree_check_sblock_siblings (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_btnum_t (Bill O'Donnell) [RHEL-85589]
- xfs: pass a 'bool is_finobt' to xfs_inobt_insert (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_inobt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_inobt_insert_sprec (Bill O'Donnell) [RHEL-85589]
- xfs: remove the which variable in xchk_iallocbt (Bill O'Donnell) [RHEL-85589]
- xfs: remove the btnum argument to xfs_inobt_count_blocks (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_inobt_cur (Bill O'Donnell) [RHEL-85589]
- xfs: split xfs_allocbt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_init (Bill O'Donnell) [RHEL-85589]
- xfs: add a sick_mask to struct xfs_btree_ops (Bill O'Donnell) [RHEL-85589]
- xfs: add a name field to struct xfs_btree_ops (Bill O'Donnell) [RHEL-85589]
- xfs: split the agf_roots and agf_levels arrays (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_bmbt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: make staging file forks explicit (Bill O'Donnell) [RHEL-85589]
- xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_rmapbt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_refcountbt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_inobt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfs_allocbt_stage_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: don't override bc_ops for staging btrees (Bill O'Donnell) [RHEL-85589]
- xfs: add a xfs_btree_init_ptr_from_cur (Bill O'Donnell) [RHEL-85589]
- xfs: move comment about two 2 keys per pointer in the rmap btree (Bill O'Donnell) [RHEL-85589]
- xfs: create predicate to determine if cursor is at inode root level (Bill O'Donnell) [RHEL-85589]
- xfs: split the per-btree union in struct xfs_btree_cur (Bill O'Donnell) [RHEL-85589]
- xfs: split out a btree type from the btree ops geometry flags (Bill O'Donnell) [RHEL-85589]
- xfs: store the btree pointer length in struct xfs_btree_ops (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a btree block owner check (Bill O'Donnell) [RHEL-85589]
- xfs: factor out a xfs_btree_owner helper (Bill O'Donnell) [RHEL-85589]
- xfs: move the btree stats offset into struct btree_ops (Bill O'Donnell) [RHEL-85589]
- xfs: move lru refs to the btree ops structure (Bill O'Donnell) [RHEL-85589]
- xfs: set btree block buffer ops in _init_buf (Bill O'Donnell) [RHEL-85589]
- xfs: remove the unnecessary daddr paramter to _init_block (Bill O'Donnell) [RHEL-85589]
- xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls (Bill O'Donnell) [RHEL-85589]
- xfs: rename btree block/buffer init functions (Bill O'Donnell) [RHEL-85589]
- xfs: initialize btree blocks using btree_ops structure (Bill O'Donnell) [RHEL-85589]
- xfs: extern some btree ops structures (Bill O'Donnell) [RHEL-85589]
- xfs: turn the allocbt cursor active field into a btree flag (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate the xfs_alloc_lookup_* helpers (Bill O'Donnell) [RHEL-85589]
- xfs: remove bc_ino.flags (Bill O'Donnell) [RHEL-85589]
- xfs: encode the btree geometry flags in the btree ops structure (Bill O'Donnell) [RHEL-85589]
- xfs: drop XFS_BTREE_CRC_BLOCKS (Bill O'Donnell) [RHEL-85589]
- xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate btree block allocation tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: consolidate btree block freeing tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: repair summary counters (Bill O'Donnell) [RHEL-85589]
- xfs: update health status if we get a clean bill of health (Bill O'Donnell) [RHEL-85589]
- xfs: remember sick inodes that get inactivated (Bill O'Donnell) [RHEL-85589]
- xfs: add secondary and indirect classes to the health tracking system (Bill O'Donnell) [RHEL-85589]
- xfs: report XFS_IS_CORRUPT errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report realtime metadata corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report quota block corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report inode corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report symlink block corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report dir/attr block corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report btree block corruption errors to the health system (Bill O'Donnell) [RHEL-85589]
- xfs: report block map corruption errors to the health tracking system (Bill O'Donnell) [RHEL-85589]
- xfs: report ag header corruption errors to the health tracking system (Bill O'Donnell) [RHEL-85589]
- xfs: report fs corruption errors to the health tracking system (Bill O'Donnell) [RHEL-85589]
- xfs: separate the marking of sick and checked metadata (Bill O'Donnell) [RHEL-85589]
- xfs: teach repair to fix file nlinks (Bill O'Donnell) [RHEL-85589]
- xfs: track directory entry updates during live nlinks fsck (Bill O'Donnell) [RHEL-85589]
- xfs: teach scrub to check file nlinks (Bill O'Donnell) [RHEL-85589]
- xfs: report health of inode link counts (Bill O'Donnell) [RHEL-85589]
- xfs: repair dquots based on live quotacheck results (Bill O'Donnell) [RHEL-85589]
- xfs: repair cannot update the summary counters when logging quota flags (Bill O'Donnell) [RHEL-85589]
- xfs: track quota updates during live quotacheck (Bill O'Donnell) [RHEL-85589]
- xfs: implement live quotacheck inode scan (Bill O'Donnell) [RHEL-85589]
- xfs: create a sparse load xfarray function (Bill O'Donnell) [RHEL-85589]
- xfs: create a helper to count per-device inode block usage (Bill O'Donnell) [RHEL-85589]
- xfs: create a xchk_trans_alloc_empty helper for scrub (Bill O'Donnell) [RHEL-85589]
- xfs: report the health of quota counts (Bill O'Donnell) [RHEL-85589]
- xfs: repair file modes by scanning for a dirent pointing to us (Bill O'Donnell) [RHEL-85589]
- xfs: create a macro for decoding ftypes in tracepoints (Bill O'Donnell) [RHEL-85589]
- xfs: create a predicate to determine if two xfs_names are the same (Bill O'Donnell) [RHEL-85589]
- xfs: create a static name for the dot entry too (Bill O'Donnell) [RHEL-85589]
- xfs: iscan batching should handle unallocated inodes too (Bill O'Donnell) [RHEL-85589]
- xfs: cache a bunch of inodes for repair scans (Bill O'Donnell) [RHEL-85589]
- xfs: stagger the starting AG of scrub iscans to reduce contention (Bill O'Donnell) [RHEL-85589]
- xfs: allow scrub to hook metadata updates in other writers (Bill O'Donnell) [RHEL-85589]
- xfs: implement live inode scan for scrub (Bill O'Donnell) [RHEL-85589]
- xfs: speed up xfs_iwalk_adjust_start a little bit (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfile_{get,put}_page (Bill O'Donnell) [RHEL-85589]
- xfs: convert xfarray_pagesort to deal with large folios (Bill O'Donnell) [RHEL-85589]
- xfs: fix a comment in xfarray.c (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfarray_sortinfo.page_kaddr (Bill O'Donnell) [RHEL-85589]
- xfs: add file_{get,put}_folio (Bill O'Donnell) [RHEL-85589]
- shmem: document how to "persist" data when using shmem_*file_setup (Bill O'Donnell) [RHEL-85589]
- shmem: move the shmem_mapping assert into shmem_get_folio_gfp (Bill O'Donnell) [RHEL-85589]
- shmem: set a_ops earlier in shmem_symlink (Bill O'Donnell) [RHEL-85589]
- shmem: move shmem_mapping out of line (Bill O'Donnell) [RHEL-85589]
- xfs: use shmem_get_folio in in xfile_load (Bill O'Donnell) [RHEL-85589]
- xfs: use shmem_get_folio in xfile_obj_store (Bill O'Donnell) [RHEL-85589]
- xfs: don't allow highmem pages in xfile mappings (Bill O'Donnell) [RHEL-85589]
- xfs: don't try to handle non-update pages in xfile_obj_load (Bill O'Donnell) [RHEL-85589]
- xfs: remove the xfile_pread/pwrite APIs (Bill O'Donnell) [RHEL-85589]
- Documentation: xfs: consolidate XFS docs into its own subdirectory (Bill O'Donnell) [RHEL-85589]
- xfs: remove xfile_stat (Bill O'Donnell) [RHEL-85589]
- xfs: don't modify file and inode flags for shmem files (Bill O'Donnell) [RHEL-85589]
- xfs: use shmem_kernel_file_setup in xfile_create (Bill O'Donnell) [RHEL-85589]
- xfs: shmem_file_setup can't return NULL (Bill O'Donnell) [RHEL-85589]
- shmem: export shmem_get_folio (Bill O'Donnell) [RHEL-85589]
- shmem: export shmem_kernel_file_setup (Bill O'Donnell) [RHEL-85589]
- xfs: use VM_NORESERVE in xfile_create (Bill O'Donnell) [RHEL-85589]
- xfs: use kvfree in xfs_ioc_getfsmap() (Bill O'Donnell) [RHEL-85589]
- xfs: use kvfree() in xfs_ioc_attr_list() (Bill O'Donnell) [RHEL-85589]
- xfs: Remove mrlock wrapper (Bill O'Donnell) [RHEL-85589]
- xfs: Replace xfs_isilocked with xfs_assert_ilocked (Bill O'Donnell) [RHEL-85589]
- xfs: use kvfree for buf in xfs_ioc_getbmap (Bill O'Donnell) [RHEL-85589]
- xfs: remove duplicate ifdefs (Bill O'Donnell) [RHEL-85589]
- xfs: use xfs_defer_alloc a bit more (Bill O'Donnell) [RHEL-85589]
- xfs: eliminate lockdep false positives in xfs_attr_shortform_list (Bill O'Donnell) [RHEL-85589]
- xfs: clean up remaining GFP_NOFS users (Bill O'Donnell) [RHEL-85589]
- xfs: place the CIL under nofs allocation context (Bill O'Donnell) [RHEL-85589]
- xfs: place intent recovery under NOFS allocation context (Bill O'Donnell) [RHEL-85589]
- xfs: use GFP_KERNEL in pure transaction contexts (Bill O'Donnell) [RHEL-85589]
- xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS (Bill O'Donnell) [RHEL-85589]
- xfs: use an empty transaction for fstrim (Bill O'Donnell) [RHEL-85589]
- xfs: convert remaining kmem_free() to kfree() (Bill O'Donnell) [RHEL-85589]
- xfs: convert kmem_free() for kvmalloc users to kvfree() (Bill O'Donnell) [RHEL-85589]
- xfs: move kmem_to_page() (Bill O'Donnell) [RHEL-85589]
- xfs: convert kmem_alloc() to kmalloc() (Bill O'Donnell) [RHEL-85589]
- xfs: convert kmem_zalloc() to kzalloc() (Bill O'Donnell) [RHEL-85589]
- xfs: add support for FS_IOC_GETFSSYSFSPATH (Bill O'Donnell) [RHEL-85589]
- MAINTAINERS: drop me as XFS maintainer (Bill O'Donnell) [RHEL-85589]
- MAINTAINERS: add Chandan Babu as XFS release manager (Bill O'Donnell) [RHEL-85589]
- docs: add maintainer entry profile for XFS (Bill O'Donnell) [RHEL-85589]
- xfs: document future directions of online fsck (Bill O'Donnell) [RHEL-85589]
- xfs: document the userspace fsck driver program (Bill O'Donnell) [RHEL-85589]
- xfs: document directory tree repairs (Bill O'Donnell) [RHEL-85589]
- xfs: document metadata file repair (Bill O'Donnell) [RHEL-85589]
- xfs: document full filesystem scans for online fsck (Bill O'Donnell) [RHEL-85589]
- xfs: document online file metadata repair code (Bill O'Donnell) [RHEL-85589]
- xfs: document btree bulk loading (Bill O'Donnell) [RHEL-85589]
- xfs: document pageable kernel memory (Bill O'Donnell) [RHEL-85589]
- xfs: document how online fsck deals with eventual consistency (Bill O'Donnell) [RHEL-85589]
- xfs: document the filesystem metadata checking strategy (Bill O'Donnell) [RHEL-85589]
- xfs: document the user interface for online fsck (Bill O'Donnell) [RHEL-85589]
- xfs: document the testing plan for online fsck (Bill O'Donnell) [RHEL-85589]
- xfs: document the general theory underlying online fsck design (Bill O'Donnell) [RHEL-85589]
- docs: Instruct LaTeX to cope with deeper nesting (Bill O'Donnell) [RHEL-85589]
- xfs: document the motivation for online fsck design (Bill O'Donnell) [RHEL-85589]
- net/sched: Always pass notifications when child class becomes empty (Ivan Vecera) [RHEL-75597]
- net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add an HFSC qlen accounting test (Ivan Vecera) [RHEL-75597]
- sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add qdisc limit trimming tests (Ivan Vecera) [RHEL-75597]
- net_sched: Flush gso_skb list too during ->change() (Ivan Vecera) [RHEL-75597] {CVE-2025-37992}
- selftests/tc-testing: Add a test case to cover basic HTB+FQ_CODEL case (Ivan Vecera) [RHEL-75597]
- sch_htb: make htb_deactivate() idempotent (Ivan Vecera) [RHEL-75597] {CVE-2025-37953}
- selftests: tc-testing: Add TDC tests that exercise reentrant enqueue behaviour (Ivan Vecera) [RHEL-75597]
- net_sched: qfq: Fix double list add in class with netem as child qdisc (Ivan Vecera) [RHEL-75597] {CVE-2025-37913}
- net_sched: ets: Fix double list add in class with netem as child qdisc (Ivan Vecera) [RHEL-75597] {CVE-2025-37914}
- net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (Ivan Vecera) [RHEL-75597] {CVE-2025-37890}
- net_sched: drr: Fix double list add in class with netem as child qdisc (Ivan Vecera) [RHEL-75597] {CVE-2025-37915}
- selftests/tc-testing: Add test for HFSC queue emptying during peek operation (Ivan Vecera) [RHEL-75597]
- net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too (Ivan Vecera) [RHEL-75597] {CVE-2025-37823}
- net_sched: hfsc: Fix a UAF vulnerability in class handling (Ivan Vecera) [RHEL-75597] {CVE-2025-37797}
- selftests/tc-testing: Add test for echo of big TC filters (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: sfq: check that a derived limit of 1 is rejected (Ivan Vecera) [RHEL-75597]
- net_sched: sch_sfq: move the limit validation (Ivan Vecera) [RHEL-75597] {CVE-2025-37752}
- net_sched: sch_sfq: use a temporary work area for validating configuration (Ivan Vecera) [RHEL-75597]
- tc: Ensure we have enough buffer space when sending filter netlink notifications (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for FQ_CODEL with DRR parent (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parent (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parent (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for FQ_CODEL with HTB parent (Ivan Vecera) [RHEL-75597]
- codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() (Ivan Vecera) [RHEL-75597] {CVE-2025-37798}
- sch_ets: make est_qlen_notify() idempotent (Ivan Vecera) [RHEL-75597]
- sch_qfq: make qfq_qlen_notify() idempotent (Ivan Vecera) [RHEL-75597]
- sch_hfsc: make hfsc_qlen_notify() idempotent (Ivan Vecera) [RHEL-75597]
- sch_drr: make drr_qlen_notify() idempotent (Ivan Vecera) [RHEL-75597]
- sch_htb: make htb_qlen_notify() idempotent (Ivan Vecera) [RHEL-75597] {CVE-2025-37932}
- treewide: Switch/rename to timer_delete[_sync]() (Ivan Vecera) [RHEL-75597]
- selftests: tc-testing: fix nat regex matching (Ivan Vecera) [RHEL-75597]
- selftests: tc-testing: Add TBF with SKBPRIO queue length corner case test (Ivan Vecera) [RHEL-75597]
- net_sched: skbprio: Remove overly strict queue assertions (Ivan Vecera) [RHEL-75597] {CVE-2025-38637}
- tc-tests: Update tc police action tests for tc buffer size rounding fixes. (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for DRR class with TC_H_ROOT (Ivan Vecera) [RHEL-75597]
- net_sched: Prevent creation of classes with TC_H_ROOT (Ivan Vecera) [RHEL-75597] {CVE-2025-21971}
- sched: address a potential NULL pointer dereference in the GRED scheduler. (Ivan Vecera) [RHEL-75597] {CVE-2025-21980}
- net: sched: wrap doit/dumpit methods (Ivan Vecera) [RHEL-75597]
- net: sched: Remove newline at the end of a netlink error message (Ivan Vecera) [RHEL-75597]
- net: remove '__' from __skb_flow_get_ports() (Ivan Vecera) [RHEL-75597]
- skbuff: kill skb_flow_get_ports() (Ivan Vecera) [RHEL-75597]
- net: Add options as a flexible array to struct ip_tunnel_info (Ivan Vecera) [RHEL-75597]
- ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1' (Ivan Vecera) [RHEL-75597]
- flow_dissector: Fix port range key handling in BPF conversion (Ivan Vecera) [RHEL-75597]
- selftests/net/forwarding: Add a test case for tc-flower of mixed port and port-range (Ivan Vecera) [RHEL-75597]
- flow_dissector: Fix handling of mixed port and port-range keys (Ivan Vecera) [RHEL-75597]
- net/sched: cls_api: fix error handling causing NULL dereference (Ivan Vecera) [RHEL-75597] {CVE-2025-21857}
- flow_dissector: use RCU protection to fetch dev_net() (Ivan Vecera) [RHEL-75597]
- net: sched: Fix truncation of offloaded action statistics (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog() (Ivan Vecera) [RHEL-75597]
- netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() (Ivan Vecera) [RHEL-75597] {CVE-2025-21703}
- selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0 (Ivan Vecera) [RHEL-75597]
- net: sched: fix ets qdisc OOB Indexing (Ivan Vecera) [RHEL-75597] {CVE-2025-21692}
- net: sched: Disallow replacing of child qdisc from one parent to another (Ivan Vecera) [RHEL-75597] {CVE-2025-21700}
- net: tc: improve qdisc error messages (Ivan Vecera) [RHEL-75597]
- net: sched: calls synchronize_net() only when needed (Ivan Vecera) [RHEL-75597]
- selftests: tc-testing: reduce rshift value (Ivan Vecera) [RHEL-75597]
- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (Ivan Vecera) [RHEL-75597] {CVE-2025-21653}
- net/sched: Add drop reasons for AQM-based qdiscs (Ivan Vecera) [RHEL-75597]
- netlink: specs: add uint, sint to netlink-raw schema (Ivan Vecera) [RHEL-75597]
- net_sched: sch_cake: Add drop reasons (Ivan Vecera) [RHEL-75597]
- net/sched: netem: account for backlog updates from child qdisc (Ivan Vecera) [RHEL-75597] {CVE-2024-56770}
- selftests/tc-testing: sfq: test that kernel rejects limit of 1 (Ivan Vecera) [RHEL-75597]
- net_sched: sch_sfq: don't allow 1 packet limit (Ivan Vecera) [RHEL-75597] {CVE-2024-57996}
- net_sched: sch_fq: add three drop_reason (Ivan Vecera) [RHEL-75597]
- net/sched: tbf: correct backlog statistic for GSO packets (Ivan Vecera) [RHEL-75597]
- net: sched: u32: Add test case for systematic hnode IDR leaks (Ivan Vecera) [RHEL-75597]
- net: sched: cls_api: improve the error message for ID allocation failure (Ivan Vecera) [RHEL-75597]
- selftests/tc-testing: add tests for qdisc_tree_reduce_backlog (Ivan Vecera) [RHEL-75597]
- net: sched: propagate "skip_sw" flag to struct flow_cls_common_offload (Ivan Vecera) [RHEL-75597]
- selftests: tc-testing: Fix typo error (Ivan Vecera) [RHEL-75597]
- net/sched: act_api: unexport tcf_action_dump_1() (Ivan Vecera) [RHEL-75597]
- selftests: ETS: Use defer for test cleanup (Ivan Vecera) [RHEL-75597]
- selftests: TBF: Use defer for test cleanup (Ivan Vecera) [RHEL-75597]
- selftests: RED: Use defer for test cleanup (Ivan Vecera) [RHEL-75597]
- net: sched: Use rtnl_register_many(). (Ivan Vecera) [RHEL-75597]
- net/sched: cbs: Fix integer overflow in cbs_set_port_rate() (Ivan Vecera) [RHEL-75597]
- net_sched: sch_fq: prepare for TIME_WAIT sockets (Ivan Vecera) [RHEL-75597]
- net_sched: sch_sfq: handle bigger packets (Ivan Vecera) [RHEL-75597]
- net_sched: sch_fq: add the ability to offload pacing (Ivan Vecera) [RHEL-75597]
- net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute (Ivan Vecera) [RHEL-75597]
- tools: Sync if_link uapi header (Ivan Vecera) [RHEL-75597]
- netem: Include <linux/prandom.h> in sch_netem.c (Ivan Vecera) [RHEL-75597]
- kasan: make kasan_record_aux_stack_noalloc() the default behaviour (Waiman Long) [RHEL-99676]
Resolves: RHEL-100920, RHEL-101213, RHEL-101319, RHEL-101895, RHEL-103093, RHEL-104401, RHEL-45091, RHEL-47424, RHEL-70625, RHEL-75597, RHEL-78839, RHEL-79331, RHEL-79731, RHEL-81900, RHEL-85589, RHEL-88890, RHEL-89014, RHEL-93657, RHEL-94341, RHEL-96305, RHEL-96957, RHEL-99027, RHEL-99676

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-28 13:12:17 -03:00
Augusto Caringi
5f6e645a99 kernel-5.14.0-601.el9
* Mon Jul 21 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-601.el9]
- skbuff: Optimization of SKB coalescing for page pool (Ivan Vecera) [RHEL-91107]
- page_pool: halve BIAS_MAX for multiple user references of a fragment (Ivan Vecera) [RHEL-91107]
- perf trace: Set errpid to false for rseq and set_robust_list (Anubhav Shelat) [RHEL-78308]
- perf trace: Always print return value for syscalls returning a pid (Anubhav Shelat) [RHEL-78308]
- fanotify: limit reporting of event with non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
- fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro (Miklos Szeredi) [RHEL-102134]
- fanotify: Remove unused extern declaration fsnotify_get_conn_fsid() (Miklos Szeredi) [RHEL-102134]
- dnotify: Pass argument of fcntl_dirnotify as int (Miklos Szeredi) [RHEL-102134]
- fanotify: disallow mount/sb marks on kernel internal pseudo fs (Miklos Szeredi) [RHEL-102134]
- fanotify: support reporting non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
- inotify: Avoid reporting event with invalid wd (Miklos Szeredi) [RHEL-102134]
- fanotify: Remove obsoleted fanotify_event_has_path() (Miklos Szeredi) [RHEL-102134]
- fsnotify: remove unused declaration (Miklos Szeredi) [RHEL-102134]
- fsnotify: Fix comment typo (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce FAN_MARK_IGNORE (Miklos Szeredi) [RHEL-102134]
- fanotify: cleanups for fanotify_mark() input validations (Miklos Szeredi) [RHEL-102134]
- fanotify: prepare for setting event flags in ignore mask (Miklos Szeredi) [RHEL-102134]
- fanotify: refine the validation checks on non-dir inode mask (Miklos Szeredi) [RHEL-102134]
- fanotify: fix incorrect fmode_t casts (Miklos Szeredi) [RHEL-102134]
- fsnotify: consistent behavior for parent not watching children (Miklos Szeredi) [RHEL-102134]
- fsnotify: introduce mark type iterator (Miklos Szeredi) [RHEL-102134]
- fanotify: do not allow setting dirent events in mask of non-dir (Miklos Szeredi) [RHEL-102134]
- fanotify: enable "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
- fanotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- fanotify: implement "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
- fanotify: factor out helper fanotify_mark_update_flags() (Miklos Szeredi) [RHEL-102134]
- fanotify: create helper fanotify_mark_user_flags() (Miklos Szeredi) [RHEL-102134]
- fsnotify: allow adding an inode mark without pinning inode (Miklos Szeredi) [RHEL-102134]
- dnotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- inotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- fsnotify: create helpers for group mark_mutex lock (Miklos Szeredi) [RHEL-102134]
- fsnotify: make allow_dups a property of the group (Miklos Szeredi) [RHEL-102134]
- fsnotify: pass flags argument to fsnotify_alloc_group() (Miklos Szeredi) [RHEL-102134]
- fsnotify: fix wrong lockdep annotations (Miklos Szeredi) [RHEL-102134]
- inotify: move control flags from mask to mark flags (Miklos Szeredi) [RHEL-102134]
- fsnotify: remove redundant parameter judgment (Miklos Szeredi) [RHEL-102134]
- fsnotify: optimize FS_MODIFY events with no ignored masks (Miklos Szeredi) [RHEL-102134]
- fsnotify: fix merge with parent's ignored mask (Miklos Szeredi) [RHEL-102134]
- fanotify: remove variable set but not used (Miklos Szeredi) [RHEL-102134]
- fanotify: wire up FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: report old and/or new parent+name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: record either old name new name or both for FAN_RENAME (Miklos Szeredi) [RHEL-102134]
- fanotify: record old and new parent and name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: support secondary dir fh and name in fanotify_info (Miklos Szeredi) [RHEL-102134]
- fanotify: use helpers to parcel fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
- fanotify: use macros to get the offset to fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
- fsnotify: generate FS_RENAME event with rich information (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce group flag FAN_REPORT_TARGET_FID (Miklos Szeredi) [RHEL-102134]
- fsnotify: separate mark iterator type from object type enum (Miklos Szeredi) [RHEL-102134]
- fsnotify: clarify object type argument (Miklos Szeredi) [RHEL-102134]
- fanotify: Allow users to request FAN_FS_ERROR events (Miklos Szeredi) [RHEL-102134]
- fanotify: Emit generic error info for error event (Miklos Szeredi) [RHEL-102134]
- fanotify: Report fid info for file related file system errors (Miklos Szeredi) [RHEL-102134]
- fanotify: WARN_ON against too large file handles (Miklos Szeredi) [RHEL-102134]
- fanotify: Add helpers to decide whether to report FID/DFID (Miklos Szeredi) [RHEL-102134]
- fanotify: Wrap object_fh inline space in a creator macro (Miklos Szeredi) [RHEL-102134]
- fanotify: Support merging of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Support enqueueing of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Pre-allocate pool of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Reserve UAPI bits for FAN_FS_ERROR (Miklos Szeredi) [RHEL-102134]
- fsnotify: Support FS_ERROR event type (Miklos Szeredi) [RHEL-102134]
- fanotify: Require fid_mode for any non-fd event (Miklos Szeredi) [RHEL-102134]
- fanotify: Encode empty file handle when no inode is provided (Miklos Szeredi) [RHEL-102134]
- fanotify: Allow file handle encoding for unhashed events (Miklos Szeredi) [RHEL-102134]
- fanotify: Support null inode event in fanotify_dfid_inode (Miklos Szeredi) [RHEL-102134]
- fsnotify: Pass group argument to free_event (Miklos Szeredi) [RHEL-102134]
- fsnotify: Retrieve super block from the data field (Miklos Szeredi) [RHEL-102134]
- fsnotify: Add wrapper around fsnotify_add_event (Miklos Szeredi) [RHEL-102134]
- fsnotify: Add helper to detect overflow_event (Miklos Szeredi) [RHEL-102134]
- inotify: Don't force FS_IN_IGNORED (Miklos Szeredi) [RHEL-102134]
- fanotify: Split fsid check from other fid mode checks (Miklos Szeredi) [RHEL-102134]
- fanotify: Fold event size calculation to its own function (Miklos Szeredi) [RHEL-102134]
- fsnotify: Don't insert unmergeable events in hashtable (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce a generic info record copying helper (Miklos Szeredi) [RHEL-102134]
- fanotify: minor cosmetic adjustments to fid labels (Miklos Szeredi) [RHEL-102134]
- mm: fix the inaccurate memory statistics issue for users (Luiz Capitulino) [RHEL-97601]
- loop: move lo_set_size() out of queue freeze (Ming Lei) [RHEL-96168]
- mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked" (CKI Backport Bot) [RHEL-101832]
- sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (CKI Backport Bot) [RHEL-88083] {CVE-2025-21919}
- exportfs: Remove EXPORT_OP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- NFSD: Clean up unused variable (Benjamin Coddington) [RHEL-94440]
- NLM/NFSD: Fix lock notifications for async-capable filesystems (Benjamin Coddington) [RHEL-94440]
- gfs2/ocfs2: set FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- fs: Introduce FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations (Benjamin Coddington) [RHEL-94440]
- fs: claw back a few FMODE_* bits (Benjamin Coddington) [RHEL-94440]
- filelock: move file locking definitions to separate header file (Benjamin Coddington) [RHEL-94440]
- block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings (Ming Lei) [RHEL-97189]
- blk-throttle: Prevents the bps restricted io from entering the bps queue again (Ming Lei) [RHEL-97189]
- blk-throttle: Split the service queue (Ming Lei) [RHEL-97189]
- blk-throttle: Split the blkthrotl queue (Ming Lei) [RHEL-97189]
- blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED" (Ming Lei) [RHEL-97189]
- blk-throttle: Split throtl_charge_bio() into bps and iops functions (Ming Lei) [RHEL-97189]
- blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time (Ming Lei) [RHEL-97189]
- blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time() (Ming Lei) [RHEL-97189]
- blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed (Ming Lei) [RHEL-97189]
- blk-throttle: Delete unnecessary carryover-related fields from throtl_grp (Ming Lei) [RHEL-97189]
- blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover() (Ming Lei) [RHEL-97189]
- blk-throttle: carry over directly (Ming Lei) [RHEL-97189]
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-97189]
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-97189]
- bpf: Allow to use kfunc XDP hints and frags together (Felix Maurer) [RHEL-101559]
- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927]
- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927]
- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927]
- RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (CKI Backport Bot) [RHEL-82503] {CVE-2025-21829}
- iommu/s390: allow larger region tables (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support map/unmap for additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support iova_to_phys for additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support cleanup of additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: set appropriate IOTA region type (Christoph Schlameuss) [RHEL-11431]
- s390/pci: Fix dev.dma_range_map missing sentinel element (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: implement iommu passthrough via identity domain (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: handle IOAT registration based on domain (Christoph Schlameuss) [RHEL-11431]
- s390/pci: store DMA offset in bus_dma_region (Christoph Schlameuss) [RHEL-11431]
- s390/pci: check for relaxed translation capability (Christoph Schlameuss) [RHEL-11431]
- misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() (CKI Backport Bot) [RHEL-97498] {CVE-2022-49788}
Resolves: RHEL-101559, RHEL-101832, RHEL-102134, RHEL-11431, RHEL-1927, RHEL-78308, RHEL-82503, RHEL-88083, RHEL-91107, RHEL-94440, RHEL-96168, RHEL-97189, RHEL-97498, RHEL-97601

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-21 19:19:29 -03:00
Augusto Caringi
481c890442 kernel-5.14.0-600.el9
* Tue Jul 15 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-600.el9]
- net: mana: Add support for Multi Vports on Bare metal (Maxim Levitsky) [RHEL-80096]
- net: mana: Add support for auxiliary device servicing events (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: unify mana_ib functions to support any gdma device (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (Maxim Levitsky) [RHEL-80096]
- net: mana: Probe rdma device in mana driver (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: support of the zero based MRs (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Access remote atomic for MRs (Maxim Levitsky) [RHEL-80096]
- net: mana: Switch to page pool for jumbo frames (Maxim Levitsky) [RHEL-80096]
- net: mana: Add metadata support for xdp mode (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Fix integer overflow during queue creation (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Handle net event for pointing to the current netdev (Maxim Levitsky) [RHEL-80096]
- net: mana: Change the function signature of mana_get_primary_netdev_rcu (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Use safer allocation function() (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Ensure variable err is initialized (Maxim Levitsky) [RHEL-80096]
- net: mana: Add debug logs in MANA network driver (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Use VF's tso_max_size value when data path is VF (Maxim Levitsky) [RHEL-80096]
- net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Implement DMABUF MR support (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Fix error code in probe() (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Add port statistics support (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: request error CQEs when supported (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Query feature_flags bitmask from FW (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: indicate CM support (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: polling of CQs for GSI/UD (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: extend mana QP table (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: implement req_notify_cq (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: UD/GSI work requests (Maxim Levitsky) [RHEL-80096]
- net/mana: fix warning in the writer of client oob (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: create/destroy AH (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: UD/GSI QP creation for kernel (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Create and destroy UD/GSI QP (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: create kernel-level CQs (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: helpers to allocate kernel queues (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: implement get_dma_mr (Maxim Levitsky) [RHEL-80096]
- RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (Maxim Levitsky) [RHEL-80096]
- net: mana: Support holes in device list reply msg (Maxim Levitsky) [RHEL-80096]
- net: mana: cleanup mana struct after debugfs_remove() (Maxim Levitsky) [RHEL-80096]
- arch/x86: Provide the CPU number in the wakeup AP callback (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (Maxim Levitsky) [RHEL-80096]
- uio_hv_generic: Set event for all channels on the device (Maxim Levitsky) [RHEL-80096]
- hv_balloon: Fallback to generic_online_page() for non-HV hot added mem (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Remove rmsg_pgcnt (Maxim Levitsky) [RHEL-80096]
- net: netvsc: Update default VMBus channels (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Replace one-element array with flexible array member (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Link queues to NAPIs (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80096]
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (Maxim Levitsky) [RHEL-80096]
- fbdev: hyperv_fb: Allow graceful removal of framebuffer (Maxim Levitsky) [RHEL-80096]
- fbdev: hyperv_fb: Simplify hvfb_putmem (Maxim Levitsky) [RHEL-80096]
- fbdev: hyperv_fb: iounmap() the correct memory when removing a device (Maxim Levitsky) [RHEL-80096]
- drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (Maxim Levitsky) [RHEL-80096]
- scsi: storvsc: Don't report the host packet status as the hv status (Maxim Levitsky) [RHEL-80096]
- scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Maxim Levitsky) [RHEL-80096]
- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service (Maxim Levitsky) [RHEL-80096]
- scsi: storvsc: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Make the sysfs node size for the ring buffer dynamic (Maxim Levitsky) [RHEL-80096]
- uio_hv_generic: Fix sysfs creation path for ring buffer (Maxim Levitsky) [RHEL-80096]
- sysfs: introduce callback attribute_group::bin_size (Maxim Levitsky) [RHEL-80096]
- sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns() (Maxim Levitsky) [RHEL-80096]
- sysfs: split out binary attribute handling from sysfs_add_file_mode_ns (Maxim Levitsky) [RHEL-80096]
- uio_hv_generic: Add a check for HV_NIC for send, receive buffers setup (Maxim Levitsky) [RHEL-80096]
- uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Fix check of return value from snp_set_vmsa() (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Add VTL mode callback for restarting the system (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Add VTL mode emergency restart callback (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Fix bad pointer dereference in hv_get_partition_id (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: fix an indentation issue in mshyperv.h (Maxim Levitsky) [RHEL-80096]
- hyperv: Remove unused union and structs (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Use named operands in inline asm (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs (Maxim Levitsky) [RHEL-80096]
- hyperv: Add definitions for root partition driver to hv headers (Maxim Levitsky) [RHEL-80096]
- x86: hyperv: Add mshv_handler() irq handler and setup function (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Introduce per-cpu event ring tail (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Export some functions for use by root partition module (Maxim Levitsky) [RHEL-80096]
- acpi: numa: Export node_to_pxm() (Maxim Levitsky) [RHEL-80096]
- hyperv: Introduce hv_recommend_using_aeoi() (Maxim Levitsky) [RHEL-80096]
- arm64/hyperv: Add some missing functions to arm64 (Maxim Levitsky) [RHEL-80096]
- x86/mshyperv: Add support for extended Hyper-V features (Maxim Levitsky) [RHEL-80096]
- hyperv: Log hypercall status codes as strings (Maxim Levitsky) [RHEL-80096]
- hyperv: Add CONFIG_MSHV_ROOT to gate root partition support (Maxim Levitsky) [RHEL-80096]
- hyperv: Change hv_root_partition into a function (Maxim Levitsky) [RHEL-80096]
- hyperv: Convert hypercall statuses to linux error codes (Maxim Levitsky) [RHEL-80096]
- PCI: hv: Correct a comment (Maxim Levitsky) [RHEL-80096]
- drivers/hv: add CPU offlining support (Maxim Levitsky) [RHEL-80096]
- drivers/hv: introduce vmbus_channel_set_cpu() (Maxim Levitsky) [RHEL-80096]
- cpu: export lockdep_assert_cpus_held() (Maxim Levitsky) [RHEL-80096]
- hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv (Maxim Levitsky) [RHEL-80096]
- hyperv: Move hv_current_partition_id to arch-generic code (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Fix output argument to hypercall that changes page visibility (Maxim Levitsky) [RHEL-80096]
- x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (Maxim Levitsky) [RHEL-80096]
- hyperv: Do not overlap the hvcall IO areas in hv_vtl_apicid_to_vp_id() (Maxim Levitsky) [RHEL-80096]
- hyperv: Do not overlap the hvcall IO areas in get_vtl() (Maxim Levitsky) [RHEL-80096]
- hyperv: Enable the hypercall output page for the VTL mode (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Log on missing offers if any (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Wait for boot-time offers during boot and resume (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Don't assume cpu_possible_mask is dense (Maxim Levitsky) [RHEL-80096]
- hyperv: Remove the now unused hyperv-tlfs.h files (Maxim Levitsky) [RHEL-80096]
- hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h (Maxim Levitsky) [RHEL-80096]
- hyperv: Add new Hyper-V headers in include/hyperv (Maxim Levitsky) [RHEL-80096]
- hyperv: Clean up unnecessary #includes (Maxim Levitsky) [RHEL-80096]
- hyperv: Move hv_connection_id to hyperv-tlfs.h (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: util: Don't force error code to ENODEV in util_probe() (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Fix hv tsc page based sched_clock for hibernation (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: use helpers to read control registers in hv_snp_boot_ap() (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Optimize boot time by concurrent execution of hv_synic_init() (Maxim Levitsky) [RHEL-80096]
- clockevents/drivers/i8253: Fix stop sequence for timer 0 (Maxim Levitsky) [RHEL-80096]
- hv: vmbus: Constify struct kobj_type and struct attribute_group (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Fix the misplaced function description (Maxim Levitsky) [RHEL-80096]
- x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency (Maxim Levitsky) [RHEL-80096]
- clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor (Maxim Levitsky) [RHEL-80096]
- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic (Maxim Levitsky) [RHEL-80096]
- crypto: algif_hash - fix double free in hash_accept (CKI Backport Bot) [RHEL-102233] {CVE-2025-38079}
- nfsd: don't ignore the return code of svc_proc_register() (Olga Kornievskaia) [RHEL-93612] {CVE-2025-22026}
- net/mdiobus: Fix potential out-of-bounds clause 45 read/write access (CKI Backport Bot) [RHEL-102094] {CVE-2025-38110}
- virtio_net: Enforce minimum TX ring size for reliability (Laurent Vivier) [RHEL-84199]
- virtio_net: Cleanup '2+MAX_SKB_FRAGS' (Laurent Vivier) [RHEL-84199]
- virtio_ring: Fix error reporting in virtqueue_resize (Laurent Vivier) [RHEL-84199]
- HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove() (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (Tony Camuso) [RHEL-94431]
- HID: intel-thc: fix CONFIG_HID dependency (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Send clock sync message immediately after reset (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_* (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Remove unused ishtp_cl_tx_empty (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Remove unused ishtp_dev_state_str (Tony Camuso) [RHEL-94431]
- HID: intel-ish-hid: Add firmware version sysfs attributes (Tony Camuso) [RHEL-94431]
- HID: Fix typo in the comment (Tony Camuso) [RHEL-94431]
- HID: ishtp-hid-client: replace fake-flex arrays with flex-array members (Tony Camuso) [RHEL-94431]
- r8169: disable RTL8126 ZRX-DC timeout (Izabela Bakollari) [RHEL-84976 RHEL-89041]
- r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support (Izabela Bakollari) [RHEL-84976 RHEL-89041]
- r8169: switch away from deprecated pcim_iomap_table (Izabela Bakollari) [RHEL-89041]
- r8169: increase max jumbo packet size on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89041]
- r8169: add support for Intel Killer E5000 (Izabela Bakollari) [RHEL-89041]
- r8169: don't scan PHY addresses > 0 (Izabela Bakollari) [RHEL-89041]
- r8169: add support for RTL8125D rev.b (Izabela Bakollari) [RHEL-89041]
- r8169: adjust version numbering for RTL8126 (Izabela Bakollari) [RHEL-89041]
- r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_config (Izabela Bakollari) [RHEL-89041]
- r8169: align WAKE_PHY handling with r8125/r8126 vendor drivers (Izabela Bakollari) [RHEL-89041]
- r8169: improve rtl_set_d3_pll_down (Izabela Bakollari) [RHEL-89041]
- r8169: improve __rtl8169_set_wol (Izabela Bakollari) [RHEL-89041]
- r8169: remove leftover locks after reverted change (Izabela Bakollari) [RHEL-89041]
- r8169: improve initialization of RSS registers on RTL8125/RTL8126 (Izabela Bakollari) [RHEL-89041]
- r8169: fix inconsistent indenting in rtl8169_get_eth_mac_stats (Izabela Bakollari) [RHEL-89041]
- r8169: add support for RTL8125D (Izabela Bakollari) [RHEL-89041]
- r8169: enable EEE at 2.5G per default on RTL8125B (Izabela Bakollari) [RHEL-89041]
- r8169: remove rtl_dash_loop_wait_high/low (Izabela Bakollari) [RHEL-89041]
- r8169: avoid duplicated messages if loading firmware fails and switch to warn level (Izabela Bakollari) [RHEL-89041]
- r8169: replace custom flag with disable_work() et al (Izabela Bakollari) [RHEL-89041]
- r8169: don't take RTNL lock in rtl_task() (Izabela Bakollari) [RHEL-89041]
- r8169: implement additional ethtool stats ops (Izabela Bakollari) [RHEL-89041]
- r8169: enable SG/TSO on selected chip versions per default (Izabela Bakollari) [RHEL-73980 RHEL-89041]
- r8169: remove unused flag RTL_FLAG_TASK_RESET_NO_QUEUE_WAKE (Izabela Bakollari) [RHEL-89041]
- r8169: remove original workaround for RTL8125 broken rx issue (Izabela Bakollari) [RHEL-89041]
- r8169: don't apply UDP padding quirk on RTL8126A (Izabela Bakollari) [RHEL-89041]
- smb: client: fix regression with native SMB symlinks (Paulo Alcantara) [RHEL-100966]
- ext4: avoid journaling sb update on error if journal is destroying (Brian Foster) [RHEL-93593] {CVE-2025-22113}
- ext4: define ext4_journal_destroy wrapper (Brian Foster) [RHEL-93593]
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-72660]
- sfc: fix NULL dereferences in ef100_process_design_param() (Dennis Chen) [RHEL-72660]
- sfc: support X4 devlink flash (Dennis Chen) [RHEL-72660]
- sfc: update MCDI protocol headers (Dennis Chen) [RHEL-72660]
- sfc: rip out MDIO support (Dennis Chen) [RHEL-72660]
- sfc: Remove newline at the end of a netlink error message (Dennis Chen) [RHEL-72660]
- sfc: document devlink flash support (Dennis Chen) [RHEL-72660]
- sfc: deploy devlink flash images to NIC over MCDI (Dennis Chen) [RHEL-72660]
- sfc: extend NVRAM MCDI handlers (Dennis Chen) [RHEL-72660]
- sfc: parse headers of devlink flash images (Dennis Chen) [RHEL-72660]
- net: sfc: Correct key_len for efx_tc_ct_zone_ht_params (Dennis Chen) [RHEL-72660]
- sfc: Use netdev refcount tracking in struct efx_async_filter_insertion (Dennis Chen) [RHEL-72660]
- sfc: remove efx_writed_page_locked (Dennis Chen) [RHEL-72660]
- net: sfc: use ethtool string helpers (Dennis Chen) [RHEL-72660]
- sfc: Remove more unused functions (Dennis Chen) [RHEL-72660]
- sfc: Remove unused mcdi functions (Dennis Chen) [RHEL-72660]
- sfc: Remove unused efx_mae_mport_vf (Dennis Chen) [RHEL-72660]
- sfc: Remove falcon deadcode (Dennis Chen) [RHEL-72660]
- sfc: add per-queue RX bytes stats (Dennis Chen) [RHEL-72660]
- sfc: implement per-queue TSO (hw_gso) stats (Dennis Chen) [RHEL-72660]
- sfc: implement per-queue rx drop and overrun stats (Dennis Chen) [RHEL-72660]
- sfc: account XDP TXes in netdev base stats (Dennis Chen) [RHEL-72660]
- sfc: add n_rx_overlength to ethtool stats (Dennis Chen) [RHEL-72660]
- sfc: implement basic per-queue stats (Dennis Chen) [RHEL-72660]
- sfc: remove obsolete counters from struct efx_channel (Dennis Chen) [RHEL-72660]
- nvme-multipath: fix suspicious RCU usage warning (Chris Leech) [RHEL-102648]
- wifi: save new module iwlmld-tests in internal rpm (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: mwifiex: Fix HT40 bandwidth issue." (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: prevent uninit return in mt7996_mac_sta_add_links (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: scan: Fix 'mlink' dereferenced before IS_ERR_OR_NULL check (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: Fix logical vs bitwise typo (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fix memory corruption during MLO multicast tx (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: fix missing hdr_trans_tlv command for broadcast wtbl (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: disable napi on driver removal (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add support for Killer on MTL (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix the type of status_code for negotiated TID to Link Mapping (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentation (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37973}
- wifi: iwlwifi: restore missing initialization of async_handlers_list (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37990}
- wifi: iwlwifi: fix the check for the SCRATCH register upon resume (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: don't warn if the NIC is gone in resume (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix BAID validity check (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: back off on continuous errors (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: only create debugfs symlink if it does not exist (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: inform trans on init failure (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: properly handle async notification in op mode start (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: iwlwifi: make no_160 more generic" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: iwlwifi: add support for BE213" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: restore monitor for outgoing frames (Jose Ignacio Tornos Martinez) [RHEL-89168]
- gcc-15: work around sequence-point warning (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: Restart firmware on iwl_mld_no_wowlan_resume() error (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: pcie: set state to no-FW before reset handshake (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: brcmfmac: fix memory leak in brcmf_get_module_param (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: silence uninitialized variable warning (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Purge vif txq in ieee80211_do_stop() (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37794}
- wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- iwlwifi: mld: fix building with CONFIG_PM_SLEEP disabled (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix PM_SLEEP -Wundef warning (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: reduce scope for uninitialized variable (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: fix locking in mt7996_mac_sta_rc_work() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt792x: re-register CHANCTX_STA_CSA only for the mt7921 series (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Update mt7996_tx to MLO support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_ampdu_action to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework set/get_tsf callabcks to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: set vif default link_id adding/removing vif links (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_mcu_beacon_inband_discov to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_mcu_add_obss_spr to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_net_fill_forward_path to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_update_mu_group to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_mac_sta_poll to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_mac_sta_rc_work to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: remove mt7996_mac_enable_rtscts() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_sta_hw_queue_read to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_set_hw_key to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_sta_link to mt7996_mcu_add_bss_info signature (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_sta_set_4addr and mt7996_sta_set_decap_offload to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_rx_get_wcid to support MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Rely on wcid_to_sta in mt7996_mac_add_txs_skb() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: rework mt7996_mac_write_txwi() for MLO support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_mcu_teardown_mld_sta rouine (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_mcu_sta_mld_setup_tlv() and mt7996_mcu_sta_eht_mld_tlv() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Update mt7996_mcu_add_rate_ctrl to MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Rely on mt7996_vif/sta_link in twt teardown (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Rely on mt7996_vif_link in mt7996_mcu_twt_agrt_update signature (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Update mt7996_mcu_add_sta to MLO support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Support MLO in mt7996_mac_sta_event() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_mac_sta_change_links callback (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Rely on mt7996_sta_link in sta_add/sta_remove callbacks (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_sta_state routine (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add link_info_changed callback (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add vif_cfg_changed callback (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add mt7996_sta_link struct in mt7996_vif_link (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Introduce mt7996_sta_link container (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: Add change_vif_links stub (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: scan: fix setting tx_info fields (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: implement driver specific get_txpower function (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: use the correct vif link for scanning/roc (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: scan: set vif offchannel link for scanning/roc (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: remove unnecessary key->cipher check for BIP frames (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: fix SER reset trigger on WED reset (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: revise TXS size (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7996: cleanup mt7996_get_power_bound (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7915: cleanup mt7915_get_power_bound (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: add mt76_get_power_bound helper function (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: add MTCL support to enhance the regulatory compliance (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt792x: extend MTCL of APCI to version3 for EHT control (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: remove unused acpi function for clc (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: update the channel usage when the regd domain changed (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: add EHT control support based on the CLC data (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: load the appropriate CLC data based on hardware type (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: update the power-saving flow (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: integrate *mlo_sta_cmd and *sta_cmd (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: adjust rm BSS flow to prevent next connection failure (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: fix the wrong simultaneous cap for MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: fix the wrong link_idx when a p2p_device is present (Jose Ignacio Tornos Martinez) [RHEL-89168]
- Revert "wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-22032}
- wifi: mt76: mt7925: Simplify HIF suspend handling to avoid suspend fail (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: Remove unnecessary if-check (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: Add check for devm_kstrdup() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: fix country count limitation for CLC (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: ensure wow pattern command align fw format (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: fix fails to enter low power mode in suspend state (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mt76: mt7925: introduce MLO capability control (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: nl80211: re-enable multi-link reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: dvm: Avoid -Wflex-array-member-not-at-end warnings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: do not use iwlmld for non-wifi7 devices (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove a buggy else statement in op_mode selection (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Fix RF calibration data download from file (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Fix premature release of RF calibration data. (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: init wiphy_work before allocating rfkill fails (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-22119}
- wifi: mac80211: check basic rates validity in sta_link_apply_parameters (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix indentation in ieee80211_set_monitor_channel() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Fix HT40 bandwidth issue. (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: add debugfs to control MLO scan (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: we support v6 of compressed_ba_notif (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: iwl_mld_remove_link can't fail (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix copy/paste error (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: make iwl_mld_run_fw_init_sequence static (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: KUnit: test iwl_mld_channel_load_allows_emlsr (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: KUnit: create chanctx with a custom width (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: KUnit: introduce iwl_mld_kunit_link (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: allow EMLSR for unequal bandwidth (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: prevent toggling EMLSR due to FW requests (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: remove IWL_MLD_EMLSR_BLOCKED_FW (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: add support for DHC_TOOLS_UMAC_GET_TAS_STATUS command (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: Ensure wiphy lock is held during debugfs read operations (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: Add support for WIPHY_DEBUGFS_READ_FILE_OPS_MLD macro (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: Rename WIPHY_DEBUGFS_HANDLER_WRAPPER to WIPHY_DEBUGFS_WRITE_HANDLER_WRAPPER (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: nl80211: store chandef on the correct link when starting CAC (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add __nonstring annotations for unterminated strings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Enable the new RTL8814AE/RTL8814AU drivers (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add rtw8814au.c (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add rtw8814ae.c (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add rtw8814a.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add rtw8814a_table.c (part 2/2) (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add rtw8814a_table.c (part 1/2) (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add some definitions for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.4 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Add parser for Bluetooth channel map report version 7 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Fix coexistence report not show as expected (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: RTL8852BT coexistence Wi-Fi firmware support for 0.29.122.0 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: set force HE TB mode when connecting to 11ax AP (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: 8922a: enable dynamic antenna gain (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: enable dynamic antenna gain based on country (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: refine mechanism of TAS (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: add support for negative values of dBm to linear conversion (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Fix uninitialized variable with __free() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: use cfg80211_chandef_get_width() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: expose cfg80211_chandef_get_width() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: use supported selectors from assoc in ML reconf (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: remove SSID from ML reconf (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: zd1211rw: Add __nonstring annotations for unterminated strings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: virt_wifi: Add __nonstring annotations for unterminated strings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Add __nonstring annotations for unterminated strings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: avoid selecting bad links (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix bad RSSI handling (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: always do MLO scan before link selection (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: Correctly configure the A-MSDU max lengths (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: remove AP keys only for AP STA (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: move the ftm initiator data to ftm-initiator.h (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: enable OMI bandwidth reduction on 6 GHz (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix OMI time protection logic (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: use the right iface iterator in low_latency (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: initialize regulatory early (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: assume wiphy is locked when getting BSS ifaces (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: refactor iwl_mld_valid_emlsr_pair (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: track channel_load_not_by_us (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix SMPS W/A (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: fix build with CONFIG_PM_SLEEP undefined (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: fix setting the TK when associated (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: don't warn when if there is a FW error (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: bump minimum API version in BZ/SC to 93 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: bump FW API to 98 for BZ/SC/DR devices (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: Fix bit size calculation in iwl_dbgfs_tas_get_status_read (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: w/a FW SMPS mode selection (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: fix debug actions order (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mark Br device not integrated (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Add new TAS disable reason for invalid table source (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: cleanup of TAS structure and enums (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: fix print for ECKV (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: fix the ECKV UEFI variable name (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add support for BE213 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: set WMM in ML reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: don't include MLE in ML reconf per-STA profile (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix ML reconf reset in disconnect (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Notify cfg80211 about added link addresses (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: Update the link address when a link is added (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix warning on disconnect during failed ML reconf (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix userspace_selectors corruption (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211_hwsim: Fix MLD address translation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: allow 320 MHz FTM measurements (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: improve supported_selector documentation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix U-APSD check in ML reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: allow IR in 20 MHz configurations (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: mlme: support extended MLD capa/ops in assoc (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: allow setting extended MLD capa/ops (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: move link reconfig parameters into a struct (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: pci: correct ISR RDU bit for 8922AE (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: don't reject firmware in blacklist to prevent breaking users (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: update role_maintain H2C command for roles operating on band 1 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: use struct to fill role_maintain H2C command (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add iwlmld sub-driver (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove mld/roc.c (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Report proper tx completion status to mac80211 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: wireless: ath12k: Strip ath12k prefix from calibration property (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: wireless: ath11k: Strip ath11k prefix from calibration property (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: Deprecate qcom,ath11k-calibration-variant properties (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: wireless: ath10k: Strip ath10k prefix from calibration properties (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath10k: Deprecate qcom,ath10k-calibration-variant properties (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: pass BSSID index as input for EMA (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: pass tx arvif for MBSSID and EMA beacon generation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: refactor transmitted arvif retrieval (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: pass tx arvif for MBSSID and EMA beacon generation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: refactor transmitted arvif retrieval (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: refactor populating mesh related fields in sinfo (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: reorg sinfo structure elements for mesh (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase" (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with irq_set_affinity_and_hint() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-22128}
- wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-23129}
- wifi: rtw89: Parse channel from IE to correct invalid hardware reports during scanning (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: add support for HW TKIP crypto (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add Debug Host Command APIs (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add IWL_MAX_NUM_IGTKS macro (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add OMI bandwidth reduction APIs (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove mvm prefix from iwl_mvm_d3_end_notif (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remember if the UATS table was read successfully (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: export iwl_get_lari_config_bitmap (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add support for external 32 KHz clock (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: add a debug level for EHT prints (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mld: add a debug level for PTP prints (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove mvm prefix from iwl_mvm_esr_mode_notif (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: use 0xff instead of 0xffffffff for invalid (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: location api cleanup (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: expose update timestamp to drivers (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: add ieee80211_iter_chan_contexts_mtx (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: fix integer overflow in hwmp_route_info_get() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Fix possible integer promotion issue (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: convert timeouts to secs_to_jiffies() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Add counter for all monitor interfaces (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add NULL check to validate tpc_stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend rtw_debugfs_get_tx_pwr_tbl() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend rtw_debugfs_get_phy_info() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend rtw_phy_config_swing_table() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_rx_phy_stat() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_mac_power_switch() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: safely cast mfw_hdr pointer from firmware->data (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: add debug message for unexpected secure firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: add H2C command of TX time for WiFi 7 chips (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: mac: define registers of agg_limit and txcnt_limit to share common flow (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Add support for Mercusys MA30N and D-Link DWA-T185 rev. A1 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: remove redundant declaration of ath12k_dp_rx_h_find_peer() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: cleanup ath12k_mac_mlo_ready() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: Add firmware coredump collection support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: use union for vaddr and iaddr in target_mem_chunk (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Support Received FSE Stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Support Uplink MUMIMO Trigger Stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Support Uplink OFDMA Trigger Stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Support Latency Stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Support Sounding Stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Enable MLO for single split-phy PCI device (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Remove dependency on single_chip_mlo_support for mlo_capable flag (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Enable MLO setup ready and teardown commands for single split-phy device (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fix locking in "QMI firmware ready" error paths (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add support for MLO Multicast handling in driver (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2024-58096}
- wifi: ath11k: fix RCU stall while reaping monitor destination ring (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2024-58097}
- wifi: ath12k: handle link removal in change_vif_links() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: allocate new links in change_vif_links() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: relocate a few functions in mac.c (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: use arvif instead of link_conf in ath12k_mac_set_key() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: remove redundant logic for initializing arvif (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: remove redundant vif settings during link interface creation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: introduce ath12k_generic_dbg() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: eliminate redundant debug mask check in ath12k_dbg() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add peer extended Rx statistics debugfs support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Refactor the format of peer rate table information (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add EHT MCS support in Extended Rx statistics (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Update the peer id in PPDU end user stats TLV (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add HAL_PHYRX_OTHER_RECEIVE_INFO TLV parsing support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add HAL_RX_PPDU_START_USER_INFO TLV parsing support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add HAL_PHYRX_GENERIC_EHT_SIG TLV parsing support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add HAL_PHYRX_GENERIC_U_SIG TLV parsing support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: add support of station average signal strength (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: implement dump region split (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: add twt operation cmd (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: use correct IMR dump variable (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: support ROC version 6 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: clarify the meaning of IWL_INIT_PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: properly set the names for SC devices (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: make no_160 more generic (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: be less aggressive with re-probe (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: fw: make iwl_send_dbg_dump_complete_cmd() static (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: Indicate support link reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Indicate support for EPCS (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: cfg: separate 22000/BZ family HT params (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: enable 320 MHz on slow PCIe links (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: don't warn during reprobe (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Unify TAS block list handling in regulatory.c (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: rename and move iwl_mvm_eval_dsm_rfi() to iwl_rfi_is_enabled_in_bios() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: rework the Tx of the deauth in ieee80211_set_disassoc() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: ensure sdata->work is canceled before initialized. (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: enable removing assoc link (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: aggregation: remove deflink accesses for MLO (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: always send max agg subframe num in strict mode (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: remove misplaced drv_mgd_complete_tx() call (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: tests: add tests for ieee80211_determine_chan_mode (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: add HT and VHT basic set verification (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211_hwsim: enable strict mode (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: add strict mode disabling workarounds (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Add processing of TTLM teardown frame (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ieee80211: Add missing EHT MAC capabilities (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Add support for EPCS configuration (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Refactor ieee80211_sta_wmm_params() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: cfg80211: Fix trace print for removed links (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mac80211: Drop cooked monitor support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: nl80211/cfg80211: Stop supporting cooked monitor (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Remove unused mwifiex_uap_del_sta_data (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove the mvm prefix from iwl_mvm_aux_sta_cmd (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove the version number from iwl_dts_measurement_notif_v2 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: remove the mvm prefix from iwl_mvm_ctdp_cmd (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: net: rfkill-gpio: enable booting in blocked state (Jose Ignacio Tornos Martinez) [RHEL-89168]
- dt-bindings: net: Add rfkill-gpio binding (Jose Ignacio Tornos Martinez) [RHEL-89168]
- net: rfkill: gpio: allow booting in blocked state (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Remove old device data (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: Remove unused iwl_bz_name (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: Remove unused iwl_mvm_ftm_add_pasn_sta (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: Remove unused iwl_mvm_ftm_*_add_pasn_sta functions (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: mvm: Remove unused iwl_mvm_rx_missed_vap_notif (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: iwlwifi: dvm: Remove unused iwl_rx_ant_restriction (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: debugfs depends on CFG80211's one (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtlwifi: rtl8192de: Fix typos of debug message of phy setting (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix rtw_update_sta_info() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend TX power stuff for 3-4 spatial streams (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Rename RTW_RATE_SECTION_MAX to RTW_RATE_SECTION_NUM (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Constify some more structs and arrays (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend rtw_fw_send_ra_info() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend rf_base_addr and rf_sipi_addr for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Extend struct rtw_pwr_track_tbl for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix download_firmware_validate() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Fix a typo of debug message in rtw8723d_iqk_check_tx_failed() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: regd: avoid using BITMAP_FROM_U64() to assign function bitmap (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.3 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: To avoid TWS serials A2DP lag, adjust slot arrangement (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: validate multi-firmware header before getting its size (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: fw: validate multi-firmware header before accessing (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: ps: update H2C command with more info for PS (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: call power_on ahead before selecting firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: update channel list in worker when wait flag is set (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: update channel list in reg notifier instead reg worker (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-23133}
- wifi: ath12k: Add Support to Calculate and Display TPC Values (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add Support to Parse TPC Event from Firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Dump additional PDEV receive rate HTT stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Dump PDEV receive rate HTT stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Dump PDEV transmit rate HTT stats (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: add support for MU EDCA (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add support for reading variant from ACPI to download board data file (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Adjust the timing to access ACPI table (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add Support for enabling or disabling specific features based on ACPI bitflag (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: handle ath12k_mac_ieee80211_sta_bw_to_wmi() for link sta (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: relocate ath12k_mac_ieee80211_sta_bw_to_wmi() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Avoid napi_sync() before napi_enable() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: prevent CSA counter to reach 0 and hit WARN_ON_ONCE (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: update the latest CSA counter (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: fix handling of CSA offsets in beacon template command (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: update beacon template function to use arvif structure (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtl8xxxu: retry firmware download on error (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Don't use static local variable in rtw8821c_set_tx_power_index_by_rate (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtl8xxxu: Enable AP mode for RTL8192CU (RTL8188CUS) (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: pci: not assert wiphy_lock to free early_h2c for PCI probe/remove (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: remove definition of driver mutex (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: manual cosmetic along lockdep_assert_wiphy() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: remove consumers of driver mutex (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: debugfs: use debugfs_short_fops (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: debugfs: use wiphy_locked_debugfs_{read,write}() if needed (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: debugfs: specify buffer size allocated by devm_kazlloc() for reading (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: debugfs: implement file_ops::read/write to replace seq_file (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: use wiphy_work() to replace ieee802111_work() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: cleanup unused rtwdev::roc_work (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: regd: refactor init/setup flow and prototype (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: regd: handle supported regulatory functions by country (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: regd: support loading regd table from fw element (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: disable CFO track when two PHY are working simultaneously (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: support EDCCA log per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: support EDCCA per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: support ch_info per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: support DIG per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: support env_monitor per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: add PHY context array to support functions per PHY (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: phy: rename to RTW89_PHY_NUM as proper naming (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: remove return for empty tx bitrate in mac_op_sta_statistics (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: remove peer extra rssi update (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath9k: do not submit zero bytes to the entropy pool (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath9k: return by of_get_mac_address (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fetch regdb.bin file from board-2.bin (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: mwifiex: Constify struct mwifiex_if_ops (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Enable monitor ring mask for QCN9274 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Handle monitor drop TLVs scenario (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Avoid memory leak while enabling statistics (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37743}
- wifi: ath12k: Handle PPDU spread across multiple buffers (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Optimize NAPI budget by adjusting PPDU processing (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Handle end reason for the monitor destination ring (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add drop descriptor handling for monitor ring (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fix end offset bit definition in monitor ring descriptor (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37944}
- wifi: ath12k: Restructure the code for monitor ring processing (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Avoid code duplication in monitor ring processing (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Avoid multiple times configuring monitor filter (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Enable filter config for monitor destination ring (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Add HTT source ring ID for monitor rings (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Fix pdev lookup in WBM error processing (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Request pdev stats from firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Request beacon stats from firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Request vdev stats from firmware (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: fix memory leak in ath12k_pci_remove() (Jose Ignacio Tornos Martinez) [RHEL-89168] {CVE-2025-37744}
- wifi: ath12k: encode max Tx power in scan channel list command (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: fix memory leak in ath11k_xxx_remove() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: report station mode signal strength (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: report station mode receive rate for IEEE 802.11be (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: report station mode transmit rate (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Disable MLO in Factory Test Mode (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: add factory test mode support (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath: create common testmode_i.h file for ath drivers (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB issues (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.2 (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: rtw89: coex: Add protect to avoid A2DP lag while Wi-Fi connecting (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Refactor Rx status TLV parsing procedure argument (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Refactor the monitor Tx/RX handler procedure arguments (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath12k: Refactor the monitor Rx parser handler argument (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath9k: use unsigned long for activity check timestamp (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath9k: cleanup struct ath_tx_control and ath_tx_prepare() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- wifi: ath11k: convert timeouts to secs_to_jiffies() (Jose Ignacio Tornos Martinez) [RHEL-89168]
- config: wifi: disable new unsupported configuration options (Jose Ignacio Tornos Martinez) [RHEL-89168]
- config: wifi: enable iwlmld driver (Jose Ignacio Tornos Martinez) [RHEL-89168]
- ntb_hw_amd: Add NTB PCI ID for new gen CPU (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ptdma: Move variable condition check to the first place and remove redundancy (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ae4dma: Remove deprecated PCI IDs (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ae4dma: Register debugfs using ptdma_debugfs_setup (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ptdma: Extend ptdma-debugfs to support multi-queue (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_register (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ptdma: Extend ptdma to support multi-channel and version (Jerry Snitselaar) [RHEL-77318]
- redhat/configs: Enable CONFIG_AMD_AE4DMA (Jerry Snitselaar) [RHEL-77318]
- dmaengine: ae4dma: Add AMD ae4dma controller driver (Jerry Snitselaar) [RHEL-77318]
- perf/amd/ibs: Prevent leaking sensitive data to userspace (Michael Petlan) [RHEL-84517]
- perf/core: Export perf_exclude_event() (Michael Petlan) [RHEL-84517]
- perf/x86: Check data address for IBS software filter (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Update DTLB/PageSize decode logic (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Add support for OP Load Latency Filtering (Michael Petlan) [RHEL-22787]
- perf/amd/ibs: Ceil sample_period to min_period (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Add ->check_period() callback (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Add PMU specific minimum period (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Don't allow freq mode event creation through ->config interface (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Fix ->config to sample period calculation for OP PMU (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Remove pointless sample period check (Michael Petlan) [RHEL-84517]
- perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros (Michael Petlan) [RHEL-84517]
- perf/x86: Relax privilege filter restriction on AMD IBS (Michael Petlan) [RHEL-84517]
- perf vendor events amd: Update Zen 5 data cache fill events (Michael Petlan) [RHEL-22845]
- perf vendor events amd: Add Zen 5 data fabric metrics (Michael Petlan) [RHEL-22845]
- perf vendor events amd: Add Zen 5 data fabric events (Michael Petlan) [RHEL-22845]
Resolves: RHEL-100966, RHEL-102094, RHEL-102233, RHEL-102648, RHEL-22787, RHEL-22845, RHEL-72660, RHEL-73980, RHEL-77318, RHEL-80096, RHEL-84199, RHEL-84517, RHEL-84976, RHEL-89041, RHEL-89168, RHEL-93593, RHEL-93612, RHEL-94431

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-15 16:17:44 -03:00
Augusto Caringi
438d88b23f kernel-5.14.0-599.el9
* Fri Jul 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-599.el9]
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-99806]
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-99806]
- powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add (Mamatha Inamdar) [RHEL-90597]
- net: page_pool: avoid false positive warning if NAPI was never added (Ivan Vecera) [RHEL-93737]
- page_pool: remove WARN_ON() with OR (Ivan Vecera) [RHEL-93737]
- redhat/configs: enable CONFIG_TCG_SVSM (Stefano Garzarella) [RHEL-87276]
- x86/sev: Register tpm-svsm platform device (Stefano Garzarella) [RHEL-87276]
- tpm: Add SNP SVSM vTPM driver (Stefano Garzarella) [RHEL-87276]
- svsm: Add header with SVSM_VTPM_CMD helpers (Stefano Garzarella) [RHEL-87276]
- x86/sev: Add SVSM vTPM probe/send_command functions (Stefano Garzarella) [RHEL-87276]
- tpm: Make chip->{status,cancel,req_canceled} opt (Stefano Garzarella) [RHEL-87276]
- lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly() (Ming Lei) [RHEL-100485]
- fwctl: Fix repeated device word in log message (Benjamin Poirier) [RHEL-86016]
- mlx5: Create an auxiliary device for fwctl_mlx5 (Benjamin Poirier) [RHEL-86016]
- fwctl/mlx5: Support for communicating with mlx5 fw (Benjamin Poirier) [RHEL-86016]
- fwctl: Add documentation (Benjamin Poirier) [RHEL-86016]
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Benjamin Poirier) [RHEL-86016]
- taint: Add TAINT_FWCTL (Benjamin Poirier) [RHEL-86016]
- fwctl: FWCTL_INFO to return basic information about the device (Benjamin Poirier) [RHEL-86016]
- fwctl: Basic ioctl dispatch for the character device (Benjamin Poirier) [RHEL-86016]
- fwctl: Add basic structure for a class subsystem with a cdev (Benjamin Poirier) [RHEL-86016]
- scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() (Karan Kumar) [RHEL-90133]
- scsi: fnic: Set appropriate logging level for log message (Karan Kumar) [RHEL-90133]
- scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths (Karan Kumar) [RHEL-90133]
- scsi: fnic: Turn off FDMI ACTIVE flags on link down (Karan Kumar) [RHEL-90133]
- scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out (Karan Kumar) [RHEL-90133]
- Revert "tty/serial: 8250: Sort drivers in Makefile" (Lenny Szubowicz) [RHEL-69911]
- audit: fix suffixed '/' filename matching (Ricardo Robaina) [RHEL-78967 RHEL-90107]
- audit: Use str_yes_no() helper function (Ricardo Robaina) [RHEL-78967]
- audit: Reorganize kerneldoc parameter names (Ricardo Robaina) [RHEL-78967]
- audit: Make use of str_enabled_disabled() helper (Ricardo Robaina) [RHEL-78967]
- audit: use task_tgid_nr() instead of task_pid_nr() (Ricardo Robaina) [RHEL-78967]
- redhat: enable test_kmod, test_module and install kmod selftests (Herton R. Krzesinski) [RHEL-94010]
- lib/test_kmod: do not hardcode/depend on any filesystem (Herton R. Krzesinski) [RHEL-94010]
- test_kmod: stop kernel-doc warnings (Herton R. Krzesinski) [RHEL-94010]
- testing: use the copyleft-next-0.3.1 SPDX tag (Herton R. Krzesinski) [RHEL-94010]
- redhat: spec: refresh the License field (Herton R. Krzesinski) [RHEL-94010]
- LICENSES: Add the copyleft-next-0.3.1 license (Herton R. Krzesinski) [RHEL-94010]
- lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB (Herton R. Krzesinski) [RHEL-94010]
- s390/ism: add release function for struct device (Christoph Schlameuss) [RHEL-73486]
- s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH (Christoph Schlameuss) [RHEL-73486]
- s390/netiucv: Switch over to sysfs_emit() (Christoph Schlameuss) [RHEL-73486]
- octeon_ep: Fix host hang issue during device reboot (Kamal Heib) [RHEL-86703]
- sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CKI Backport Bot) [RHEL-101328] {CVE-2025-38089}
Resolves: RHEL-100485, RHEL-101328, RHEL-69911, RHEL-73486, RHEL-78967, RHEL-86016, RHEL-86703, RHEL-87276, RHEL-90107, RHEL-90133, RHEL-90597, RHEL-93737, RHEL-94010, RHEL-99806

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-11 11:59:24 -03:00
Augusto Caringi
9b122c38e0 kernel-5.14.0-598.el9
* Mon Jul 07 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-598.el9]
- ibmvnic: Use kernel helpers for hex dumps (CKI Backport Bot) [RHEL-89020] {CVE-2025-22104}
- SUNRPC: Cleanup/fix initial rq_pages allocation (Benjamin Coddington) [RHEL-91267]
- udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (CKI Backport Bot) [RHEL-99125] {CVE-2022-49846}
- platform/x86: dell_rbu: Bump version (David Arcari) [RHEL-87406]
- platform/x86: dell_rbu: Stop overwriting data buffer (David Arcari) [RHEL-87406]
- platform/x86: dell_rbu: Fix list usage (David Arcari) [RHEL-87406]
- platform/x86: dell_rbu: Fix lock context warning (David Arcari) [RHEL-87406]
- platform/x86: use PLATFORM_DEVID_NONE instead of -1 [partial] (David Arcari) [RHEL-87406]
- nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable (Maurizio Lombardi) [RHEL-96225]
- nvme-pci: make nvme_pci_npages_prp() __always_inline (Maurizio Lombardi) [RHEL-96225]
- nvme: unblock ctrl state transition for firmware update (Maurizio Lombardi) [RHEL-96225]
- nvmet-tcp: don't restore null sk_state_change (Maurizio Lombardi) [RHEL-96225]
- nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS (Maurizio Lombardi) [RHEL-96225]
- nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS (Maurizio Lombardi) [RHEL-96225]
- nvme-tcp: fix premature queue removal and I/O failover (Maurizio Lombardi) [RHEL-96225]
- nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (Maurizio Lombardi) [RHEL-96225]
- nvme-pci: fix queue unquiesce check on slot_reset (Maurizio Lombardi) [RHEL-96225]
- cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit() (Phil Auld) [RHEL-96250]
- cpufreq/sched: Explicitly synchronize limits_changed flag handling (Phil Auld) [RHEL-96250]
- cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS (Phil Auld) [RHEL-96250]
- Revert "sched/core: Reduce cost of sched_move_task when config autogroup" (Phil Auld) [RHEL-96250]
- sched/membarrier: Fix redundant load of membarrier_state (Phil Auld) [RHEL-96250]
- sched: Clarify wake_up_q()'s write to task->wake_q.next (Phil Auld) [RHEL-96250]
- freezer, sched: Report frozen tasks as 'D' instead of 'R' (Phil Auld) [RHEL-96250]
- selftests: bpf: test batch lookup on array of maps with holes (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Add test case for the freeing of bpf_timer (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDED (Jerome Marchand) [RHEL-85486]
- bpftool: Fix control flow graph segfault during edge creation (Jerome Marchand) [RHEL-85486]
- bpf: Use preempt_count() directly in bpf_send_signal_common() (Jerome Marchand) [RHEL-85486]
- bpf: skip non exist keys in generic_map_lookup_batch (Jerome Marchand) [RHEL-85486]
- bpf: Fix softlockup in arena_map_free on 64k page kernel (Jerome Marchand) [RHEL-83203 RHEL-85486 RHEL-96489] {CVE-2025-21851}
- bpf: avoid holding freeze_mutex during mmap operation (Jerome Marchand) [RHEL-83348 RHEL-85486] {CVE-2025-21853}
- bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic (Jerome Marchand) [RHEL-85486]
- bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT (Jerome Marchand) [RHEL-85486]
- bpf: Send signals asynchronously if !preemptible (Jerome Marchand) [RHEL-81243 RHEL-85486] {CVE-2025-21728}
- libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED (Jerome Marchand) [RHEL-85486]
- libbpf: Fix return zero when elf_begin failed (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test (Jerome Marchand) [RHEL-85486]
- bpf: Use refcount_t instead of atomic_t for mmap_count (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Avoid generating untracked files when running bpf selftests (Jerome Marchand) [RHEL-85486]
- bpf: Fix deadlock when freeing cgroup storage (Jerome Marchand) [RHEL-83308 RHEL-85486] {CVE-2024-58088}
- bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing (Jerome Marchand) [RHEL-85486]
- bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Fix fill_link_info selftest on powerpc (Jerome Marchand) [RHEL-85486]
- libbpf: Fix segfault due to libelf functions not setting errno (Jerome Marchand) [RHEL-85486]
- selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata (Jerome Marchand) [RHEL-85486]
- libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing (Jerome Marchand) [RHEL-85486]
- scsi: qla2xxx: Update version to 10.02.09.400-k (Nilesh Javali) [RHEL-90557]
- scsi: qla2xxx: Supported speed displayed incorrectly for VPorts (Nilesh Javali) [RHEL-90557]
- scsi: qla2xxx: Fix NVMe and NPIV connect issue (Nilesh Javali) [RHEL-90557]
- scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cnt (Nilesh Javali) [RHEL-90557]
- scsi: qla2xxx: Move FCE Trace buffer allocation to user control (Nilesh Javali) [RHEL-90557]
- scsi: qla2xxx: Fix abort in bsg timeout (Nilesh Javali) [RHEL-90557]
- ipv6: mcast: extend RCU protection in igmp6_send() (Hangbin Liu) [RHEL-81467] {CVE-2025-21759}
- tcp: adjust rcvq_space after updating scaling ratio (Guillaume Nault) [RHEL-97545]
- ALSA: update RHEL kconfigs for 6.15 upstream code (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda: do not use missing devm_kmalloc_array() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: fix type_max() issue (rhel only) (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: acp70: Fix for missing acp_dev_data structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: add regulator support to dmic codec (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: Convert dmic-codec to DT schema (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: Add schema for "awinic,aw88166" (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Create DAI drivers from DisCo (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Create ALSA controls from DisCo (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Create DAPM widgets and routes from DisCo (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: Add component level pin switches (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Move allocation of PDE delays array (Jaroslav Kysela) [RHEL-80657]
- Documentation: driver: add SoundWire BRA description (Jaroslav Kysela) [RHEL-80657]
- regcache: Add support for sorting defaults arrays (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: imx-card: Add playback-only and capture-only property (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: wcd937x-sdw: Add static channel mapping support (Jaroslav Kysela) [RHEL-80657]
- HID: hid-plantronics: Add mic mute mapping and generalize quirks (Jaroslav Kysela) [RHEL-80657]
- dt-bindings: mfd: motorola-cpcap: Document audio-codec interrupts (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Fix minor typo (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Remove regmap module macros (Jaroslav Kysela) [RHEL-80657]
- ALSA: ppc: Remove i2c client removal hack (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek - Add new HP ZBook laptop with micmute led fixup (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform (Jaroslav Kysela) [RHEL-80657]
- ALSA: pcm: Fix race of buffer access at PCM OSS layer (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB Camera (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda: Fix UAF when reloading module (Jaroslav Kysela) [RHEL-80657]
- ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() (Jaroslav Kysela) [RHEL-80657]
- ALSA: sh: SND_AICA should depend on SH_DMA_API (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Add sample rate quirk for Audioengine D1 (Jaroslav Kysela) [RHEL-80657]
- ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info (Jaroslav Kysela) [RHEL-80657]
- ALSA/hda: intel-sdw-acpi: Correct sdw_intel_acpi_scan() function parameter (Jaroslav Kysela) [RHEL-80657]
- ALSA: seq: Fix delivery of UMP events to group ports (Jaroslav Kysela) [RHEL-80657]
- ASoc: SOF: topology: connect DAI to a single DAI link (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: fix for irq handler return status (Jaroslav Kysela) [RHEL-80657]
- ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37934}
- ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakers (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek - Add more HP laptops which need mute led fixup (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Fix built-mic regression on other ASUS models (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Fix duplicated name in MIDI substream names (Jaroslav Kysela) [RHEL-80657]
- ALSA: ump: Fix buffer overflow at UMP SysEx message conversion (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37891}
- ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: Apply volume control on speaker+lineout for HP EliteStudio AIO (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mach) failure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37919}
- ASoC: amd: acp: Fix NULL pointer deref on acp resume path (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-acpi-intel-ptl-match: add empty item to ptl_cs42l43_l3[] (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42l43: Disable headphone clamps during type detection (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek - Enable speaker for HP platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: sof_sdw: Add NULL check in asoc_sdw_rt_dmic_rtd_init() (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence (Jaroslav Kysela) [RHEL-80657]
- ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs-amp-lib-test: Don't select SND_SOC_CS_AMP_LIB (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: Add of_match_table for aw888081 driver (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event (Jaroslav Kysela) [RHEL-80657]
- soundwire: bus: Fix race on the creation of the IRQ domain (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42l43: Reset clamp override on jack removal (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/cirrus_scodec_test: Don't select dependencies (Jaroslav Kysela) [RHEL-80657]
- ALSA: azt2320: Replace deprecated strcpy() with strscpy() (Jaroslav Kysela) [RHEL-80657]
- ASoC: hdmi-codec: use RTD ID instead of DAI ID for ELD entry (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/tas2781: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl_asrc_dma: get codec or cpu dai from backend (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: Fix sc7280 lpass potential buffer overflow (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37979}
- ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek - Support mute led function for HP platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: imx-card: Add NULL check in imx_card_probe() (Jaroslav Kysela) [RHEL-80657] {CVE-2025-22066}
- ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (Jaroslav Kysela) [RHEL-80657]
- ASoC: q6apm-dai: make use of q6apm_get_hw_pointer (Jaroslav Kysela) [RHEL-80657]
- ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns. (Jaroslav Kysela) [RHEL-80657]
- ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment. (Jaroslav Kysela) [RHEL-80657]
- ASoC: q6apm: add q6apm_get_hw_pointer helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: hda/ptl: Move mic privacy change notification sending to a work (Jaroslav Kysela) [RHEL-80657]
- ALSA/hda: intel-sdw-acpi: Remove (explicitly) unused header (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: Let SND_SOF_SOF_HDA_SDW_BPT select SND_HDA_EXT_CORE (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/tas2781: Upgrade calibratd-data writing code to support Alpha and Beta dsp firmware (Jaroslav Kysela) [RHEL-80657]
- ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error path (Jaroslav Kysela) [RHEL-80657]
- ASoC: sma1307: Fix error handling in sma1307_setting_loaded() (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wsa884x: Correct VI sense channel mask (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wsa883x: Correct VI sense channel mask (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: tas2781-i2c: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: cs35l56: Remove unnecessary NULL check before release_firmware() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80657]
- ALSA: timer: Don't take register_mutex with copy_from/to_user() (Jaroslav Kysela) [RHEL-80657] {CVE-2025-23134}
- ASoC: SDCA: Correct handling of selected mode DisCo property (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: yc: update quirk data for new Lenovo model (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3247 (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3315 (Jaroslav Kysela) [RHEL-80657]
- ASoC: dmic: Fix NULL pointer dereference (Jaroslav Kysela) [RHEL-80657]
- ALSA: oxygen: Fix dependency on CONFIG_PM_SLEEP (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Apply platform_max after deciding control type (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Remove some unnecessary local variables (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Factor out common code from get callbacks (Jaroslav Kysela) [RHEL-80657]
- irqdomain: sound: Switch to irq_domain_create_linear() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Factor out common code from put callbacks (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Factor out common code from info callbacks (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Remove snd_soc_put_volsw_range() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Remove snd_soc_get_volsw_range() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Remove snd_soc_info_volsw_range() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Add control to register value helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Replace snd_soc_read_signed() with new helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Factor out helper to check valid control values (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Update mask generation to use GENMASK (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Update comments for xr_sx control helpers (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Minor formatting fixups (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops-test: Add some basic kunit tests for soc-ops (Jaroslav Kysela) [RHEL-80657]
- ALSA: echoaudio: remove unused variable (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2781: Support dsp firmware Alpha and Beta seaies (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: ntp8918: Remove duplicate clk.h header (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: j721e-evm: Reduce log level for EPROBE_DEFER (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix acp_common_hw_ops declaration error (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix acp_resource duplicate symbol error (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix snd_soc_acpi_mach id's duplicate symbol error (Jaroslav Kysela) [RHEL-80657]
- ASoC: pcm3168a: Convert to EXPORT_GPL_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: xtensa: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra30: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra20: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra210: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra186: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: pci: Convert to EXPORT_NS_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: acpi: Convert to EXPORT_NS_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rockchip: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rcar: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8195: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8192: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8186: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8183: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8173: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt6797: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt2701: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: catpt: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: img: Convert to RUNTIME_PM_OPS() and co (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl: Convert to RUNTIME_PM_OPS() and co (Jaroslav Kysela) [RHEL-80657]
- ASoC: dwc: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wsa884x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wsa883x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wsa881x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm8994: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm8962: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm8804: Convert to EXPORT_GPL_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm5100: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm2200: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wcd939x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wcd938x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: wcd937x: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ts3a227e: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2552: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rtq9128: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt9120: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt722: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt721: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt715: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt712: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt711: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt700-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt5682-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt5645: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt5514: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt1320-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt1318-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt1316-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt1308-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt1017-sdca-sdw: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: pcm512x: Convert to EXPORT_GPL_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mt6660: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98927: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max9860: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98520: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98396: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98390: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98373: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: max98090: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: lpass: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: hdac_hdmi: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: da7213: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: cx2072x: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs53l30: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs4349: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs43130: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42xx8: Convert to EXPORT_GPL_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42l83: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42l51: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs42l42: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs4234: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs35l34: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs35l33: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs35l32: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ASoC: ak5558: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: ak4458: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: ak4375: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: ac97: convert timeouts to secs_to_jiffies() (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: Add DMI quirk for ACP6X mic support (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs35l56: Remove redundant 'flush_workqueue()' calls (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wcd937x: fix a potential memory leak in wcd937x_soc_codec_probe() (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37941}
- ASoC: soc-pcm: tidyup function name to snd_soc_dpcm_be_can_xxx() (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix leak in acp_pci_probe() (Jaroslav Kysela) [RHEL-80657]
- ASoC: tlv320adc3xxx: remove unnecessary NULL check before clk_disable_unprepare() (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra: Use non-atomic timeout for ADX status register (Jaroslav Kysela) [RHEL-80657]
- ASoC: sma1307: Add NULL check in sma1307_setting_loaded() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add support for GE Entity properties (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add SDCA Control Range data access helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add type flag for Controls (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Allow naming of imp def controls (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Use __free() to manage local buffers (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Tidy up initialization write parsing (Jaroslav Kysela) [RHEL-80657]
- ASoC: pcm3008: Convert to GPIO descriptors (Jaroslav Kysela) [RHEL-80657]
- ASoC: pcm1681: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: Add aw88166 amplifier driver (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Always honor no_shutup_pins (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Fix CME quirk for UF series keyboards (Jaroslav Kysela) [RHEL-80657]
- ALSA: intel-hdmi-audio: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: vx222: Convert to DEFINE_SIMPLE_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: oxygen: Convert to EXPORT_SIMPLE_DEV_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/tegra: Convert to RUNTIME_PM_OPS() & co (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda-intel: Convert to RUNTIME_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: Use RUNTIME_PM_OPS() and pm_ptr() (Jaroslav Kysela) [RHEL-80657]
- ALSA: pcm: Convert to SYSTEM_SLEEP_PM_OPS() (Jaroslav Kysela) [RHEL-80657]
- ALSA: atmel: Convert to DEFINE_SIMPLE_DEV_PM_OPS() macro (Jaroslav Kysela) [RHEL-80657]
- ALSA: ac97: Convert to RUNTIME_PM_OPS() macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: sun4i-codec: add h616 card long_name (Jaroslav Kysela) [RHEL-80657]
- ASoC: sun4i-codec: support hp-det-gpios property (Jaroslav Kysela) [RHEL-80657]
- ASoC: sun4i-codec: correct dapm widgets and controls for h616 (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2770: Fix and redo I/V sense TDM slot setting logic (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2770: Factor out set_ivsense_slots (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Add control concerning overcurrent events (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Extend driver to SN012776 (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4-topology: Allocate ref_params on stack (Jaroslav Kysela) [RHEL-80657]
- ALSA: ctxfi: change dao_set_input functions from kzalloc to kcalloc (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: speyside: Free gpiod table (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor renoir platform resource structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor rembrant platform resource structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor acp63 platform resource structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor acp70 platform resource structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Remove white line (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driver (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Remove redundant acp_dev_data structure (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Add new interrupt handle callbacks in acp_common_hw_ops (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor acp machine select (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor acp platform device creation (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Refactor dmic-codec platform device creation (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Implement acp_common_hw_ops support for acp platforms (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Remove redundant acp70 chip->name (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-ptl-match: Add cs42l43 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() (Jaroslav Kysela) [RHEL-80657]
- ASoC: cs35l41: check the return value from spi_setup() (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt711-sdca: add DP0 support (Jaroslav Kysela) [RHEL-80657]
- soundwire: debugfs: add interface for BPT/BRA transfers (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda-sdw-bpt: add CHAIN_DMA support (Jaroslav Kysela) [RHEL-80657]
- soundwire: intel_ace2x: add BPT send_async/wait callbacks (Jaroslav Kysela) [RHEL-80657]
- soundwire: intel: add BPT context definition (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA (Jaroslav Kysela) [RHEL-80657]
- soundwire: intel_auxdevice: add indirection for BPT send_async/wait (Jaroslav Kysela) [RHEL-80657]
- soundwire: cadence: add BTP/BRA helpers to format data (Jaroslav Kysela) [RHEL-80657]
- soundwire: bus: add bpt_stream pointer (Jaroslav Kysela) [RHEL-80657]
- soundwire: bus: add send_async/wait APIs for BPT protocol (Jaroslav Kysela) [RHEL-80657]
- soundwire: stream: reuse existing code for BPT stream (Jaroslav Kysela) [RHEL-80657]
- soundwire: stream: special-case the bus compute_params() routine (Jaroslav Kysela) [RHEL-80657]
- soundwire: stream: extend sdw_alloc_stream() to take 'type' parameter (Jaroslav Kysela) [RHEL-80657]
- soundwire: extend sdw_stream_type to BPT (Jaroslav Kysela) [RHEL-80657]
- soundwire: cadence: add BTP support for DP0 (Jaroslav Kysela) [RHEL-80657]
- ASoC: dmic: add regulator support (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: ptl: Add support for mic privacy (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: hda/shim: Add callbacks to handle mic privacy change for sdw (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda-mlink: Add support for mic privacy in VS SHIM registers (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4: Add support for Intel HW managed mic privacy messaging (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: Create ptl.c as placeholder for Panther Lake features (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: mtl: Stop exporting dsp_ops callback functions (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: lnl/ptl: Only set dsp_ops which differs from MTL (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: mtl: Split up dsp_ops setup code (Jaroslav Kysela) [RHEL-80657]
- ALSA: seq: Avoid client data changes during proc reads (Jaroslav Kysela) [RHEL-80657]
- ALSA: seq: Improve data consistency at polling (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger() (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: reuse dpcm_state_string() (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: Fix changes to DECLARE_ADAU17X1_DSP_MUX_CTRL (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-ptl-match: add cs42l43 6x cs35l56 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-lnl-match: add cs42l43 6x cs35l56 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-ptl-match: add sdw multi function mockup codec (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-lnl-match: add sdw multi function mockup codec (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: add multi-function SDW mockup codec match (Jaroslav Kysela) [RHEL-80657]
- ASoC: sdw_utils: add mic and amp dais to 0xaaaa codec (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l3_rt1320_l12 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb_l3_rt1320_l2 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: Intel: adl: add 2xrt1316 audio configuration (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: merge soc_pcm_hw_update_format/subformat() (Jaroslav Kysela) [RHEL-80657]
- ASoC: doc: use SND_SOC_DAILINK_xxx() macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpers (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: tm2_wm5110: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: tobermory: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: speyside: Convert to GPIO descriptor (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: lowland: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: littlemill: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: bells: Drop unused include (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 (Jaroslav Kysela) [RHEL-80657]
- ASoC: Tidy up SOC_DOUBLE_R_* helpers (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: Use ASoC control macros where possible (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: Add missing SOC_DAPM_DOUBLE_R_TLV() helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: atmel: tse850-pcm5142: Use SOC_SINGLE_EXT() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: wsa881x: Use SOC_SINGLE_EXT_TLV() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm9713: Use SOC_DOUBLE_EXT() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm9712: Use SOC_SINGLE_EXT() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: wcd938x: Use SOC_SINGLE_EXT_TLV() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2562: Use SOC_SINGLE_EXT_TLV() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: sma1307: Use SOC_SINGLE_EXT() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt715: Remove duplicate SOC_DOUBLE_R_EXT() helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: Remove unused helper macro (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wsa883x: Implement temperature reading and hwmon (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: hda-dai: Remove unnecessary bool conversion (Jaroslav Kysela) [RHEL-80657]
- ASoC: audio-graph-card2-custom-sample.dtsi: remove original sample (Jaroslav Kysela) [RHEL-80657]
- ASoC: audio-graph-card2-custom-sample2.dtsi: Separate Sample DT (Jaroslav Kysela) [RHEL-80657]
- ASoC: audio-graph-card2-custom-sample1.dtsi: Separate Sample DT (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-dai: remove SND_SOC_DAIFMT_CB{MS}_CF{MS} (Jaroslav Kysela) [RHEL-80657]
- ASoC: rockchip: rockchip_rt5645: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: rockchip: rockchip_max98090: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: rockchip: rk3399_gru_sound: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: rockchip: rk3288_hdmi_analog: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8195-mt6359: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8192-mt6359-rt1015-rt5682: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8183-da7219-max98357: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8173-rt5650-rt5514: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8173-rt5650-rt5676: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8173-max98090: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8173-rt5650: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt2701-cs42448: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt2701-wm8960: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: smdk_wm8994pcm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: midas_wm1811: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: aries_wm8994: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: smdk_wm8994: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: littlemill: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: tm2_wm5110: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: tobermory: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: speyside: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: lowland: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: arndale: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: odroid: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: bells: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: samsung: snow: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: max98357a: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: max98927: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: nau8825: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: ssm4567: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: da7219: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: rt5514: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: rt298: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: rt286: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: intel: rt274: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra: tegra_wm8903: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra: tegra_asoc_machine: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: meson: meson-card-utils: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: meson: t9015: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ux500: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: lochnagar-sc: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: sgtl5000: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: src4xxx: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: twl4030: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: arizona: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: madera: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm9713: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm9081: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8996: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8995: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8994: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8993: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8991: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8990: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8988: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8985: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8983: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8978: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8974: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8971: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8962: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8961: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8960: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8955: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8940: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8904: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8903: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8900: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8804: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8776: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8770: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8753: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8750: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8741: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8737: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8728: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8711: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8580: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8524: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8523: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8510: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8400: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm8350: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm5100: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: wm2200: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5682s: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5682: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5677: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5670: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5668: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5665: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5663: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5660: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5659: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5651: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5645: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5640: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5631: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt5616: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt1308: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt1305: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt1016: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt1015: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt1011: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt298: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt286: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rt274: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: rk817: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: nau8825: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: nau8824: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: nau8822: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: nau8810: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: nau8540: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: da9055: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: da732x: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: da7219: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: da7218: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: da7210: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs53l30: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs43130: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42xx8: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42l73: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42l56: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42l52: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42l51: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs42l42: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs35l34: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs35l33: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs35l32: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs4341: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs4271: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs4270: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs4265: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codec: cs4234: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: sc7280: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: sc7180: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: pxa: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: mxs: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: omap3pandora: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: omap-twl4030: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: davinci-evm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: j721e-evm: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: ams-delta: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: osk5912: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: n810: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: Documentation: Codec to Codec: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5677: Update definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt298: Update definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt286: Update definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5682: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5670: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5668: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5665: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5663: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5660: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5659: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5651: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5645: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5640: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt5514: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt274: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1318: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1308: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1305: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1019: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1016: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1015: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: rt1011: Fix definition of device_id tables (Jaroslav Kysela) [RHEL-80657]
- ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event() (Jaroslav Kysela) [RHEL-80657]
- ALSA: es18xx: Fix spelling mistake "grap" -> "grab" (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: enable support for Presonus Studio 1824c within 1810c file (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add helper to write out defaults and fixed values (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add regmap helpers for parsing for DisCo Constant values (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add generic regmap SDCA helpers (Jaroslav Kysela) [RHEL-80657]
- ALSA: opti9xx: fix inconsistent indenting warning in snd_opti9xx_configure() (Jaroslav Kysela) [RHEL-80657]
- ALSA: emu10k1: fix inconsistent indenting warning in snd_emu10k1_synth_free() (Jaroslav Kysela) [RHEL-80657]
- ALSA: pcm: Drop superfluous NULL check in snd_pcm_format_set_silence() (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: change the log level for command response log (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2781: Clean up for some define (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt712-sdca: Add FU05 playback switch control (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: acp70: Remove unnecessary if-check (Jaroslav Kysela) [RHEL-80657]
- ASoC: q6dsp: q6apm: replace kzalloc() with kcalloc() in q6apm_map_memory_regions() (Jaroslav Kysela) [RHEL-80657]
- ASoC: sh: migor: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: ti: rx51: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: kirkwood: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- ASoC: Documentation: DPCM: use inclusive language for SND_SOC_DAIFMT_CBx_CFx (Jaroslav Kysela) [RHEL-80657]
- sound/virtio: Fix cancel_sync warnings on uninitialized work_structs (Jaroslav Kysela) [RHEL-80657] {CVE-2025-37805}
- ASoC: topology: Save num_channels value for mixer controls (Jaroslav Kysela) [RHEL-80657]
- ASoC: topology: Create kcontrols based on their type (Jaroslav Kysela) [RHEL-80657]
- ASoC: imx-card: Add playback_only or capture_only support (Jaroslav Kysela) [RHEL-80657]
- ASoC: cros_ec_codec: Use str_enable_disable() helper in wov_enable_put() (Jaroslav Kysela) [RHEL-80657]
- ASoC: atmel: atmel-classd: Use str_enabled_disabled() helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl: fsl_qmc_audio: Remove unnecessary bool conversions (Jaroslav Kysela) [RHEL-80657]
- ALSA: arm: aaci: Constify amba_id table (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-core: Use str_yes_no() in snd_soc_close_delayed_work() (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: fix inconsistent indenting warning in check_and_handle_sdw_dma_irq() (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl: imx-pcm-fiq: Switch to use hrtimer_setup() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: Use str_enable_disable() helper (Jaroslav Kysela) [RHEL-80657]
- ASoC: wm_hubs: Use str_enable_disable() in wm_hubs_update_class_w() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc3: Use str_enabled_disabled() helper function (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Intel: Don't import non-existing module namespace (Jaroslav Kysela) [RHEL-80657]
- ASoC: ops: Enforce platform maximum on initial value (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Mark SW_RESET as volatile (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Wait for ramp-down after shutdown (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2764: Power up/down amp on mute ops (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: cleanup dpcm_fe_dai_do_trigger() (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: cleanup dpcm_dai_trigger_fe_be() (Jaroslav Kysela) [RHEL-80657]
- ASoC: remove dpcm_process_paths() (Jaroslav Kysela) [RHEL-80657]
- ASoC: remove update from snd_soc_card (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: remove duplicate param from __soc_pcm_hw_params() (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: makes dpcm_dapm_stream_event() void (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-ops: makes snd_soc_read_signed() void (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-core: makes snd_soc_set_dmi_name() local (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: no need to check dpcm->fe on dpcm_be_connect() (Jaroslav Kysela) [RHEL-80657]
- soundwire: slave: fix an OF node reference leak in soundwire slave device (Jaroslav Kysela) [RHEL-80657]
- soundwire: Use str_enable_disable-like helpers (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: add soundwire host wake interrupt enable/disable sequence (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: set ACP_PME_EN during runtime suspend sequence (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: set device power state during suspend/resume sequence (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: add support for ACP7.0 & ACP7.1 platforms (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: add debug log for soundwire wake event (Jaroslav Kysela) [RHEL-80657]
- soundwire: amd: change the soundwire wake enable/disable sequence (Jaroslav Kysela) [RHEL-80657]
- soundwire: Revert "soundwire: intel_auxdevice: start the bus at default frequency" (Jaroslav Kysela) [RHEL-80657]
- soundwire: cadence_master: set frame shape and divider based on actual clk freq (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra: Remove the isomgr_bw APIs export (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: use switch statements for acp pci revision id check (Jaroslav Kysela) [RHEL-80657]
- ASoC: adau1701: use gpiod_multi_set_value_cansleep (Jaroslav Kysela) [RHEL-80657]
- ASoC: fsl_micfil: Add decimation filter bypass mode support (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wcd93xx-sdw: fix of_property_read_bool() warnings (Jaroslav Kysela) [RHEL-80657]
- ASoC: tscs454: Use str_enable_disable() in pll_power_event() (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda: intel: Fix Optimus when GPU has no sound (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add support for PDE Entity properties (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add support for clock Entity properties (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add support for IT/OT Entity properties (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add Channel Cluster parsing (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add parsing for Control range structures (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add SDCA Control parsing (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add support for Entity 0 (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Parse initialization write table (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Add code to parse Function information (Jaroslav Kysela) [RHEL-80657]
- ASoC: SDCA: Minor formatting and naming tweaks (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: amd_sdw: Add quirks for Dell SKU's (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: amd-acp70-acpi-match: Add RT1320 & RT722 combination soundwire machine (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 support (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1 platforms (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: update Pink Sardine platform Kconfig description (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: update file description and copyright year (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: update module description (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add soundwire wake interrupt handling (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add soundwire dma interrupts handling for ACP7.0 platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: implement function to restore dma config for ACP7.0 platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add ACP7.0 & ACP7.1 specific soundwire dma driver changes (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add pm ops related hw_ops for ACP7.0 & ACP7.1 platforms (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add pci driver hw_ops for ACP7.0 & ACP7.1 variants (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: rename acp_restore_sdw_dma_config() function (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: refactor soundwire dma interrupts enable/disable sequence (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: refactor soundwire dma driver code (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: store acp revision id in SoundWire dma driver private data (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: refactor soundwire dma interrupt handling (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add soundwire dma irq thread callback (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add callback to read acp pin configuration (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add callback functions for acp pci driver pm ops (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: add acp pci driver hw_ops for acp6.3 platform (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: use macro for ACP6.3 pci revision id (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: ps: rename structure names, variable and other macros (Jaroslav Kysela) [RHEL-80657]
- ASoC: tas2781: Switch to use %%ptTsr (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-pcm: use snd_soc_ret() (Jaroslav Kysela) [RHEL-80657]
- ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-utils: care -EOPNOTSUPP on snd_soc_ret() (Jaroslav Kysela) [RHEL-80657]
- ASoC: add common snd_soc_ret() and use it (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4: Add support for split firmware releases (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: unexport dapm_mark_endpoints_dirty() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4-pcm: Move out be_rate initialization from for loop in fixup (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: unexport snd_soc_dapm_update_dai() (Jaroslav Kysela) [RHEL-80657]
- ASoC: dapm: unexport snd_soc_dapm_init() (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt8186: Remove unused mt8186_afe_(suspend|resume)_clock (Jaroslav Kysela) [RHEL-80657]
- ASoC: qcom: sdw: Add get and set channel maps support from codec to cpu dais (Jaroslav Kysela) [RHEL-80657]
- soundwire: qcom: Add set_channel_map api support (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wcd937x: Add static channel mapping support in wcd937x-sdw (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: ipc4-topology: Improve the information in prepare_copier prints (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: pcm: Add snd_sof_pcm specific wrappers for dev_dbg() and dev_err() (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: pcm: Move period/buffer configuration print after platform open (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: Relocate and rework functionality for PCM stream freeing (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt722: get lane mapping property (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: mediatek: Use str_on_off() helper function (Jaroslav Kysela) [RHEL-80657]
- ASoC: amd: acp: Use str_low_high() helper function (Jaroslav Kysela) [RHEL-80657]
- ASoC: dmic: Add DSD big endian format support (Jaroslav Kysela) [RHEL-80657]
- ALSA: docs: Fix module paths in /sys (Jaroslav Kysela) [RHEL-80657]
- ALSA: docs: Fix typo (Jaroslav Kysela) [RHEL-80657]
- ASoC: hdmi-codec: dump ELD through procfs (Jaroslav Kysela) [RHEL-80657]
- ALSA: hda/hdmi: extract common interface for ELD handling (Jaroslav Kysela) [RHEL-80657]
- ALSA: lola: Remove unused lola_(save|restore)_mixer (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: wcd934x: use wcd934x binding header (Jaroslav Kysela) [RHEL-80657]
- ASoC: dt-bindings: Add bindings for WCD934x DAIs (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: pcm3168a: Relax probing conditions (Jaroslav Kysela) [RHEL-80657]
- ASoC: codecs: pcm3168a: Add ACPI match table (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties (Jaroslav Kysela) [RHEL-80657]
- ASoC: soc-ops: remove soc-dpcm.h (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: mt6358: Remove unused functions (Jaroslav Kysela) [RHEL-80657]
- ASoC: SOF: topology: Use krealloc_array() to replace krealloc() (Jaroslav Kysela) [RHEL-80657]
- ASoC: tegra: Add interconnect support (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt722-sdca: Make use of new expanded MBQ regmap (Jaroslav Kysela) [RHEL-80657]
- ASoC: rt722-sdca: Add some missing readable registers (Jaroslav Kysela) [RHEL-80657]
- ASoC: mediatek: Remove unused mtk_memif_set_rate (Jaroslav Kysela) [RHEL-80657]
- ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (Jaroslav Kysela) [RHEL-80657]
- ASoC: cpcap: Implement jack detection (Jaroslav Kysela) [RHEL-80657]
- ASoC: cpcap: Implement .set_bias_level (Jaroslav Kysela) [RHEL-80657]
- ASoC: hdmi-codec: allow to refine formats actually supported (Jaroslav Kysela) [RHEL-80657]
- mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (Rafael Aquini) [RHEL-78678] {CVE-2025-21693}
- mm: zswap: move allocations during CPU init outside the lock (Rafael Aquini) [RHEL-78678] {CVE-2025-21693}
- mm: zswap: properly synchronize freeing resources during CPU hotunplug (Rafael Aquini) [RHEL-78678] {CVE-2025-21693}
Resolves: RHEL-78678, RHEL-80657, RHEL-81243, RHEL-81467, RHEL-83203, RHEL-83308, RHEL-83348, RHEL-85486, RHEL-87406, RHEL-89020, RHEL-90557, RHEL-91267, RHEL-96225, RHEL-96250, RHEL-96489, RHEL-97545, RHEL-99125

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-07 17:36:22 -03:00
Augusto Caringi
093da9f036 kernel-5.14.0-597.el9
* Thu Jul 03 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-597.el9]
- perf/x86/intel: Fix crash in icl_update_topdown_event() (Michael Petlan) [RHEL-47444]
- perf/x86/intel: Check the X86 leader for pebs_counter_event_group (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snapshotting (Michael Petlan) [RHEL-47444]
- perf/x86/intel: Only check the group flag for X86 leader (Michael Petlan) [RHEL-47444]
- perf/x86/intel: Support PEBS counters snapshotting (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBS (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Factor out functions for PEBS records processing (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Clarify adaptive PEBS processing (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFG (Michael Petlan) [RHEL-47444]
- perf/x86/intel/ds: Add PEBS format 6 (Michael Petlan) [RHEL-47444]
- perf/x86/intel: Apply static call for drain_pebs (Michael Petlan) [RHEL-47444]
- perf: Avoid the read if the count is already updated (Michael Petlan) [RHEL-47444]
- perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (Michael Petlan) [RHEL-47444]
- vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CKI Backport Bot) [RHEL-97108] {CVE-2025-37799}
- mm/huge_memory: fix dereferencing invalid pmd migration entry (Rafael Aquini) [RHEL-96372] {CVE-2025-37958}
- s390/pci: Serialize device addition and removal (Mete Durlu) [RHEL-94952]
- s390/pci: Allow re-add of a reserved but not yet removed device (Mete Durlu) [RHEL-94952]
- s390/pci: Prevent self deletion in disable_slot() (Mete Durlu) [RHEL-94952]
- s390/pci: Remove redundant bus removal and disable from zpci_release_device() (Mete Durlu) [RHEL-94952]
- s390/pci: Fix missing check for zpci_create_device() error return (Mete Durlu) [RHEL-94952]
- usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (Desnes Nunes) [RHEL-78837]
- usb: typec: thunderbolt: Remove IS_ERR check for plug (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (Desnes Nunes) [RHEL-78837]
- USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (Desnes Nunes) [RHEL-78837]
- thunderbolt: Prevent use-after-free in resume from hibernate (Desnes Nunes) [RHEL-78837]
- usb: typec: ucsi: Fix NULL pointer access (Desnes Nunes) [RHEL-78837] {CVE-2025-21918}
- usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card Reader (Desnes Nunes) [RHEL-78837]
- USB: serial: option: fix Telit Cinterion FE990A name (Desnes Nunes) [RHEL-78837]
- USB: serial: option: add Telit Cinterion FE990B compositions (Desnes Nunes) [RHEL-78837]
- USB: serial: option: match on interface class for Telit FN990B (Desnes Nunes) [RHEL-78837]
- usb: dwc3: Set SUSPENDENABLE soon after phy init (Desnes Nunes) [RHEL-78837]
- usb: hub: lack of clearing xHC resources (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Prevent irq storm when TH re-executes (Desnes Nunes) [RHEL-78837]
- xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts (Desnes Nunes) [RHEL-78837]
- Revert "drivers/card_reader/rtsx_usb: Restore interrupt based detection" (Desnes Nunes) [RHEL-78837]
- usb: xhci: Enable the TRB overfetch quirk on VIA VL805 (Desnes Nunes) [RHEL-78837]
- usb: typec: ucsi: increase timeout for PPM reset operations (Desnes Nunes) [RHEL-78837]
- usb: atm: cxacru: fix a flaw in existing endpoint checks (Desnes Nunes) [RHEL-78837] {CVE-2025-21916}
- usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERY (Desnes Nunes) [RHEL-78837]
- usb: roles: set switch registered flag early on (Desnes Nunes) [RHEL-78837]
- USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist (Desnes Nunes) [RHEL-78837]
- usb: gadget: core: flush gadget workqueue after device removal (Desnes Nunes) [RHEL-78837] {CVE-2025-21838}
- usb: core: fix pipe creation for get_bMaxPacketSize0 (Desnes Nunes) [RHEL-78837]
- usb: dwc3: Fix timeout issue during controller enter/exit from halt state (Desnes Nunes) [RHEL-78837]
- USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone (Desnes Nunes) [RHEL-78837]
- USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk (Desnes Nunes) [RHEL-78837]
- usb: cdc-acm: Fix handling of oversized fragments (Desnes Nunes) [RHEL-78837]
- usb: cdc-acm: Check control transfer buffer size before access (Desnes Nunes) [RHEL-78837] {CVE-2025-21704}
- usb: xhci: Restore xhci_pci support for Renesas HCs (Desnes Nunes) [RHEL-78837]
- USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI (Desnes Nunes) [RHEL-78837]
- USB: serial: option: drop MeiG Smart defines (Desnes Nunes) [RHEL-78837]
- USB: serial: option: fix Telit Cinterion FN990A name (Desnes Nunes) [RHEL-78837]
- USB: serial: option: add Telit Cinterion FN990B compositions (Desnes Nunes) [RHEL-78837]
- USB: serial: option: add MeiG Smart SLM828 (Desnes Nunes) [RHEL-78837]
- USB: hub: Ignore non-compliant devices with too many configs or interfaces (Desnes Nunes) [RHEL-78837] {CVE-2025-21776}
- usb: dwc3: Document nostream_work (Desnes Nunes) [RHEL-78837]
- usb: phy: generic: Use proper helper for property detection (Desnes Nunes) [RHEL-78837]
- usb: hcd: Bump local buffer size in rh_string() (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS (Desnes Nunes) [RHEL-78837]
- usb: xhci: tegra: Fix OF boolean read warning (Desnes Nunes) [RHEL-78837]
- usb: host: xhci-plat: add support compatible ID PNP0D15 (Desnes Nunes) [RHEL-78837]
- usb: typec: ucsi: Add a macro definition for UCSI v1.0 (Desnes Nunes) [RHEL-78837]
- usb: dwc3: core: Defer the probe until USB power supply ready (Desnes Nunes) [RHEL-78837]
- usbip: Correct format specifier for seqnum from %%d to %%u (Desnes Nunes) [RHEL-78837]
- usbip: Fix seqnum sign extension issue in vhci_tx_urb (Desnes Nunes) [RHEL-78837]
- usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Reinitiate stream for all host NoStream behavior (Desnes Nunes) [RHEL-78837]
- USB: Use str_enable_disable-like helpers (Desnes Nunes) [RHEL-78837]
- USB: typec: Use str_enable_disable-like helpers (Desnes Nunes) [RHEL-78837]
- USB: host: Use str_enable_disable-like helpers (Desnes Nunes) [RHEL-78837]
- USB: Replace own str_plural with common one (Desnes Nunes) [RHEL-78837]
- xhci: don't mess with ->d_iname (Desnes Nunes) [RHEL-78837]
- debugfs: Return error during {full/open}_proxy_open() on rmmod (Desnes Nunes) [RHEL-78837]
- memstick: core: fix kernel-doc notation (Desnes Nunes) [RHEL-78837]
- usb: phy: Remove API devm_usb_put_phy() (Desnes Nunes) [RHEL-78837]
- Documentation: devres: add missing PHY helpers (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE (Desnes Nunes) [RHEL-78837]
- usb: host: xhci-plat: Assign shared_hcd->rsrc_start (Desnes Nunes) [RHEL-78837]
- usb: dwc3: Skip resume if pm_runtime_set_active() fails (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: Correct indentation and style in DTS example (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: Add RZ/V2M USB3DRD binding (Desnes Nunes) [RHEL-78837]
- drivers/card_reader/rtsx_usb: Restore interrupt based detection (Desnes Nunes) [RHEL-78837]
- USB: serial: ch341: use fix-width types consistently (Desnes Nunes) [RHEL-78837]
- USB: serial: ch341: add hardware flow control RTS/CTS (Desnes Nunes) [RHEL-78837]
- thunderbolt: Expose router DROM through debugfs (Desnes Nunes) [RHEL-78837]
- thunderbolt: Handle DisplayPort tunnel activation asynchronously (Desnes Nunes) [RHEL-78837]
- thunderbolt: Rework tb_tunnel_consumed_bandwidth() (Desnes Nunes) [RHEL-78837]
- thunderbolt: Move forward declarations in one place (Desnes Nunes) [RHEL-78837]
- thunderbolt: Pass reason to tb_dp_resource_unavailable() (Desnes Nunes) [RHEL-78837]
- thunderbolt: Drop tb_tunnel_restart() (Desnes Nunes) [RHEL-78837]
- thunderbolt: Rework how tunnel->[init|deinit] hooks are called (Desnes Nunes) [RHEL-78837]
- thunderbolt: Show path name in debug log when path is deactivated (Desnes Nunes) [RHEL-78837]
- thunderbolt: Make tb_tunnel_one_dp() return void (Desnes Nunes) [RHEL-78837]
- thunderbolt: Increase DPRX capabilities read timeout (Desnes Nunes) [RHEL-78837]
- thunderbolt: Debug log an invalid config space reply just once (Desnes Nunes) [RHEL-78837]
- thunderbolt: Log config space when invalid config space reply is received (Desnes Nunes) [RHEL-78837]
- thunderbolt: Drop doubled empty line from ctl.h (Desnes Nunes) [RHEL-78837]
- thunderbolt: debugfs: Add write capability to path config space (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Add Kurokesu C1 PRO camera (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a camera (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Implement dual stream quirk to fix loss of usb packets (Desnes Nunes) [RHEL-78837]
- media: Add common header file with JPEG marker definitions (Desnes Nunes) [RHEL-78837]
- media: s5p-jpeg: rename JPEG marker constants to prevent build warnings (Desnes Nunes) [RHEL-78837]
- USB: usbip: Update USB/IP OP_REP_IMPORT documentation. (Desnes Nunes) [RHEL-78837]
- xhci: Add missing capability definition bits (Desnes Nunes) [RHEL-78837]
- xhci: Add command completion parameter support (Desnes Nunes) [RHEL-78837]
- xhci: dbgtty: Improve performance by handling received data immediately. (Desnes Nunes) [RHEL-78837]
- xhci: dbc: Improve performance by removing delay in transfer event polling. (Desnes Nunes) [RHEL-78837]
- phy: core: Simplify API of_phy_simple_xlate() implementation (Desnes Nunes) [RHEL-78837]
- usb: typec: Print err when displayport fails to enter (Desnes Nunes) [RHEL-78837]
- usb: typec: Make active on port altmode writable (Desnes Nunes) [RHEL-78837]
- usb: typec: Add driver for Thunderbolt 3 Alternate Mode (Desnes Nunes) [RHEL-78837]
- redhat/configs: Enable CONFIG_TYPEC_TBT_ALTMODE in RHEL (Desnes Nunes) [RHEL-78837]
- usb: typec: Only use SVID for matching altmodes (Desnes Nunes) [RHEL-78837]
- modpost: call module_alias_printf() from all do_*_entry() functions (Desnes Nunes) [RHEL-78837]
- modpost: pass (struct module *) to do_*_entry() functions (Desnes Nunes) [RHEL-78837]
- modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host (Desnes Nunes) [RHEL-78837]
- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host (Desnes Nunes) [RHEL-78837]
- modpost: introduce module_alias_printf() helper (Desnes Nunes) [RHEL-78837]
- modpost: remove left-over cross_compile declaration (Desnes Nunes) [RHEL-78837]
- modpost: remove unnecessary check in do_acpi_entry() (Desnes Nunes) [RHEL-78837]
- modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host (Desnes Nunes) [RHEL-78837]
- modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness (Desnes Nunes) [RHEL-78837]
- modpost: remove incorrect code in do_eisa_entry() (Desnes Nunes) [RHEL-78837]
- kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Fix incorrect UDC state after manual deconfiguration (Desnes Nunes) [RHEL-78837]
- usbip: Accept arbitrarily long scatter-gather list (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpm: Add new AMS for Get_Revision response (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpm: Add support for parsing pd-revision DT property (Desnes Nunes) [RHEL-78837]
- dt-bindings: connector: Add pd-revision property (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: maxim,max33359: add usage of sink bc12 time property (Desnes Nunes) [RHEL-78837]
- usb: typec: tcpci: set local CC to Rd only when cc1/cc2 status is Rp (Desnes Nunes) [RHEL-78837]
- USB: usblp: remove redundant semicolon (Desnes Nunes) [RHEL-78837]
- USB: Optimize goto logic in API usb_register_driver() (Desnes Nunes) [RHEL-78837]
- usb: common: expand documentation for USB functions (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Announce the user our deprecation intentions (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Allow changing noparam on the fly (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Invert default value for nodrop module param (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Propagate buf->error to userspace (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Flush the control cache when we get an event (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Annotate lock requirements for uvc_ctrl_set (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Remove dangling pointers (Desnes Nunes) [RHEL-78837] {CVE-2024-58002}
- media: uvcvideo: Remove redundant NULL assignment (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Only save async fh if success (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Refactor frame parsing code into a uvc_parse_frame function (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Remove duplicated cap/out code (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Use uvc_query_name in uvc_get_video_ctrl (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Add more logging to uvc_query_ctrl() (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Support partial control reads (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Fix event flags in uvc_ctrl_send_events (Desnes Nunes) [RHEL-78837]
- media: uvcvideo: Fix double free in error path (Desnes Nunes) [RHEL-78837] {CVE-2024-57980}
- mmc: core: Drop the MMC_RSP_R1_NO_CRC response (Desnes Nunes) [RHEL-78837]
- extcon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Desnes Nunes) [RHEL-78837]
- Documentation: extcon: add documentation for Extcon subsystem (Desnes Nunes) [RHEL-78837]
- usb: storage: add a macro for the upper limit of max LUN (Desnes Nunes) [RHEL-78837]
- USB: Fix the issue of task recovery failure caused by USB status when S4 wakes up (Desnes Nunes) [RHEL-78837]
- usb: chipidea: host: Improve port index sanitizing (Desnes Nunes) [RHEL-78837]
- usb: dwc3: core: Disable USB2 retry for DWC_usb31 1.80a and prior (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: qcom,dwc3: Add IPQ5424 to USB DWC3 bindings (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: qcom,dwc3: Add QCS615 to USB DWC3 bindings (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: qcom,dwc3: Make ss_phy_irq optional for X1E80100 (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible (Desnes Nunes) [RHEL-78837]
- dt-bindings: usb: qcom,dwc3: Add QCS8300 to USB DWC3 bindings (Desnes Nunes) [RHEL-78837]
- usb: collapse USB_STORAGE Kconfig comment (Desnes Nunes) [RHEL-78837]
- usb: gadget: functionfs: fix spellos (Desnes Nunes) [RHEL-78837]
- usb: gadget: f_fs: add capability for dfu functional descriptor (Desnes Nunes) [RHEL-78837]
- usb: gadget: ffs: remove ENTER() macro (Desnes Nunes) [RHEL-78837]
- usb: gadget: f_fs: Ensure ep0req is dequeued before free_request (Desnes Nunes) [RHEL-78837]
- usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait (Desnes Nunes) [RHEL-78837] {CVE-2022-49755}
- usb: gadget: f_fs: use io_data->status consistently (Desnes Nunes) [RHEL-78837]
- usb: dwc3: remove unused sg struct member (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: fix writing NYET threshold (Desnes Nunes) [RHEL-78837]
- USB: gadget: udc: core: make udc_class a static const structure (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Cleanup SG handling (Desnes Nunes) [RHEL-78837]
- usb: dwc3: gadget: Fix looping of queued SG entries (Desnes Nunes) [RHEL-78837] {CVE-2024-56698}
- usb: dwc3: gadget: Fix checking for number of TRBs left (Desnes Nunes) [RHEL-78837]
- usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED (Desnes Nunes) [RHEL-78837]
- phy: tegra194: p2u: Allow to enable driver on Tegra234 (Desnes Nunes) [RHEL-78837]
- Partially revert "module: Convert symbol namespace to string literal" (Robert Foss) [RHEL-75951]
- accel: Disable accel/habanalabs (Robert Foss) [RHEL-75951]
- drm: Use old __assign_str function definition (Robert Foss) [RHEL-75951]
- Partially revert "treewide: const qualify ctl_tables where applicable" (Robert Foss) [RHEL-75951]
- Partially revert "treewide: Introduce kthread_run_worker[_on_cpu]()" (Robert Foss) [RHEL-75951]
- Revert "drm/xe: Implement cgroup for vram" (Robert Foss) [RHEL-75951]
- Revert "drm/ttm: Handle cgroup based eviction in TTM" (Robert Foss) [RHEL-75951]
- Revert "drm/drv: Add drmm managed registration helper for dmem cgroups." (Robert Foss) [RHEL-75951]
- drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75951]
- drm/tidss: Run DRM default client setup (Robert Foss) [RHEL-75951]
- redhat/configs: Add new configs from drm 6.14 backport (Robert Foss) [RHEL-75951]
- Merge DRM changes from upstream v6.13..v6.14 (Robert Foss) [RHEL-75951]
- Revert "drm: of: Get MEDIA_BUS_FMT_RGB101010_1X7X5_{JEIDA, SPWG} LVDS data mappings" (Robert Foss) [RHEL-75951]
- Revert "drm: of: Add drm_of_lvds_get_dual_link_pixel_order_sink()" (Robert Foss) [RHEL-75951]
- Partially revert "module: Convert symbol namespace to string literal" (Robert Foss) [RHEL-75951]
- Partially revert "fs: port files to file_ref" (Robert Foss) [RHEL-75951]
- Partially revert "sysfs: treewide: constify attribute callback of bin_is_visible()" (Robert Foss) [RHEL-75951]
- Partially revert "introduce fd_file(), convert all accessors to it." (Robert Foss) [RHEL-75951]
- Partially revert "fdget(), trivial conversions" (Robert Foss) [RHEL-75951]
- drm/amdgpu: Removed duplicate function definition (Robert Foss) [RHEL-75951]
- drm/dp_mst: Remove duplicate definition of update_msg_rx_state (Robert Foss) [RHEL-75951]
- drm/intel: Fix i915_pciids.h being renamed to pciids.h (Robert Foss) [RHEL-75951]
- drm/tegra: Use video aperture helpers (Robert Foss) [RHEL-75951]
- Revert "drm/amd/display: use ARCH_HAS_KERNEL_FPU_SUPPORT" (Robert Foss) [RHEL-75951]
- redhat/configs: Add new configs from drm 6.13 backport (Robert Foss) [RHEL-75951]
- Partially revert "Get rid of 'remove_new' relic from platform driver struct" (Robert Foss) [RHEL-75951]
- kconfig: Fix BACKLIGHT_CLASS_DEVICE circular dependency (Robert Foss) [RHEL-75951]
- kconfig: Fix DRM_PANEL circular dependency (Robert Foss) [RHEL-75951]
- kconfig: Fix HWMON circular dependency (Robert Foss) [RHEL-75951]
- Merge DRM changes from upstream v6.12..v6.13 (Robert Foss) [RHEL-75951]
- x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CKI Backport Bot) [RHEL-98994] {CVE-2025-21991}
- x86/topology: Introduce topology_logical_core_id() (Michael Petlan) [RHEL-23496]
- perf/x86/rapl: Fix error handling in init_rapl_pmus() (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Fix the error checking order (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Add core energy counter support for AMD CPUs (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Move the cntr_mask to rapl_pmus struct (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Remove the global variable rapl_msrs (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Modify the generic variable names to *_pkg* (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Add arguments to the init and cleanup functions (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Make rapl_model struct global (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Rename rapl_pmu variables (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Remove the cpu_to_rapl_pmu() function (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Clean up cpumask and hotplug (Michael Petlan) [RHEL-52654]
- perf/x86/rapl: Move the pmu allocation out of CPU hotplug (Michael Petlan) [RHEL-52654]
- selftests: Warn about skipped tests in result summary (Waiman Long) [RHEL-93414]
- selftests: ksft: Fix finished() helper exit code on skipped tests (Waiman Long) [RHEL-93414]
- kselftest: Move ksft helper module to common directory (Waiman Long) [RHEL-93414]
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (Waiman Long) [RHEL-93414]
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (Waiman Long) [RHEL-93414] {CVE-2025-37963}
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (Waiman Long) [RHEL-93414] {CVE-2025-37948}
- arm64: proton-pack: Expose whether the branchy loop k value (Waiman Long) [RHEL-93414]
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (Waiman Long) [RHEL-93414]
- arm64: insn: Add support for encoding DSB (Waiman Long) [RHEL-93414]
- redhat/configs: Enable CONFIG_MITIGATION_ITS for x86 (Waiman Long) [RHEL-93414]
- selftest/x86/bugs: Add selftests for ITS (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/ibt: Keep IBT disabled during alternative patching (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Align RETs in BHB clear sequence to avoid thunking (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Add support for RSB stuffing mitigation (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Add "vmexit" option to skip mitigation on some CPUs (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Enable Indirect Target Selection mitigation (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Add support for ITS-safe return thunk (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Add support for ITS-safe indirect thunk (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/its: Enumerate Indirect Target Selection (ITS) bug (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- Documentation: x86/bugs/its: Add ITS documentation (Waiman Long) [RHEL-92180 RHEL-93414] {CVE-2024-28956}
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (Waiman Long) [RHEL-93414]
- x86/bpf: Add IBHF call at end of classic BPF (Waiman Long) [RHEL-93414]
- x86/bpf: Call branch history clearing sequence on exit (Waiman Long) [RHEL-93414]
- x86/bugs: Add RSB mitigation document (Waiman Long) [RHEL-93414]
- x86/bugs: Don't fill RSB on context switch with eIBRS (Waiman Long) [RHEL-93414]
- x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (Waiman Long) [RHEL-93414]
- x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (Waiman Long) [RHEL-93414]
- x86/bugs: Use SBPB in write_ibpb() if applicable (Waiman Long) [RHEL-93414]
- x86/bugs: Rename entry_ibpb() to write_ibpb() (Waiman Long) [RHEL-93414]
- x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (Waiman Long) [RHEL-93414]
- x86/bugs: Use the cpu_smt_possible() helper instead of open-coded code (Waiman Long) [RHEL-93414]
- x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds (Waiman Long) [RHEL-93414]
- x86/bugs: Relocate mds/taa/mmio/rfds defines (Waiman Long) [RHEL-93414]
- x86/bugs: Add X86_BUG_SPECTRE_V2_USER (Waiman Long) [RHEL-93414]
- x86/bugs: Remove X86_FEATURE_USE_IBPB (Waiman Long) [RHEL-93414]
- KVM: nVMX: Always use IBPB to properly virtualize IBRS (Waiman Long) [RHEL-93414]
- x86/bugs: Use a static branch to guard IBPB on vCPU switch (Waiman Long) [RHEL-93414]
- x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set() (Waiman Long) [RHEL-93414]
- x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation() (Waiman Long) [RHEL-93414]
- x86/bugs: Move the X86_FEATURE_USE_IBPB check into callers (Waiman Long) [RHEL-93414]
- arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHB (Waiman Long) [RHEL-93414]
- arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (Waiman Long) [RHEL-93414]
- x86/rfds: Exclude P-only parts from the RFDS affected list (Waiman Long) [RHEL-93414]
- x86/cpu: Update x86_match_cpu() to also use cpu-type (Waiman Long) [RHEL-93414]
- x86/cpu: Add cpu_type to struct x86_cpu_id (Waiman Long) [RHEL-93414]
- x86/cpu: Shorten CPU matching macro (Waiman Long) [RHEL-93414]
- x86/cpu: Fix the description of X86_MATCH_VFM_STEPS() (Waiman Long) [RHEL-93414]
- x86/cpu: Fix typo in x86_match_cpu()'s doc (Waiman Long) [RHEL-93414]
- x86/cpu: Expose only stepping min/max interface (Waiman Long) [RHEL-93414]
- x86/entry: Have entry_ibpb() invalidate return predictions (Waiman Long) [RHEL-93414]
- tools/include: Sync x86 headers with the kernel sources (Waiman Long) [RHEL-93414]
- x86/platform/atom: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- cpufreq: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- EDAC/skx: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- EDAC/i10nm: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL (Waiman Long) [RHEL-93414]
- x86/aperfmperf: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- x86/apic: Switch to new Intel CPU model defines (Waiman Long) [RHEL-93414]
- EDAC/i10nm: Add Intel Grand Ridge micro-server support (Waiman Long) [RHEL-93414]
- cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk (CKI Backport Bot) [RHEL-72662]
- redhat/configs: Enable CONFIG_AMPERE_ERRATUM_AC04_CPU_23 (Gavin Shan) [RHEL-93666]
- KVM: arm64: VHE: Synchronize CPTR trap deactivation (Gavin Shan) [RHEL-93666]
- KVM: arm64: VHE: Synchronize restore of host debug registers (Gavin Shan) [RHEL-93666]
- KVM: arm64: Explicitly treat routing entry type changes as changes (Gavin Shan) [RHEL-93666]
- arm64: Add override for MPAM (Gavin Shan) [RHEL-93666]
- KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation race (Gavin Shan) [RHEL-93666]
- KVM: arm64: Unmap vLPIs affected by changes to GSI routing information (Gavin Shan) [RHEL-93666]
- KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding() (Gavin Shan) [RHEL-93666]
- KVM: arm64: Protect vLPI translation with vgic_irq::irq_lock (Gavin Shan) [RHEL-93666]
- KVM: arm64: Use lock guard in vgic_v4_set_forwarding() (Gavin Shan) [RHEL-93666]
- arm64: sysreg: Drag linux/kconfig.h to work around vdso build issue (Gavin Shan) [RHEL-93666]
- arm64: errata: Work around AmpereOne's erratum AC04_CPU_23 (Gavin Shan) [RHEL-93666]
- KVM: selftests: Confirm exposing MTE_frac does not break migration (Gavin Shan) [RHEL-93666]
- KVM: arm64: Make MTE_frac masking conditional on MTE capability (Gavin Shan) [RHEL-93666]
- arm64/sysreg: Expose MTE_frac so that it is visible to KVM (Gavin Shan) [RHEL-93666]
- KVM: arm64: Drop sort_memblock_regions() (Gavin Shan) [RHEL-93666]
- KVM: arm64: selftest: Don't try to disable AArch64 support (Gavin Shan) [RHEL-93666]
- KVM: arm64: Prevent userspace from disabling AArch64 support at any virtualisable EL (Gavin Shan) [RHEL-93666]
- KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode (Gavin Shan) [RHEL-93666]
- KVM: arm64: Let kvm_vcpu_read_pmcr() return an EL-dependent value for PMCR_EL0.N (Gavin Shan) [RHEL-93666]
- KVM: arm64: Handle out-of-bound write to MDCR_EL2.HPMN (Gavin Shan) [RHEL-93666]
- KVM: arm64: Don't let userspace write to PMCR_EL0.N when the vcpu has EL2 (Gavin Shan) [RHEL-93666]
- KVM: arm64: Allow userspace to limit the number of PMU counters for EL2 VMs (Gavin Shan) [RHEL-93666]
- KVM: arm64: Contextualise the handling of PMCR_EL0.P writes (Gavin Shan) [RHEL-93666]
- KVM: arm64: Fix MDCR_EL2.HPMN reset value (Gavin Shan) [RHEL-93666]
- KVM: arm64: Repaint pmcr_n into nr_pmu_counters (Gavin Shan) [RHEL-93666]
- KVM: arm64: Use acquire/release to communicate FF-A version negotiation (Gavin Shan) [RHEL-93666]
- KVM: arm64: Don't translate FAR if invalid/unsafe (Gavin Shan) [RHEL-93666]
- arm64: Convert HPFAR_EL2 to sysreg table (Gavin Shan) [RHEL-93666]
- KVM: arm64: Only read HPFAR_EL2 when value is architecturally valid (Gavin Shan) [RHEL-93666]
- KVM: arm64: Tear down vGIC on failed vCPU creation (Gavin Shan) [RHEL-93666]
- KVM: arm64: PMU: Reload when resetting (Gavin Shan) [RHEL-93666]
- KVM: arm64: PMU: Reload when user modifies registers (Gavin Shan) [RHEL-93666]
- KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs (Gavin Shan) [RHEL-93666]
- KVM: arm64: PMU: Assume PMU presence in pmu-emul.c (Gavin Shan) [RHEL-93666]
- KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} (Gavin Shan) [RHEL-93666]
- KVM: arm64: Copy guest CTR_EL0 into hyp VM (Gavin Shan) [RHEL-93666]
- KVM: arm64: Document ordering requirements for irqbypass (Gavin Shan) [RHEL-93666]
- KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI not found (Gavin Shan) [RHEL-93666]
- KVM: arm64: vgic-v4: Only WARN for HW IRQ mismatch when unmapping vLPI (Gavin Shan) [RHEL-93666]
- KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs (Gavin Shan) [RHEL-93666]
- KVM: arm64: Set HCR_EL2.TID1 unconditionally (Gavin Shan) [RHEL-93666]
- KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters (Gavin Shan) [RHEL-93666]
- KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters (Gavin Shan) [RHEL-93666]
- KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored (Gavin Shan) [RHEL-93666]
- KVM: arm64: Disable MPAM visibility by default and ignore VMM writes (Gavin Shan) [RHEL-93666]
- KVM: arm64: Add a macro for creating filtered sys_reg_descs entries (Gavin Shan) [RHEL-93666]
- KVM: arm64: Fix missing traps of guest accesses to the MPAM registers (Gavin Shan) [RHEL-93666]
- arm64: cpufeature: discover CPU support for MPAM (Gavin Shan) [RHEL-93666]
- arm64: head.S: Initialise MPAM EL2 registers and disable traps (Gavin Shan) [RHEL-93666]
- arm64/sysreg: Convert existing MPAM sysregs and add the remaining entries (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Reprogram PMU events affected by nested transition (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Apply EL2 event filtering when in hyp context (Gavin Shan) [RHEL-93666]
- KVM: arm64: Add helpers to determine if PMC counts at a given EL (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN (Gavin Shan) [RHEL-93666]
- KVM: arm64: Rename kvm_pmu_valid_counter_mask() (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY (Gavin Shan) [RHEL-93666]
- KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps (Gavin Shan) [RHEL-93666]
- arm64: Fix usage of new shifted MDCR_EL2 values (Gavin Shan) [RHEL-93666]
- arm64: sysreg: Migrate MDCR_EL2 definition to table (Gavin Shan) [RHEL-93666]
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Gavin Shan) [RHEL-93666]
- arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a (Gavin Shan) [RHEL-93666]
- scsi: lpfc: Create lpfc_vmid_info sysfs entry (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still unset (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Copyright updates for 14.4.0.9 patches (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Update lpfc version to 14.4.0.9 (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbk (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Prevent failure to reregister with NVMe transport after PRLI retry (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Notify FC transport of rport disappearance during PCI fcn reset (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commands (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Use memcpy() for BIOS version (Dick Kennedy) [RHEL-89476]
- scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flag (Dick Kennedy) [RHEL-89476]
- smb: client: fix perf regression with deferred closes (Paulo Alcantara) [RHEL-92919]
- smb3 client: fix open hardlink on deferred close file error (Paulo Alcantara) [RHEL-92919]
- loop: add file_start_write() and file_end_write() (Ming Lei) [RHEL-90207]
- loop: don't require ->write_iter for writable files in loop_configure (Ming Lei) [RHEL-90207]
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-90207]
- loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-90207]
- loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-90207]
- block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-87965]
- blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-90190]
- selftests/memfd/memfd_test: fix possible NULL pointer dereference (Joel Savitz) [RHEL-94835]
- Documentation/mm: fix spelling mistake (Audra Mitchell) [RHEL-88452]
Resolves: RHEL-23496, RHEL-47444, RHEL-52654, RHEL-72662, RHEL-75951, RHEL-78837, RHEL-87965, RHEL-88452, RHEL-89476, RHEL-90190, RHEL-90207, RHEL-92180, RHEL-92919, RHEL-93414, RHEL-93666, RHEL-94835, RHEL-94952, RHEL-96372, RHEL-97108, RHEL-98994

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-07-03 13:04:17 -03:00
Augusto Caringi
a1ae27cc7d kernel-5.14.0-596.el9
* Thu Jun 26 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-596.el9]
- x86/entry: Add __init to ia32_emulation_override_cmdline() (Michael Petlan) [RHEL-52969]
- selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size (Felix Maurer) [RHEL-83553]
- selftests/bpf: Add launch time request to xdp_hw_metadata (Felix Maurer) [RHEL-83553]
- selftests/bpf: xdp_hw_metadata reduce sleep interval (Felix Maurer) [RHEL-83553]
- xsk: Add launch time hardware offload support to XDP Tx metadata (Felix Maurer) [RHEL-83553]
- ice/ptp: fix crosstimestamp reporting (Petr Oros) [RHEL-83543]
- ice: fix rebuilding the Tx scheduler tree for large queue counts (Petr Oros) [RHEL-83543]
- ice: create new Tx scheduler nodes for new queues only (Petr Oros) [RHEL-83543]
- ice: fix Tx scheduler error handling in XDP callback (Petr Oros) [RHEL-83543]
- ice: Fix LACP bonds without SRIOV environment (Petr Oros) [RHEL-83543]
- ice: fix vf->num_mac count with port representors (Petr Oros) [RHEL-83543]
- ice: use DSN instead of PCI BDF for ice_adapter index (Petr Oros) [RHEL-83543]
- ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr() (Petr Oros) [RHEL-83543]
- ice: fix Get Tx Topology AQ command error on E830 (Petr Oros) [RHEL-83543]
- ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (Petr Oros) [RHEL-83543]
- ice: fix input validation for virtchnl BW (Petr Oros) [RHEL-83543]
- ice: validate queue quanta parameters to prevent OOB access (Petr Oros) [RHEL-83543]
- ice: stop truncating queue ids when checking (Petr Oros) [RHEL-83543]
- virtchnl: make proto and filter action count unsigned (Petr Oros) [RHEL-83543]
- ice: fix reservation of resources for RDMA when disabled (Petr Oros) [RHEL-83543]
- ice: health.c: fix compilation on gcc 7.5 (Petr Oros) [RHEL-83543]
- ice: E825C PHY register cleanup (Petr Oros) [RHEL-83543]
- ice: Refactor E825C PHY registers info struct (Petr Oros) [RHEL-83543]
- ice: rename ice_ptp_init_phc_eth56g function (Petr Oros) [RHEL-83543]
- ice: Add E830 checksum offload support (Petr Oros) [RHEL-83543]
- ice: register devlink prior to creating health reporters (Petr Oros) [RHEL-83543]
- ice: Fix switchdev slow-path in LAG (Petr Oros) [RHEL-83543]
- ice: fix memory leak in aRFS after reset (Petr Oros) [RHEL-83543]
- ice: do not configure destination override for switchdev (Petr Oros) [RHEL-83543]
- ice: dpll: Remove newline at the end of a netlink error message (Petr Oros) [RHEL-83543]
- ice: Avoid setting default Rx VSI twice in switchdev setup (Petr Oros) [RHEL-83543]
- virtchnl: add enumeration for the rxdid format (Petr Oros) [RHEL-83543]
- ice: support Rx timestamp on flex descriptor (Petr Oros) [RHEL-83543]
- virtchnl: add support for enabling PTP on iAVF (Petr Oros) [RHEL-83543]
- ice: refactor ice_fdir_create_dflt_rules() function (Petr Oros) [RHEL-83543]
- ice: use generic unrolled_count() macro (Petr Oros) [RHEL-83543]
- ice: count combined queues using Rx/Tx count (Petr Oros) [RHEL-83543]
- ice: Add check for devm_kzalloc() (Petr Oros) [RHEL-83543]
- ice: remove invalid parameter of equalizer (Petr Oros) [RHEL-83543]
- ice: fix ice_parser_rt::bst_key array size (Petr Oros) [RHEL-83543]
- ice: support FW Recovery Mode (Petr Oros) [RHEL-83543]
- ice: use string choice helpers (Petr Oros) [RHEL-83543]
- ice: add fw and port health reporters (Petr Oros) [RHEL-83543]
- ice: add recipe priority check in search (Petr Oros) [RHEL-83543]
- ice: Add MDD logging via devlink health (Petr Oros) [RHEL-83543]
- ice: add Tx hang devlink health reporter (Petr Oros) [RHEL-83543]
- ice: rename devlink_port.[ch] to port.[ch] (Petr Oros) [RHEL-83543]
- ice: cleanup Rx queue context programming functions (Petr Oros) [RHEL-83543]
- ice: move prefetch enable to ice_setup_rx_ctx (Petr Oros) [RHEL-83543]
- ice: reduce size of queue context fields (Petr Oros) [RHEL-83543]
- ice: use <linux/packing.h> for Tx and Rx queue context data (Petr Oros) [RHEL-83543]
- ice: use structures to keep track of queue context size (Petr Oros) [RHEL-83543]
- ice: remove int_q_state from ice_tlan_ctx (Petr Oros) [RHEL-83543]
- ice: fix incorrect PHY settings for 100 GB/s (Petr Oros) [RHEL-83543]
- ice: fix max values for dpll pin phase adjust (Petr Oros) [RHEL-83543]
- ice: Fix VLAN pruning in switchdev mode (Petr Oros) [RHEL-83543]
- ice: Fix NULL pointer dereference in switchdev (Petr Oros) [RHEL-83543]
- ice: Unbind the workqueue (Petr Oros) [RHEL-83543]
- ice: use stack variable for virtchnl_supported_rxdids (Petr Oros) [RHEL-83543]
- ice: initialize pf->supported_rxdids immediately after loading DDP (Petr Oros) [RHEL-83543]
- ice: only allow Tx promiscuous for multicast (Petr Oros) [RHEL-83543]
- ice: Add support for persistent NAPI config (Petr Oros) [RHEL-83543]
- ice: support optional flags in signature segment header (Petr Oros) [RHEL-83543]
- ice: refactor "last" segment of DDP pkg (Petr Oros) [RHEL-83543]
- ice: extend dump serdes equalizer values feature (Petr Oros) [RHEL-83543]
- ice: rework of dump serdes equalizer values feature (Petr Oros) [RHEL-83543]
- ice: Support VF queue rate limit and quanta size configuration (Petr Oros) [RHEL-83543]
- virtchnl: fix m68k build. (Petr Oros) [RHEL-83543]
- virtchnl: support queue rate limit and quanta size configuration (Petr Oros) [RHEL-83543]
- ice: Cleanup unused declarations (Petr Oros) [RHEL-83543]
- ice: Use common error handling code in two functions (Petr Oros) [RHEL-83543]
- ice: Make use of assign_bit() API (Petr Oros) [RHEL-83543]
- ice: store max_frame and rx_buf_len only in ice_rx_ring (Petr Oros) [RHEL-83543]
- ice: consistently use q_idx in ice_vc_cfg_qs_msg() (Petr Oros) [RHEL-83543]
- ice: Implement ethtool reset support (Petr Oros) [RHEL-83543]
- crypto: qat - switch to standard pattern for PCI IDs (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove BITS_IN_DWORD() (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove initialization in device class (Vladis Dronov) [RHEL-72769]
- crypto: qat - add shutdown handler to qat_c3xxx (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove redundant prototypes in qat_c3xxx (Vladis Dronov) [RHEL-72769]
- crypto: qat - add shutdown handler to qat_c62x (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove redundant prototypes in qat_c62x (Vladis Dronov) [RHEL-72769]
- crypto: qat - add shutdown handler to qat_dh895xcc (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove redundant prototypes in qat_dh895xcc (Vladis Dronov) [RHEL-72769]
- crypto: qat - add shutdown handler to qat_420xx (Vladis Dronov) [RHEL-72769]
- crypto: qat - add shutdown handler to qat_4xxx (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove access to parity register for QAT GEN4 (Vladis Dronov) [RHEL-72769]
- crypto: qat - set parity error mask for qat_420xx (Vladis Dronov) [RHEL-72769]
- crypto: qat - optimize allocations for fw authentication (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove redundant FW image size check (Vladis Dronov) [RHEL-72769]
- crypto: qat - remove unused members in suof structure (Vladis Dronov) [RHEL-72769]
- crypto: qat - introduce fuse array (Vladis Dronov) [RHEL-72769]
- crypto: qat - add macro to write 64-bit values to registers (Vladis Dronov) [RHEL-72769]
- crypto: qat - refactor service parsing logic (Vladis Dronov) [RHEL-72769]
- crypto: qat - do not export adf_cfg_services (Vladis Dronov) [RHEL-72769]
- crypto: qat - reorder objects in qat_common Makefile (Vladis Dronov) [RHEL-72769]
- crypto: qat - fix object goals in Makefiles (Vladis Dronov) [RHEL-72769]
- crypto: qat - set command ids as reserved (Vladis Dronov) [RHEL-72769]
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-72769]
- crypto: qat - replace deprecated PCI functions (Vladis Dronov) [RHEL-72769]
- lib/string_choices: Rearrange functions in sorted order (Vladis Dronov) [RHEL-72769]
- net: atm: fix use after free in lec_send() (CKI Backport Bot) [RHEL-93133] {CVE-2025-22004}
- PCI/MSI: Remove over-zealous hardware size check in pci_msix_validate_entries() (John W. Linville) [RHEL-89170]
- scsi: smartpqi: Delete a stray tab in pqi_is_parity_write_stream() (Don Brace) [RHEL-96280]
- scsi: smartpqi: Update driver version to 2.1.34-035 (Don Brace) [RHEL-96280]
- scsi: smartpqi: Fix smp_processor_id() call trace for preemptible kernels (Don Brace) [RHEL-96280]
- scsi: smartpqi: Enhance WWID logging logic (Don Brace) [RHEL-96280]
- scsi: smartpqi: Add new PCI IDs (Don Brace) [RHEL-96280]
- scsi: smartpqi: Take drives offline when controller is offline (Don Brace) [RHEL-96280]
- scsi: smartpqi: Use is_kdump_kernel() to check for kdump (Don Brace) [RHEL-96280]
- redhat/configs: Enable CONFIG_PCIE_TPH (Ivan Vecera) [RHEL-94976]
- PCI/TPH: Restore TPH Requester Enable correctly (Ivan Vecera) [RHEL-94976]
- PCI/TPH: Add TPH documentation (Ivan Vecera) [RHEL-94976]
- PCI/TPH: Add Steering Tag support (Ivan Vecera) [RHEL-94976]
- PCI: Add TLP Processing Hints (TPH) support (Ivan Vecera) [RHEL-94976]
- net: ena: Support persistent per-NAPI config. (Dennis Chen) [RHEL-94832]
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-94832]
- net: ena: Fix incorrect indentation (Dennis Chen) [RHEL-94832]
- net: ena: remove devm from ethtool (Dennis Chen) [RHEL-94832]
- net: ena: Remove deadcode (Dennis Chen) [RHEL-94832]
- net: ena: Remove autopolling mode (Dennis Chen) [RHEL-94832]
- ena: Link queues to NAPIs (Dennis Chen) [RHEL-94832]
- ena: Link IRQs to NAPI instances (Dennis Chen) [RHEL-94832]
- locking/semaphore: Use wake_q to wake up processes outside lock critical section (Waiman Long) [RHEL-87008]
- ovl: remove unused forward declaration (Miklos Szeredi) [RHEL-83562]
- ovl: don't allow datadir only (Miklos Szeredi) [RHEL-83562]
- ovl: fail if trusted xattrs are needed but caller lacks permission (Miklos Szeredi) [RHEL-83562]
- ovl: properly handle large files in ovl_security_fileattr (Miklos Szeredi) [RHEL-83562]
- ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (Miklos Szeredi) [RHEL-83562]
- ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err (Miklos Szeredi) [RHEL-83562]
- ima: detect changes to the backing overlay file (Miklos Szeredi) [RHEL-83562]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-83562] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-83562]
- ovl: fix encoding fid for lower only root (Miklos Szeredi) [RHEL-83562]
- ovl: fix wrong lowerdir number check for parameter Opt_lowerdir (Miklos Szeredi) [RHEL-83562]
- ovl: pass string to ovl_parse_layer() (Miklos Szeredi) [RHEL-83562]
- ovl: fix dentry reference leak after changes to underlying layers (Miklos Szeredi) [RHEL-83562]
- ovl: fix memory leak in ovl_parse_param() (Miklos Szeredi) [RHEL-83562]
- ovl: fix misformatted comment (Miklos Szeredi) [RHEL-83562]
- ovl: add support for appending lowerdirs one by one (Miklos Szeredi) [RHEL-83562]
- ovl: refactor layer parsing helpers (Miklos Szeredi) [RHEL-83562]
- ovl: store and show the user provided lowerdir mount option (Miklos Szeredi) [RHEL-83562]
- ovl: remove unused code in lowerdir param parsing (Miklos Szeredi) [RHEL-83562]
- ovl: do not encode lower fh with upper sb_writers held (Miklos Szeredi) [RHEL-83562]
- ovl: do not open/llseek lower file with upper sb_writers held (Miklos Szeredi) [RHEL-83562]
- ovl: reorder ovl_want_write() after ovl_inode_lock() (Miklos Szeredi) [RHEL-83562]
- ovl: split ovl_want_write() into two helpers (Miklos Szeredi) [RHEL-83562]
- fs: export mnt_{get,put}_write_access() to modules (Miklos Szeredi) [RHEL-83562]
- ovl: add helper ovl_file_modified() (Miklos Szeredi) [RHEL-83562]
- ovl: protect copying of realinode attributes to ovl inode (Miklos Szeredi) [RHEL-83562]
- ovl: punt write aio completion to workqueue (Miklos Szeredi) [RHEL-83562]
- ovl: propagate IOCB_APPEND flag on writes to realfile (Miklos Szeredi) [RHEL-83562]
- ovl: use simpler function to convert iocb to rw flags (Miklos Szeredi) [RHEL-83562]
- ovl: rely on SB_I_NOUMASK (Miklos Szeredi) [RHEL-83562]
- ovl: temporarily disable appending lowedirs (Miklos Szeredi) [RHEL-83562]
- ovl: fix regression in showing lowerdir mount option (Miklos Szeredi) [RHEL-83562]
- ovl: fix regression in parsing of mount options with escaped comma (Miklos Szeredi) [RHEL-83562]
- fs: factor out vfs_parse_monolithic_sep() helper (Miklos Szeredi) [RHEL-83562]
- overlayfs: move xattr tables to .rodata (Miklos Szeredi) [RHEL-83562]
- ovl: fix NULL pointer defer when encoding non-decodable lower fid (Miklos Szeredi) [RHEL-83562]
- ovl: make use of ->layers safe in rcu pathwalk (Miklos Szeredi) [RHEL-83562]
- ovl: fix file reference leak when submitting aio (Miklos Szeredi) [RHEL-83562]
- overlayfs: set ctime when setting mtime and atime (Miklos Szeredi) [RHEL-83562]
- ovl: fix incorrect fdput() on aio completion (Miklos Szeredi) [RHEL-83562]
- ovl: use kiocb_{start,end}_write() helpers (Miklos Szeredi) [RHEL-83562]
- ovl: make consistent use of OVL_FS() (Miklos Szeredi) [RHEL-83562]
- ovl: auto generate uuid for new overlay filesystems (Miklos Szeredi) [RHEL-83562]
- ovl: store persistent uuid/fsid with uuid=on (Miklos Szeredi) [RHEL-83562]
- ovl: Handle verity during copy-up (Miklos Szeredi) [RHEL-83562]
- ovl: Validate verity xattr when resolving lowerdata (Miklos Szeredi) [RHEL-83562]
- ovl: Add framework for verity support (Miklos Szeredi) [RHEL-83562]
- ovl: add support for unique fsid per instance (Miklos Szeredi) [RHEL-83562]
- ovl: support encoding non-decodable file handles (Miklos Szeredi) [RHEL-83562]
- ovl: Always reevaluate the file signature for IMA (Miklos Szeredi) [RHEL-83562]
- overlayfs: convert to ctime accessor functions (Miklos Szeredi) [RHEL-83562]
- ovl: move all parameter handling into params.{c,h} (Miklos Szeredi) [RHEL-83562]
- ovl: reserve ability to reconfigure mount options with new mount api (Miklos Szeredi) [RHEL-83562]
- ovl: modify layer parameter parsing (Miklos Szeredi) [RHEL-83562]
- ovl: port to new mount api (Miklos Szeredi) [RHEL-83562]
- ovl: factor out ovl_parse_options() helper (Miklos Szeredi) [RHEL-83562]
- ovl: store enum redirect_mode in config instead of a string (Miklos Szeredi) [RHEL-83562]
- ovl: pass ovl_fs to xino helpers (Miklos Szeredi) [RHEL-83562]
- ovl: clarify ovl_get_root() semantics (Miklos Szeredi) [RHEL-83562]
- ovl: negate the ofs->share_whiteout boolean (Miklos Szeredi) [RHEL-83562]
- ovl: check type and offset of struct vfsmount in ovl_entry (Miklos Szeredi) [RHEL-83562]
- overlayfs: Implement splice-read (Miklos Szeredi) [RHEL-83562]
- ovl: check for ->listxattr() support (Miklos Szeredi) [RHEL-83562]
- ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" (Miklos Szeredi) [RHEL-83562]
- ovl: use inode instead of dentry where possible (Miklos Szeredi) [RHEL-83562]
- ovl: Add comment on upperredirect reassignment (Miklos Szeredi) [RHEL-83562]
- ovl: use plain list filler in indexdir and workdir cleanup (Miklos Szeredi) [RHEL-83562]
- ovl: do not reconnect upper index records in ovl_indexdir_cleanup() (Miklos Szeredi) [RHEL-83562]
- ovl: fix comment typos (Miklos Szeredi) [RHEL-83562]
- ovl: Use ovl mounter's fsuid and fsgid in ovl_link() (Miklos Szeredi) [RHEL-83562]
- ovl: Use "buf" flexible array for memcpy() destination (Miklos Szeredi) [RHEL-83562]
- ovl: fix spelling mistakes (Miklos Szeredi) [RHEL-83562]
- ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() (Miklos Szeredi) [RHEL-83562]
- ovl: fix some kernel-doc comments (Miklos Szeredi) [RHEL-83562]
- ovl: warn if trusted xattr creation fails (Miklos Szeredi) [RHEL-83562]
- ovl: use kvalloc in xattr copy-up (Miklos Szeredi) [RHEL-83562]
- ovl: skip checking lower file's i_writecount on truncate (Miklos Szeredi) [RHEL-83562]
- ovl: relax lookup error on mismatch origin ftype (Miklos Szeredi) [RHEL-83562]
- Revert "ovl: Add framework for verity support" (Miklos Szeredi) [RHEL-83562]
- Revert "ovl: Validate verity xattr when resolving lowerdata" (Miklos Szeredi) [RHEL-83562]
- Revert "ovl: Handle verity during copy-up" (Miklos Szeredi) [RHEL-83562]
- emulex/benet: correct command version selection in be_cmd_get_stats() (Dennis Chen) [RHEL-72658]
- emulex/benet: Annotate flash_cookie as nonstring (Dennis Chen) [RHEL-72658]
- be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink (Dennis Chen) [RHEL-72658]
- be2net: fix potential memory leak in be_xmit() (Dennis Chen) [RHEL-72658]
- be2net: Remove unused declarations (Dennis Chen) [RHEL-72658]
- benet: fix return value check in be_lancer_xmit_workarounds() (Dennis Chen) [RHEL-72658]
- be2net: Extend xmit workaround to BE3 chip (Dennis Chen) [RHEL-72658]
- emulex/benet: clean up some inconsistent indenting (Dennis Chen) [RHEL-72658]
- ethernet/emulex:fix repeated words in comments (Dennis Chen) [RHEL-72658]
- scsi: storvsc: Explicitly set max_segment_size to UINT_MAX (Ewan D. Milne) [RHEL-96744]
- Revert "PCI: Wait for device readiness with Configuration RRS" (John W. Linville) [RHEL-90580]
- Revert "PCI: Rename CRS Completion Status to RRS" (John W. Linville) [RHEL-90580]
- xen/events: replace evtchn_rwlock with RCU (Frank Liang) [RHEL-91670]
- platform/x86: ISST: Correct command storage data length (David Arcari) [RHEL-88232]
Resolves: RHEL-52969, RHEL-72658, RHEL-72769, RHEL-83543, RHEL-83553, RHEL-83562, RHEL-87008, RHEL-88232, RHEL-89170, RHEL-90580, RHEL-91670, RHEL-93133, RHEL-94832, RHEL-94976, RHEL-96280, RHEL-96744

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-06-26 12:04:22 -03:00
Augusto Caringi
40ed1875f6 kernel-5.14.0-595.el9
* Mon Jun 23 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-595.el9]
- Squashfs: fix handling and sanity checking of xattr_ids count (CKI Backport Bot) [RHEL-93466] {CVE-2023-52933}
- treewide: Switch/rename to timer_delete[_sync]() (Dennis Chen) [RHEL-83573]
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Dennis Chen) [RHEL-83573]
- i40e: use generic unrolled_count() macro (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_dcb_hw_get_num_tc (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_asq_send_command_v2 (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_commit_partition_bw_setting (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_del_filter (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_get_cur_guaranteed_fd_count (Dennis Chen) [RHEL-83573]
- i40e: Deadcode profile code (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_(read|write)_phy_register (Dennis Chen) [RHEL-83573]
- i40e: Remove unused i40e_blink_phy_link_led (Dennis Chen) [RHEL-83573]
- i40e: Deadcode i40e_aq_* (Dennis Chen) [RHEL-83573]
- acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl (Jeff Moyer) [RHEL-75893] {CVE-2024-56662}
- io_uring/sqpoll: zero sqd->thread on tctx errors (Jeff Moyer) [RHEL-74645] {CVE-2025-21633}
- i2c: tegra: check msg length in SMBUS block read (Steve Dunnagan) [RHEL-89167]
- x86/CPU/AMD: Print the reason for the last reset (David Arcari) [RHEL-89441]
- Documentation: Add AMD Zen debugging document (David Arcari) [RHEL-89441]
- platform/x86/amd/pmc: Use FCH_PM_BASE definition (David Arcari) [RHEL-89441]
- i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fch.h> (David Arcari) [RHEL-89441]
- i2c: piix4: Make CONFIG_I2C_PIIX4 dependent on CONFIG_X86 (David Arcari) [RHEL-89441]
- i2c: piix4: Export i2c_piix4 driver functions as library (David Arcari) [RHEL-89441]
- i2c: piix4: Move i2c_piix4 macros and structures to common header (David Arcari) [RHEL-89441]
- i2c: piix4: Change the parameter list of piix4_transaction function (David Arcari) [RHEL-89441]
- i2c: don't use ',' after delimiters [partial] (David Arcari) [RHEL-89441]
- i2c: piix4: Register SPDs (David Arcari) [RHEL-89441]
- i2c: piix4: reword according to newest specification (David Arcari) [RHEL-89441]
- i2c: piix4: Fix adapter not be removed in piix4_remove() (David Arcari) [RHEL-89441]
- net: geneve: Leverage core stats allocator (Paolo Abeni) [RHEL-93467]
- redhat/configs: remove automotive directory (Eric Chanudet) [RHEL-96355]
- net: hsr: fix fill_frame_info() regression vs VLAN packets (Felix Maurer) [RHEL-84580]
- net: hsr: avoid potential out-of-bound access in fill_frame_info() (Felix Maurer) [RHEL-84580]
- net: hsr: fix hsr_init_sk() vs network/transport headers. (Felix Maurer) [RHEL-84580]
- KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() (CKI Backport Bot) [RHEL-82650] {CVE-2024-58083}
- bus: mhi: host: Fix race between unprepare and queue_buf (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: pci_generic: Add support for SA8775P endpoint (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: Remove unused functions (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: Avoid possible uninitialized fw_load_type (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: Refactor BHI/BHIe based firmware loading (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: pci_generic: fix MHI BAR mapping (Mattijs Korpershoek) [RHEL-93889]
- bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR (Mattijs Korpershoek) [RHEL-93889]
- docs: ABI: sysfs-bus-mhi: Update contact info (Mattijs Korpershoek) [RHEL-93889]
- PCI: epf-mhi: Update device ID for SA8775P (Mattijs Korpershoek) [RHEL-93889]
- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' (Mattijs Korpershoek) [RHEL-93889]
- PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single() (Mattijs Korpershoek) [RHEL-93889]
- PCI: epf-mhi: Enable MHI async read/write support (Mattijs Korpershoek) [RHEL-93889]
- PCI: epf-mhi: Add support for DMA async read/write operation (Mattijs Korpershoek) [RHEL-93889]
- PCI: epf-mhi: Simulate async read/write using iATU (Mattijs Korpershoek) [RHEL-93889]
- md/raid1: Add check for missing source disk in process_checks() (Nigel Croxon) [RHEL-96672]
- s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs (Thomas Huth) [RHEL-86670]
- KVM: s390: vsie: fix some corner-cases when grabbing vsie pages (Thomas Huth) [RHEL-85183]
- KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs (Thomas Huth) [RHEL-85183]
- KVM: s390: Reject setting flic pfault attributes on ucontrol VMs (Thomas Huth) [RHEL-85183]
- KVM: s390: vsie: fix virtual/physical address in unpin_scb() (Thomas Huth) [RHEL-85183]
- KVM: s390: Increase size of union sca_utility to four bytes (Thomas Huth) [RHEL-85183]
- KVM: s390: Remove one byte cmpxchg() usage (Thomas Huth) [RHEL-85183]
- KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops (Thomas Huth) [RHEL-85183]
- s390/mm/gmap: Fix __gmap_fault() return code (Thomas Huth) [RHEL-85183]
- s390/mm/gmap: Refactor gmap_fault() and add support for pfault (Thomas Huth) [RHEL-85183]
- s390/kvm: Remove kvm_arch_fault_in_page() (Thomas Huth) [RHEL-85183]
- KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory (Thomas Huth) [RHEL-85183]
- s390/kvm: Move bitfields for dat tables (Thomas Huth) [RHEL-85183]
- s390/entry: Pass the asce as parameter to sie64a() (Thomas Huth) [RHEL-85183]
- kvm: s390: Reject memory region operations for ucontrol VMs (Thomas Huth) [RHEL-85183]
- KVM: s390: vsie: retry SIE instruction on host intercepts (Thomas Huth) [RHEL-85183]
- KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIP (Thomas Huth) [RHEL-85183]
- procfs: fix a locking bug in a vmcore_add_device_dump() error path (Thomas Huth) [RHEL-72974]
- redhat: Enable CONFIG_VIRTIO_MEM on s390x (Thomas Huth) [RHEL-72974]
- s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM) (Thomas Huth) [RHEL-72974]
- virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM (Thomas Huth) [RHEL-72974]
- virtio-mem: remember usable region size (Thomas Huth) [RHEL-72974]
- virtio-mem: mark device ready before registering callbacks in kdump mode (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: factor out freeing a list of vmcore ranges (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: move vmcore definitions out of kcore.h (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: prefix all pr_* with "vmcore:" (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: disallow vmcore modifications while the vmcore is open (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex (Thomas Huth) [RHEL-72974]
- fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex (Thomas Huth) [RHEL-72974]
- s390/sparsemem: Provide memory_add_physaddr_to_nid() with CONFIG_NUMA (Thomas Huth) [RHEL-72974]
- s390/sparsemem: Reduce section size to 128 MiB (Thomas Huth) [RHEL-72974]
- lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390 (Thomas Huth) [RHEL-72974]
- virtio-mem: s390 support (Thomas Huth) [RHEL-72974]
- s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices (Thomas Huth) [RHEL-72974]
- Documentation: s390-diag.rst: Document diag500(STORAGE LIMIT) subfunction (Thomas Huth) [RHEL-72974]
- Documentation: s390-diag.rst: Make diag500 a generic KVM hypercall (Thomas Huth) [RHEL-72974]
- s390/boot: Replace S390_lowcore by get_lowcore() (Thomas Huth) [RHEL-72974]
- s390: Add get_lowcore() function (Thomas Huth) [RHEL-72974]
- s390: Sort mcount locations at build time (Thomas Huth) [RHEL-86670]
- s390/build: Avoid relocation information in final vmlinux (Thomas Huth) [RHEL-86670]
- s390/boot: Fix KASLR base offset off by __START_KERNEL bytes (Thomas Huth) [RHEL-86670]
- s390/mm: Allow large pages for KASAN shadow mapping (Thomas Huth) [RHEL-86670]
- s390/boot: Avoid possible physmem_info segment corruption (Thomas Huth) [RHEL-86670] {CVE-2024-45014}
- s390: Fix linker error when -no-pie option is unavailable (Thomas Huth) [RHEL-86670]
- s390: Always enable EXPOLINE_EXTERN if supported (Thomas Huth) [RHEL-86670]
- s390/mm: Fix DirectMap accounting (Thomas Huth) [RHEL-86670]
- s390/mm/ptdump: Fix handling of identity mapping area (Thomas Huth) [RHEL-86670]
- s390/setup: Fix __pa/__va for modules under non-GPL licenses (Thomas Huth) [RHEL-86670]
- pgtable: fix s390 ptdesc field comments (Thomas Huth) [RHEL-86670]
- s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool() (Thomas Huth) [RHEL-86670]
- s390: mm: accelerate pagefault when badaccess (Thomas Huth) [RHEL-86670]
- s390/mm,fault: move VM_FAULT_ERROR handling to do_exception() (Thomas Huth) [RHEL-86670]
- s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESS (Thomas Huth) [RHEL-86670]
- s390/mm,fault: remove VM_FAULT_SIGNAL (Thomas Huth) [RHEL-86670]
- s390/mm: remove __GFP_HIGHMEM masking (Thomas Huth) [RHEL-86670]
- s390/dasd: Fix invalid dereferencing of indirect CCW data pointer (Thomas Huth) [RHEL-86670]
- s390/vfio_ccw: Fix target addresses of TIC CCWs (Thomas Huth) [RHEL-86670]
- s390: Update defconfigs (Thomas Huth) [RHEL-86670]
- s390: remove native mmap2() syscall (Thomas Huth) [RHEL-86670]
- s390/boot: Do not adjust GOT entries for undef weak sym (Thomas Huth) [RHEL-86670]
- s390/sclp: Fix sclp_init() cleanup on failure (Thomas Huth) [RHEL-86670]
- s390/virtio_ccw: Fix config change notifications (Thomas Huth) [RHEL-86670]
- s390/mm: Restore mapping of kernel image using large pages (Thomas Huth) [RHEL-86670]
- s390/mm: Allow large pages only for aligned physical addresses (Thomas Huth) [RHEL-86670]
- s390: Update defconfigs (Thomas Huth) [RHEL-86670]
- s390/crash: Do not use VM info if os_info does not have it (Thomas Huth) [RHEL-86670]
- s390/zcrypt: Use kvcalloc() instead of kvmalloc_array() (Thomas Huth) [RHEL-86670]
- s390/kprobes: Remove custom insn slot allocator (Thomas Huth) [RHEL-86670]
- s390/boot: Remove alt_stfle_fac_list from decompressor (Thomas Huth) [RHEL-86670]
- s390/ap: Fix bind complete udev event sent after each AP bus scan (Thomas Huth) [RHEL-86670]
- s390/ap: Fix crash in AP internal function modify_bitmap() (Thomas Huth) [RHEL-86670]
- s390/ipl: Introduce sysfs attribute 'scp_data' for dump ipl (Thomas Huth) [RHEL-86670]
- s390/ipl: Introduce macros for (re)ipl sysfs attribute 'scp_data' (Thomas Huth) [RHEL-86670]
- s390/ipl: Fix incorrect initialization of nvme dump block (Thomas Huth) [RHEL-86670]
- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (Thomas Huth) [RHEL-86670]
- s390/ipl: Fix never less than zero warning (Thomas Huth) [RHEL-86670]
- s390/ipl: Do not accept z/VM CP diag X'008' cmds longer than max length (Thomas Huth) [RHEL-86670]
- s390/ipl: Fix size of vmcmd buffers for sending z/VM CP diag X'008' cmds (Thomas Huth) [RHEL-86670]
- s390/alternatives: Convert runtime sanity check into compile time check (Thomas Huth) [RHEL-86670]
- s390/iucv: Unexport iucv_root (Thomas Huth) [RHEL-86670]
- tty: hvc-iucv: Make use of iucv_alloc_device() (Thomas Huth) [RHEL-86670]
- tty: hvc-iucv: fix function pointer casts (Thomas Huth) [RHEL-86670]
- tty: hvc: convert to u8 and size_t (Thomas Huth) [RHEL-86670]
- s390/vmlogrdr: Make use of iucv_alloc_device() (Thomas Huth) [RHEL-86670]
- s390/irq: Set CIF_NOHZ_DELAY in do_io_irq() (Thomas Huth) [RHEL-86670]
- s390: Mark psw in __load_psw_mask() as __unitialized (Thomas Huth) [RHEL-86670]
- s390/vtime: Use get_cpu_timer() (Thomas Huth) [RHEL-86670]
- s390/idle: Rewrite psw_idle() in C (Thomas Huth) [RHEL-86670]
- s390/ftrace: Avoid calling unwinder in ftrace_return_address() (Thomas Huth) [RHEL-86670]
- s390/stacktrace: Use break instead of return statement (Thomas Huth) [RHEL-86670]
- s390/stackstrace: Detect vdso stack frames (Thomas Huth) [RHEL-86670]
- s390/vdso: Introduce and use struct stack_frame_vdso_wrapper (Thomas Huth) [RHEL-86670]
- s390/stacktrace: Improve detection of invalid instruction pointers (Thomas Huth) [RHEL-86670]
- s390/stacktrace: Skip first user stack frame (Thomas Huth) [RHEL-86670]
- s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user() (Thomas Huth) [RHEL-86670]
- s390/ftrace: Use unwinder instead of __builtin_return_address() (Thomas Huth) [RHEL-86670]
- s390: add USER_STACKTRACE support (Thomas Huth) [RHEL-86670]
- s390/perf: implement perf_callchain_user() (Thomas Huth) [RHEL-86670]
- s390/fpu: Remove comment about TIF_FPU (Thomas Huth) [RHEL-86670]
- s390/pci: Add missing virt_to_phys() for directed DIBV (Thomas Huth) [RHEL-86670]
- s390/vdso: Use standard stack frame layout (Thomas Huth) [RHEL-86670]
- s390/vdso: Generate unwind information for C modules (Thomas Huth) [RHEL-86670]
- s390/pgtable: Add missing hardware bits for puds, pmds (Thomas Huth) [RHEL-86670]
- s390: Compile kernel with -fPIC and link with -no-pie (Thomas Huth) [RHEL-86670]
- s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILD (Thomas Huth) [RHEL-86670]
- s390/os_info: Fix array size in struct os_info (Thomas Huth) [RHEL-86670]
- s390/os_info: Initialize old os_info in standalone dump kernel (Thomas Huth) [RHEL-86670]
- s390/vfio-ap: Driver feature advertisement (Thomas Huth) [RHEL-73321]
- docs: Update s390 vfio-ap doc for ap_config sysfs attribute (Thomas Huth) [RHEL-73321]
- s390/vfio-ap: Add write support to sysfs attr ap_config (Thomas Huth) [RHEL-73321]
- s390/vfio-ap: Ignore duplicate link requests in vfio_ap_mdev_link_queue (Thomas Huth) [RHEL-73321]
- s390/vfio-ap: Add sysfs attr, ap_config, to export mdev state (Thomas Huth) [RHEL-73321]
- s390/ap: Externalize AP bus specific bitmap reading function (Thomas Huth) [RHEL-73321]
- s390/ap: make ap_bus_type const (Thomas Huth) [RHEL-73321]
- s390/expoline: Make modules use kernel expolines (Thomas Huth) [RHEL-86670]
- s390/nospec: Correct modules thunk offset calculation (Thomas Huth) [RHEL-86670]
- s390/boot: Do not rescue .vmlinux.relocs section (Thomas Huth) [RHEL-86670]
- s390/boot: Rework deployment of the kernel image (Thomas Huth) [RHEL-86670]
- redhat: Set the CONFIG_KERNEL_IMAGE_BASE option (Thomas Huth) [RHEL-86670]
- s390: Map kernel at fixed location when KASLR is disabled (Thomas Huth) [RHEL-86670]
- s390/mm: Uncouple physical vs virtual address spaces (Thomas Huth) [RHEL-86670]
- s390/crash: Use old os_info to create PT_LOAD headers (Thomas Huth) [RHEL-86670]
- s390/vmcoreinfo: Store virtual memory layout (Thomas Huth) [RHEL-86670]
- s390/os_info: Store virtual memory layout (Thomas Huth) [RHEL-86670]
- s390/os_info: Introduce value entries (Thomas Huth) [RHEL-86670]
- s390/boot: Make .amode31 section address range explicit (Thomas Huth) [RHEL-86670]
- s390/boot: Make identity mapping base address explicit (Thomas Huth) [RHEL-86670]
- s390/boot: Uncouple virtual and physical kernel offsets (Thomas Huth) [RHEL-86670]
- s390/mm: Create virtual memory layout structure (Thomas Huth) [RHEL-86670]
- s390/mm: Move KASLR related to <asm/page.h> (Thomas Huth) [RHEL-86670]
- s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areas (Thomas Huth) [RHEL-86670]
- s390/boot: Reduce size of identity mapping on overlap (Thomas Huth) [RHEL-86670]
- s390/boot: Consider DCSS segments on memory layout setup (Thomas Huth) [RHEL-86670]
- s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITS (Thomas Huth) [RHEL-86670]
- s390/irq,nmi: Include <asm/vtime.h> header directly (Thomas Huth) [RHEL-86670]
- s390/cio: fix tracepoint subchannel type field (Thomas Huth) [RHEL-86670]
- s390/mm: Convert gmap_make_secure to use a folio (Thomas Huth) [RHEL-86670]
- s390/mm: Convert make_page_secure to use a folio (Thomas Huth) [RHEL-86670]
- s390: adjust indentation of RELOCS command build step out (Thomas Huth) [RHEL-86670]
- s390/cio: convert sprintf()/snprintf() to sysfs_emit() (Thomas Huth) [RHEL-86670]
- redhat: Rename CONFIG_ZCRYPT_DEBUG to CONFIG_AP_DEBUG (Thomas Huth) [RHEL-86670]
- s390/ap: rename ap debug configuration option (Thomas Huth) [RHEL-86670]
- redhat: Enable new CONFIG_AP option (Thomas Huth) [RHEL-86670]
- s390/ap: modularize ap bus (Thomas Huth) [RHEL-86670]
- s390/chsc: use notifier for AP configuration changes (Thomas Huth) [RHEL-86670]
- s390/ap: swap IRQ and bus/device registration (Thomas Huth) [RHEL-86670]
- s390/ap: rework ap initialization (Thomas Huth) [RHEL-86670]
- s390/ap: use static qci information (Thomas Huth) [RHEL-86670]
- s390/cio: Ensure the copied buf is NUL terminated (Thomas Huth) [RHEL-86670]
- s390/vdso: Add CFI for RA register to asm macro vdso_func (Thomas Huth) [RHEL-86670]
- s390/3270: Fix buffer assignment (Thomas Huth) [RHEL-86670]
- s390/mm: Fix clearing storage keys for huge pages (Thomas Huth) [RHEL-86670]
- s390/mm: Fix NULL pointer dereference (Thomas Huth) [RHEL-86670]
- s390/entry: align system call table on 8 bytes (Thomas Huth) [RHEL-86670]
- s390/pai: fix sampling event removal for PMU device driver (Thomas Huth) [RHEL-86670]
- s390/preempt: mark all functions __always_inline (Thomas Huth) [RHEL-86670]
- s390/atomic: mark all functions __always_inline (Thomas Huth) [RHEL-86670]
- s390/mm: fix NULL pointer dereference (Thomas Huth) [RHEL-86670]
- s390/entry: compare gmap asce to determine guest/host fault (Thomas Huth) [RHEL-86670]
- s390/entry: remove OUTSIDE macro (Thomas Huth) [RHEL-86670]
- s390/entry: add CIF_SIE flag and remove sie64a() address check (Thomas Huth) [RHEL-86670]
- s390/cio: use while (i--) pattern to clean up (Thomas Huth) [RHEL-86670]
- s390/raw3270: improve raw3270_init() readability (Thomas Huth) [RHEL-86670]
- s390/tape: make tape_class constant (Thomas Huth) [RHEL-86670]
- s390/vmlogrdr: make vmlogrdr_class constant (Thomas Huth) [RHEL-86670]
- s390/vmur: make vmur_class constant (Thomas Huth) [RHEL-86670]
- s390/zcrypt: make zcrypt_class constant (Thomas Huth) [RHEL-86670]
- s390/vfio-ap: make matrix_bus const (Thomas Huth) [RHEL-86670]
- s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL support (Thomas Huth) [RHEL-86670]
- s390/vfio_ccw_cp: use new address translation helpers (Thomas Huth) [RHEL-86670]
- s390/tape: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/3270: use new address translation helpers (Thomas Huth) [RHEL-86670]
- s390/raw3270: fix indentation/whitespace errors (Thomas Huth) [RHEL-86670]
- s390/3215: use new address translation helpers (Thomas Huth) [RHEL-86670]
- tty: con3215: convert to u8 and size_t (Thomas Huth) [RHEL-86670]
- s390/vmur: use new address translation helpers (Thomas Huth) [RHEL-86670]
- s390/scm: use new address translation helpers (Thomas Huth) [RHEL-86670]
- s390/cio,idal: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/cio,idal: remove superfluous virt_to_phys() conversion (Thomas Huth) [RHEL-86670]
- s390/cio,idal: code cleanup (Thomas Huth) [RHEL-86670]
- s390/dasd: use new address translation helpers (Thomas Huth) [RHEL-86670]
- s390/dasd: remove superfluous virt_to_phys() conversion (Thomas Huth) [RHEL-86670]
- s390/virtio_ccw: avoid converting dma addresses / handles (Thomas Huth) [RHEL-86670]
- s390/virtio_ccw: use DMA handle from DMA API (Thomas Huth) [RHEL-86670]
- s390/sysinfo: allow response buffer in normal memory (Thomas Huth) [RHEL-86670]
- s390/tools: handle rela R_390_GOTPCDBL/R_390_GOTOFF64 (Thomas Huth) [RHEL-86670]
- s390/cache: prevent rebuild of shared_cpu_list (Thomas Huth) [RHEL-86670]
- s390/configs: increase number of LOCKDEP_BITS (Thomas Huth) [RHEL-86670]
- s390/pai: change sampling event assignment for PMU device driver (Thomas Huth) [RHEL-86670]
- s390/dasd_eckd: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/dcssblk: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/boot: fix minor comment style damages (Thomas Huth) [RHEL-86670]
- s390/boot: do not check for zero-termination relocation entry (Thomas Huth) [RHEL-86670]
- s390/boot: make type of __vmlinux_relocs_64_start|end consistent (Thomas Huth) [RHEL-86670]
- s390/boot: sanitize kaslr_adjust_relocs() function prototype (Thomas Huth) [RHEL-86670]
- s390/boot: simplify GOT handling (Thomas Huth) [RHEL-86670]
- s390: vmlinux.lds.S: fix .got.plt assertion (Thomas Huth) [RHEL-86670]
- dcssblk: handle alloc_dax() -EOPNOTSUPP failure (Thomas Huth) [RHEL-86670]
- s390/pgtable: define PFN_PTE_SHIFT (Thomas Huth) [RHEL-86670]
- s390/boot: workaround current 'llvm-objdump -t -j ...' behavior (Thomas Huth) [RHEL-86670]
- s390: enable MHP_MEMMAP_ON_MEMORY (Thomas Huth) [RHEL-86670]
- s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers (Thomas Huth) [RHEL-86670]
- s390/sclp: remove unhandled memory notifier type (Thomas Huth) [RHEL-86670]
- s390/mm: allocate vmemmap pages from self-contained memory range (Thomas Huth) [RHEL-86670]
- mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiers (Thomas Huth) [RHEL-86670]
- s390/vdso/data: Drop unnecessary header include (Thomas Huth) [RHEL-86670]
- s390: compile relocatable kernel without -fPIE (Thomas Huth) [RHEL-86670]
- s390: add relocs tool (Thomas Huth) [RHEL-86670]
- s390/vdso64: filter out munaligned-symbols flag for vdso (Thomas Huth) [RHEL-86670]
- s390/boot: add 'alloc' to info.bin .vmlinux.info section flags (Thomas Huth) [RHEL-86670]
- s390/pci: Fix potential double remove of hotplug slot (Thomas Huth) [RHEL-86670]
- s390/pci: remove hotplug slot when releasing the device (Thomas Huth) [RHEL-86670]
- s390/pci: introduce lock to synchronize state of zpci_dev's (Thomas Huth) [RHEL-86670]
- s390/pci: rename lock member in struct zpci_dev (Thomas Huth) [RHEL-86670]
- s390/pai: adjust whitespace indentation (Thomas Huth) [RHEL-86670]
- s390/pai: simplify event start function for perf stat (Thomas Huth) [RHEL-86670]
- s390/pai: save PAI counter value page in event structure (Thomas Huth) [RHEL-86670]
- s390/crc32le: convert to C (Thomas Huth) [RHEL-86670]
- s390/crc32be: convert to C (Thomas Huth) [RHEL-86670]
- s390/fpu: add vector instruction inline assemblies for crc32 (Thomas Huth) [RHEL-86670]
- s390/sysinfo: convert bogomips calculation to C (Thomas Huth) [RHEL-86670]
- s390/raid6: convert to use standard fpu_*() inline assemblies (Thomas Huth) [RHEL-86670]
- s390/checksum: provide csum_partial_copy_nocheck() (Thomas Huth) [RHEL-86670]
- s390/checksum: provide vector register variant of csum_partial() (Thomas Huth) [RHEL-86670]
- s390/checksum: provide and use cksm() inline assembly (Thomas Huth) [RHEL-86670]
- s390/checksum: call instrument_read() instead of kasan_check_read() (Thomas Huth) [RHEL-86670]
- s390/nmi: remove register validation code (Thomas Huth) [RHEL-86670]
- s390/setup: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390: don't allow CONFIG_COMPAT with LD=ld.lld (Thomas Huth) [RHEL-86670]
- s390/vdso: remove unused ENTRY in linker scripts (Thomas Huth) [RHEL-86670]
- s390/bug: remove entry size from __bug_table section (Thomas Huth) [RHEL-86670]
- s390: link vmlinux with '-z notext' (Thomas Huth) [RHEL-86670]
- s390: select CONFIG_ARCH_WANT_LD_ORPHAN_WARN (Thomas Huth) [RHEL-86670]
- s390/boot: vmlinux.lds.S: handle commonly discarded sections (Thomas Huth) [RHEL-86670]
- s390/boot: vmlinux.lds.S: handle ELF required sections (Thomas Huth) [RHEL-86670]
- s390/boot: vmlinux.lds.S: handle DWARF debug sections (Thomas Huth) [RHEL-86670]
- s390/boot: vmlinux.lds.S: handle '.rela' sections (Thomas Huth) [RHEL-86670]
- s390/boot: vmlinux.lds.S: handle '.init.text' (Thomas Huth) [RHEL-86670]
- s390: vmlinux.lds.S: explicitly keep various sections (Thomas Huth) [RHEL-86670]
- s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sections (Thomas Huth) [RHEL-86670]
- s390: vmlinux.lds.S: handle '.data.rel' sections explicitly (Thomas Huth) [RHEL-86670]
- s390/boot: add support for CONFIG_LD_ORPHAN_WARN (Thomas Huth) [RHEL-86670]
- s390/dasd: fix double module refcount decrement (Thomas Huth) [RHEL-86670]
- s390/dasd: Improve ERP error messages (Thomas Huth) [RHEL-86670]
- s390/extmem: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/cio: make scm_bus_type const (Thomas Huth) [RHEL-86670]
- s390/cio: make ccw_bus_type const (Thomas Huth) [RHEL-86670]
- s390/cio: make css_bus_type const (Thomas Huth) [RHEL-86670]
- s390/ccwgroup: make ccwgroup_bus_type const (Thomas Huth) [RHEL-86670]
- s390/time: make stp_subsys const (Thomas Huth) [RHEL-86670]
- s390/vdso: drop '-fPIC' from LDFLAGS (Thomas Huth) [RHEL-86670]
- s390/cmf: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/cmf: remove unneeded DMA zone allocation (Thomas Huth) [RHEL-86670]
- s390/cio: remove unneeded DMA zone allocation (Thomas Huth) [RHEL-86670]
- s390/mmap: disable mmap alignment when randomize_va_space = 0 (Thomas Huth) [RHEL-86670]
- s390/hypfs_sprp: remove unneeded DMA zone allocation (Thomas Huth) [RHEL-86670]
- s390/diag: add missing virt_to_phys() translation to diag14() (Thomas Huth) [RHEL-86670]
- s390/vmur: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/time: improve steering precision (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: return proper error code in paicrypt_init (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: emit error on too many counters (Thomas Huth) [RHEL-86670]
- s390/hypfs_diag0c: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/hypfs_sprp: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/appldata: fix virtual vs physical address confusion (Thomas Huth) [RHEL-86670]
- s390/diag: fix diag26c() physical vs virtual address confusion (Thomas Huth) [RHEL-86670]
- s390/configs: update default configurations (Thomas Huth) [RHEL-86670]
- s390/configs: enable INIT_STACK_ALL_ZERO in all configurations (Thomas Huth) [RHEL-86670]
- s390/configs: provide compat topic configuration target (Thomas Huth) [RHEL-86670]
- s390/dasd: Use dev_*() for device log messages (Thomas Huth) [RHEL-86670]
- s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions (Thomas Huth) [RHEL-86670]
- s390/dasd: Remove %%p format specifier from error messages (Thomas Huth) [RHEL-86670]
- s390/dasd: Use dev_err() over printk() (Thomas Huth) [RHEL-86670]
- s390/dasd: Remove unused message logging macros (Thomas Huth) [RHEL-86670]
- s390/dasd: Move allocation error message to DBF (Thomas Huth) [RHEL-86670]
- s390/dasd: Remove unnecessary errorstring generation (Thomas Huth) [RHEL-86670]
- s390/dasd: Use sysfs_emit() over sprintf() (Thomas Huth) [RHEL-86670]
- s390/dasd: Simplify uid string generation (Thomas Huth) [RHEL-86670]
- s390/pai_ext: split function paiext_push_sample (Thomas Huth) [RHEL-86670]
- s390/pai_ext: rework function paiext_copy argments (Thomas Huth) [RHEL-86670]
- s390/pai: rework paiXXX_start and paiXXX_stop functions (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: split function paicrypt_push_sample (Thomas Huth) [RHEL-86670]
- s390/pai: rework paixxxx_getctr interface (Thomas Huth) [RHEL-86670]
- s390/mm,fault: remove not needed tsk variable (Thomas Huth) [RHEL-86670]
- s390/pci: fix max size calculation in zpci_memcpy_toio() (Thomas Huth) [RHEL-86670]
- s390/compat: change default for CONFIG_COMPAT to "n" (Thomas Huth) [RHEL-86670]
- s390/cio: make sch->lock spinlock pointer a member (Thomas Huth) [RHEL-86670]
- s390/nmi: implement and use local_mcck_save() / local_mcck_restore() (Thomas Huth) [RHEL-86670]
- s390/nmi: consistently enable machine checks in trap_init() (Thomas Huth) [RHEL-86670]
- s390/ctlreg: return old register contents when changing bits (Thomas Huth) [RHEL-86670]
- s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUG (Thomas Huth) [RHEL-86670]
- s390/dasd: remove dasd_stats_generic_show() (Thomas Huth) [RHEL-86670]
- tty: con3215: drop raw3215_info::ubuffer (Thomas Huth) [RHEL-86670]
- s390/uvdevice: Report additional-data length for attestation (Thomas Huth) [RHEL-86670]
- s390/boot: always align vmalloc area on segment boundary (Thomas Huth) [RHEL-86670]
- s390/sysinfo: add variable capacity information (Thomas Huth) [RHEL-86670]
- s390/mm: make pte_free_tlb() similar to pXd_free_tlb() (Thomas Huth) [RHEL-86670]
- s390/mm: use compound page order to distinguish page tables (Thomas Huth) [RHEL-86670]
- s390/mm: use full 4KB page for 2KB PTE (Thomas Huth) [RHEL-86670]
- s390/mm: add missing conversion to use ptdescs (Thomas Huth) [RHEL-86670]
- s390/cmma: rework no-dat handling (Thomas Huth) [RHEL-86670]
- s390/cmma: move arch_set_page_dat() to header file (Thomas Huth) [RHEL-86670]
- s390/pai: cleanup event initialization (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: remove per-cpu variable assignement in event initialization (Thomas Huth) [RHEL-86670]
- s390/pai: initialize event count once at initialization (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: use PERF_ATTACH_TASK define for per task detection (Thomas Huth) [RHEL-86670]
- s390/pai_crypto: dynamically allocate percpu pai crypto map data structure (Thomas Huth) [RHEL-86670]
- dm mpath: replace spin_lock_irqsave with spin_lock_irq (Benjamin Marzinski) [RHEL-89480]
- dm-mpath: Don't grab work_mutex while probing paths (Benjamin Marzinski) [RHEL-89480]
- dm mpath: Interface for explicit probing of active paths (Benjamin Marzinski) [RHEL-89480]
- dm: Allow .prepare_ioctl to handle ioctls directly (Benjamin Marzinski) [RHEL-89480]
- rv: Update RHEL kconfigs for 6.15 upstream code (Gabriele Monaco) [RHEL-92623]
- rv: Fix out-of-bound memory access in rv_is_container_monitor() (Gabriele Monaco) [RHEL-92623]
- rv: Fix missing unlock on double nested monitors return path (Gabriele Monaco) [RHEL-92623]
- handle man-page for rv-mon-sched in redhat/kernel.spec.template (Gabriele Monaco) [RHEL-92623]
- Documentation/rv: Add sched pages to the indices (Gabriele Monaco) [RHEL-92623]
- tools/rv: Allow rv list to filter for container (Gabriele Monaco) [RHEL-92623]
- Documentation/rv: Add docs for the sched monitors (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Add support for nested monitors (Gabriele Monaco) [RHEL-92623]
- tools/rv: Add support for nested monitors (Gabriele Monaco) [RHEL-92623]
- rv: Add scpd, snep and sncid per-cpu monitors (Gabriele Monaco) [RHEL-92623]
- rv: Add snroc per-task monitor (Gabriele Monaco) [RHEL-92623]
- rv: Add sco and tss per-cpu monitors (Gabriele Monaco) [RHEL-92623]
- rv: Add option for nested monitors and include sched (Gabriele Monaco) [RHEL-92623]
- sched: Add sched tracepoints for RV task model (Gabriele Monaco) [RHEL-92623]
- rv: Add license identifiers to monitor files (Gabriele Monaco) [RHEL-92623]
- tracing: Fix DECLARE_TRACE_CONDITION (Gabriele Monaco) [RHEL-92623]
- rv: Reset per-task monitors also for idle tasks (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Implement event type detection (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Auto patch current kernel source (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Simplify manual steps in monitor creation (Gabriele Monaco) [RHEL-92623]
- rv: Simplify manual steps in monitor creation (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Add support for name and description options (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: More robust template variables (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Unify main.c templates (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Fix template directory detection (Gabriele Monaco) [RHEL-92623]
- Documentation/rv: Fix typos (Gabriele Monaco) [RHEL-92623]
- verification/dot2: Improve dot parser robustness (Gabriele Monaco) [RHEL-92623]
- rv: Fix a typo (Gabriele Monaco) [RHEL-92623]
- tools/rv: Correct the grammatical errors in the comments (Gabriele Monaco) [RHEL-92623]
- tools/rv: Correct the grammatical errors in the comments (Gabriele Monaco) [RHEL-92623]
- Documentation/tools/rv: fix document header (Gabriele Monaco) [RHEL-92623]
- rv: Update rv_en(dis)able_monitor doc to match kernel-doc (Gabriele Monaco) [RHEL-92623]
- verification/dot2k: Delete duplicate imports (Gabriele Monaco) [RHEL-92623]
- rv: Set variable 'da_mon_##name' to static (Gabriele Monaco) [RHEL-92623]
- tmpfs,xattr: enable limited user extended attributes (Ian Kent) [RHEL-65718]
- KVM: VMX: Use separate subclasses for PI wakeup lock to squash false positive (Maxim Levitsky) [RHEL-86152]
- KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup list (Maxim Levitsky) [RHEL-86152]
- tracing/osnoise: Allow arbitrarily long CPU string (Tomas Glozar) [RHEL-94317]
- selftests/bpf: Fix freplace_link segfault in tailcalls prog test (Viktor Malik) [RHEL-85485]
- bpf: Add tracepoints with null-able arguments (Viktor Malik) [RHEL-85485]
- bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP (Viktor Malik) [RHEL-85485]
- bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs (Viktor Malik) [RHEL-85485]
- selftests/bpf: Add tests for raw_tp NULL args (Viktor Malik) [RHEL-85485]
- bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (Viktor Malik) [RHEL-85485]
- selftests/bpf: Add test for narrow ctx load for pointer args (Viktor Malik) [RHEL-85485]
- bpf: Check size for BTF-based ctx access of pointer members (Viktor Malik) [RHEL-85485]
- bpf: Fix theoretical prog_array UAF in __uprobe_perf_func() (Viktor Malik) [RHEL-85485]
- bpf: fix potential error return (Viktor Malik) [RHEL-85485]
- bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors (Viktor Malik) [RHEL-75889 RHEL-85485] {CVE-2024-56675}
- selftests/bpf: Add more test cases for LPM trie (Viktor Malik) [RHEL-85485]
- selftests/bpf: Move test_lpm_map.c to map_tests (Viktor Malik) [RHEL-85485]
- bpf: Use raw_spinlock_t for LPM trie (Viktor Malik) [RHEL-85485]
- bpf: Switch to bpf mem allocator for LPM trie (Viktor Malik) [RHEL-85485]
- bpf: Fix exact match conditions in trie_get_next_key() (Viktor Malik) [RHEL-85485]
- bpf: Handle in-place update for full LPM trie correctly (Viktor Malik) [RHEL-85485]
- bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie (Viktor Malik) [RHEL-85485]
- bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem (Viktor Malik) [RHEL-85485]
- bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots (Viktor Malik) [RHEL-85485]
- bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc (Viktor Malik) [RHEL-85485]
- selftests/bpf: Add tests for iter arg check (Viktor Malik) [RHEL-85485]
- bpf: Ensure reg is PTR_TO_STACK in process_iter_arg (Viktor Malik) [RHEL-85485]
- bpftool: fix potential NULL pointer dereferencing in prog_dump() (Viktor Malik) [RHEL-85485]
- bpf: Add kernel symbol for struct_ops trampoline (Viktor Malik) [RHEL-85485]
- bpf: Use function pointers count as struct_ops links count (Viktor Malik) [RHEL-85485]
- bpf: Call free_htab_elem() after htab_unlock_bucket() (Viktor Malik) [RHEL-85485 RHEL-89790]
- bpf: Force uprobe bpf program to always return 0 (Viktor Malik) [RHEL-85485]
- selftests/bpf: Add tests for raw_tp null handling (Viktor Malik) [RHEL-85485]
- bpf, bpftool: Fix incorrect disasm pc (Viktor Malik) [RHEL-85485]
- bpf: put bpf_link's program when link is safe to be deallocated (Viktor Malik) [RHEL-78741 RHEL-85485] {CVE-2024-56786}
- bpf, arm64: Remove garbage frame for struct_ops trampoline (Viktor Malik) [RHEL-85485]
- selftests/bpf: validate generic bpf_object and subskel APIs work together (Viktor Malik) [RHEL-85485]
- libbpf: move global data mmap()'ing into bpf_object__load() (Viktor Malik) [RHEL-85485]
- selftests/bpf: fix test_spin_lock_fail.c's global vars usage (Viktor Malik) [RHEL-85485]
- selftests/bpf: Add test to verify tailcall and freplace restrictions (Viktor Malik) [RHEL-85485]
- bpf: Prevent tailcall infinite loop caused by freplace (Viktor Malik) [RHEL-85485]
- libbpf: never interpret subprogs in .text as entry programs (Viktor Malik) [RHEL-85485]
- libbpf: fix sym_is_subprog() logic for weak global subprogs (Viktor Malik) [RHEL-85485]
- libbpf: Fix output .symtab byte-order during linking (Viktor Malik) [RHEL-85485]
- libbpf: Fix expected_attach_type set handling in program load callback (Viktor Malik) [RHEL-85485]
Resolves: RHEL-65718, RHEL-72974, RHEL-73321, RHEL-74645, RHEL-75889, RHEL-75893, RHEL-78741, RHEL-82650, RHEL-83573, RHEL-84580, RHEL-85183, RHEL-85485, RHEL-86152, RHEL-86670, RHEL-89167, RHEL-89441, RHEL-89480, RHEL-89790, RHEL-92623, RHEL-93466, RHEL-93467, RHEL-93889, RHEL-94317, RHEL-96355, RHEL-96672

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-06-23 11:58:06 -03:00
Augusto Caringi
2070a7c19c kernel-5.14.0-594.el9
* Tue Jun 17 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-594.el9]
- tools: ynl: add all headers to makefile deps (Jose Ignacio Tornos Martinez) [RHEL-89973]
- selftests: drv-net: add missing trailing backslash (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement cap validation in the core (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net: shaper: implement introspection support (Jose Ignacio Tornos Martinez) [RHEL-89973]
- netlink: spec: add shaper introspection support (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement shaper cleanup on queue deletion (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement delete support for NODE scope shaper (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement NL group operation (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement NL set and delete operations (Jose Ignacio Tornos Martinez) [RHEL-89973]
- net-shapers: implement NL get operation (Jose Ignacio Tornos Martinez) [RHEL-89973]
- netlink: spec: add shaper YAML spec (Jose Ignacio Tornos Martinez) [RHEL-89973]
- testing: net-drv: add basic shaper test (Jose Ignacio Tornos Martinez) [RHEL-89973]
- genetlink: extend info user-storage to match NL cb ctx (Jose Ignacio Tornos Martinez) [RHEL-89973]
- smb: client: fix UAF in decryption with multichannel (CKI Backport Bot) [RHEL-94457] {CVE-2025-37750}
- RDMA/irdma: Remove deliver net device event (Kamal Heib) [RHEL-87576]
- RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functions (Kamal Heib) [RHEL-87576]
- RDMA/irdma: Fix misspelling of "accept*" (Kamal Heib) [RHEL-87576]
- RDMA/irdma: fix error message in irdma_modify_qp_roce() (Kamal Heib) [RHEL-87576]
- x86/tsc: Use topology_max_packages() to get package number (David Arcari) [RHEL-92573]
- perf/x86/intel/uncore: Add Clearwater Forest support (Michael Petlan) [RHEL-45095]
- ext4: ignore xattrs past end (CKI Backport Bot) [RHEL-94247] {CVE-2025-37738}
- net: rename netns_local to netns_immutable (Ivan Vecera) [RHEL-91110]
- ynl: devlink: add missing board-serial-number (Petr Oros) [RHEL-75600]
- devlink: fix xa_alloc_cyclic() error handling (Petr Oros) [RHEL-75600]
- devlink: add devl guard (Petr Oros) [RHEL-75600]
- pldmfw: enable selected component update (Petr Oros) [RHEL-75600]
- devlink: Improve the port attributes description (Petr Oros) [RHEL-75600]
- devlink: add devlink_fmsg_dump_skb() function (Petr Oros) [RHEL-75600]
- devlink: add devlink_fmsg_put() macro (Petr Oros) [RHEL-75600]
- devlink: remove unused devlink_resource_register() (Petr Oros) [RHEL-75600]
- devlink: remove unused devlink_resource_occ_get_register() and _unregister() (Petr Oros) [RHEL-75600]
- devlink: region: snapshot IDs: consolidate error values (Petr Oros) [RHEL-75600]
- devlink: devl_resource_register(): differentiate error codes (Petr Oros) [RHEL-75600]
- devlink: use devlink_nl_put_u64() helper (Petr Oros) [RHEL-75600]
- devlink: introduce devlink_nl_put_u64() (Petr Oros) [RHEL-75600]
- tools: ynl-gen: use names of constants in generated limits (Petr Oros) [RHEL-75600]
- tools: ynl-gen: refactor check validation for TypeBinary (Petr Oros) [RHEL-75600]
- scsi: bnx2fc: Use kthread_create_on_cpu() (John Meneghini) [RHEL-94578]
- net: bnx2x: use ethtool string helpers (John Meneghini) [RHEL-94578]
- scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h> (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport (John Meneghini) [RHEL-94578]
- net: cnic: Convert tasklet API to new bottom half workqueue mechanism (John Meneghini) [RHEL-94578]
- scsi: libfc: Add some kernel-doc comments (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Remove redundant assignment to variable 'i' (John Meneghini) [RHEL-94578]
- scsi: libfc: replace deprecated strncpy() with memcpy() (John Meneghini) [RHEL-94578]
- scsi: fcoe: Make fcoe_bus_type const (John Meneghini) [RHEL-94578]
- scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode() (John Meneghini) [RHEL-94578]
- scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode() (John Meneghini) [RHEL-94578]
- scsi: libfc: Map FC_TIMED_OUT to DID_TIME_OUT (John Meneghini) [RHEL-94578]
- scsi: libfc: Fix up timeout error in fc_fcp_rec_error() (John Meneghini) [RHEL-94578]
- scsi: libfc: Don't schedule abort twice (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Replace deprecated strncpy() with strscpy() (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Do not rely on a SCSI command for LUN or target reset (John Meneghini) [RHEL-94578]
- scsi: libfcoe: Replace all non-returning strlcpy() with strscpy() (John Meneghini) [RHEL-94578]
- bnx2: remove deadcode in bnx2_init_cpus() (John Meneghini) [RHEL-94578]
- scsi: libfc: Include the correct header (John Meneghini) [RHEL-94578]
- scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails (John Meneghini) [RHEL-94578]
- scsi: fcoe: Fix possible name leak when device_register() fails (John Meneghini) [RHEL-94578]
- scsi: libfc: Remove redundant variable ev_qual (John Meneghini) [RHEL-94578]
- bnx2: Use kmalloc_size_roundup() to match ksize() usage (John Meneghini) [RHEL-94578]
- bnx2: Fix spelling mistake "bufferred" -> "buffered" (John Meneghini) [RHEL-94578]
- scsi: fcoe: Remove redundant assignment to variable 'wlen' (John Meneghini) [RHEL-94578]
- scsi: fcoe: Use per-CPU API to update per-CPU statistics (John Meneghini) [RHEL-94578]
- scsi: fcoe: Add a local_lock to fcoe_percpu (John Meneghini) [RHEL-94578]
- scsi: fcoe: Simplify if-if to if-else (John Meneghini) [RHEL-94578]
- scsi: libfc: Replace one-element arrays with flexible-array members (John Meneghini) [RHEL-93390]
- scsi: bnx2fc: Stop using the SCSI pointer (John Meneghini) [RHEL-94578]
- scsi: libfc: Stop using the SCSI pointer (John Meneghini) [RHEL-94578]
- bnx2: Fix an error message (John Meneghini) [RHEL-94578]
- scsi: fcoe: Use netif_is_bond_master() instead of open code (John Meneghini) [RHEL-94578]
- scsi: libfc: Call scsi_done() directly (John Meneghini) [RHEL-94578]
- scsi: bnx2fc: Call scsi_done() directly (John Meneghini) [RHEL-94578]
- ext4: fix off-by-one error in do_split (CKI Backport Bot) [RHEL-93631] {CVE-2025-23150}
- net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-93830]
- ibmveth: Always stop tx queues during close (Mamatha Inamdar) [RHEL-93830]
- perf/x86/rapl: Add support for Intel Arrow Lake U (Michael Petlan) [RHEL-53585]
- perf/x86/intel: Add PMU support for ArrowLake-H (Michael Petlan) [RHEL-20094]
- perf/x86/intel: Support hybrid PMU with multiple atom uarchs (Michael Petlan) [RHEL-20094]
- x86/cpu/intel: Define helper to get CPU core native ID (Michael Petlan) [RHEL-20094]
- perf/x86: Refine hybrid_pmu_type defination (Michael Petlan) [RHEL-20094]
- fs/file.c: add fast path in find_next_fd() (Ian Kent) [RHEL-38570]
- fs/file.c: conditionally clear full_fds (Ian Kent) [RHEL-38570]
- fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd() (Ian Kent) [RHEL-38570]
Resolves: RHEL-20094, RHEL-38570, RHEL-45095, RHEL-53585, RHEL-75600, RHEL-87576, RHEL-89973, RHEL-91110, RHEL-92573, RHEL-93390, RHEL-93631, RHEL-93830, RHEL-94247, RHEL-94457, RHEL-94578

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-06-17 16:12:44 -03:00
Augusto Caringi
c8b7d486fa kernel-5.14.0-593.el9
* Wed Jun 11 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-593.el9]
- selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Li Wang) [RHEL-88165]
- selftests/mm: vm_util: split up /proc/self/smaps parsing (Li Wang) [RHEL-88165]
- mm: selftest to verify zero-filled pages are mapped to zeropage (Li Wang) [RHEL-88165]
- selftests/mm: virtual_address_range: unmap chunks after validation (Li Wang) [RHEL-88165]
- selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Li Wang) [RHEL-88165]
- selftest/mm: fix typo in virtual_address_range (Li Wang) [RHEL-88165]
- selftests: add ksft_exit_fail_perror() (Li Wang) [RHEL-88165]
- thermal: intel: int340x: Fix Panther Lake DLVR support (David Arcari) [RHEL-88234]
- iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids (Steve Dunnagan) [RHEL-89787]
- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-88727]
- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-88727]
- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-88727]
- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-88727]
- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (John W. Linville) [RHEL-88727]
- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-88727]
- cxl/region: Refactor common create region code (John W. Linville) [RHEL-88727]
- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-88727]
- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-88727]
- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-88727]
- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-88727]
- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (John W. Linville) [RHEL-88727]
- cxl/core/regs: Add rcd_pcie_cap initialization (John W. Linville) [RHEL-88727]
- cxl/test: Improve init-order fidelity relative to real-world systems (John W. Linville) [RHEL-88727]
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-88727]
- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-88727]
- cxl: Fix comment regarding cxl_query_cmd() return data (John W. Linville) [RHEL-88727]
- cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input (John W. Linville) [RHEL-88727]
- cxl: Move mailbox related bits to the same context (John W. Linville) [RHEL-88727]
- cxl: move cxl headers to new include/cxl/ directory (John W. Linville) [RHEL-88727]
- cxl/region: Remove lock from memory notifier callback (John W. Linville) [RHEL-88727]
- cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() (John W. Linville) [RHEL-88727]
- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-88727]
- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-88727]
- cxl/pci: Remove duplicate host_bridge->native_aer checking (John W. Linville) [RHEL-88727]
- cxl/pci: cxl_dport_map_rch_aer() cleanup (John W. Linville) [RHEL-88727]
- cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() (John W. Linville) [RHEL-88727]
- cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern (John W. Linville) [RHEL-88727]
- cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port (John W. Linville) [RHEL-88727]
- cxl/port: Use __free() to drop put_device() for cxl_port (John W. Linville) [RHEL-88727]
- cxl: Remove duplicate included header file core.h (John W. Linville) [RHEL-88727]
- tools/testing/cxl: Use dev_is_platform() (John W. Linville) [RHEL-88727]
- cxl/port: Convert to use ERR_CAST() (John W. Linville) [RHEL-88727]
- cxl/core/pci: Move reading of control register to immediately before usage (John W. Linville) [RHEL-88727]
- cxl: Remove defunct code calculating host bridge target positions (John W. Linville) [RHEL-88727]
- cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() (John W. Linville) [RHEL-88727]
- cxl/test: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727]
- cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached (John W. Linville) [RHEL-88727]
- cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy (John W. Linville) [RHEL-88727]
- cxl/region: Simplify cxl_region_nid() (John W. Linville) [RHEL-88727]
- cxl/region: Support to calculate memory tier abstract distance (John W. Linville) [RHEL-88727]
- cxl: add missing MODULE_DESCRIPTION() macros (John W. Linville) [RHEL-88727]
- cxl/events: Use a common struct for DRAM and General Media events (John W. Linville) [RHEL-88727]
- unroll: add generic loop unroll helpers (CKI Backport Bot) [RHEL-92670]
- debugfs: Fix the missing initializations in __debugfs_file_get() (Jose Ignacio Tornos Martinez) [RHEL-87378]
- saner replacement for debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: take debugfs_short_fops definition out of ifdef (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: allow to store an additional opaque pointer at file creation (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: don't mess with bits in ->d_fsdata (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: get rid of dynamically allocation proxy_ops (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: move ->automount into debugfs_inode_info (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: separate cache for debugfs inodes (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: drop inline constant formatting for ERR_PTR(-ERROR) (Jose Ignacio Tornos Martinez) [RHEL-87378]
- debugfs: update comment of debugfs_rename() (Jose Ignacio Tornos Martinez) [RHEL-87378]
- OPP: fix error checking in opp_migrate_dentry() (Jose Ignacio Tornos Martinez) [RHEL-87378]
- bonding: fix oops during rmmod (Jose Ignacio Tornos Martinez) [RHEL-87378]
- bonding: use IS_ERR instead of NULL check in bond_create_debugfs (Jose Ignacio Tornos Martinez) [RHEL-87378]
- bonding: remove redundant NULL check in debugfs function (Jose Ignacio Tornos Martinez) [RHEL-87378]
- bonding: fix error checking in bond_debug_reregister() (Jose Ignacio Tornos Martinez) [RHEL-87378]
- iommu/amd: Enable support for up to 2K interrupts per function (Eder Zulian) [RHEL-22785]
- iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro (Eder Zulian) [RHEL-22785]
- iommu/amd: Replace slab cache allocator with page allocator (Eder Zulian) [RHEL-22785]
- iommu/amd: Introduce generic function to set multibit feature value (Eder Zulian) [RHEL-22785]
- qed: remove cast to pointers passed to kfree (John Meneghini) [RHEL-72637]
- net: qed: make 'qed_ll2_ops_pass' as __maybe_unused (John Meneghini) [RHEL-72637]
- net: qed: fix typos (John Meneghini) [RHEL-72637]
- scsi: Constify struct pci_device_id (John Meneghini) [RHEL-72637]
- qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate() (John Meneghini) [RHEL-72637]
- net/qed: allow old cards not supporting "num_images" to work (John Meneghini) [RHEL-72637]
- scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (John Meneghini) [RHEL-72637]
- scsi: qedf: Remove dead code (John Meneghini) [RHEL-72637]
- net: qlogic: use ethtool string helpers (John Meneghini) [RHEL-72637]
- scsi: qedf: Remove trailing space after \n newline (John Meneghini) [RHEL-72637]
- scsi: qedf: Call scsi_done() directly (John Meneghini) [RHEL-72637]
- scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (John Meneghini) [RHEL-72637]
- message deprecated state in ahci_xgene, ahci_seattle and hisi_sas_main (Tomas Henzl) [RHEL-95986]
- s390/cpumf: Update CPU Measurement facility extended counter set support (Mete Durlu) [RHEL-90738]
- selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh (Li Wang) [RHEL-86180]
- selftest/mm: make hugetlb_reparenting_test tolerant to async reparenting (Li Wang) [RHEL-86180]
- selftests/mm: generate a temporary mountpoint for cgroup filesystem (Li Wang) [RHEL-86180]
- perf: arm_cspmu: nvidia: monitor all ports by default (Michael Petlan) [RHEL-89488]
- perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (Michael Petlan) [RHEL-89488]
- perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (Michael Petlan) [RHEL-89488]
- perf: arm_cspmu: nvidia: remove unsupported SCF events (Michael Petlan) [RHEL-89488]
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-82922]
- dim: pass dim_sample to net_dim() by reference (Ivan Vecera) [RHEL-94962]
- dim: make dim_calc_stats() inputs const pointers (Ivan Vecera) [RHEL-94962]
- linux/dim: Do nothing if no time delta between samples (Ivan Vecera) [RHEL-94962]
- powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view (Mamatha Inamdar) [RHEL-94838]
- octeon_ep_vf: Resolve netdevice usage count issue (Kamal Heib) [RHEL-83999]
- rtla: Define _GNU_SOURCE in timerlat_bpf.c (Tomas Glozar) [RHEL-88653]
- nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CKI Backport Bot) [RHEL-83195] {CVE-2025-21848}
- scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer (Ewan D. Milne) [RHEL-94042]
- scsi: Improve CDL control (Ewan D. Milne) [RHEL-94042]
- scsi: core: Clear flags for scsi_cmnd that did not complete (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_transport_srp: Replace min/max nesting with clamp() (Ewan D. Milne) [RHEL-94042]
- scsi: st: Tighten the page format heuristics with MODE SELECT (Ewan D. Milne) [RHEL-94042]
- scsi: st: ERASE does not change tape location (Ewan D. Milne) [RHEL-94042]
- scsi: st: Fix array overflow in st_setup() (Ewan D. Milne) [RHEL-94042]
- scsi: core: Use a switch statement when attaching VPD pages (Ewan D. Milne) [RHEL-94042]
- scsi: logging: Fix scsi_logging_level bounds (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_error: Add comments to scsi_check_sense() (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Fix uninitialized variable use (Ewan D. Milne) [RHEL-94042]
- scsi: core: Fix missing lock protection (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Do not sleep in atomic sections (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Simplify command handling (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Remove a reference to in_use_bm (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Remove sdebug_device_access_info (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Add support for partitioning the tape (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Reset tape setting at device reset (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Add compression mode page for tapes (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Add read support and update locate for tapes (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Add write support with block lengths and 4 bytes of data (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes (Ewan D. Milne) [RHEL-94042]
- scsi: scsi_debug: First fixes for tapes (Ewan D. Milne) [RHEL-94042]
- scsi: st: Add sysfs file position_lost_in_reset (Ewan D. Milne) [RHEL-94042]
- scsi: st: Modify st.c to use the new scsi_error counters (Ewan D. Milne) [RHEL-94042]
- scsi: core: Add counters for New Media and Power On/Reset UNIT ATTENTIONs (Ewan D. Milne) [RHEL-94042]
- scsi: st: Restore some drive settings after reset (Ewan D. Milne) [RHEL-94042]
- scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-94042]
- scsi: st: Fix input/output error on empty drive reset (Ewan D. Milne) [RHEL-94042]
- scsi: mpi3mr: Fix ATA NCQ priority support (Ewan D. Milne) [RHEL-94042]
- scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() (Ewan D. Milne) [RHEL-94042]
- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Luis Claudio R. Goncalves) [RHEL-79183]
Resolves: RHEL-22785, RHEL-72637, RHEL-79183, RHEL-82922, RHEL-83195, RHEL-83999, RHEL-86180, RHEL-87378, RHEL-88165, RHEL-88234, RHEL-88653, RHEL-88727, RHEL-89488, RHEL-89787, RHEL-90738, RHEL-92670, RHEL-94042, RHEL-94838, RHEL-94962, RHEL-95986

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-06-11 13:05:54 -03:00
Jan Stancek
f55a4fba99 kernel-5.14.0-592.el9
* Thu Jun 05 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-592.el9]
- drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950]
- overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950]
- ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdata (Robert Foss) [RHEL-75950]
- ASoC: hdmi-codec: pass data to get_dai_id too (Robert Foss) [RHEL-75950]
- kfifo: fix typos in kernel-doc (Robert Foss) [RHEL-75950]
- kfifo: add kfifo_dma_out_prepare_mapped() (Robert Foss) [RHEL-75950]
- kfifo: pass offset to setup_sgl_buf() instead of a pointer (Robert Foss) [RHEL-75950]
- kfifo: rename l to len_to_end in setup_sgl() (Robert Foss) [RHEL-75950]
- kfifo: remove support for physically non-contiguous memory (Robert Foss) [RHEL-75950]
- kfifo: add kfifo_out_linear{,_ptr}() (Robert Foss) [RHEL-75950]
- kfifo: introduce and use kfifo_skip_count() (Robert Foss) [RHEL-75950]
- kfifo: drop __kfifo_dma_out_finish_r() (Robert Foss) [RHEL-75950]
- arm64/efistub: Clean up KASLR logic (Lenny Szubowicz) [RHEL-33066]
- efi/libstub: Cast away type warning in use of max() (Lenny Szubowicz) [RHEL-33066]
- efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Remap kernel text read-only before dropping NX attribute (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR (Lenny Szubowicz) [RHEL-33066]
- x86/efistub: Give up if memory attribute protocol returns an error (Lenny Szubowicz) [RHEL-33066]
- libstub: Fix compilation warning for rv32 (Lenny Szubowicz) [RHEL-33066]
- arm64: libstub: Move KASLR handling functions to kaslr.c (Lenny Szubowicz) [RHEL-33066]
- crypto: tegra - Fix IV usage for AES ECB (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix format specifier in (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Use HMAC fallback when keyslots are full (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Reserve keyslots to allocate dynamically (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Set IV to NULL explicitly for AES ECB (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix CMAC intermediate result handling (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Fix HASH intermediate result handling (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Transfer HASH init function to crypto engine (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - check return value for hash do_one_req (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - finalize crypto req on error (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Do not use fixed size buffers (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - Use separate buffer for setkey (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - remove unneeded crypto_engine_stop() call (Marcin Juszkiewicz) [RHEL-83268]
- crypto: tegra - remove redundant error check on ret (Marcin Juszkiewicz) [RHEL-83268]
- crypto: engine - Remove prepare/unprepare request (Marcin Juszkiewicz) [RHEL-83268]
- crypto: iaa - Do not clobber req->base.data (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Move compression CRC into request object (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Test the correct request flag (Vladis Dronov) [RHEL-87768]
- MAINTAINERS: Add Vinicius Gomes to MAINTAINERS for IAA Crypto (Vladis Dronov) [RHEL-87768]
- crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' (Vladis Dronov) [RHEL-87768]
- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-93481]
- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-93481]
- scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Maurizio Lombardi) [RHEL-93481]
- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-93481]
- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-93481]
- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-93481]
- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-93481]
- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-93481]
- scsi: target: tcmu: Constify some structures (Maurizio Lombardi) [RHEL-93481]
- scsi: target: Fix incorrect function name in pscsi_create_type_disk() (Maurizio Lombardi) [RHEL-93481]
Resolves: RHEL-33066, RHEL-75950, RHEL-83268, RHEL-87768, RHEL-93481

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2025-06-05 22:58:43 +02:00
Jan Stancek
4d89cdca16 kernel-5.14.0-591.el9
* Tue Jun 03 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-591.el9]
- uki_addons: add 'fedora' SBAT suffix for UKI addons (Li Tian) [RHEL-93399]
- Subject: net/smc: check return value of sock_recvmsg when draining clc data (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: check smcd_v2_ext_offset when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: protect link down work from execute after lgr freed (Mete Durlu) [RHEL-73484] {CVE-2024-57791}
- net/smc: Introduce IPPROTO_SMC (Mete Durlu) [RHEL-73484]
- net/smc: expose smc proto operations (Mete Durlu) [RHEL-73484]
- net/smc: refactoring initialization of smc sock (Mete Durlu) [RHEL-73484]
- net/smc: change SMCR_RMBE_SIZES from 5 to 15 (Mete Durlu) [RHEL-73484]
- net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined (Mete Durlu) [RHEL-73484]
- net/smc: implement DMB-merged operations of loopback-ism (Mete Durlu) [RHEL-73484]
- net/smc: adapt cursor update when sndbuf and peer DMB are merged (Mete Durlu) [RHEL-73484]
- net/smc: add operations to merge sndbuf with peer DMB (Mete Durlu) [RHEL-73484]
- net/smc: register loopback-ism into SMC-D device list (Mete Durlu) [RHEL-73484]
- net/smc: ignore loopback-ism when dumping SMC-D devices (Mete Durlu) [RHEL-73484]
- net/smc: mark optional smcd_ops and check for support when called (Mete Durlu) [RHEL-73484]
- net/smc: implement DMB-related operations of loopback-ism (Mete Durlu) [RHEL-73484]
- net/smc: implement ID-related operations of loopback-ism (Mete Durlu) [RHEL-73484]
- redhat/configs: Add SMC_LO config option (Mete Durlu) [RHEL-73484]
- net/smc: introduce loopback-ism for SMC intra-OS shortcut (Mete Durlu) [RHEL-73484]
- net/smc: decouple ism_client from SMC-D DMB registration (Mete Durlu) [RHEL-73484]
- net/smc: Avoid -Wflex-array-member-not-at-end warnings (Mete Durlu) [RHEL-73484]
- net/smc: make smc_hash_sk/smc_unhash_sk static (Mete Durlu) [RHEL-73484]
- net/smc: change the term virtual ISM to Emulated-ISM (Mete Durlu) [RHEL-73484]
- net/smc: fix incorrect SMC-D link group matching logic (Mete Durlu) [RHEL-73484]
- net/smc: fix invalid link access in dumping SMC-R connections (Mete Durlu) [RHEL-73484]
- net/smc: manage system EID in SMC stack instead of ISM driver (Mete Durlu) [RHEL-73484]
- net/smc: disable SEID on non-s390 archs where virtual ISM may be used (Mete Durlu) [RHEL-73484]
- net/smc: support extended GID in SMC-D lgr netlink attribute (Mete Durlu) [RHEL-73484]
- net/smc: compatible with 128-bits extended GID of virtual ISM device (Mete Durlu) [RHEL-73484]
- net/smc: define a reserved CHID range for virtual ISM devices (Mete Durlu) [RHEL-73484]
- net/smc: introduce virtual ISM device support feature (Mete Durlu) [RHEL-73484]
- net/smc: support SMCv2.x supplemental features negotiation (Mete Durlu) [RHEL-73484]
- net/smc: unify the structs of accept or confirm message for v1 and v2 (Mete Durlu) [RHEL-73484]
- net/smc: introduce sub-functions for smc_clc_send_confirm_accept() (Mete Durlu) [RHEL-73484]
- net/smc: rename some 'fce' to 'fce_v2x' for clarity (Mete Durlu) [RHEL-73484]
- net/smc: fix missing byte order conversion in CLC handshake (Mete Durlu) [RHEL-73484]
- net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonempty (Mete Durlu) [RHEL-73484]
- net/smc: add sysctl for max conns per lgr for SMC-R v2.1 (Mete Durlu) [RHEL-73484]
- net/smc: add sysctl for max links per lgr for SMC-R v2.1 (Mete Durlu) [RHEL-73484]
- net/smc: put sk reference if close work was canceled (Mete Durlu) [RHEL-73484]
- net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc (Mete Durlu) [RHEL-73484]
- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT (Mete Durlu) [RHEL-73484]
- net/smc: return the right falback reason when prefix checks fail (Mete Durlu) [RHEL-73484]
- net/smc: fix smc clc failed issue when netdevice not in init_net (Mete Durlu) [RHEL-73484]
- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (Mete Durlu) [RHEL-73484]
- net/smc: bugfix for smcr v2 server connect success statistic (Mete Durlu) [RHEL-73484]
- net/smc: Extend SMCR v2 linkgroup netlink attribute (Mete Durlu) [RHEL-73484]
- net/smc: support max links per lgr negotiation in clc handshake (Mete Durlu) [RHEL-73484]
- net/smc: support max connections per lgr negotiation (Mete Durlu) [RHEL-73484]
- net/smc: support smc v2.x features validate (Mete Durlu) [RHEL-73484]
- net/smc: add vendor unique experimental options area in clc handshake (Mete Durlu) [RHEL-73484]
- net/smc: support smc release version negotiation in clc handshake (Mete Durlu) [RHEL-73484]
- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT (Mete Durlu) [RHEL-73484]
- net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK (Mete Durlu) [RHEL-73484]
- net/smc: Scan from current RMB list when no position specified (Mete Durlu) [RHEL-73484]
- net/smc: Reset connection when trying to use SMCRv2 fails. (Mete Durlu) [RHEL-73484]
- smc: Fix use-after-free in tcp_write_timer_handler(). (Mete Durlu) [RHEL-73484]
- smc: preserve const qualifier in smc_sk() (Mete Durlu) [RHEL-73484]
- net/smc: Use percpu ref for wr tx reference (Mete Durlu) [RHEL-73484]
- net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link() (Mete Durlu) [RHEL-73484]
- vlan: enforce underlying device type (Guillaume Nault) [RHEL-87883] {CVE-2025-21920}
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92761]
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92761]
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92761]
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92761]
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92761]
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92761]
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92761]
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92761]
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-56106]
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-56106]
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92761]
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92761]
- NFSv4: Don't check for OPEN feature support in v4.1 (Scott Mayhew) [RHEL-83435]
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74335]
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74335]
- crypto: marvell - replace deprecated PCI functions (Vladis Dronov) [RHEL-74335]
- PCI: Make pcim_request_all_regions() a public function (Vladis Dronov) [RHEL-74335]
- crypto: octeontx* - Select CRYPTO_AUTHENC [partial] (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - select CONFIG_NET_DEVLINK (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - Fix authenc setkey (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - Remove custom swap functions in favor of built-in sort swap (Vladis Dronov) [RHEL-74335]
- crypto: octeontx2 - update CPT inbound inline IPsec mailbox (Vladis Dronov) [RHEL-74335]
- selftests: net: fdb_notify: Add a test for FDB notifications (Ivan Vecera) [RHEL-78780]
- selftests: net: lib: Add kill_process (Ivan Vecera) [RHEL-78780]
- selftests: net: lib: Move checks from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
- selftests: net: lib: Move tests_run from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
- selftests: net: lib: Move logging from forwarding/lib.sh here (Ivan Vecera) [RHEL-78780]
- selftests: net: include lib/sh/*.sh with lib.sh (Ivan Vecera) [RHEL-78780]
- selftests: mptcp: include net_helper.sh file (Ivan Vecera) [RHEL-78780]
- selftests: mptcp: include lib.sh file (Ivan Vecera) [RHEL-78780]
- selftests: forwarding: lib: Allow passing PID to stop_traffic() (Ivan Vecera) [RHEL-78780]
- selftests: forwarding: Add a fallback cleanup() (Ivan Vecera) [RHEL-78780]
- selftests: net: lib: Introduce deferred commands (Ivan Vecera) [RHEL-78780]
- selftests: forwarding: Convert log_test() to recognize RET values (Ivan Vecera) [RHEL-78780]
- ndo_fdb_del: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78780]
- ndo_fdb_add: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78780]
- bonding: assign random address if device address is same as bond (Hangbin Liu) [RHEL-93062]
- ice: Fix deinitializing VF in error path (Petr Oros) [RHEL-87626] {CVE-2025-21883}
- ice: add E830 HW VF mailbox message limit support (Petr Oros) [RHEL-87626]
- perf test stat_all_pmu.sh: Correctly check 'perf stat' result (Michael Petlan) [RHEL-81954]
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-81954]
- perf test: Tag parallel failing shell tests with "(exclusive)" (Michael Petlan) [RHEL-81954]
- perf test: Ignore security failures in all PMU test (Michael Petlan) [RHEL-81954]
Resolves: RHEL-56106, RHEL-73484, RHEL-74335, RHEL-78780, RHEL-81954, RHEL-83435, RHEL-87626, RHEL-87883, RHEL-92761, RHEL-93062, RHEL-93399

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2025-06-04 00:22:52 +02:00
Jan Stancek
9b5671a541 kernel-5.14.0-590.el9
* Fri May 30 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-590.el9]
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87940] {CVE-2025-21963}
- perf test: Update event_groups test to use instructions (Michael Petlan) [RHEL-80165]
- xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86504]
- redhat: Add packing_test to mod-internal.list (Petr Oros) [RHEL-92666]
- redhat: configs: enable CONFIG_PACKING (Petr Oros) [RHEL-92666]
- lib: packing: catch kunit_kzalloc() failure in the pack() test (Petr Oros) [RHEL-92666]
- lib: packing: document recently added APIs (Petr Oros) [RHEL-92666]
- lib: packing: add pack_fields() and unpack_fields() (Petr Oros) [RHEL-92666]
- lib: packing: demote truncation error in pack() to a warning in __pack() (Petr Oros) [RHEL-92666]
- lib: packing: create __pack() and __unpack() variants without error checking (Petr Oros) [RHEL-92666]
- lib: packing: use GENMASK() for box_mask (Petr Oros) [RHEL-92666]
- lib: packing: use BITS_PER_BYTE instead of 8 (Petr Oros) [RHEL-92666]
- lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior (Petr Oros) [RHEL-92666]
- lib: packing: add additional KUnit tests (Petr Oros) [RHEL-92666]
- lib: packing: add KUnit tests adapted from selftests (Petr Oros) [RHEL-92666]
- lib: packing: duplicate pack() and unpack() implementations (Petr Oros) [RHEL-92666]
- lib: packing: add pack() and unpack() wrappers over packing() (Petr Oros) [RHEL-92666]
- lib: packing: remove kernel-doc from header file (Petr Oros) [RHEL-92666]
- lib: packing: adjust definitions and implementation for arbitrary buffer lengths (Petr Oros) [RHEL-92666]
- lib: packing: refuse operating on bit indices which exceed size of buffer (Petr Oros) [RHEL-92666]
- lib: packing: remove MODULE_LICENSE in non-modules (Petr Oros) [RHEL-92666]
- Documentation: core-api: packing: correct spelling (Petr Oros) [RHEL-92666]
- lib: packing: replace bit_reverse() with bitrev8() (Petr Oros) [RHEL-92666]
- Revert "SUNRPC: Revert e0a912e8ddba" (Benjamin Coddington) [RHEL-92060]
- ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16 (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (Jaroslav Kysela) [RHEL-80682]
- mfd: cs42l43: Use devres for remove as well (Jaroslav Kysela) [RHEL-80682]
- firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (Jaroslav Kysela) [RHEL-80682]
- tools headers: Update the linux/unaligned.h copy with the kernel sources (Jaroslav Kysela) [RHEL-80682]
- soundwire: take in count the bandwidth of a prepared stream (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (Jaroslav Kysela) [RHEL-80682] {CVE-2025-39930}
- ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb-audio: separate DJM-A9 cap lvl options (Jaroslav Kysela) [RHEL-80682]
- PCI: pci_ids: add INTEL_HDA_PTL_H (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (Jaroslav Kysela) [RHEL-80682]
- ASoC: rt722-sdca: add missing readable registers (Jaroslav Kysela) [RHEL-80682]
- ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs42l43: Fix maximum ADC Volume (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA (Jaroslav Kysela) [RHEL-80682]
- ASoC: ops: Consistently treat platform_max as control value (Jaroslav Kysela) [RHEL-80682]
- ASoC: rt1320: set wake_capable = 0 explicitly (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: intel: Add Dell ALC3271 to power_save denylist (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: update ALC222 depop optimize (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs42l43: Add jack delay debounce after suspend (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-80682]
- ALSA: usx2y: validate nrpacks module parameter on probe (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek - add supported Mic Mute LED for Lenovo platform (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Avoid module auto-load handling at event delivery (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix Asus Z13 2025 audio (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Remove (revert) duplicate Ally X config (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs35l56: Prevent races when soft-resetting using SPI control (Jaroslav Kysela) [RHEL-80682]
- firmware: cs_dsp: Remove async regmap writes (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: warn both sdw and pch dmic are used (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl: Rename stream name of SAI DAI driver (Jaroslav Kysela) [RHEL-80682]
- ASoC: es8328: fix route from DAC to output (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2764: Set the SDOUT polarity correctly (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2764: Fix power control mask (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Drop UMP events when no UMP-conversion is set (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2770: Fix volume scale (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/cirrus: Reduce codec resume time (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/cirrus: Correct the full scale volume set logic (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Add error check for snd_ctl_rename_id() in snd_hda_create_dig_out_ctls() (Jaroslav Kysela) [RHEL-80682]
- ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fixup ALC225 depop procedure (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs35l41: Fix acpi_device_hid() not found (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: amd: Add branch prediction hint in ACP IRQ handler (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: amd: Drop unused includes from Vangogh driver (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt713_vb_l2_rt1320_l13 (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt712_vb + rt1320 support (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: hda-intel: add Panther Lake-H support (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: intel-dsp-config: Add PTL-H support (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2781: drop a redundant code (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers (Jaroslav Kysela) [RHEL-80682] {CVE-2025-21870}
- ASoC: cs35l41: Fallback to using HID for system_name if no SUB is available (Jaroslav Kysela) [RHEL-80682]
- ASoC: arizona/madera: use fsleep() in up/down DAPM event delays. (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils.c: add missing dlc->of_node (Jaroslav Kysela) [RHEL-80682]
- ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB] (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-tgl-match: declare adr as ull (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14 (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_micfil: Enable default case in micfil_set_quality() (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130 (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Fix headset detection failure due to unstable sort (Jaroslav Kysela) [RHEL-80682]
- ALSA: pcm: use new array-copying-wrapper (Jaroslav Kysela) [RHEL-80682]
- ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control (Jaroslav Kysela) [RHEL-80682]
- ASoC: amd: acp: Fix possible deadlock (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Fix quirk matching for Legion Pro 7 (Jaroslav Kysela) [RHEL-80682]
- ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V (Jaroslav Kysela) [RHEL-80682]
- ASoC: da7213: Initialize the mutex (Jaroslav Kysela) [RHEL-80682]
- ASoC: use to_platform_device() instead of container_of() (Jaroslav Kysela) [RHEL-80682]
- ASoC: acp: Support microphone from Lenovo Go S (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: imx8m: Add entry for new 8M Plus revision (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: imx: Add mach entry to select cs42888 topology (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: imx8m: add SAI2,5,6,7 (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb: fcp: Fix return code from poll ops (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb: fcp: Fix incorrect resp->opcode retrieval (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb: fcp: Fix meter_levels type to __le32 (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: ES8326: Improved PSRR (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run() (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspend (Jaroslav Kysela) [RHEL-80682]
- ALSA: ctxfi: Simplify dao_clear_{left,right}_input() functions (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb: fcp: Fix hwdep read ops types (Jaroslav Kysela) [RHEL-80682]
- ALSA: scarlett2: Add device_setup option to use FCP driver (Jaroslav Kysela) [RHEL-80682]
- ALSA: FCP: Add Focusrite Control Protocol driver (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 laptop (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Support for Ideapad hotkey mute LEDs (Jaroslav Kysela) [RHEL-80682]
- ASoC: dapm: add support for preparing streams (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-dai: add snd_soc_dai_prepare() and use it internally (Jaroslav Kysela) [RHEL-80682]
- ALSA: usb-audio: Add delay quirk for USB Audio Device (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Transfer firmware in two chunks (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Enable headset mic on Positivo C6400 (Jaroslav Kysela) [RHEL-80682]
- ALSA: rawmidi: Make tied_device=0 as default / unknown (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-dapm: remove !card check from snd_soc_dapm_set_bias_level() (Jaroslav Kysela) [RHEL-80682]
- ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943 platform (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_micfil: Add i.MX943 platform support (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Add AZX_DCAPS_NO_TCSEL flag for Loongson HDA devices (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: Use ARRAY_SIZE() to calculate PEB2466_TLV_SIZE (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: Use str_yes_no() to improve bdw_dump() (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-core: return 0 if np was NULL on snd_soc_daifmt_parse_clock_provider_raw() (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80682]
- ASoC: audio-graph-card: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: nau8824: fix max volume for Speaker output (Jaroslav Kysela) [RHEL-80682]
- ASoC: dt-bindings: fsl,mqs: Add compatible string for i.MX943 platform (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_mqs: Add i.MX943 platform support (Jaroslav Kysela) [RHEL-80682]
- ALSA: line6: convert timeouts to secs_to_jiffies() (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Notify UMP EP and FB changes (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Allow system notification in atomic (Jaroslav Kysela) [RHEL-80682]
- ALSA: ump: Update rawmidi name per EP name update (Jaroslav Kysela) [RHEL-80682]
- ALSA: ump: Copy safe string name to rawmidi (Jaroslav Kysela) [RHEL-80682]
- ALSA: ump: Copy FB name string more safely (Jaroslav Kysela) [RHEL-80682]
- ALSA: rawmidi: Bump protocol version to 2.0.5 (Jaroslav Kysela) [RHEL-80682]
- ALSA: rawmidi: Show substream activity in info ioctl (Jaroslav Kysela) [RHEL-80682]
- ALSA: rawmidi: Expose the tied device number in info ioctl (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card: Drop unnecessary "dai-tdm-slot-width-map" property presence check (Jaroslav Kysela) [RHEL-80682]
- ALSA: sb: Use str_enabled_disabled() helper in info_read() (Jaroslav Kysela) [RHEL-80682]
- ALSA: emu10k1: Use str_yes_no() helper (Jaroslav Kysela) [RHEL-80682]
- ASoC: Use of_property_present() for non-boolean properties (Jaroslav Kysela) [RHEL-80682]
- ASoC: amd: Add ACPI dependency to fix build error (Jaroslav Kysela) [RHEL-80682]
- ALSA: rme9652: Simplify with str_yes_no() (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Simplify with str_yes_no() (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Add missing includes (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Adjust IPC traces (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Adjust DSP status register names (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Update ASRC definition (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Improve logging of firmware loading (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Clearly state assumptions of hw_params() (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Add MODULE_FIRMWARE to inform about FW (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Print IPC error messages in lower layer (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Update hda component teardown sequences (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Fix init-config parsing (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Fix theoretical infinite loop (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Fix the minimum firmware version numbers (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: avs: Do not readq() u32 registers (Jaroslav Kysela) [RHEL-80682]
- ASoC: renesas: rz-ssi: Add a check for negative sample_space (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-card: remove card check (Jaroslav Kysela) [RHEL-80682]
- ALSA: firewire: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80682]
- regmap: sdw-mbq: Add support for SDCA deferred controls (Jaroslav Kysela) [RHEL-80682]
- regmap: sdw-mbq: Add support for further MBQ register sizes (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Update list of entity_0 controls (Jaroslav Kysela) [RHEL-80682]
- soundwire: SDCA: Add additional SDCA address macros (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Simplify with str_enable_disable() (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: oss: Simplify with str_enabled_disabled() (Jaroslav Kysela) [RHEL-80682]
- ALSA: emu10k1: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80682]
- ALSA: hdspm: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80682]
- ALSA: sonicvibes: Simplify with str_off_on() (Jaroslav Kysela) [RHEL-80682]
- ALSA: trident: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80682]
- ASoC: rt5682: Support the ALC5682I-VE codec (Jaroslav Kysela) [RHEL-80682]
- ALSA: ens137x: Use str_on_off() helper in snd_ensoniq_proc_read() (Jaroslav Kysela) [RHEL-80682]
- ASoC: madera: Use str_enabled_disabled() helper function (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: Use str_yes_no() helper in atom_dump() (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: Add aw88083 amplifier driver (Jaroslav Kysela) [RHEL-80682]
- ASoC: dt-bindings: Add schema for "awinic,aw88083" (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple_card: Show if link is unidirectional (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple_card: Improve debugging messages (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Make dependency on UMP clearer (Jaroslav Kysela) [RHEL-80682]
- ALSA: Align the syntax of iov_iter helpers with standard ones (Jaroslav Kysela) [RHEL-80682]
- ALSA: AC97: Use str_on_off() helper in snd_ac97_proc_read_main() (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic() (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Split function type patching and function naming (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Add missing function type names (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Add bounds check for function address (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Clean up error messages (Jaroslav Kysela) [RHEL-80682]
- ASoC: SDCA: Add missing header includes (Jaroslav Kysela) [RHEL-80682]
- soundwire: amd: clear wake enable register for power off mode (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: count the bandwidth of active streams only (Jaroslav Kysela) [RHEL-80682]
- SoundWire: pass stream to compute_params() (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: add lane in sdw_group_params (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: select data lane (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: check required freq accurately (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select_row_col (Jaroslav Kysela) [RHEL-80682]
- Soundwire: generic_bandwidth_allocation: set frame shape on fly (Jaroslav Kysela) [RHEL-80682]
- Soundwire: stream: program BUSCLOCK_SCALE (Jaroslav Kysela) [RHEL-80682]
- Soundwire: add sdw_slave_get_scale_index helper (Jaroslav Kysela) [RHEL-80682]
- soundwire: generic_bandwidth_allocation: skip DEPREPARED streams (Jaroslav Kysela) [RHEL-80682]
- soundwire: stream: set DEPREPARED state earlier (Jaroslav Kysela) [RHEL-80682]
- soundwire: add lane_used_bandwidth in struct sdw_bus (Jaroslav Kysela) [RHEL-80682]
- soundwire: mipi_disco: read lane mapping properties from ACPI (Jaroslav Kysela) [RHEL-80682]
- soundwire: add lane field in sdw_port_runtime (Jaroslav Kysela) [RHEL-80682]
- soundwire: bus: Move irq mapping cleanup into devres (Jaroslav Kysela) [RHEL-80682]
- ALSA: ad1889: Use str_enabled_disabled() helper function (Jaroslav Kysela) [RHEL-80682]
- ALSA: hdsp: Use str_on_off() and str_yes_no() helper functions (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc_m2m: force cast for snd_pcm_format_t type (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-core: remove redundant assignment to variable ret (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs42l43: don't include '<linux/find.h>' directly (Jaroslav Kysela) [RHEL-80682]
- mfd: cs42l43: Increase the SoundWire attach timeout (Jaroslav Kysela) [RHEL-80682]
- mfd: cs42l43: Use gpiod_set_raw for GPIO operations (Jaroslav Kysela) [RHEL-80682]
- mfd: cs42l43: Prepare support for updated bios patch (Jaroslav Kysela) [RHEL-80682]
- ASoC: qcom: sdm845: add handling of secondary MI2S clock (Jaroslav Kysela) [RHEL-80682]
- ASoC: rt715: Remove unused hda_to_sdw (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils: Unify clock direction by clk_direction (Jaroslav Kysela) [RHEL-80682]
- ASoC: soc-core: tidyup ret handling for card->disable_route_checks (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: mtl-match: Add CDB35L56-EIGHT-C 8x CS35L56 without CS42L43 (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: mtl-match: Add CDB35L56-EIGHT-C with aggregated speakers (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: tgl-match: Add entries for CS35L56 on CDB35L56-EIGHT-C (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: sof-priv: Remove unused SOF_DAI_STREAM() and SOF_FORMATS (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: ipc4-topology: Use macro to set the EXT_PARAM_SIZE in widget setup (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Intel: hda-pcm: Follow the pause_supported flag to drop PAUSE support (Jaroslav Kysela) [RHEL-80682]
- ASoC: SOF: Add support for pause supported tokens from topology (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_easrc: register m2m platform device (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc: register m2m platform device (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc_m2m: Add memory to memory function (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_easrc: define functions for memory to memory usage (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_asrc: define functions for memory to memory usage (Jaroslav Kysela) [RHEL-80682]
- ALSA: compress: Add output rate and output format support (Jaroslav Kysela) [RHEL-80682]
- ALSA: sonicvibes: Use str_on_off() helper in snd_sonicvibes_proc_read() (Jaroslav Kysela) [RHEL-80682]
- ASoC: dt-bindings: convert rt5682.txt to dt-schema (Jaroslav Kysela) [RHEL-80682]
- ASoC: wm8985: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: wm8904: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tpa6130a2: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tlv320aic3x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tlv320aic31xx: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tlv320adc3xxx: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas5720: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2781: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2562: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: ssm2602: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: pcm186x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: max98095: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: max98090: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: max98088: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: alc5632: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: alc5623: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: adau1977: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: adau1781: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: adau1761: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: ad193x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the header (Jaroslav Kysela) [RHEL-80682]
- ASoC: codecs: wcd9335: Add define for number of DAIs (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 support (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13 support (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC quirk (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7 (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: improve the log of DAI link numbers (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: reduce log level for not using internal dmic (Jaroslav Kysela) [RHEL-80682]
- ASoC: Intel: sof_sdw: correct mach_params->dmic_num (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils: use for_each_of_graph_port() on graph_get_dai_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils: check port reg first on graph_get_dai_id() (Jaroslav Kysela) [RHEL-80682]
- ASoC: simple-card-utils: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_sai: Add sample rate constraint (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_xcvr: Add sample rate constraint (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_micfil: Switch to common sample rate constraint function (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_utils: Add function to constrain rates (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: oss: fix typo in seq_oss_init.c (Jaroslav Kysela) [RHEL-80682]
- ALSA: cmipci: Modify the incorrect format specifier (Jaroslav Kysela) [RHEL-80682]
- ALSA: lola: Fix typo in lola_clock.c (Jaroslav Kysela) [RHEL-80682]
- ASoC: amd: ps: add ZSC control register programming sequence (Jaroslav Kysela) [RHEL-80682]
- ASoC: amd: ps: update mach params subsystem_rev variable (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Always check capability at opening a hwdep (Jaroslav Kysela) [RHEL-80682]
- ASoC: sdw_utils: cs_amp: Assign non-overlapping TDM masks for each codec on a bus (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs35l56: Split SoundWire DAI into separate playback and capture (Jaroslav Kysela) [RHEL-80682]
- ALSA: hda: Fix typo in hda_sysfs.h (Jaroslav Kysela) [RHEL-80682]
- ALSA: ac97: Modify the incorrect format specifier (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Skip notifications unless subscribed to announce port (Jaroslav Kysela) [RHEL-80682]
- ALSA: seq: Notify client and port info changes (Jaroslav Kysela) [RHEL-80682]
- ASoC: cs42l51: Constify struct i2c_device_id (Jaroslav Kysela) [RHEL-80682]
- ASoC: tas2781: Fix redundant logical jump (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_xcvr: Add suspend and resume support (Jaroslav Kysela) [RHEL-80682]
- ASoC: fsl_xcvr: Use regmap for PHY and PLL registers (Jaroslav Kysela) [RHEL-80682]
Resolves: RHEL-80165, RHEL-80682, RHEL-86504, RHEL-87940, RHEL-92060, RHEL-92666

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2025-05-30 13:29:07 +02:00