kernel/kernel.changelog
Julio Faracco 0f8806c981 kernel-6.12.0-91.el10
* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
- tools headers: Sync uapi/linux/fcntl.h with the kernel sources (Ming Lei) [RHEL-83595]
- perf probe: Pick the correct dwarf die while adding probe points (Ming Lei) [RHEL-83595]
- devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-83595]
- VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-83595]
- VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-83595]
- fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-83595]
- libfs: kill empty_dir_getattr() (Ming Lei) [RHEL-83595]
- fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag (Ming Lei) [RHEL-83595]
- fs/stat.c: switch to CLASS(fd_raw) (Ming Lei) [RHEL-83595]
- kill getname_statx_lookup_flags() (Ming Lei) [RHEL-83595]
- io_statx_prep(): use getname_uflags() (Ming Lei) [RHEL-83595]
- getname_maybe_null() - the third variant of pathname copy-in (Ming Lei) [RHEL-83595]
- teach filename_lookup() to treat NULL filename as "" (Ming Lei) [RHEL-83595]
- dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-83595]
- block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-83595]
- block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-83595]
- block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-83595]
- loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-83595]
- loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-83595]
- loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-83595]
- loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-83595]
- block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-83595]
- block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-83595]
- null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-83595]
- block: add for_each_mp_bvec() (Ming Lei) [RHEL-83595]
- block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-83595]
- block: remove unused nseg parameter (Ming Lei) [RHEL-83595]
- io_uring/rw: don't mask in f_iocb_flags (Ming Lei) [RHEL-83595]
- docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-83595]
- block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-83595]
- block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-83595]
- block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-83595]
- ublk: remove io_cmds list in ublk_queue (Ming Lei) [RHEL-83595]
- blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-83595]
- loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-83595]
- block: fix a comment in the queue_attrs[] array (Ming Lei) [RHEL-83595]
- block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-83595]
- block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-83595]
- block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-83595]
- block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-83595]
- block: fix adding folio to bio (Ming Lei) [RHEL-83595]
- block: remove unused parameter (Ming Lei) [RHEL-83595]
- badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (Ming Lei) [RHEL-83595]
- block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone (Ming Lei) [RHEL-83595]
- block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect read_ahead_kb using q->limits_lock (Ming Lei) [RHEL-83595]
- block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-83595]
- block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-83595]
- block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-83595]
- block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-83595]
- badblocks: use sector_t instead of int to avoid truncation of badblocks length (Ming Lei) [RHEL-83595]
- badblocks: return boolean from badblocks_set() and badblocks_clear() (Ming Lei) [RHEL-83595]
- badblocks: fix missing bad blocks on retry in _badblocks_check() (Ming Lei) [RHEL-83595]
- badblocks: fix merge issue when new badblocks align with pre+1 (Ming Lei) [RHEL-83595]
- badblocks: try can_merge_front before overlap_front (Ming Lei) [RHEL-83595]
- badblocks: fix the using of MAX_BADBLOCKS (Ming Lei) [RHEL-83595]
- badblocks: return error if any badblock set fails (Ming Lei) [RHEL-83595]
- badblocks: return error directly when setting badblocks exceeds 512 (Ming Lei) [RHEL-83595]
- badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (Ming Lei) [RHEL-83595]
- badblocks: factor out a helper try_adjacent_combine (Ming Lei) [RHEL-83595]
- badblocks: Fix error shift ops (Ming Lei) [RHEL-83595]
- block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-83595]
- block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-83595]
- blk-throttle: carry over directly (Ming Lei) [RHEL-83595]
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-83595]
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-83595]
- blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-83595]
- ublk: enforce ublks_max only for unprivileged devices (Ming Lei) [RHEL-83595]
- loop: Remove struct loop_func_table (Ming Lei) [RHEL-83595]
- ublk: add DMA alignment limit (Ming Lei) [RHEL-83595]
- block: split struct bio_integrity_payload (Ming Lei) [RHEL-83595]
- block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-83595]
- block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-83595]
- null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-83595]
- null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-83595]
- null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-83595]
- null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-83595]
- null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-83595]
- ublk: complete command synchronously on error (Ming Lei) [RHEL-83595]
- blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-83595]
- blk-wbt: Fix some comments (Ming Lei) [RHEL-83595]
- loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-83595]
- loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-83595]
- loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-83595]
- loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-83595]
- block: Remove commented out code (Ming Lei) [RHEL-83595]
- Revert "driver: block: release the lo_work_lock before queue_work" (Ming Lei) [RHEL-83595]
- block: refactor rq_qos_wait() (Ming Lei) [RHEL-83595]
- block: introduce init_wait_func() (Ming Lei) [RHEL-83595]
- loop: release the lo_work_lock before queue_work (Ming Lei) [RHEL-83595]
- blk-crypto: add ioctls to create and prepare hardware-wrapped keys (Ming Lei) [RHEL-83595]
- blk-crypto: show supported key types in sysfs (Ming Lei) [RHEL-83595]
- blk-crypto: add basic hardware-wrapped key support (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Add ufs_hba_from_crypto_profile() (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Fix crypto key eviction (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: convert to use custom crypto profile (Ming Lei) [RHEL-83595]
- mmc: crypto: add mmc_from_crypto_profile() (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: fix crypto key eviction (Ming Lei) [RHEL-83595]
- block: Name the RQF flags enum (Ming Lei) [RHEL-83595]
- block: fix conversion of GPT partition name to 7-bit (Ming Lei) [RHEL-83595]
- ublk: set_params: properly check if parameters can be applied (Ming Lei) [RHEL-83595]
- block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-83595]
- scsi: add support for user-meta interface (Ming Lei) [RHEL-83595]
- nvme: add support for passing on the application tag (Ming Lei) [RHEL-83595]
- block: add support to pass user meta buffer (Ming Lei) [RHEL-83595]
- block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-83595]
- io_uring: introduce attributes for read/write and PI support (Ming Lei) [RHEL-83595]
- fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-83595]
- fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-83595]
- block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-83595]
- block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-83595]
- block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-83595]
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74336]
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74336]
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-82381]
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87947] {CVE-2025-21963}
- s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues (CKI Backport Bot) [RHEL-87556]
- wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CKI Backport Bot) [RHEL-93267] {CVE-2025-37943}
- selftest/mm: va_high_addr_switch: add ppc64 support check (Chunyu Hu) [RHEL-87654]
- net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-92996]
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92762]
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92762]
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92762]
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92762]
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92762]
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-92762]
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-92762]
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92762]
- xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86505]
- redhat: configs: rhel: Enable CX231XX driver (Kate Hsuan) [RHEL-86822]
- iomap: avoid avoid truncating 64-bit offset to 32 bits (Brian Foster) [RHEL-85399]
- iomap: fix zero padding data issue in concurrent append writes (Brian Foster) [RHEL-85399]
- iomap: pass byte granular end position to iomap_add_to_ioend (Brian Foster) [RHEL-85399]
- iomap: elide flush from partial eof zero range (Brian Foster) [RHEL-85399]
- iomap: lift zeroed mapping handling into iomap_zero_range() (Brian Foster) [RHEL-85399]
- iomap: reset per-iter state on non-error iter advances (Brian Foster) [RHEL-85399]
- iomap: warn on zero range of a post-eof folio (Brian Foster) [RHEL-85399]
- iomap: drop an obsolete comment in iomap_dio_bio_iter (Brian Foster) [RHEL-85399]
- iomap: add a merge boundary flag (Brian Foster) [RHEL-85399]
- fs: iomap: Atomic write support (Brian Foster) [RHEL-85399]
- fs: Export generic_atomic_write_valid() (Brian Foster) [RHEL-85399]
Resolves: RHEL-74336, RHEL-82381, RHEL-83595, RHEL-85399, RHEL-86505, RHEL-86822, RHEL-87556, RHEL-87654, RHEL-87947, RHEL-91668, RHEL-92762, RHEL-92996, RHEL-93267

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-06-02 16:14:32 -03:00

12259 lines
1007 KiB
Plaintext

* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
- tools headers: Sync uapi/linux/fcntl.h with the kernel sources (Ming Lei) [RHEL-83595]
- perf probe: Pick the correct dwarf die while adding probe points (Ming Lei) [RHEL-83595]
- devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-83595]
- VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-83595]
- VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-83595]
- fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-83595]
- libfs: kill empty_dir_getattr() (Ming Lei) [RHEL-83595]
- fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag (Ming Lei) [RHEL-83595]
- fs/stat.c: switch to CLASS(fd_raw) (Ming Lei) [RHEL-83595]
- kill getname_statx_lookup_flags() (Ming Lei) [RHEL-83595]
- io_statx_prep(): use getname_uflags() (Ming Lei) [RHEL-83595]
- getname_maybe_null() - the third variant of pathname copy-in (Ming Lei) [RHEL-83595]
- teach filename_lookup() to treat NULL filename as "" (Ming Lei) [RHEL-83595]
- dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-83595]
- block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-83595]
- block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-83595]
- block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-83595]
- loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-83595]
- loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-83595]
- loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-83595]
- loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-83595]
- block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-83595]
- block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-83595]
- null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-83595]
- block: add for_each_mp_bvec() (Ming Lei) [RHEL-83595]
- block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-83595]
- block: remove unused nseg parameter (Ming Lei) [RHEL-83595]
- io_uring/rw: don't mask in f_iocb_flags (Ming Lei) [RHEL-83595]
- docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-83595]
- block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-83595]
- block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-83595]
- block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-83595]
- ublk: remove io_cmds list in ublk_queue (Ming Lei) [RHEL-83595]
- blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-83595]
- loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-83595]
- block: fix a comment in the queue_attrs[] array (Ming Lei) [RHEL-83595]
- block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-83595]
- block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-83595]
- block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-83595]
- block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-83595]
- block: fix adding folio to bio (Ming Lei) [RHEL-83595]
- block: remove unused parameter (Ming Lei) [RHEL-83595]
- badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (Ming Lei) [RHEL-83595]
- block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone (Ming Lei) [RHEL-83595]
- block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect read_ahead_kb using q->limits_lock (Ming Lei) [RHEL-83595]
- block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-83595]
- block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-83595]
- block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-83595]
- block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-83595]
- badblocks: use sector_t instead of int to avoid truncation of badblocks length (Ming Lei) [RHEL-83595]
- badblocks: return boolean from badblocks_set() and badblocks_clear() (Ming Lei) [RHEL-83595]
- badblocks: fix missing bad blocks on retry in _badblocks_check() (Ming Lei) [RHEL-83595]
- badblocks: fix merge issue when new badblocks align with pre+1 (Ming Lei) [RHEL-83595]
- badblocks: try can_merge_front before overlap_front (Ming Lei) [RHEL-83595]
- badblocks: fix the using of MAX_BADBLOCKS (Ming Lei) [RHEL-83595]
- badblocks: return error if any badblock set fails (Ming Lei) [RHEL-83595]
- badblocks: return error directly when setting badblocks exceeds 512 (Ming Lei) [RHEL-83595]
- badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (Ming Lei) [RHEL-83595]
- badblocks: factor out a helper try_adjacent_combine (Ming Lei) [RHEL-83595]
- badblocks: Fix error shift ops (Ming Lei) [RHEL-83595]
- block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-83595]
- block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-83595]
- blk-throttle: carry over directly (Ming Lei) [RHEL-83595]
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-83595]
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-83595]
- blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-83595]
- ublk: enforce ublks_max only for unprivileged devices (Ming Lei) [RHEL-83595]
- loop: Remove struct loop_func_table (Ming Lei) [RHEL-83595]
- ublk: add DMA alignment limit (Ming Lei) [RHEL-83595]
- block: split struct bio_integrity_payload (Ming Lei) [RHEL-83595]
- block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-83595]
- block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-83595]
- null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-83595]
- null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-83595]
- null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-83595]
- null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-83595]
- null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-83595]
- ublk: complete command synchronously on error (Ming Lei) [RHEL-83595]
- blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-83595]
- blk-wbt: Fix some comments (Ming Lei) [RHEL-83595]
- loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-83595]
- loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-83595]
- loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-83595]
- loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-83595]
- block: Remove commented out code (Ming Lei) [RHEL-83595]
- Revert "driver: block: release the lo_work_lock before queue_work" (Ming Lei) [RHEL-83595]
- block: refactor rq_qos_wait() (Ming Lei) [RHEL-83595]
- block: introduce init_wait_func() (Ming Lei) [RHEL-83595]
- loop: release the lo_work_lock before queue_work (Ming Lei) [RHEL-83595]
- blk-crypto: add ioctls to create and prepare hardware-wrapped keys (Ming Lei) [RHEL-83595]
- blk-crypto: show supported key types in sysfs (Ming Lei) [RHEL-83595]
- blk-crypto: add basic hardware-wrapped key support (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Add ufs_hba_from_crypto_profile() (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Fix crypto key eviction (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: convert to use custom crypto profile (Ming Lei) [RHEL-83595]
- mmc: crypto: add mmc_from_crypto_profile() (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: fix crypto key eviction (Ming Lei) [RHEL-83595]
- block: Name the RQF flags enum (Ming Lei) [RHEL-83595]
- block: fix conversion of GPT partition name to 7-bit (Ming Lei) [RHEL-83595]
- ublk: set_params: properly check if parameters can be applied (Ming Lei) [RHEL-83595]
- block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-83595]
- scsi: add support for user-meta interface (Ming Lei) [RHEL-83595]
- nvme: add support for passing on the application tag (Ming Lei) [RHEL-83595]
- block: add support to pass user meta buffer (Ming Lei) [RHEL-83595]
- block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-83595]
- io_uring: introduce attributes for read/write and PI support (Ming Lei) [RHEL-83595]
- fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-83595]
- fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-83595]
- block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-83595]
- block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-83595]
- block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-83595]
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74336]
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74336]
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-82381]
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87947] {CVE-2025-21963}
- s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues (CKI Backport Bot) [RHEL-87556]
- wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CKI Backport Bot) [RHEL-93267] {CVE-2025-37943}
- selftest/mm: va_high_addr_switch: add ppc64 support check (Chunyu Hu) [RHEL-87654]
- net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-92996]
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92762]
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92762]
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92762]
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92762]
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92762]
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-92762]
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-92762]
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92762]
- xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86505]
- redhat: configs: rhel: Enable CX231XX driver (Kate Hsuan) [RHEL-86822]
- iomap: avoid avoid truncating 64-bit offset to 32 bits (Brian Foster) [RHEL-85399]
- iomap: fix zero padding data issue in concurrent append writes (Brian Foster) [RHEL-85399]
- iomap: pass byte granular end position to iomap_add_to_ioend (Brian Foster) [RHEL-85399]
- iomap: elide flush from partial eof zero range (Brian Foster) [RHEL-85399]
- iomap: lift zeroed mapping handling into iomap_zero_range() (Brian Foster) [RHEL-85399]
- iomap: reset per-iter state on non-error iter advances (Brian Foster) [RHEL-85399]
- iomap: warn on zero range of a post-eof folio (Brian Foster) [RHEL-85399]
- iomap: drop an obsolete comment in iomap_dio_bio_iter (Brian Foster) [RHEL-85399]
- iomap: add a merge boundary flag (Brian Foster) [RHEL-85399]
- fs: iomap: Atomic write support (Brian Foster) [RHEL-85399]
- fs: Export generic_atomic_write_valid() (Brian Foster) [RHEL-85399]
Resolves: RHEL-74336, RHEL-82381, RHEL-83595, RHEL-85399, RHEL-86505, RHEL-86822, RHEL-87556, RHEL-87654, RHEL-87947, RHEL-91668, RHEL-92762, RHEL-92996, RHEL-93267
* Tue May 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-90.el10]
- gre: Fix again IPv6 link-local address generation. (Guillaume Nault) [RHEL-69103]
- zram: fix NULL pointer in comp_algorithm_show() (Ming Lei) [RHEL-77764] {CVE-2024-53222}
- HID: picoLCD: Replace check_fb in favor of struct fb_info.lcd_dev (Jocelyn Falempe) [RHEL-75959]
- backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() (Jocelyn Falempe) [RHEL-75959]
- fbdev: hyperv_fb: Allow graceful removal of framebuffer (Jocelyn Falempe) [RHEL-75959]
- fbdev: hyperv_fb: Simplify hvfb_putmem (Jocelyn Falempe) [RHEL-75959]
- fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (Jocelyn Falempe) [RHEL-75959]
- fbdev: hyperv_fb: iounmap() the correct memory when removing a device (Jocelyn Falempe) [RHEL-75959]
- fbdev: lcdcfb: Use backlight helper (Jocelyn Falempe) [RHEL-75959]
- fbdev: vga16fb: fix orig_video_isVGA confusion (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Use of_property_present() to test existence of DT property (Jocelyn Falempe) [RHEL-75959]
- fbdev: sm501fb: Use str_enabled_disabled() helper in sm501fb_init_fb() (Jocelyn Falempe) [RHEL-75959]
- fbdev: omap: use threaded IRQ for LCD DMA (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device() (Jocelyn Falempe) [RHEL-75959]
- fbdev: efifb: Change the return value type to void (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Remove unused hdmi5_core_handle_irqs (Jocelyn Falempe) [RHEL-75959]
- video: hdmi: Remove unused hdmi_infoframe_check (Jocelyn Falempe) [RHEL-75959]
- fbdev: radeon: Use const 'struct bin_attribute' callbacks (Jocelyn Falempe) [RHEL-75959]
- fbdev: udlfb: Use const 'struct bin_attribute' callback (Jocelyn Falempe) [RHEL-75959]
- fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Remove some deadcode (Jocelyn Falempe) [RHEL-75959]
- fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem() (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: use new of_graph functions (Jocelyn Falempe) [RHEL-75959]
- backlight: Remove notifier (Jocelyn Falempe) [RHEL-75959]
- backlight: ktz8866: Fix module autoloading (Jocelyn Falempe) [RHEL-75959]
- backlight: 88pm860x_bl: Simplify with scoped for each OF child loop (Jocelyn Falempe) [RHEL-75959]
- backlight: lcd: Remove struct fb_videomode from set_mode callback (Jocelyn Falempe) [RHEL-75959]
- backlight: lcd: Replace check_fb with controls_device (Jocelyn Falempe) [RHEL-75959]
- fbdev: omap: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: imxfb: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: imxfb: Replace check_fb in favor of struct fb_info.lcd_dev (Jocelyn Falempe) [RHEL-75959]
- fbdev: clps711x-fb: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: clps711x-fb: Replace check_fb in favor of struct fb_info.lcd_dev (Jocelyn Falempe) [RHEL-75959]
- backlight: tdo24m: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: platform_lcd: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: platform_lcd: Remove match_fb from struct plat_lcd_data (Jocelyn Falempe) [RHEL-75959]
- backlight: platform_lcd: Remove include statement for <linux/backlight.h> (Jocelyn Falempe) [RHEL-75959]
- backlight: otm3225a: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: ltv350qv: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: lms501kf03: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h> (Jocelyn Falempe) [RHEL-75959]
- backlight: lms283gf05: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: l4f00242t03: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: jornada720_lcd: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: jornada720_lcd: Include <linux/io.h> for IOMEM() macro (Jocelyn Falempe) [RHEL-75959]
- backlight: ili9320: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: ili922x: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: hx8357: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: corgi_lcd: Use lcd power constants (Jocelyn Falempe) [RHEL-75959]
- backlight: lcd: Add LCD_POWER_ constants for power states (Jocelyn Falempe) [RHEL-75959]
- backlight: lcd: Test against struct fb_info.lcd_dev (Jocelyn Falempe) [RHEL-75959]
- backlight: lcd: Rearrange code in fb_notifier_callback() (Jocelyn Falempe) [RHEL-75959]
- fbdev: sh_mobile_lcdc_fb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: rivafb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: radeonfb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: omapfb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: nvidiafb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: chipsfb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: atyfb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: aty128fb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- fbdev: atmel_lcdfb: Use backlight power constants (Jocelyn Falempe) [RHEL-75959]
- video: fbdev: mmp: switch to use spi_alloc_host() (Jocelyn Falempe) [RHEL-75959]
- smb: client: don't retry IO on failed negprotos with soft mounts (Paulo Alcantara) [RHEL-85526]
- acct: perform last write from workqueue (CKI Backport Bot) [RHEL-83184] {CVE-2025-21846}
Resolves: RHEL-69103, RHEL-75959, RHEL-77764, RHEL-83184, RHEL-85526
* Thu May 22 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-89.el10]
- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito) [RHEL-92881]
- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito) [RHEL-92881]
- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito) [RHEL-92881]
- redhat: create 'systemd-volatile-overlay' addon for UKI (Emanuele Giuseppe Esposito) [RHEL-92882]
- vfio/pci: Align huge faults to order (Alex Williamson) [RHEL-89852]
- cifs: Fix integer overflow while processing closetimeo mount option (CKI Backport Bot) [RHEL-87906] {CVE-2025-21962}
- scsi: iscsi: Fix missing scsi_host_put() in error path (Chris Leech) [RHEL-90551]
- scsi: qla4xxx: Constify 'struct bin_attribute' (Chris Leech) [RHEL-90551]
- scsi: qedi: Constify 'struct bin_attribute' (Chris Leech) [RHEL-90551]
- scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() (Chris Leech) [RHEL-90551]
- net: fix geneve_opt length integer overflow (CKI Backport Bot) [RHEL-87978] {CVE-2025-22055}
- tcp: drop secpath at the same time as we currently drop dst (Sabrina Dubroca) [RHEL-70101 RHEL-83227] {CVE-2025-21864}
Resolves: RHEL-70101, RHEL-83227, RHEL-87906, RHEL-87978, RHEL-89852, RHEL-90551, RHEL-92881, RHEL-92882
* Tue May 20 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-88.el10]
- s390/ism: add release function for struct device (Mete Durlu) [RHEL-73487] {CVE-2025-21856}
- s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH (Mete Durlu) [RHEL-73487]
- s390/net: Remove LCS driver (Mete Durlu) [RHEL-73487]
- s390/netiucv: Switch over to sysfs_emit() (Mete Durlu) [RHEL-73487]
- s390: Add z17 elf platform (Mete Durlu) [RHEL-89725]
- Revert "serial: 8250: Switch to nbcon console" (John W. Linville) [RHEL-56242]
- Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"" (John W. Linville) [RHEL-56242]
- enic: get max rq & wq entries supported by hw, 16K queues (Nelson Escobar) [RHEL-84863]
- enic: cleanup of enic wq request completion path (Nelson Escobar) [RHEL-84863]
- enic: added enic_wq.c and enic_wq.h (Nelson Escobar) [RHEL-84863]
- enic: remove unused function cq_enet_wq_desc_dec (Nelson Escobar) [RHEL-84863]
- enic: enable rq extended cq support (Nelson Escobar) [RHEL-84863]
- enic: enic rq extended cq defines (Nelson Escobar) [RHEL-84863]
- enic: enic rq code reorg (Nelson Escobar) [RHEL-84863]
- enic: Move function from header file to c file (Nelson Escobar) [RHEL-84863]
- enic: add dependency on Page Pool (Nelson Escobar) [RHEL-84863]
- enic: remove copybreak tunable (Nelson Escobar) [RHEL-84863]
- enic: Use the Page Pool API for RX (Nelson Escobar) [RHEL-84863]
- enic: Simplify RX handler function (Nelson Escobar) [RHEL-84863]
- enic: Move RX functions to their own file (Nelson Escobar) [RHEL-84863]
- enic: Fix typo in comment in table indexed by link speed (Nelson Escobar) [RHEL-84863]
- enic: Obtain the Link speed only after the link comes up (Nelson Escobar) [RHEL-84863]
- enic: Move RX coalescing set function (Nelson Escobar) [RHEL-84863]
- enic: Move kdump check into enic_adjust_resources() (Nelson Escobar) [RHEL-84863]
- enic: Move enic resource adjustments to separate function (Nelson Escobar) [RHEL-84863]
- enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way (Nelson Escobar) [RHEL-84863]
- enic: Allocate arrays in enic struct based on VIC config (Nelson Escobar) [RHEL-84863]
- enic: Save resource counts we read from HW (Nelson Escobar) [RHEL-84863]
- enic: Make MSI-X I/O interrupts come after the other required ones (Nelson Escobar) [RHEL-84863]
- enic: Create enic_wq/rq structures to bundle per wq/rq data (Nelson Escobar) [RHEL-84863]
- net: introduce per netns packet chains (Paolo Abeni) [RHEL-83393]
- cifs: Fix integer overflow while processing acregmax mount option (CKI Backport Bot) [RHEL-87927] {CVE-2025-21964}
- sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (CKI Backport Bot) [RHEL-88085] {CVE-2025-21919}
- RDMA/core: Silence oversized kvmalloc() warning (Kamal Heib) [RHEL-75593]
- RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (Kamal Heib) [RHEL-75593]
- RDMA/ucaps: Avoid format-security warning (Kamal Heib) [RHEL-75593]
- IB/mad: Check available slots before posting receive WRs (Kamal Heib) [RHEL-75593]
- RDMA/core: Pass port to counter bind/unbind operations (Kamal Heib) [RHEL-75593]
- RDMA/core: Add support to optional-counters binding configuration (Kamal Heib) [RHEL-75593]
- RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj() (Kamal Heib) [RHEL-75593]
- RDMA/core: Fix use-after-free when rename device name (Kamal Heib) [RHEL-75593]
- RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (Kamal Heib) [RHEL-75593]
- docs: infiniband: document the UCAP API (Kamal Heib) [RHEL-75593]
- RDMA/uverbs: Add support for UCAPs in context creation (Kamal Heib) [RHEL-75593]
- RDMA/uverbs: Introduce UCAP (User CAPabilities) API (Kamal Heib) [RHEL-75593]
- RDMA/core: Fixes infiniband sysctl bounds (Kamal Heib) [RHEL-75593]
- RDMA/core: Don't expose hw_counters outside of init net namespace (Kamal Heib) [RHEL-75593]
- RDMA/core: Fix best page size finding when it can cross SG entries (Kamal Heib) [RHEL-75593]
- IB/iser: fix typos in iscsi_iser.c comments (Kamal Heib) [RHEL-75593]
- RDMA/core: Use ib_port_state_to_str() for IB state sysfs (Kamal Heib) [RHEL-75593]
- IB/cache: Add log messages for IB device state changes (Kamal Heib) [RHEL-75593]
- cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs (Waiman Long) [RHEL-87521]
- selftest/cgroup: Add a remote partition transition test to test_cpuset_prs.sh (Waiman Long) [RHEL-87521]
- selftest/cgroup: Clean up and restructure test_cpuset_prs.sh (Waiman Long) [RHEL-87521]
- selftest/cgroup: Update test_cpuset_prs.sh to use | as effective CPUs and state separator (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Code cleanup and comment update (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Don't allow creation of local partition over a remote one (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() handle remote partition (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Fix error handling in remote_partition_disable() (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_cpumask() (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Fix race between newly created partition and dying one (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c (Waiman Long) [RHEL-87521]
- cgroup/cpuset: remove kernfs active break (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Remove stale text (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()" (Waiman Long) [RHEL-87521]
- cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c (Waiman Long) [RHEL-87521]
- sched/rt: Fix race in push_rt_task (Phil Auld) [RHEL-86833]
- x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (Herton R. Krzesinski) [RHEL-86149]
- wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: cancel wiphy_work before freeing wiphy (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21979}
- wifi: mac80211: fix SA Query processing in MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: fix assoc link handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: don't queue sdata::work for a non-running sdata (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: trans: cancel restart work on op mode leave (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: pcie: Fix TSO preparation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: disable multi-link reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: regulatory: improve invalid hints checking (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21910}
- wifi: brcmfmac: keep power during suspend if board requires it (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Fix sparse warning for monitor_sdata (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix vendor-specific inheritance (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix MLE non-inheritance parsing (Jose Ignacio Tornos Martinez) [RHEL-79792]
- bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlock (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21951}
- wifi: iwlwifi: Fix A-MSDU TSO preparation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Free pages allocated when failing to build A-MSDU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: limit printed string from FW file (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21905}
- wifi: iwlwifi: mvm: use the right version of the rate API (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: don't try to talk to a dead firmware (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21930}
- wifi: iwlwifi: mvm: don't dump the firmware state upon RFKILL while suspend (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: clean up ROC on failure (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21906}
- wifi: iwlwifi: fw: avoid using an uninitialized variable (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: allocate chained SG tables for dump (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: remove debugfs dir for virtual monitor (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Cleanup sta TXQs on flush (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: reject cooked mode if it is set along with other flags (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21909}
- wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix handling of 6 GHz rules (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21744}
- wifi: rtw88: add RTW88_LEDS depends on LEDS_CLASS to Kconfig (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: unregister wiphy only after netdev registration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: adjust allocation of colocated AP data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix key cache handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() function (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Remove ath12k_get_num_hw() helper function (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor the ath12k_hw get helper function argument (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor ath12k_hw set helper function argument (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: add implicit beamforming support for mt7992 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix beacon command during disabling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix ldpc setting (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix definition of tx descriptor (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: connac: adjust phy capabilities based on band constraints (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix incorrect indexing of MIB FW event (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix HE Phy capability (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix the capability of reception of EHT MU PPDU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: add max mpdu len capability (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921: avoid undesired changes of the preset regulatory domain (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925e: fix too long of wifi resume time (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix register mapping (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: fix register mapping (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix monitor mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: switch to single multi-radio wiphy (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: move all debugfs files to the primary phy (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: connac: rework connac helpers (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: prepare mt7996_mcu_update_bss_color for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: connac: prepare mt76_connac_mcu_sta_basic_tlv for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: prepare mt7996_mcu_set_timing for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: prepare mt7996_mcu_set_tx for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: prepare mt7996_mcu_add_beacon for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: prepare mt7996_mcu_add_dev/bss_info for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: pass wcid to mt7996_mcu_sta_hdr_trans_tlv (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: use emulated hardware scan support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add multi-radio remain_on_channel functions (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add multi-radio support to scanning code (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add multi-radio support to tx scheduling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add multi-radio support to a few core hw ops (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: remove dev->wcid_phy_mask (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add chanctx functions for multi-channel phy support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: initialize more wcid fields mt76_wcid_init (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: split link specific data from struct mt7996_vif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add vif link specific data structure (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: rename struct mt76_vif to mt76_vif_link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add support for allocating a phy without hw (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: add code for emulating hardware scanning (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: do not add wcid entries to sta poll list during MCU reset (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: use mac80211 .sta_state op (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: fix omac index assignment after hardware reset (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: firmware restart on devices with a second pcie link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: hold dev->mutex while interacting with the thermal state (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: ensure that only one sta entry is active per mac address (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: only enable tx worker after setting the channel (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: decrease timeout for commonly issued MCU commands (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: reduce the number of command retries (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix rx filter setting for bfee functionality (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: fix eifs value on older chipsets (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: fix slot time for 5/6GHz (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: remove phy->monitor_vif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: remove mt76_calculate_default_rate() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: replace zero-length array with flexible-array member (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921: add rfkill_poll for hardware rfkill (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921: introduce CSA support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: config the dwell time by firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: do not hold queue lock during initial rx buffer alloc (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Properly handle responses for commands with events (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Cleanup MLO settings post-disconnection (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Init secondary link PM state (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Update secondary link PS flow (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Update mt7925_unassign_vif_chanctx for per-link BSS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STA (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Update mt7925_mcu_sta_update for BC in ASSOC state (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: Enhance mt7925_mac_link_sta_add to support MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Enhance mt7925_mac_link_bss_add to support MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Fix CNM Timeout with Single Active Link in MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix wrong parameter for related cmd of chan info (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Fix incorrect WCID phy_idx assignment (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Fix incorrect WCID assignment for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: Fix incorrect MLD address in bss_mld_tlv for MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: connac: Extend mt76_connac_mcu_uni_add_dev for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: exclude tx backoff time from airtime (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: exclude tx backoff time from airtime (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: fix overflows seen when writing limit attributes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: fix overflows seen when writing limit attributes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix the invalid ip address for arp offload (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix get wrong chip cap from incorrect pointer (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix wrong band_idx setting when enable sniffer mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix NULL deref check in mt7925_change_vif_links (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-81390] {CVE-2024-57989}
- wifi: mt76: introduce mt792x_config_mac_addr_list routine (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz on MT7916 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: Fix an error handling path in mt7915_add_interface() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921: fix using incorrect group cipher after disconnection. (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: avoid double free in auth/assoc timeout (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: ibss: mark IBSS left before leaving (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: ibss: stop transmit when merging IBSS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: don't flush non-uploaded STAs (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-82500] {CVE-2025-21828}
- wifi: mac80211: set key link ID to the deflink one (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: pass correct link ID on assoc (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: simplify nested if checks (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: simplify nested if checks (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Support parsing EPCS ML element (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Fix common size calculation for ML element (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: Add support for controlling EPCS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Support dynamic link addition and removal (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Pull link space calculation to a function (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Refactor adding association elements (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: Add support for dynamic addition/removal of links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: Split the links handling of an association request (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ieee80211: Add some missing MLO related definitions (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: fix nl80211_start_radar_detection return value (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: skip regulatory for punctured subchannels (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix tid removal during mesh forwarding (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: rename iwl_datapath_monitor_notif::mac_id to link_id (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: pcie: make iwl_pcie_d3_complete_suspend() static (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: pcie: make _iwl_trans_pcie_gen2_stop_device() static (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove unused tas_rsp variable (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: handle version 3 GET_TAS_STATUS notification (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: extend TAS_CONFIG cmd support for v5 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: remove Mr/Ms radio (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: add WIKO to PPAG approved list (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: support EMLSR on WH/PE (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: config: unify fw/pnvm MODULE_FIRMWARE (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: improve/fix chanctx min_def use logic (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: implement reset escalation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: implement product reset for TOP errors (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: get the max number of links from the firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: pcie: check for WiAMT/CSME presence (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlier (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: prohibit deactivating all links (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-82444] {CVE-2024-58061}
- wifi: mac80211: tests: add utility to create sdata skeleton (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: also verify requirements in EXT_SUPP_RATES (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: verify BSS membership selectors and basic rates (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: permit userspace to pass supported selectors (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: parse BSS selectors and unknown rates (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: skip all known membership selectors (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: log link information in ieee80211_determine_chan_mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix typo in HE MCS check (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Remove unused basic_rates variable (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: improve stop/wake queue tracing (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: check extended MLD capa/ops in assoc (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: scan: skip duplicate RNR entries (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: mlme: improve messages from config_bw() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: reject per-band vendor elements with MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: clarify key idx documententaion (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: remove an unneeded check in Rx (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add some support for RX OMI power saving (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: fix repeated words in comments (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Fix duplicated 'the' in comment (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Fix duplicated 'if' in comment (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Remove a duplicate assignment in iwl_dbgfs_amsdu_len_write() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Use helper function IS_ERR_OR_NULL() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Fix spelling typo in comment (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: api: remove the double word (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: fix iwl_ssid_exist() check (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Improve code style in pointer declarations (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: fix typo 'adderss' (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove unneeded NULL pointer checks (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: fix AP STA comparison (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: cleanup unused variable in trans.h (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: don't count mgmt frames as MPDU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: api: tdls: remove MVM_ from name (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: avoid NULL pointer dereference (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-58062}
- wifi: iwlwifi: bump FW API to 96 for BZ/SC devices (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: fix add stream vs. restart race (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: move fw_dbg_collect to fw debugfs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: api: remove version number from latest stored_beacon_notif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: avoid memory leak (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mark that we support TX_CMD_API_S_VER_10 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: add channel_load_not_by_us in iwl_mvm_phy_ctxt (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: add mapping of prph register crf for PE RF (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Allow entering EMLSR for more band combinations (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: iwl-drv: refactor image loading a bit (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Remove MVM prefix from TX API macros (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: rename bits in config/boot control register (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: move fw_ver debugfs to firmware runtime (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mld: make iwl_mvm_find_ie_offset a iwlwifi util (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: iwl_fw_error_collect() is always called sync (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: rework firmware error handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: restart device through NMI (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: unify cmd_queue_full() into nic_error() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: clean up FW restart a bit (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove STARTING state (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: restrict MAC start retry to timeouts (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: restrict driver retry loops to timeouts (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: return ERR_PTR from opmode start() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: context-info: add kernel-doc markers (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: interpret STEP URM BIOS configuration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: read STEP table from correct UEFI var (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: rename iwl_dev_tx_power_common::mac_context_id (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: skip short statistics window when updating EMLSR (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove warning on unallocated BAID (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: differentiate NIC error types (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Remove unused ieee80211_smps_is_restrictive (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Move TSO code to shared utility (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: add UHB canada support in GET_TAS_STATUS cmd resp (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: add UHB canada support in TAS_CONFIG cmd (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Use IWL_FW_CHECK() for BAR notif size validation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: pcie: Add support for new device ids (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: add a new NMI type (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Check BAR packet size before accessing data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: support BIOS override for 5G9 in CA also in LARI version 8 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: support BIOS override for UNII4 in CA/US also in LARI versions < 12 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: bump FW API to 95 for BZ/SC devices (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: log error for failures after D3 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: update documentation for iwl_nvm_channel_flags (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: Remove mvm prefix from iwl_mvm_compressed_ba_notif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mvm: Request periodic system statistics earlier (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: remove mvm from session protection cmd's name (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: copy multi-link element from the multi-link probe request's frame body to the generated elements (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: cleanup iwl_mvm_sta_del (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: change disassoc sequence a bit (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add an option to filter a sta from being flushed (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: send the right link id (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove pre-mld code from mld path (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fix documentation about initial values in station table (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Clean up debugfs_key deadcode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7921: fix a potential scan no APs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: Fix EHT NSS radiotap reporting. (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: Add eht radiotap tlv (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDC (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7615: Convert comma to semicolon (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7925: fix off by one in mt7925_load_clc() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-57990}
- wifi: mt76: mt7921s: fix a potential firmware freeze during startup (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt792x: add P2P_DEVICE support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: set correct background radar capability (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: add support for more variants (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mt76: mt7996: extend flexibility of mt7996_mcu_get_eeprom() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- net: remove get_task_comm() and print task comm directly (Jose Ignacio Tornos Martinez) [RHEL-79792]
- kernel-wide: add explicity||explicitly to spelling.txt (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add support for LED blinking (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: sdio: Fix disconnection after beacon loss (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8703b: Fix RX/TX issues (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Delete rf_type member of struct rtw_sta_info (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add USB PHY configuration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922ae: add variant info to support RTL8922AE-VS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: read hardware capabilities part 1 via firmware command (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21729}
- wifi: rtw89: mcc: consider time limits not divisible by 1024 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: treat first receiving part as first segment for 8922AE (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2025-21730}
- wifi: rtw89: correct header conversion rule for MLO only (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: chan: fix soft lockup in rtw89_entity_recalc_mgnt_roles() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-57991}
- wifi: rtw89: fix proceeding MCC with wrong scanning state after sequence changes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support pdev Puncture Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support AST Entry Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Transmit Buffer OFDMA Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Transmit Rate Buffer Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: Add missing Return: to function documentation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rt2x00: Remove unused rfval values (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: Check the return value of of_property_read_string_index() (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-81327] {CVE-2025-21750}
- wifi: wilc1000: unregister wiphy only if it has been registered (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-57992}
- wifi: mt76: mt7996: fix invalid interface combinations (Jose Ignacio Tornos Martinez) [RHEL-79792]
- bus: mhi: host: pci_generic: Enable MSI-X if the endpoint supports (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix tx power, max reg power update to firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: set flag for mgmt no-ack frames in Tx completion (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Include MLO memory in firmware coredump collection (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: handle radar detection with MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix CAC running state during virtual interface start (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: rename CAC_RUNNING flag (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: disable PCI completion timeout control (Jose Ignacio Tornos Martinez) [RHEL-79792]
- bus: mhi: host: pci_generic: Add support for QDU100 device (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtl8xxxu: Fix RTL8188EU firmware upload block size (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: debug: print regd for QATAR/UK/THAILAND (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: adjust thermal protection step and more RTL8852BE-VT ID (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: usb: Preallocate and reuse the RX skbs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Handle C2H_ADAPTIVITY in rtw_fw_c2h_cmd_handle() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: usb: Copy instead of cloning the RX skb (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8821a/8812a: Set ptct_efuse_size to 0 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8812a: Support RFE type 2 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: rtl8821ae: Fix media status report (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: add __packed attribute to efuse layout struct (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix spelling mistake "requestted" -> "requested" (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Avoid explicit type cast in monitor status parse handler (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Change the Tx monitor SRNG ring ID (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Remove unused HAL Rx mask in DP monitor path (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix incorrect TID updation in DP monitor status path (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix the misspelled of hal TLV tag HAL_PHYRX_GENERICHT_SIG (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: cleanup Rx peer statistics structure (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor monitor status TLV structure (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Decrease ath12k_mac_station_assoc() stack usage (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Decrease ath12k_sta_rc_update_wk() stack usage (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Decrease ath12k_bss_assoc() stack usage (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Decrease ath12k_mac_op_remain_on_channel() stack usage (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add support for parsing 64-bit TLVs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: simplify internal time management (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: cleanup a few (mostly) TX-related routines (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: cleanup ath_txq_skb_done() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: clarify unmodifiable headroom log message (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: advertise MLO support and capabilities (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: assign unique hardware link IDs during QMI host cap (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware feature (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: remove warning print in htt mlo offset event message (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add no-op without debug print in WMI Rx event (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add can_activate_links mac operation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: symmetrize scan vdev creation and deletion during HW scan (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: pass link ID during MLO while delivering skb (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix ar->supports_6ghz usage during hw register (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocations (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: advertise multi device interface combination (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor radio frequency information (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: introduce interface combination cleanup helper (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add helper function to init partner cmem configuration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add partner device buffer support in receive data path (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: move to HW link id based receive handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: avoid redundant code in DP Rx error process (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: enable MLO setup and teardown from core (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add MLO WMI setup and teardown functions (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add support to allocate MLO global memory region (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: send partner device details in QMI MLO capability (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: parse multiple device information from Device Tree (Jose Ignacio Tornos Martinez) [RHEL-79792]
- dt-bindings: net: wireless: Describe ath12k PCI module with WSI (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: add missing header include for brcmf_dbg (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-81286] {CVE-2024-58014}
- wifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev() (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-81448] {CVE-2024-57995}
- wifi: rtw89: phy: add dummy C2H event handler for report of TAS power (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8851b: rfk: remove unnecessary assignment of return value of _dpk_dgain_read() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852c: rfk: refine target channel calculation in _rx_dck_channel_calc() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: pci: wait for firmware loading before releasing memory (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: fix memory leaks and invalid access at probe error path (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-58063}
- wifi: rtlwifi: destroy workqueue at rtl_deinit_core (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: remove unused check_buddy_priv (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-82466] {CVE-2024-58072}
- wifi: rtw89: 8922a: update format of RFK pre-notify H2C command v2 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: regd: update regulatory map to R68-R51 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852c: disable ER SU when 4x HE-LTF and 0.8 GI capability differ (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: disable firmware training HE GI and LTF (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: ps: update data for firmware and settings for hardware before/after PS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: ps: refactor channel info to firmware before entering PS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: ps: refactor PS flow to support MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix leaking michael_mic for non-primary links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5s (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: fix brcmf_vif_clear_mgmt_ies when stopping AP (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: fix scatter-gather handling by detecting end of sg list (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: introduce mlo_capable flag for device group (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: send QMI host capability after device group is ready (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: move struct ath12k_hw from per device to group (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: refactor core start based on hardware group (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: introduce device group abstraction (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: add crystal_cap check to avoid setting as overflow value (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: refine link handling for link_sta_rc_update (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: use RSSI from PHY report in RX descriptor (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852bt: add beacon filter and CQM support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852b: add beacon filter and CQM support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: Extend channel info field length for scan (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211_hwsim: add 6 GHz EHT Mesh capabilities (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add EHT 320 MHz support for mesh (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: ethtool: add monitor channel reporting (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: get tx power per link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: send MLO links tx power info in GET_INTERFACE (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Replace spaces for tabs in iwl_mvm_vendor_events_idx (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: use wiphy guard (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: define and use wiphy guard (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Accept authentication frames on P2P device (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix variable used in for_each_sdata_link() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix vif addr when switching from monitor to station (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix mbss changed flags corruption on 32 bit systems (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-57899}
- bus: mhi: host: Free mhi_buf vector inside mhi_alloc_bhie_table() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: introduce QMI firmware ready flag (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add ath12k_get_num_hw() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add ath12k_ab_to_ah() and ath12k_ab_set_ah() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor core startup (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_op_sta_rc_update(): use mac80211 provided link id (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_op_set_key(): fix uninitialized symbol 'ret' (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: defer vdev creation for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_bss_assoc(): MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: do not return invalid link id for scan link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_station_add(): fix potential rx_stats leak (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_op_ampdu_action(): MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_op_flush(): MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_op_tx(): MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: convert struct ath12k::wmi_mgmt_tx_work to struct wiphy_work (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pass target link_id to ieee80211_nullfunc_get() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pass target link_id to ieee80211_gtk_rekey_add() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: apply MLD pairwise key to dynamically active links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: implement ops of change vif/sta links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: register ops of can_activate_links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: configure AP_LINK_PS if FW supports (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Use mac80211 sta's link_sta instead of deflink (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Use mac80211 vif's link_conf instead of bss_conf (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify chanctx iterators for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add reo queue lookup table for ML peers (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: use arsta instead of sta (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add primary link for data path operations (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: support change_sta_links() mac80211 op (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add MLO station state change handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: mark ath11k_wow_convert_8023_to_80211() as noinline (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: mark ath11k_dp_rx_mon_mpdu_pop() as noinline (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: mark some QMI driver event helpers as noinline (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix inappropriate use of print_array_to_buf_index() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: add support for QCA6698AQ (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: miscellaneous spelling fixes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: cleanup struct ath11k_mon_data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: cleanup struct ath11k_reg_tpc_power_info (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: cleanup struct ath11k_vif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix endianness issue in struct hal_tlv_64_hdr (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: usb: Enable RX aggregation for 8821au/8812au (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: usb: Support USB 3 with RTL8812AU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support MBSSID Control Frame Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Transmit PER Rate Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support SoC Common Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support phy counter and TPC stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Downlink Pager Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: Add RX inactivity detection and reset chip when it occurs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtl8xxxu: add more missing rtl8192cu USB IDs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: handle different TX power between RF path (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: introduce dynamic antenna gain feature (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: sar: tweak 6GHz SAR subbands span (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: usb: fix workqueue leak when probe fails (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: fix init_sw_vars leak when probe fails (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: wait for firmware loading before releasing memory (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: rtl8192se: rise completion of firmware loading as last step (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: do not complete firmware loading needlessly (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add additional USB IDs for RTL8812BU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8812au: Add more device IDs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8821au: Add additional devices to the USB_DEVICE list (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Fix for out-of bound access error (Jose Ignacio Tornos Martinez) [RHEL-79792 RHEL-81430] {CVE-2024-58015}
- wifi: ath9k: miscellaneous spelling fixes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: pass MBSSID config by reference (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Support EHT 1024 aggregation size in TX (Jose Ignacio Tornos Martinez) [RHEL-79792]
- net: rfkill: gpio: Add check for clk_enable() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-56593}
- wifi: Switch back to struct platform_driver::remove() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: release 'root' node in all execution paths (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: don't call power_update_mac in fast suspend (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: s/IWL_MVM_INVALID_STA/IWL_INVALID_STA (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: bump minimum API version in BZ/SC to 92 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: move IWL_LMAC_*_INDEX to fw/api/context.h (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: be less noisy if the NIC is dead in S3 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: support new initiator and responder command version (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: use wiphy locked debugfs for low-latency (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: MLO scan upon channel condition degradation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: support new versions of the wowlan APIs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: allow always calling iwl_mvm_get_bss_vif() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: unify link info initialization (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: clarify fw_id_to_link_sta protection (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: Fix an error handling path in nl80211_start_ap() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: fix description of ieee80211_set_active_links() for new sequence (Jose Ignacio Tornos Martinez) [RHEL-79792]
- _RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_ (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add MLO peer assoc command support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add helper to find multi-link station (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add multi-link flag in peer create command (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add helpers for multi link peer creation and deletion (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: introduce ath12k_hw_warn() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Refactor sta state machine (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: MLO vdev bringup changes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_vdev_create(): use goto for error handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: mark QMI driver event helpers as noinline (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: Suspend hardware before firmware mode off for WCN6750 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: Remove some exhalbtc deadcode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Enable the new RTL8821AU/RTL8812AU drivers (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw8821au.c and rtw8812au.c (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw8812a.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw8821a.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw88xxa.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw8821a_table.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add rtw8812a_table.{c,h} (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: set higher priority to BT when WL scan and BT A2DP exist (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852b: change RF mode to normal mode when set channel (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: fill the missing OP1dB configuration (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: mac: no configure CMAC/DMAC tables for firmware secure boot (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fw: use common function to parse security section for WiFi 6 chips (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fw: move v1 MSSC out of __parse_security_section() to share with v0 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fw: set recorded IDMEM share mode in firmware header to register (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fw: shrink download size of security section for RTL8852B (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: efuse: read firmware secure info v0 from efuse for WiFi 6 chips (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: efuse: move recognize firmware MSS info v1 to common (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: efuse: move reading efuse of fw secure info to common (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: set pause_data field to avoid transmitting data in scan channels (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: don't check done-ack for entering PS (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcm80211: Remove unused dma_txflush() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8812a: Mitigate beacon loss (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: 8821a: Regularly ask for BT info updates (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: coex: Support chips without a scoreboard (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Detect beacon loss with chips other than 8822c (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: usb: Set pkt_info.ls for the reserved page (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_def (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Support TX page sizes bigger than 128 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Make txagc_remnant_ofdm an array (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Enable data rate fallback for older chips (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Let each driver control the power on/off process (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Extend the init table parsing for RTL8812AU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Allow different C2H RA report sizes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Dump the HW features only for some chips (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AU (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Report the signal strength only if it's known (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: extend RFK handling and consider MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: tweak setting of channel and TX power for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: chan: manage active interfaces (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: Add encryption support for MLO connections (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: Add header conversion for MLO connections (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: convert tasklet to BH workqueue for CE interrupts (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan case (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: fix -Wenum-compare-conditional warnings (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: use MODULE_FIRMWARE() to declare used firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rate (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: regd: block 6 GHz if marked as N/A in regd map (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: add quirks by PCI subsystem ID for thermal protection (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: add thermal protection (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix A-MSDU indication in monitor mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: use tail MSDU to get MSDU information (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: delete NSS and TX power setting for monitor vdev (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix struct hal_rx_mpdu_start (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix struct hal_rx_ppdu_start (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: remove unused variable monitor_present (Jose Ignacio Tornos Martinez) [RHEL-79792]
- mac80211: Remove NOP call to ieee80211_hw_config (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: work around -Wenum-compare-conditional warning (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: re-order assigning channel in activate links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- fs: debugfs: fix open proxy for unsafe files (Jose Ignacio Tornos Martinez) [RHEL-79792]
- debugfs: fix missing mutex_destroy() in short_fops case (Jose Ignacio Tornos Martinez) [RHEL-79792]
- fs: debugfs: differentiate short fops with proxy ops (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: convert debugfs files to short fops (Jose Ignacio Tornos Martinez) [RHEL-79792]
- debugfs: add small file operations for most files (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: remove misleading j_0 construction parts (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211_hwsim: use hrtimer_active() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: refactor BW limitation check for CSA parsing (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: filter on monitor interfaces based on configured channel (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: refactor ieee80211_rx_monitor (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add support for the monitor SKIP_TX flag (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: add monitor SKIP_TX flag (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add flag to opt out of virtual monitor support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: pass net_device to .set_monitor_channel (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: remove status->ampdu_delimiter_crc (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: report per wiphy radio antenna mask (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: use vif radio mask to limit creating chanctx (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: use vif radio mask to limit ibss scan frequencies (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: add option for vif allowed radios (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: allow IWL_FW_CHECK() with just a string (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove redundant check (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: add an error table status getter (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: do not warn about a flush with an empty TX queue (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove IWL_MVM_HW_CSUM_DISABLE (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: remove unneeded check (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Remove redundant rcu_read_lock() in reorder buffer (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Remove unused last_amsdu from reorder buffer (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: fw: api: update link context API version (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: log information about HW restart completion (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: prepare the tx_power handling to be per-link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: exit EMLSR earlier if bss_param_ch_cnt is updated (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: iwlwifi: mvm: Add support for prep_add_interface() callback (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: expose ieee80211_chan_width_to_rx_bw() to drivers (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: chan: calculate min_def also for client mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: add an option to fake ieee80211_connection_loss (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: parse A-MSDU len from EHT capabilities (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: call rate_control_rate_update() for link STA (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: allow rate_control_rate_init() for links (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: update the right link for tx power (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: __ieee80211_recalc_txpower receives a link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: ieee80211_recalc_txpower receives a link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: remove unneeded parameters (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: make bss_param_ch_cnt available for the low level driver (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTH (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: disallow SMPS in AP mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: Add support to indicate that a new interface is to be added (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: sar: add supported UNII-4 frequency range along with UNII-3 of SAR subband (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852c: use 'int' as return type of error code pwr_{on,off}_func() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852bt: use 'int' as return type of error code pwr_{on,off}_func() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852b: use 'int' as return type of error code pwr_{on,off}_func() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8851b: use 'int' as return type of error code pwr_{on,off}_func() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: use 'int' as return type of error code in poll_{tx,rx}dma_ch_idle() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: wow: cast nd_config->delay to u64 in tsf arithmetic (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-56539}
- wifi: brcmfmac: of: use devm_clk_get_optional_enabled_with_rate() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmsmac: Remove unused brcms_debugfs_get_devdir() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: Remove unused brcmf_cfg80211_get_iftype() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Set MAC after operation mode (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: cleanup struct mwifiex_private (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: cleanup struct mwifiex_auto_tdls_peer (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Add WILC3000 support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Register wiphy after reading out chipid (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Fold wilc_create_wiphy() into cfg80211.c (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Fill in missing error handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.c (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Clean up usage of wilc_get_chipid() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wilc1000: Keep slot powered on during suspend/resume (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rt2x00: convert comma to semicolon (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify link arvif creation and removal for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: update ath12k_mac_op_conf_tx() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify ath12k_mac_op_set_key() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify ath12k_get_arvif_iter() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: modify ath12k_mac_vif_chan() for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: prepare vif config caching for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: prepare sta data structure for MLO handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: prepare vif data structure for MLO handling (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support BE OFDMA Pdev Rate Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Pdev Scheduled Algorithm Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support DMAC Reset Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Add firmware coredump collection support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath10k: avoid NULL pointer error during sdio remove (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-56599}
- wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellation (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: ath12k_mac_set_key(): remove exit label (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: cleanup unneeded labels (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_work (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask() (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-56607}
- wifi: ath12k: Support Pdev OBSS Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support pdev CCA Stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support pdev Transmit Multi-user stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Ring and SFM stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Support Self-Generated Transmit stats (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: wow: do not configure CPU IO to receive packets for old firmware (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: Add function to reorder Wi-Fi firmware report index (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: Solved BT PAN profile idle decrease Wi-Fi throughput (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: Reorder Bluetooth info related logic (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: coex: Update priority setting for Wi-Fi is scanning (Jose Ignacio Tornos Martinez) [RHEL-79792]
- Revert "wifi: cfg80211: unexport wireless_nlevent_flush()" (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wireless: wext: shorten struct iw_ioctl_description (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: unexport wireless_nlevent_flush() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: remove iw_public_data from struct net_device (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: cfg80211: stop exporting wext symbols (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: wext/libipw: move spy implementation to libipw (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ipw2x00/lib80211: move remaining lib80211 into libipw (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: don't include lib80211.h (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: nl80211: remove redundant null pointer check in coalescing (Jose Ignacio Tornos Martinez) [RHEL-79792]
- mac80211: Reorganize kerneldoc parameter names (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211, cfg80211: miscellaneous spelling fixes (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mac80211: constify ieee80211_ie_build_{he,eht}_oper() chandef (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: debug: add beacon RSSI for debugging (Jose Ignacio Tornos Martinez) [RHEL-79792]
- bus: mhi: host: Fix typos in the comments (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: handle entity active flag per PHY (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: initialize dual HW bands for MLO and control them by link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852ce: set offset K of PCI PHY EQ to manual mode to improve compatibility (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852ce: fix gray code conversion for filter out EQ (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922ae: disable PCI PHY EQ to improve compatibility (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: pci: consolidate PCI basic configurations for probe and resume (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: move txbaddr/rxbaddr into struct ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: allow missing memory-regions (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: fix the stack frame size warning in ath11k_vif_wow_set_wakeups (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: enable fw_wmi_diag_event hw param for WCN6750 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath11k: Fix double free issue during SRNG deinit (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath10k: fix the stack frame size warning in ath10k_hw_scan (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath10k: fix the stack frame size warning in ath10k_remain_on_channel (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: Parse the RX descriptor with a single function (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8852c: rfk: remove unnecessary assignment of return value of _dpk_dgain_read() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: tweak driver architecture for impending MLO support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: refactor STA related func ahead for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: refactor VIF related func ahead for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: read link_sta corresponding to the link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: read bss_conf corresponding to the link (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLO (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb (Jose Ignacio Tornos Martinez) [RHEL-79792] {CVE-2024-56609}
- wifi: rtw88: Constify some arrays and structs (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: rfk: update firmware debug log of DACK to v2 (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: rfk: add firmware debug log of IQK (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: rfk: add firmware debug log of TSSI (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: rfk: support firmware command RX DCK v1 format (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtw89: 8922a: rfk: enlarge TSSI timeout time to 20ms (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: rtlwifi: make read-only arrays static const (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath12k: make read-only array svc_id static const (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: remove ath9k_platform_data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: btcoex: remove platform_data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: eeprom: remove platform data (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: add flag for random seed during firmware download (Jose Ignacio Tornos Martinez) [RHEL-79792]
- dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P (Jose Ignacio Tornos Martinez) [RHEL-79792]
- dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: Add optional lpo clock enable support (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: brcmfmac: of: Make use of irq_get_trigger_type() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- wifi: ath9k: use clamp() in ar9003_aic_cal_post_process() (Jose Ignacio Tornos Martinez) [RHEL-79792]
- config: wifi: disable new unsupported configuration options (Jose Ignacio Tornos Martinez) [RHEL-79792]
- selftests: netfilter: skip br_netfilter queue tests if kernel is tainted (CKI Backport Bot) [RHEL-82376]
- io_uring: prevent opcode speculation (CKI Backport Bot) [RHEL-83233] {CVE-2025-21863}
Resolves: RHEL-56242, RHEL-73487, RHEL-75593, RHEL-79792, RHEL-81286, RHEL-81327, RHEL-81390, RHEL-81430, RHEL-81448, RHEL-82376, RHEL-82444, RHEL-82466, RHEL-82500, RHEL-83233, RHEL-83393, RHEL-84863, RHEL-86149, RHEL-86833, RHEL-87521, RHEL-87927, RHEL-88085, RHEL-89725
* Fri May 16 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-87.el10]
- gitlab-ci: use rhel10 builder image (Michael Hofmann)
- selftests: netdevsim: add ethtool features to macsec offload tests (Sabrina Dubroca) [RHEL-26055]
- selftests: netdevsim: add test toggling macsec offload (Sabrina Dubroca) [RHEL-26055]
- selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesim (Sabrina Dubroca) [RHEL-26055]
- macsec: inherit lower device's TSO limits when offloading (Sabrina Dubroca) [RHEL-26055]
- macsec: clean up local variables in macsec_notify (Sabrina Dubroca) [RHEL-26055]
- macsec: add some of the lower device's features when offloading (Sabrina Dubroca) [RHEL-26055]
- selftests: netdevsim: add a test checking ethtool features (Sabrina Dubroca) [RHEL-26055]
- netdevsim: add more hw_features (Sabrina Dubroca) [RHEL-26055]
- ALSA: update RHEL kconfigs for 6.14 upstream code (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw version (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16 (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: test_bin_error: Use same test cases for adsp2 and Halo Core (Jaroslav Kysela) [RHEL-80677]
- mfd: cs42l43: Use devres for remove as well (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (Jaroslav Kysela) [RHEL-80677]
- soundwire: take in count the bandwidth of a prepared stream (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: test_control_parse: null-terminate test strings (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb-audio: separate DJM-A9 cap lvl options (Jaroslav Kysela) [RHEL-80677]
- jiffies: Cast to unsigned long in secs_to_jiffies() conversion (Jaroslav Kysela) [RHEL-80677]
- jiffies: Define secs_to_jiffies() (Jaroslav Kysela) [RHEL-80677]
- PCI: pci_ids: add INTEL_HDA_PTL_H (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (Jaroslav Kysela) [RHEL-80677]
- ASoC: rt722-sdca: add missing readable registers (Jaroslav Kysela) [RHEL-80677]
- ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs42l43: Fix maximum ADC Volume (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA (Jaroslav Kysela) [RHEL-80677]
- ASoC: ops: Consistently treat platform_max as control value (Jaroslav Kysela) [RHEL-80677]
- ASoC: rt1320: set wake_capable = 0 explicitly (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: intel: Add Dell ALC3271 to power_save denylist (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: update ALC222 depop optimize (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs42l43: Add jack delay debounce after suspend (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (Jaroslav Kysela) [RHEL-80677]
- ALSA: usx2y: validate nrpacks module parameter on probe (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek - add supported Mic Mute LED for Lenovo platform (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Avoid module auto-load handling at event delivery (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix Asus Z13 2025 audio (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Remove (revert) duplicate Ally X config (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs35l56: Prevent races when soft-resetting using SPI control (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Remove async regmap writes (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: warn both sdw and pch dmic are used (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl: Rename stream name of SAI DAI driver (Jaroslav Kysela) [RHEL-80677]
- ASoC: es8328: fix route from DAC to output (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2764: Set the SDOUT polarity correctly (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2764: Fix power control mask (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Drop UMP events when no UMP-conversion is set (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2770: Fix volume scale (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/cirrus: Reduce codec resume time (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/cirrus: Correct the full scale volume set logic (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Add error check for snd_ctl_rename_id() in snd_hda_create_dig_out_ctls() (Jaroslav Kysela) [RHEL-80677]
- ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fixup ALC225 depop procedure (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs35l41: Fix acpi_device_hid() not found (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: amd: Add branch prediction hint in ACP IRQ handler (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: amd: Drop unused includes from Vangogh driver (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt713_vb_l2_rt1320_l13 (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt712_vb + rt1320 support (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: hda-intel: add Panther Lake-H support (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: intel-dsp-config: Add PTL-H support (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2781: drop a redundant code (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers (Jaroslav Kysela) [RHEL-80677] {CVE-2025-21870}
- ASoC: cs35l41: Fallback to using HID for system_name if no SUB is available (Jaroslav Kysela) [RHEL-80677]
- ASoC: arizona/madera: use fsleep() in up/down DAPM event delays. (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close (Jaroslav Kysela) [RHEL-80677]
- ASoC: rsnd: adjust convert rate limitation (Jaroslav Kysela) [RHEL-80677]
- ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (Jaroslav Kysela) [RHEL-80677]
- ASoC: rsnd: indicate unsupported clock rate (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils.c: add missing dlc->of_node (Jaroslav Kysela) [RHEL-80677]
- ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB] (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-tgl-match: declare adr as ull (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14 (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_micfil: Enable default case in micfil_set_quality() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro 7130 (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Fix headset detection failure due to unstable sort (Jaroslav Kysela) [RHEL-80677]
- ALSA: pcm: use new array-copying-wrapper (Jaroslav Kysela) [RHEL-80677]
- ASoC: codec: es8316: "DAC Soft Ramp Rate" is just a 2 bit control (Jaroslav Kysela) [RHEL-80677]
- ASoC: amd: acp: Fix possible deadlock (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAP (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Fix quirk matching for Legion Pro 7 (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: SND_SIU_MIGOR should depend on DMADEVICES (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V (Jaroslav Kysela) [RHEL-80677]
- ASoC: da7213: Initialize the mutex (Jaroslav Kysela) [RHEL-80677]
- ASoC: use to_platform_device() instead of container_of() (Jaroslav Kysela) [RHEL-80677]
- ASoC: acp: Support microphone from Lenovo Go S (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: imx8m: Add entry for new 8M Plus revision (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: imx8: Add entries for new 8QM and 8QXP revisions (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: imx: Add mach entry to select cs42888 topology (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc_m2m: select CONFIG_DMA_SHARED_BUFFER (Jaroslav Kysela) [RHEL-80677]
- ASoC: audio-graph-card2: use correct endpoint when getting link parameters (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: imx8m: add SAI2,5,6,7 (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: ti,pcm1681: Fix the binding title (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb: fcp: Fix return code from poll ops (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb: fcp: Fix incorrect resp->opcode retrieval (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb: fcp: Fix meter_levels type to __le32 (Jaroslav Kysela) [RHEL-80677]
- ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: ES8326: Improved PSRR (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc_m2m: return error value in asrc_m2m_device_run() (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc_m2m: only handle pairs for m2m in the suspend (Jaroslav Kysela) [RHEL-80677]
- ALSA: ctxfi: Simplify dao_clear_{left,right}_input() functions (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb: fcp: Fix hwdep read ops types (Jaroslav Kysela) [RHEL-80677]
- ALSA: scarlett2: Add device_setup option to use FCP driver (Jaroslav Kysela) [RHEL-80677]
- ALSA: FCP: Add Focusrite Control Protocol driver (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 laptop (Jaroslav Kysela) [RHEL-80677]
- ASoC: xilinx: xlnx_spdif: Simpify using devm_clk_get_enabled() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Support for Ideapad hotkey mute LEDs (Jaroslav Kysela) [RHEL-80677]
- ASoC: dapm: add support for preparing streams (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-dai: add snd_soc_dai_prepare() and use it internally (Jaroslav Kysela) [RHEL-80677]
- ALSA: usb-audio: Add delay quirk for USB Audio Device (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Transfer firmware in two chunks (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Enable headset mic on Positivo C6400 (Jaroslav Kysela) [RHEL-80677]
- ALSA: rawmidi: Make tied_device=0 as default / unknown (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-codec: Use new devm clk and reset APIs (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-dapm: remove !card check from snd_soc_dapm_set_bias_level() (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943 platform (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_micfil: Add i.MX943 platform support (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Add AZX_DCAPS_NO_TCSEL flag for Loongson HDA devices (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: Use ARRAY_SIZE() to calculate PEB2466_TLV_SIZE (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: Use str_yes_no() to improve bdw_dump() (Jaroslav Kysela) [RHEL-80677]
- ASoC: audio-graph-card2: Use extra format on each DAI (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-core: Enable to use extra format on each DAI (Jaroslav Kysela) [RHEL-80677]
- ASoC: audio-graph-card2: use of_graph_get_port_by_id() at graph_get_next_multi_ep() (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-core: return 0 if np was NULL on snd_soc_daifmt_parse_clock_provider_raw() (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80677]
- ASoC: audio-graph-card: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80677]
- ASoC: audio-graph-card2: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: nau8824: fix max volume for Speaker output (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: fsl,mqs: Add compatible string for i.MX943 platform (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_mqs: Add i.MX943 platform support (Jaroslav Kysela) [RHEL-80677]
- ALSA: line6: convert timeouts to secs_to_jiffies() (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Notify UMP EP and FB changes (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Allow system notification in atomic (Jaroslav Kysela) [RHEL-80677]
- ALSA: ump: Update rawmidi name per EP name update (Jaroslav Kysela) [RHEL-80677]
- ALSA: ump: Copy safe string name to rawmidi (Jaroslav Kysela) [RHEL-80677]
- ALSA: ump: Copy FB name string more safely (Jaroslav Kysela) [RHEL-80677]
- ALSA: rawmidi: Bump protocol version to 2.0.5 (Jaroslav Kysela) [RHEL-80677]
- ALSA: rawmidi: Show substream activity in info ioctl (Jaroslav Kysela) [RHEL-80677]
- ALSA: rawmidi: Expose the tied device number in info ioctl (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Fix compilation of snd_hdac_adsp_xxx() helpers (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card: Drop unnecessary "dai-tdm-slot-width-map" property presence check (Jaroslav Kysela) [RHEL-80677]
- ALSA: sb: Use str_enabled_disabled() helper in info_read() (Jaroslav Kysela) [RHEL-80677]
- ALSA: emu10k1: Use str_yes_no() helper (Jaroslav Kysela) [RHEL-80677]
- ASoC: Use of_property_present() for non-boolean properties (Jaroslav Kysela) [RHEL-80677]
- ASoC: amd: Add ACPI dependency to fix build error (Jaroslav Kysela) [RHEL-80677]
- ALSA: rme9652: Simplify with str_yes_no() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Simplify with str_yes_no() (Jaroslav Kysela) [RHEL-80677]
- ASoC: remove disable_route_checks (Jaroslav Kysela) [RHEL-80677]
- ASoC: intel: remove disable_route_checks (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Add missing includes (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Adjust IPC traces (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Adjust DSP status register names (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Update ASRC definition (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Improve logging of firmware loading (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Clearly state assumptions of hw_params() (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Add MODULE_FIRMWARE to inform about FW (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Print IPC error messages in lower layer (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Update hda component teardown sequences (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Fix init-config parsing (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Fix theoretical infinite loop (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Fix the minimum firmware version numbers (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: avs: Do not readq() u32 registers (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Add a check for negative sample_space (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-card: remove card check (Jaroslav Kysela) [RHEL-80677]
- ALSA: firewire: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80677]
- regmap: sdw-mbq: Add support for SDCA deferred controls (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Update list of entity_0 controls (Jaroslav Kysela) [RHEL-80677]
- soundwire: SDCA: Add additional SDCA address macros (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Simplify with str_enable_disable() (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: oss: Simplify with str_enabled_disabled() (Jaroslav Kysela) [RHEL-80677]
- ALSA: emu10k1: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hdspm: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80677]
- ALSA: sonicvibes: Simplify with str_off_on() (Jaroslav Kysela) [RHEL-80677]
- ALSA: trident: Simplify with str_on_off() (Jaroslav Kysela) [RHEL-80677]
- ASoC: rt5682: Support the ALC5682I-VE codec (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: Correct indentation and style in DTS example (Jaroslav Kysela) [RHEL-80677]
- ALSA: ens137x: Use str_on_off() helper in snd_ensoniq_proc_read() (Jaroslav Kysela) [RHEL-80677]
- ASoC: madera: Use str_enabled_disabled() helper function (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: renesas,rsnd: remove post-init-providers property (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: Use str_yes_no() helper in atom_dump() (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: Add aw88083 amplifier driver (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: Add schema for "awinic,aw88083" (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple_card: Show if link is unidirectional (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple_card: Improve debugging messages (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Make dependency on UMP clearer (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: oss: Send fragmented SysEx messages immediately (Jaroslav Kysela) [RHEL-80677]
- ALSA: Align the syntax of iov_iter helpers with standard ones (Jaroslav Kysela) [RHEL-80677]
- ALSA: AC97: Use str_on_off() helper in snd_ac97_proc_read_main() (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic() (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Split function type patching and function naming (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Add missing function type names (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Add bounds check for function address (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Clean up error messages (Jaroslav Kysela) [RHEL-80677]
- ASoC: SDCA: Add missing header includes (Jaroslav Kysela) [RHEL-80677]
- soundwire: amd: clear wake enable register for power off mode (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: count the bandwidth of active streams only (Jaroslav Kysela) [RHEL-80677]
- SoundWire: pass stream to compute_params() (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: add lane in sdw_group_params (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: select data lane (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: check required freq accurately (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select_row_col (Jaroslav Kysela) [RHEL-80677]
- Soundwire: generic_bandwidth_allocation: set frame shape on fly (Jaroslav Kysela) [RHEL-80677]
- Soundwire: stream: program BUSCLOCK_SCALE (Jaroslav Kysela) [RHEL-80677]
- Soundwire: add sdw_slave_get_scale_index helper (Jaroslav Kysela) [RHEL-80677]
- soundwire: generic_bandwidth_allocation: skip DEPREPARED streams (Jaroslav Kysela) [RHEL-80677]
- soundwire: stream: set DEPREPARED state earlier (Jaroslav Kysela) [RHEL-80677]
- soundwire: add lane_used_bandwidth in struct sdw_bus (Jaroslav Kysela) [RHEL-80677]
- soundwire: mipi_disco: read lane mapping properties from ACPI (Jaroslav Kysela) [RHEL-80677]
- soundwire: add lane field in sdw_port_runtime (Jaroslav Kysela) [RHEL-80677]
- soundwire: bus: Move irq mapping cleanup into devres (Jaroslav Kysela) [RHEL-80677]
- ALSA: ad1889: Use str_enabled_disabled() helper function (Jaroslav Kysela) [RHEL-80677]
- ALSA: hdsp: Use str_on_off() and str_yes_no() helper functions (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Delete redundant assignments in cs_dsp_test_bin.c (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc_m2m: force cast for snd_pcm_format_t type (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-core: remove redundant assignment to variable ret (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Fix endianness conversion in cs_dsp_mock_wmfw.c (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs42l43: don't include '<linux/find.h>' directly (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Avoid using a u32 as a __be32 in cs_dsp_mock_mem_maps.c (Jaroslav Kysela) [RHEL-80677]
- mfd: cs42l43: Increase the SoundWire attach timeout (Jaroslav Kysela) [RHEL-80677]
- mfd: cs42l43: Use gpiod_set_raw for GPIO operations (Jaroslav Kysela) [RHEL-80677]
- mfd: cs42l43: Prepare support for updated bios patch (Jaroslav Kysela) [RHEL-80677]
- ASoC: qcom: sdm845: add handling of secondary MI2S clock (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: avoid large local variables (Jaroslav Kysela) [RHEL-80677]
- ASoC: rt715: Remove unused hda_to_sdw (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils: Unify clock direction by clk_direction (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Fix kerneldoc typos in cs_dsp_mock_bin.c (Jaroslav Kysela) [RHEL-80677]
- ASoC: soc-core: tidyup ret handling for card->disable_route_checks (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: mtl-match: Add CDB35L56-EIGHT-C 8x CS35L56 without CS42L43 (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: mtl-match: Add CDB35L56-EIGHT-C with aggregated speakers (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: tgl-match: Add entries for CS35L56 on CDB35L56-EIGHT-C (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: sof-priv: Remove unused SOF_DAI_STREAM() and SOF_FORMATS (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: ipc4-topology: Use macro to set the EXT_PARAM_SIZE in widget setup (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of client callbacks (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of wmfw error cases (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of bin error cases (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of control read/write (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of control cache (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of control parsing (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of wmfw download (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add KUnit testing of bin file download (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add mock bin file generator for KUnit testing (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add mock wmfw file generator for KUnit testing (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add mock DSP memory map for KUnit testing (Jaroslav Kysela) [RHEL-80677]
- firmware: cs_dsp: Add mock regmap for KUnit testing (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Intel: hda-pcm: Follow the pause_supported flag to drop PAUSE support (Jaroslav Kysela) [RHEL-80677]
- ASoC: SOF: Add support for pause supported tokens from topology (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_easrc: register m2m platform device (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc: register m2m platform device (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc_m2m: Add memory to memory function (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_easrc: define functions for memory to memory usage (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_asrc: define functions for memory to memory usage (Jaroslav Kysela) [RHEL-80677]
- ALSA: compress: Add output rate and output format support (Jaroslav Kysela) [RHEL-80677]
- ALSA: sonicvibes: Use str_on_off() helper in snd_sonicvibes_proc_read() (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: convert rt5682.txt to dt-schema (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: renesas,rz-ssi: Remove DMA description (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Add suspend to RAM support (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Issue software reset in hw_params API (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Add runtime PM support (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Enable runtime PM autosuspend support (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Use goto label names that specify their actions (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Use temporary variable for struct device (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Use readl_poll_timeout_atomic() (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Remove the first argument of rz_ssi_stream_is_play() (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Remove the rz_ssi_get_dai() function (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Remove pdev member of struct rz_ssi_priv (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Use only the proper amount of dividers (Jaroslav Kysela) [RHEL-80677]
- ASoC: renesas: rz-ssi: Terminate all the DMA transactions (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-spdif: Add working 24bit audio support (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-spdif: Always set the valid data to be the MSB (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-spdif: Add clock multiplier settings (Jaroslav Kysela) [RHEL-80677]
- ASoC: wm8985: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: wm8904: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tpa6130a2: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tlv320aic3x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tlv320aic31xx: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tlv320adc3xxx: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas5720: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2781: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2562: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: ssm2602: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoc: pcm6240: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: pcm186x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: max98095: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: max98090: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: max98088: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: alc5632: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: alc5623: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: adau1977: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: adau1781: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: adau1761: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: ad193x: Remove use of i2c_match_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the header (Jaroslav Kysela) [RHEL-80677]
- ASoC: codecs: wcd9335: Add define for number of DAIs (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 support (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13 support (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC quirk (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7 (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: improve the log of DAI link numbers (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: reduce log level for not using internal dmic (Jaroslav Kysela) [RHEL-80677]
- ASoC: Intel: sof_sdw: correct mach_params->dmic_num (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils: use for_each_of_graph_port() on graph_get_dai_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils: check port reg first on graph_get_dai_id() (Jaroslav Kysela) [RHEL-80677]
- ASoC: simple-card-utils: use __free(device_node) for device node (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_sai: Add sample rate constraint (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_xcvr: Add sample rate constraint (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_micfil: Switch to common sample rate constraint function (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_utils: Add function to constrain rates (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: oss: fix typo in seq_oss_init.c (Jaroslav Kysela) [RHEL-80677]
- ALSA: cmipci: Modify the incorrect format specifier (Jaroslav Kysela) [RHEL-80677]
- ALSA: lola: Fix typo in lola_clock.c (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: mediatek,mt8188-mt6359: Allow DL_SRC/UL_SRC dai-links (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: mediatek,mt8188-mt6359: Add compatible for mt8390 evk (Jaroslav Kysela) [RHEL-80677]
- ASoC: amd: ps: add ZSC control register programming sequence (Jaroslav Kysela) [RHEL-80677]
- ASoC: amd: ps: update mach params subsystem_rev variable (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Always check capability at opening a hwdep (Jaroslav Kysela) [RHEL-80677]
- ASoC: sdw_utils: cs_amp: Assign non-overlapping TDM masks for each codec on a bus (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs35l56: Split SoundWire DAI into separate playback and capture (Jaroslav Kysela) [RHEL-80677]
- ALSA: hda: Fix typo in hda_sysfs.h (Jaroslav Kysela) [RHEL-80677]
- ALSA: ac97: Modify the incorrect format specifier (Jaroslav Kysela) [RHEL-80677]
- ASoC: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-codec: Add support for Allwinner suniv F1C100s (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: Add Allwinner suniv F1C100s Audio Codec (Jaroslav Kysela) [RHEL-80677]
- ASoC: dt-bindings: allwinner: add H616 sun4i audio codec binding (Jaroslav Kysela) [RHEL-80677]
- ASoC: sun4i-codec: Add DMA Max Burst field (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Skip notifications unless subscribed to announce port (Jaroslav Kysela) [RHEL-80677]
- ALSA: seq: Notify client and port info changes (Jaroslav Kysela) [RHEL-80677]
- ASoC: cs42l51: Constify struct i2c_device_id (Jaroslav Kysela) [RHEL-80677]
- ASoC: tas2781: Fix redundant logical jump (Jaroslav Kysela) [RHEL-80677]
- ASoC: rockchip: i2s-tdm: Fix a useless call issue (Jaroslav Kysela) [RHEL-80677]
- ASoc: mediatek: mt8365: Don't use "proxy" headers (Jaroslav Kysela) [RHEL-80677]
- ASoC: mediatek: mt8192-afe-pcm: Simplify probe() with local dev variable (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_xcvr: Add suspend and resume support (Jaroslav Kysela) [RHEL-80677]
- ASoC: fsl_xcvr: Use regmap for PHY and PLL registers (Jaroslav Kysela) [RHEL-80677]
Resolves: RHEL-26055, RHEL-80677
* Thu May 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-86.el10]
- ext4: don't over-report free space or inodes in statvfs (CKI Backport Bot) [RHEL-89589]
- redhat: generalize rule for kunit and test kmod placement (Jan Stancek) [RHEL-89085]
- ice: implement low latency PHY timer updates (Petr Oros) [RHEL-74286]
- ice: check low latency PHY timer update firmware capability (Petr Oros) [RHEL-74286]
- ice: add lock to protect low latency interface (Petr Oros) [RHEL-74286]
- ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_* (Petr Oros) [RHEL-74286]
- ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810 (Petr Oros) [RHEL-74286]
- Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (David Marlin) [RHEL-87896] {CVE-2025-21969}
- Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (CKI Backport Bot) [RHEL-87896] {CVE-2025-21969}
- selftests: tls: check that disconnect does nothing (Sabrina Dubroca) [RHEL-86020]
- net: tls: explicitly disallow disconnect (Sabrina Dubroca) [RHEL-86020]
- tls: skip setting sk_write_space on rekey (Sabrina Dubroca) [RHEL-86020]
- tls: Fix tls_sw_sendmsg error handling (Sabrina Dubroca) [RHEL-86020]
- selftests: tls: add rekey tests (Sabrina Dubroca) [RHEL-86020]
- selftests: tls: add key_generation argument to tls_crypto_info_init (Sabrina Dubroca) [RHEL-86020]
- tls: add counters for rekey (Sabrina Dubroca) [RHEL-86020]
- tls: implement rekey for TLS1.3 (Sabrina Dubroca) [RHEL-86020]
- tls: block decryption when a rekey is pending (Sabrina Dubroca) [RHEL-86020]
- scsi: mpi3mr: Event processing debug improvement (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Add level check to control event logging (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Reset the pending interrupt flag (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Fix pending I/O counter (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Task Abort EH Support (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Update driver version to 8.13.0.5.50 (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Check admin reply queue from Watchdog (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Update timestamp only for supervisor IOCs (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Update MPI Headers to revision 35 (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Fix locking in an error path (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Fix spelling mistake "skiping" -> "skipping" (Chandrakanth Patil) [RHEL-80699]
- scsi: mpi3mr: Support for Segmented Hardware Trace buffer (Chandrakanth Patil) [RHEL-80699]
- locking/semaphore: Use wake_q to wake up processes outside lock critical section (Waiman Long) [RHEL-74462]
Resolves: RHEL-74286, RHEL-74462, RHEL-80699, RHEL-86020, RHEL-87896, RHEL-89085, RHEL-89589
* Wed May 14 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-85.el10]
- selftests/net: packetdrill: more xfail changes (and a correction) (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: make tcp buf limited timing tests benign (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: report benign debug flakes as xfail (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_arg (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blocking (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestamping (Hangbin Liu) [RHEL-88651]
- selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_info (Hangbin Liu) [RHEL-88651]
- cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode (Steve Best) [RHEL-81034]
- ipv6: add exception routes to GC list in rt6_insert_exception (Xin Long) [RHEL-39466 RHEL-84411]
- OPP: Drop redundant *_opp_attach|detach_genpd() (José Expósito) [RHEL-75956]
- cpufreq: qcom-nvmem: Convert to dev_pm_domain_attach|detach_list() (José Expósito) [RHEL-75956]
- media: venus: Convert into devm_pm_domain_attach_list() for OPP PM domain (José Expósito) [RHEL-75956]
- drm/tegra: gr3d: Convert into devm_pm_domain_attach_list() (José Expósito) [RHEL-75956]
- OPP: Drop redundant code in _link_required_opps() (José Expósito) [RHEL-75956]
- pmdomain: core: Set the required dev for a required OPP during genpd attach (José Expósito) [RHEL-75956]
- pmdomain: core: Manage the default required OPP from a separate function (José Expósito) [RHEL-75956]
- xfs: don't over-report free space or inodes in statvfs (Carlos Maiolino) [RHEL-87016]
- xfs: report realtime block quota limits on realtime directories (Carlos Maiolino) [RHEL-87016]
- redhat: introduce modules-extra-matched meta package (Jan Stancek) [RHEL-87452]
- ext4: fix OOB read when checking dotdot dir (CKI Backport Bot) [RHEL-87989] {CVE-2025-37785}
- selftests: net: fdb_notify: Add a test for FDB notifications (Izabela Bakollari) [RHEL-78790]
- selftests: net: lib: Add kill_process (Izabela Bakollari) [RHEL-78790]
- selftests: net: lib: Move checks from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
- selftests: net: lib: Move tests_run from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
- selftests: net: lib: Move logging from forwarding/lib.sh here (Izabela Bakollari) [RHEL-78790]
- ndo_fdb_del: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78790]
- ndo_fdb_add: Add a parameter to report whether notification was sent (Izabela Bakollari) [RHEL-78790]
Resolves: RHEL-39466, RHEL-75956, RHEL-78790, RHEL-81034, RHEL-84411, RHEL-87016, RHEL-87452, RHEL-87989, RHEL-88651
* Mon May 12 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-84.el10]
- RDMA/efa: Align interrupt related fields to same type (Kamal Heib) [RHEL-86525]
- RDMA/efa: Reset device on probe failure (Kamal Heib) [RHEL-86525]
- RDMA/efa: Report link speed according to device attributes (Kamal Heib) [RHEL-86525]
- RDMA/efa: Add option to set QP service level on create (Kamal Heib) [RHEL-86525]
- RDMA/efa: Update device interface (Kamal Heib) [RHEL-86525]
- net: ppp: Add bound checking for skb data on ppp_sync_txmung (Guillaume Nault) [RHEL-89664] {CVE-2025-37749}
- ALSA: update RHEL kconfigs for 6.13 upstream code (Jaroslav Kysela) [RHEL-80676]
- ASoC: tegra: Fix ADX S24_LE audio format (Jaroslav Kysela) [RHEL-80676]
- ASoC: simple-card-utils: fix priv->dai_props indexing (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda/realtek: Fix volume adjustment issue on Lenovo ThinkBook 16P Gen5 (Jaroslav Kysela) [RHEL-80676]
- ASoC: rsnd: check rsnd_adg_clk_enable() return value (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l43: Add codec force suspend/resume ops (Jaroslav Kysela) [RHEL-80676]
- ALSA: doc: Add codecs/index.rst to top-level index (Jaroslav Kysela) [RHEL-80676]
- ALSA: doc: cs35l56: Add information about Cirrus Logic CS35L54/56/57 (Jaroslav Kysela) [RHEL-80676]
- ASoC: samsung: Add missing depends on I2C (Jaroslav Kysela) [RHEL-80676]
- ASoC: samsung: Add missing selects for MFD_WM8994 (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK (Jaroslav Kysela) [RHEL-80676]
- ASoC: wm8994: Add depends on MFD core (Jaroslav Kysela) [RHEL-80676]
- ASoC: tas2781: Fix occasional calibration failture (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: ES8326: Adjust ANA_MICBIAS to reduce pop noise (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: fix remaining descriptor races in sound/core/compress_offload.c (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: Drop unneeded no_free_ptr() (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda/tas2781: Ignore SUBSYS_ID not found for tas2563 projects (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: improve file descriptors installation for dma-buf (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: use safe list iteration in snd_compr_task_seq() (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: import DMA_BUF namespace (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: avoid 64-bit get_user() (Jaroslav Kysela) [RHEL-80676]
- ASoC: wcd937x: Use *-y for Makefile (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l84: Use *-y for Makefile (Jaroslav Kysela) [RHEL-80676]
- ASoC: SDCA: Use *-y for Makefile (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs40l50: Use *-y for Makefile (Jaroslav Kysela) [RHEL-80676]
- ASoC: mediatek: mt8365: Use *-y for Makefile (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post() (Jaroslav Kysela) [RHEL-80676]
- Get rid of 'remove_new' relic from platform driver struct (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda/tas2781: Fix error code tas2781_read_acpi() (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: improve bass speaker support for ASUS Zenbook UM5606WA (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: Show the codec quirk info at probing (Jaroslav Kysela) [RHEL-80676]
- ALSA: asihpi: Remove unused variable (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda/tas2781: Add speaker id check for ASUS projects (Jaroslav Kysela) [RHEL-80676]
- ASoC: doc: dapm: Add location information for dapm-graph tool (Jaroslav Kysela) [RHEL-80676]
- ASoC: apple: Fix the wrong format specifier (Jaroslav Kysela) [RHEL-80676]
- ALSA: docs: fix dead hyperlink to Intel HD-Audio spec (Jaroslav Kysela) [RHEL-80676]
- ALSA: ac97: bus: Fix the mistake in the comment (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: Fix build dependencies for `SND_SOC_AMD_PS` (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: Poll jack events for LS7A HD-Audio (Jaroslav Kysela) [RHEL-80676]
- ALSA: ump: Fix the wrong format specifier (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: soc-acpi-intel-lnl-match: add rt712_vb + rt1320 support (Jaroslav Kysela) [RHEL-80676]
- ASoC: stm32: dfsdm: change rate upper limits (Jaroslav Kysela) [RHEL-80676]
- ASoC: sma1307: fix uninitialized variable refence (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: simple-mux: add idle-state property (Jaroslav Kysela) [RHEL-80676]
- ASoc: simple-mux: add idle-state support (Jaroslav Kysela) [RHEL-80676]
- soundwire: Minor formatting fixups in sdw.h header (Jaroslav Kysela) [RHEL-80676]
- soundwire: Update the includes on the sdw.h header (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: remove redundant assignment to variable ret (Jaroslav Kysela) [RHEL-80676]
- ASoC: sdca: test adev before calling acpi_dev_for_each_child (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: ps: fix the pcm device numbering for acp 6.3 platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: add soundwire machine driver for legacy stack (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: move get_acp63_cpu_pin_id() to common file (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: ps: add soundwire machines for acp6.3 platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: add RT711, RT714 & RT1316 support for acp 6.3 platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: add rt722 based soundwire machines (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: Add missing descriptions in structs (Jaroslav Kysela) [RHEL-80676]
- ALSA: us122l: Drop mmap_count field (Jaroslav Kysela) [RHEL-80676]
- ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locally (Jaroslav Kysela) [RHEL-80676]
- ALSA: tidyup SNDRV_PCM_TRIGGER_xxx numbering (Jaroslav Kysela) [RHEL-80676]
- ASoC: simple-card-utils: care simple_util_dai for dummy DAI (Jaroslav Kysela) [RHEL-80676]
- ASoC: test-component: Support continuous rates for test component (Jaroslav Kysela) [RHEL-80676]
- ASoC: max98088: Add headphone mixer switch (Jaroslav Kysela) [RHEL-80676]
- ASoC: max98088: Add left/right DAC volume control (Jaroslav Kysela) [RHEL-80676]
- ASoc: SOF: ipc4-pcm: fix uninit-value in sof_ipc4_pcm_dai_link_fixup_rate (Jaroslav Kysela) [RHEL-80676]
- ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits (Jaroslav Kysela) [RHEL-80676]
- ASoC: max98088: Remove duplicate DACs (Jaroslav Kysela) [RHEL-80676]
- ASoC: machine: update documentation (Jaroslav Kysela) [RHEL-80676]
- ASoC: qcom: sm8250: add handling of secondary MI2S clock (Jaroslav Kysela) [RHEL-80676]
- ALSA: ump: remove unnecessary check on blk (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Kconfig: Revert make SND_SOC_ACPI_INTEL_MATCH depend on ACPI (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Kconfig: Only select SND_SOC_SDCA if ACPI is enabled (Jaroslav Kysela) [RHEL-80676]
- ASoC: mediatek: mt8183: Remove unnecessary variable assignments (Jaroslav Kysela) [RHEL-80676]
- ASoC: sma1307: Fix invalid logical judgement (Jaroslav Kysela) [RHEL-80676]
- ASoC: stm32: i2s: add stm32mp25 support (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: add stm32mp25 support for i2s (Jaroslav Kysela) [RHEL-80676]
- ASoC: stm32: sai: add stm32mp25 support (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: add stm32mp25 support for sai (Jaroslav Kysela) [RHEL-80676]
- ASoC: ux500: Remove redundant casts (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: Intel: hda: handle only paused streams in hda_dai_suspend() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: Intel: hda: Add support for persistent Code Loader DMA buffers (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: Intel: hda-stream: Always use at least two BDLE for transfers (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc3-loader: 'Handle' PROBE_INFO ext_manifest type when parsing (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ext_manifest: Add missing ext_manifest type for PROBE_INFO (Jaroslav Kysela) [RHEL-80676]
- ASoC: da7213: Extend support for the MCK in range [2, 50] MHz (Jaroslav Kysela) [RHEL-80676]
- ASoC: da7213: Avoid setting PLL when closing audio stream (Jaroslav Kysela) [RHEL-80676]
- ASoC: da7213: Add suspend to RAM support (Jaroslav Kysela) [RHEL-80676]
- ASoC: da7213: Return directly the value of regcache_sync() (Jaroslav Kysela) [RHEL-80676]
- ASoC: sma1307: Add driver for Iron Device SMA1307 (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: irondevice,sma1307: Add initial DT (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKS (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Kconfig: make SND_SOC_ACPI_INTEL_MATCH depend on ACPI (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: Use runtime pointer in snd_compr_poll() (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt721-sdca: change interrupt mask from XU to GE (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: sof_sdw: Add missing quirks from some new Dell (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt722: change the interrupt mask for jack type detection (Jaroslav Kysela) [RHEL-80676]
- ASoC: qcom: sc8280xp Add SM8750 sound card (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: qcom,sm8250: Add SM8750 sound card (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl_mqs: Support accessing registers by scmi interface (Jaroslav Kysela) [RHEL-80676]
- ASoC: bcm63xx-pcm-whistler: fix uninit-value in i2s_dma_isr (Jaroslav Kysela) [RHEL-80676]
- ASoC: qcom: x1e80100: Support boards with two speakers (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: ES8326: Reduce pop noise (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: Fix for ACP SOF dmic tplg component load failure (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: Fix unused variable warning (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: intel: Switch to pci_alloc_irq_vectors API (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: intel: Don't free interrupt when suspending (Jaroslav Kysela) [RHEL-80676]
- deal with the last remaing boolean uses of fd_file() (Jaroslav Kysela) [RHEL-80676]
- ASoC: cleanup function parameter for rtd and its id (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-core: do rtd->id trick at snd_soc_add_pcm_runtime() (Jaroslav Kysela) [RHEL-80676]
- ASoC: remove rtd->num (Jaroslav Kysela) [RHEL-80676]
- ASoC: generic: switch to use rtd->id from rtd->num (Jaroslav Kysela) [RHEL-80676]
- ASoC: sh: switch to use rtd->id from rtd->num (Jaroslav Kysela) [RHEL-80676]
- ASoC: meson: switch to use rtd->id from rtd->num (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl: switch to use rtd->id from rtd->num (Jaroslav Kysela) [RHEL-80676]
- ASoC: rename rtd->num to rtd->id (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add aw88081 amplifier driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add schema for "awinic,aw88081" (Jaroslav Kysela) [RHEL-80676]
- ASoC: sdw_utils: Update stream_name in dai_links structure (Jaroslav Kysela) [RHEL-80676]
- ASoC: sdw_utils/intel/amd: refactor dai link init logic (Jaroslav Kysela) [RHEL-80676]
- mfd: cs42l43: Disable IRQs during suspend (Jaroslav Kysela) [RHEL-80676]
- ASoC: doc: update clock api details (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: wcd937x: Remove unused of_gpio.h (Jaroslav Kysela) [RHEL-80676]
- sound: Switch back to struct platform_driver::remove() (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l84: Remove unused including <linux/version.h> (Jaroslav Kysela) [RHEL-80676]
- MAINTAINERS: Add entry for Renesas RZ ASoC driver (Jaroslav Kysela) [RHEL-80676]
- MAINTAINERS: Add entry for Renesas R-Car and FSI ASoC drivers (Jaroslav Kysela) [RHEL-80676]
- ASoC: renesas, rsnd: Update file path (Jaroslav Kysela) [RHEL-80676]
- ASoC: audio-graph-card2: Update comment with renamed file path (Jaroslav Kysela) [RHEL-80676]
- ASoC: Rename "sh" to "renesas" (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: adau1373: add powerdown gpio (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: adau1373: drop patform_data (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: document the adau1373 Codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: adau1373: add some kconfig text (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l84: remove incorrect of_match_ptr() (Jaroslav Kysela) [RHEL-80676]
- ALSA: usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer (Jaroslav Kysela) [RHEL-80676]
- ALSA: docs: Add toctree index entry for co-processor acceleration API (Jaroslav Kysela) [RHEL-80676]
- ALSA: docs: compress-accel: Format state machine flowchart as code block (Jaroslav Kysela) [RHEL-80676]
- ASoC: intel: sof_sdw: add quirk for Dell SKU (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: ES8326: Modify the configuration of and micbias (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-devres: Remove unused devm_snd_soc_register_dai (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt1320: add mic function (Jaroslav Kysela) [RHEL-80676]
- ALSA: compress_offload: introduce accel operation mode (Jaroslav Kysela) [RHEL-80676]
- ASoC: test-component: use new of_graph functions (Jaroslav Kysela) [RHEL-80676]
- ASoC: audio-graph-card: use new of_graph functions (Jaroslav Kysela) [RHEL-80676]
- ASoC: audio-graph-card2: use new of_graph functions (Jaroslav Kysela) [RHEL-80676]
- of: property: add of_graph_get_next_port_endpoint() (Jaroslav Kysela) [RHEL-80676]
- of: property: add of_graph_get_next_port() (Jaroslav Kysela) [RHEL-80676]
- of: property: use new of_graph functions (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l84: leverage ring sense IRQs to correctly detect headsets (Jaroslav Kysela) [RHEL-80676]
- ASoC: cs42l84: Add new codec driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt-sdw-common: fix rt_sdca_index_update_bits function parameter description (Jaroslav Kysela) [RHEL-80676]
- ASoC: sun4i-codec: support allwinner H616 codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: sun4i-codec: Add playback only flag to quirks (Jaroslav Kysela) [RHEL-80676]
- ASoC: sun4i-codec: Add support for different DAC FIFOC addresses to quirks (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: fix error code in ntp8835_i2c_probe() (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-pcm: merge DPCM and non-DPCM validation check (Jaroslav Kysela) [RHEL-80676]
- ASoC: doc: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-pcm: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-topology: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: intel: boards: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-compress: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-core: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: mediatek: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: samsung: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: intel: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: sof: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: remove dpcm_xxx flags (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: core: Add fw, tplg and ipc type override parameters (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: core: Add debug module parameters to set IPC and boot timeout (Jaroslav Kysela) [RHEL-80676]
- ASoC: uniphier: Handle regmap_write errors in aio_iecout_set_enable() (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl_xcvr: reset RX dpath after wrong preamble (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl_xcvr: enable interrupt of cmdc status update (Jaroslav Kysela) [RHEL-80676]
- ASoC: tegra: Add support for S24_LE audio format (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: adau1372: add match table (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-utils: Remove PAGE_SIZE compile-time constant assumption (Jaroslav Kysela) [RHEL-80676]
- ASoC: nau8821: check regmap_raw_read/regmap_raw_write for failure (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: Add stream name to ACP PDM DMIC devices (Jaroslav Kysela) [RHEL-80676]
- ASoC: rx651: Use card->dev in replace of the &pdev->dev argument in the dev_err function (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: Intel: hda: use machine_check() for SoundWire (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: soc-acpi: add is_device_rt712_vb() helper (Jaroslav Kysela) [RHEL-80676]
- ASoC: sdw_utils: add SmartMic DAI for RT713 VB (Jaroslav Kysela) [RHEL-80676]
- ASoC: sdw_utils: add SmartMic DAI for RT712 VB (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt712-sdca: detect the SMART_MIC function during the probe stage (Jaroslav Kysela) [RHEL-80676]
- ASoC: soc-acpi: introduce new 'machine check' callback (Jaroslav Kysela) [RHEL-80676]
- ASoC: SDCA: add quirk function for RT712_VB match (Jaroslav Kysela) [RHEL-80676]
- soundwire: slave: lookup SDCA version and functions (Jaroslav Kysela) [RHEL-80676]
- ASoC: SDCA: add initial module (Jaroslav Kysela) [RHEL-80676]
- ASoC/soundwire: remove sdw_slave_extended_id (Jaroslav Kysela) [RHEL-80676]
- soundwire: sdw_intel: include linux/acpi.h (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: sof-of-dev: add parameter to override tplg/fw_filename (Jaroslav Kysela) [RHEL-80676]
- ASoC: mediatek: mt8188: remove unnecessary variable assignment (Jaroslav Kysela) [RHEL-80676]
- ASoC: rsnd: Refactor port handling with helper for endpoint node selection (Jaroslav Kysela) [RHEL-80676]
- ASoC: loongson: make loongson-i2s.o a separate module (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Remove unneeded semicolon (Jaroslav Kysela) [RHEL-80676]
- ASoC: makes snd_soc_set_runtime_hwparams() inline (Jaroslav Kysela) [RHEL-80676]
- mfd: cs42l43: Fix issues in probe error paths (Jaroslav Kysela) [RHEL-80676]
- iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentation (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt-sdw-common: Enhance switch case to prevent uninitialized variable (Jaroslav Kysela) [RHEL-80676]
- ALSA: hda: Fix all stream interrupts definition (Jaroslav Kysela) [RHEL-80676]
- ASoC: loongson: Fix build warning when !CONFIG_PCI (Jaroslav Kysela) [RHEL-80676]
- ASoC: mediatek: mt8188: Remove unnecessary variable assignments (Jaroslav Kysela) [RHEL-80676]
- ASoC/SoundWire: Intel: lnl: enable interrupts after first power-up/before last power-down (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routine (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Fix error check in es8323_i2c_probe (Jaroslav Kysela) [RHEL-80676]
- ASoC: imx-card: Add CS42888 support (Jaroslav Kysela) [RHEL-80676]
- ASoC: imx-card: Set mclk for codec (Jaroslav Kysela) [RHEL-80676]
- ALSA: usb-audio: Use snprintf instead of sprintf in build_mixer_unit_ctl (Jaroslav Kysela) [RHEL-80676]
- ALSA: ice1712: Remove redundant code in stac9460_dac_vol_put (Jaroslav Kysela) [RHEL-80676]
- ALSA: firewire: Remove unused cmp_connection_update (Jaroslav Kysela) [RHEL-80676]
- soundwire: cadence: add soft-reset on startup (Jaroslav Kysela) [RHEL-80676]
- soundwire: cadence: clear MCP BLOCK_WAKEUP in init (Jaroslav Kysela) [RHEL-80676]
- soundwire: intel_auxdevice: add kernel parameter for mclk divider (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt721-sdca: Clean logically deadcode in rt721-sdca.c (Jaroslav Kysela) [RHEL-80676]
- ASoC: qcom: sm8250: correct typo in shutdown function name (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Remove unused code (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: Add rt721-sdca support for PTL platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: loongson: Add I2S controller driver as platform device (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add Loongson I2S controller (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add uda1342 codec driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add NXP uda1342 Codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add Everest ES8323 Codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add support for ES8323 (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Add helper function to print the module's in/out audio format (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Concentrate prints inside of sof_ipc4_init_output_audio_fmt() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Use local variables in sof_ipc4_init_output_audio_fmt() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Simplify code to deal with process modules without output (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Simplify match format print in sof_ipc4_init_input_audio_fmt() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Remove redundant check in sof_ipc4_init_input_audio_fmt() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Use local variables in sof_ipc4_init_input_audio_fmt() (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc4-topology: Drop the 'index' from 'Pin index' of format print (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt721-sdca: Fix issue of warning message (Jaroslav Kysela) [RHEL-80676]
- ALSA: aica: Remove unused variable (Jaroslav Kysela) [RHEL-80676]
- ALSA: dbri: Fix formatting issue in dbri.c (Jaroslav Kysela) [RHEL-80676]
- ALSA: scarlett2: Fix mixed declarations and code warning (Jaroslav Kysela) [RHEL-80676]
- ALSA: scarlett2: Return ENOSPC for out-of-bounds flash writes (Jaroslav Kysela) [RHEL-80676]
- ALSA: scarlett2: Simplify linked channel handling (Jaroslav Kysela) [RHEL-80676]
- ALSA: scarlett2: Add support for device map retrieval (Jaroslav Kysela) [RHEL-80676]
- ALSA: scarlett2: Fix redeclaration of loop variable (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt721-sdca: Add RT721 SDCA driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt-sdw-common: Common functions for Realtek soundwire driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: soc-acpi-intel-ptl-match: Add rt721 support (Jaroslav Kysela) [RHEL-80676]
- ASoC: intel/sdw_utils: refactor RT multifunction sdca speaker codecs (Jaroslav Kysela) [RHEL-80676]
- ASoC: intel: sof_sdw: add RT722 SDCA card for PTL platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: refactor sof_card_dai_links_create() function (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl: fsl_qmc_audio: Remove the logging when parsing channels (Jaroslav Kysela) [RHEL-80676]
- ASoC: tlv320adc3xxx: Fix unsigned int compared against 0 (Jaroslav Kysela) [RHEL-80676]
- ASoC: uniphier: Handle regmap_write errors in aio_src_set_param() (Jaroslav Kysela) [RHEL-80676]
- ASoC: Intel: sof_rt5682: Add support for ptl_max98360a_rt5682 (Jaroslav Kysela) [RHEL-80676]
- ASoC: sh: rz-ssi: Use SSIFCR_FIFO_RST macro (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: add support for DP0/DPn 'lane-list' property (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi_disco: add support for clock-scales property (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: add error handling for property array read (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: add support for peripheral channelprepare timeout (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: add new properties from 2.0 spec (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: add comment on DP0-supported property (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi-disco: remove DPn audio-modes (Jaroslav Kysela) [RHEL-80676]
- soundwire: mipi_disco: add MIPI-specific property_read_bool() helpers (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_stream_runtime memory layout (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_master_prop (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_bus structure (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_slave_prop (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_dp0_prop (Jaroslav Kysela) [RHEL-80676]
- soundwire: optimize sdw_dpn_prop (Jaroslav Kysela) [RHEL-80676]
- soundwire: Correct some typos in comments (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: amd: pass acp_rev as soundwire resource data (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: ps: pass acp pci revision id as soundwire resource data (Jaroslav Kysela) [RHEL-80676]
- soundwire: amd: pass acp pci revision id as resource data (Jaroslav Kysela) [RHEL-80676]
- soundwire: amd: refactor existing code for acp 6.3 platform (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: wcd9335: remove unnecessary MODULE_ALIAS() (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: drop bogus NULL check from i2s_irq_handler (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt1320: fix the range of patch code address (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: aw88399: Fix spelling mistake "unsupport" -> "unsupported" (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl: Use maple tree register cache (Jaroslav Kysela) [RHEL-80676]
- ASoC: tas5805m: Improve a size determination in tas5805m_i2c_probe() (Jaroslav Kysela) [RHEL-80676]
- ASoC: bcm2835-i2s: Use maple tree register cache (Jaroslav Kysela) [RHEL-80676]
- ASoC: rt1320: reads patch code from firmware file (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: aw88395: Fix spelling mistake "unsupport" -> "unsupported" (Jaroslav Kysela) [RHEL-80676]
- ASoC: tas2781: Fix redundant parameter assignment (Jaroslav Kysela) [RHEL-80676]
- ASoC: meson: axg-iface: set continuous rates (Jaroslav Kysela) [RHEL-80676]
- ASoC: SOF: ipc3: Use standard dev_dbg API (Jaroslav Kysela) [RHEL-80676]
- ASoC: constify snd_soc_component_driver struct (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: remove unused variable from acp platform driver (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: replace adata->platform conditional check (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: remove unused variable from acp_card_drvdata structure (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: update mach_params subsystem_rev field (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: pass acp pci revision id as platform data (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: store acp pci rev id in platform driver private structure (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: use acp pci revision id for platform differntiation (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: use acp_rev for platform specific conditional checks (Jaroslav Kysela) [RHEL-80676]
- ASoC: amd: acp: simplify platform conditional checks code (Jaroslav Kysela) [RHEL-80676]
- ASoC: stm: fix macro definition on STM_SAI_HAS_EXT_SYNC (Jaroslav Kysela) [RHEL-80676]
- ASoC: remove unused substream in macro soc_dai_mark_pop (Jaroslav Kysela) [RHEL-80676]
- ASoC: remove unused substream in macro soc_link_mark_pop (Jaroslav Kysela) [RHEL-80676]
- ASoC: remove unused substream in macro soc_component_mark_pop (Jaroslav Kysela) [RHEL-80676]
- ASoC: improve macro definition on TWL4030_OUTPUT_PGA (Jaroslav Kysela) [RHEL-80676]
- ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name (Jaroslav Kysela) [RHEL-80676]
- ASoC: atmel: mchp-spdifrx: Remove interface name from stream_name (Jaroslav Kysela) [RHEL-80676]
- ASoC: atmel: atmel_ssc_dai: Drop S24_LE support due to single channel limitation (Jaroslav Kysela) [RHEL-80676]
- ASoC: atmel: atmel_ssc_dai: Add stream names (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl_micfil: Enable micfil error interrupt (Jaroslav Kysela) [RHEL-80676]
- ASoC: fsl_micfil: Add mclk enable flag (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add NeoFidelity NTP8835 codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add NeoFidelity NTP8835 (Jaroslav Kysela) [RHEL-80676]
- ASoC: dt-bindings: Add NeoFidelity NTP8918 (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add NeoFidelity NTP8918 codec (Jaroslav Kysela) [RHEL-80676]
- ASoC: codecs: Add NeoFidelity Firmware helpers (Jaroslav Kysela) [RHEL-80676]
- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc (Jaroslav Kysela) [RHEL-80676]
- smb: client: Add check for next_buffer in receive_encrypted_standard() (CKI Backport Bot) [RHEL-83246] {CVE-2025-21844}
- s390/qdio: Move memory alloc/pointer arithmetic for slib and sl into one place (Mete Durlu) [RHEL-73491]
- s390/qdio: Rename feature flag aif_osa to aif_qdio (Mete Durlu) [RHEL-73491]
- scsi: zfcp: Clarify zfcp_port refcount ownership during "link" test (Mete Durlu) [RHEL-73491]
- scsi: zfcp: Correct kdoc parameter description for sending ELS and CT (Mete Durlu) [RHEL-73491]
- scsi: zfcp: Switch over to sysfs_emit() (Mete Durlu) [RHEL-73491]
- vsock: Orphan socket after transport release (Jon Maloy) [RHEL-81487] {CVE-2025-21756}
- vsock: Keep the binding until socket destruction (Jon Maloy) [RHEL-81487] {CVE-2025-21756}
- bpf, vsock: Invoke proto::close on close() (Jon Maloy) [RHEL-81487] {CVE-2025-21756}
- netfilter: fib: avoid lookup if socket is available (CKI Backport Bot) [RHEL-44551]
Resolves: RHEL-44551, RHEL-73491, RHEL-80676, RHEL-81487, RHEL-83246, RHEL-86525, RHEL-89664
* Fri May 09 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-83.el10]
- virtgpu: don't reset on shutdown (Eric Auger) [RHEL-85779]
- virtio: break and reset virtio devices on device_shutdown() (Eric Auger) [RHEL-85779]
- crypto: tegra - Fix IV usage for AES ECB (Herbert Xu) [RHEL-89531]
- crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (Herbert Xu) [RHEL-89531]
- crypto: tegra - Use HMAC fallback when keyslots are full (Herbert Xu) [RHEL-89531]
- crypto: tegra - Reserve keyslots to allocate dynamically (Herbert Xu) [RHEL-89531]
- crypto: tegra - Set IV to NULL explicitly for AES ECB (Herbert Xu) [RHEL-89531]
- crypto: tegra - Fix CMAC intermediate result handling (Herbert Xu) [RHEL-89531]
- crypto: tegra - Fix HASH intermediate result handling (Herbert Xu) [RHEL-89531]
- crypto: tegra - Transfer HASH init function to crypto engine (Herbert Xu) [RHEL-89531]
- crypto: tegra - check return value for hash do_one_req (Herbert Xu) [RHEL-89531]
- crypto: tegra - finalize crypto req on error (Herbert Xu) [RHEL-89531]
- crypto: tegra - Do not use fixed size buffers (Herbert Xu) [RHEL-89531]
- crypto: tegra - Use separate buffer for setkey (Herbert Xu) [RHEL-89531]
- crypto: tegra - remove redundant error check on ret (Herbert Xu) [RHEL-89531]
- ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24() (Tomas Henzl) [RHEL-72617]
- ata: Switch back to struct platform_driver::remove() (Tomas Henzl) [RHEL-72617]
- ata: Fix typos in the comment (Tomas Henzl) [RHEL-72617]
- ata: sata_sx4: Add error handling in pdc20621_i2c_read() (Tomas Henzl) [RHEL-72617]
- ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() (Tomas Henzl) [RHEL-72617]
- ata: ahci: simplify init function (Tomas Henzl) [RHEL-72617]
- ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI (Tomas Henzl) [RHEL-72617]
- ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs (Tomas Henzl) [RHEL-72617]
- ata: libata: Fix NCQ Non-Data log not supported print (Tomas Henzl) [RHEL-72617]
- ata: libata-zpodd: convert timeouts to secs_to_jiffies() (Tomas Henzl) [RHEL-72617]
- ata: libata: Improve return value of atapi_check_dma() (Tomas Henzl) [RHEL-72617]
- ahci: add PCI ID for Marvell 88SE9215 SATA Controller (Tomas Henzl) [RHEL-72617]
- Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives" (Tomas Henzl) [RHEL-72617]
- ata: ahci: Make ahci_ignore_port() handle empty mask_port_map (Tomas Henzl) [RHEL-72617]
- ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO mode (Tomas Henzl) [RHEL-72617]
- ata: sata_via: Use str_up_down() helper in vt6420_prereset() (Tomas Henzl) [RHEL-72617]
- ata: pata_octeon_cf: Switch to use hrtimer_setup() (Tomas Henzl) [RHEL-72617]
- ata: libahci_platform: Do not set mask_port_map when not needed (Tomas Henzl) [RHEL-72617]
- ata: libata-core: Add 'external' to the libata.force kernel parameter (Tomas Henzl) [RHEL-72617]
- ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives (Tomas Henzl) [RHEL-72617]
- ahci: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() (Tomas Henzl) [RHEL-72617]
- ahci: Introduce ahci_ignore_port() helper (Tomas Henzl) [RHEL-72617]
- ata: libahci_platform: support non-consecutive port numbers (Tomas Henzl) [RHEL-72617]
- ata: sata_gemini: Remove remaining reset glue (Tomas Henzl) [RHEL-72617]
- ata: sata_gemini: Remove unused gemini_sata_reset_bridge() (Tomas Henzl) [RHEL-72617]
- ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys() (Tomas Henzl) [RHEL-72617]
- ata: Constify struct pci_device_id (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Return residual for emulated SCSI commands (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Remove struct ata_scsi_args (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Document all VPD page inquiry actors (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Refactor ata_scsiop_maint_in() (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Refactor ata_scsiop_read_cap() (Tomas Henzl) [RHEL-72617]
- ata: libata-scsi: Refactor ata_scsi_simulate() (Tomas Henzl) [RHEL-72617]
- sched: sch_cake: add bounds checks to host bulk flow fairness counts (Xin Long) [RHEL-77316] {CVE-2025-21647}
- net: fib_rules: Fix iif / oif matching on L3 master device (Antoine Tenart) [RHEL-84551]
- net: Remove likely from l3mdev_master_ifindex_by_index (Antoine Tenart) [RHEL-84551]
- scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req() (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Mark device strings as nonstring (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: update driver version to 52.100.00.00 (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Send a diag reset if target reset fails (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Report driver capability as part of IOCINFO command (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Add support for MCTP Passthrough commands (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Update MPI headers to 02.00.62 version (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Fix a locking bug in an error path (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Remove unused config functions (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1 (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Add details to EEDPTagMode error message (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Update driver version to 51.100.00.00 (Chandrakanth Patil) [RHEL-81909]
- scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load time (Chandrakanth Patil) [RHEL-81909]
- x86/bugs: KVM: Add support for SRSO_MSR_FIX (Waiman Long) [RHEL-80398]
- x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (Waiman Long) [RHEL-80398]
- KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace (Waiman Long) [RHEL-80398]
- x86/bugs: Add SRSO_USER_KERNEL_NO support (Waiman Long) [RHEL-80398]
- dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" (Jerry Snitselaar) [RHEL-78703]
- dmaengine: amd: qdma: Remove using the private get and set dma_ops APIs (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Enable Function Level Reset (FLR) for halt (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Refactor halt handler (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore() helpers (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Binding and unbinding IDXD device and driver (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Add idxd_pci_probe_alloc() helper (Jerry Snitselaar) [RHEL-78703]
- dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocol (Jerry Snitselaar) [RHEL-78703]
- dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busy (Jerry Snitselaar) [RHEL-78703]
- dmaengine: ti: k3-udma: Add support for J722S CSI BCDMA (Jerry Snitselaar) [RHEL-78703]
- dmaengine: ti: edma: fix OF node reference leaks in edma_driver (Jerry Snitselaar) [RHEL-78703]
- dmaengine: ti: edma: make the loop condition simpler in edma_probe() (Jerry Snitselaar) [RHEL-78703]
- dmaengine: qcom: bam_dma: Avoid writing unavailable register (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Remove unused idxd_(un)register_bus_type (Jerry Snitselaar) [RHEL-78703]
- dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static const (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms (Jerry Snitselaar) [RHEL-47413]
- dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible (Jerry Snitselaar) [RHEL-78703]
- dmaengine: Move AMD PTDMA driver to amd directory (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Remove a useless mutex (Jerry Snitselaar) [RHEL-78703]
- linux/dmaengine.h: fix a few kernel-doc warnings (Jerry Snitselaar) [RHEL-78703]
- dmaengine: fix typo in the comment (Jerry Snitselaar) [RHEL-78703]
- dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver (Jerry Snitselaar) [RHEL-78703]
- dmaengine: Switch back to struct platform_driver::remove() (Jerry Snitselaar) [RHEL-78703]
- dmaengine: acpi: Clean up headers (Jerry Snitselaar) [RHEL-78703]
- dmaengine: acpi: Simplify devm_acpi_dma_controller_register() (Jerry Snitselaar) [RHEL-78703]
- dmaengine: acpi: Drop unused devm_acpi_dma_controller_free() (Jerry Snitselaar) [RHEL-78703]
- dmaengine: sh: rz-dmac: add r7s72100 support (Jerry Snitselaar) [RHEL-78703]
- r8169: disable RTL8126 ZRX-DC timeout (CKI Backport Bot) [RHEL-88646]
- r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support (CKI Backport Bot) [RHEL-88646]
- redhat: configs: aarch64: Support NV Jetson MIPI camera (Kate Hsuan) [RHEL-56474]
- netfilter: conntrack: fix erronous removal of offload bit (Florian Westphal) [RHEL-87206]
- bpf: Add tracepoints with null-able arguments (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix runqslower cross-endian build (Viktor Malik) [RHEL-77939]
- libbpf: Fix accessing BTF.ext core_relo header (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix freplace_link segfault in tailcalls prog test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix undefined UINT_MAX in veristat.c (Viktor Malik) [RHEL-77939]
- bpf: Move out synchronize_rcu_tasks_trace from mutex CS (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix compilation error in get_uprobe_offset() (Viktor Malik) [RHEL-77939]
- selftests/bpf: Use asm constraint "m" for LoongArch (Viktor Malik) [RHEL-77939]
- bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP (Viktor Malik) [RHEL-77939]
- bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tests for raw_tp NULL args (Viktor Malik) [RHEL-77939]
- bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (Viktor Malik) [RHEL-77939]
- bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL" (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add test for narrow ctx load for pointer args (Viktor Malik) [RHEL-77939]
- bpf: Check size for BTF-based ctx access of pointer members (Viktor Malik) [RHEL-77939]
- selftests/bpf: extend changes_pkt_data with cases w/o subprograms (Viktor Malik) [RHEL-77939]
- bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogs (Viktor Malik) [RHEL-77939]
- bpf: Fix theoretical prog_array UAF in __uprobe_perf_func() (Viktor Malik) [RHEL-77939]
- bpf: fix potential error return (Viktor Malik) [RHEL-77939]
- selftests/bpf: validate that tail call invalidates packet pointers (Viktor Malik) [RHEL-77939]
- bpf: consider that tail calls invalidate packet pointers (Viktor Malik) [RHEL-77939]
- selftests/bpf: freplace tests for tracking of changes_packet_data (Viktor Malik) [RHEL-77939]
- bpf: check changes_pkt_data property for extension programs (Viktor Malik) [RHEL-77939]
- selftests/bpf: test for changing packet data from global functions (Viktor Malik) [RHEL-77939]
- bpf: track changes_pkt_data property for global functions (Viktor Malik) [RHEL-77939]
- bpf: refactor bpf_helper_changes_pkt_data to use helper number (Viktor Malik) [RHEL-77939]
- bpf: add find_containing_subprog() utility function (Viktor Malik) [RHEL-77939]
- bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog (Viktor Malik) [RHEL-77939]
- bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors (Viktor Malik) [RHEL-76135 RHEL-77939] {CVE-2024-56675}
- selftests/bpf: Add more test cases for LPM trie (Viktor Malik) [RHEL-77939]
- selftests/bpf: Move test_lpm_map.c to map_tests (Viktor Malik) [RHEL-77939]
- bpf: Use raw_spinlock_t for LPM trie (Viktor Malik) [RHEL-77939]
- bpf: Switch to bpf mem allocator for LPM trie (Viktor Malik) [RHEL-77939]
- bpf: Fix exact match conditions in trie_get_next_key() (Viktor Malik) [RHEL-77939]
- bpf: Handle in-place update for full LPM trie correctly (Viktor Malik) [RHEL-77939]
- bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie (Viktor Malik) [RHEL-77939]
- bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem (Viktor Malik) [RHEL-77939]
- bpf: Remove unnecessary check when updating LPM trie (Viktor Malik) [RHEL-77939]
- samples/bpf: Pass TPROGS_USER_CFLAGS to libbpf makefile (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add test for narrow spill into 64-bit spilled scalar (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add test for reading from STACK_INVALID slots (Viktor Malik) [RHEL-77939]
- selftests/bpf: Introduce __caps_unpriv annotation for tests (Viktor Malik) [RHEL-77939]
- bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots (Viktor Malik) [RHEL-77939]
- bpf: Don't mark STACK_INVALID as STACK_MISC in mark_stack_slot_misc (Viktor Malik) [RHEL-77939]
- samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGS (Viktor Malik) [RHEL-77939]
- bpf: Zero index arg error string for dynptr and iter (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tests for iter arg check (Viktor Malik) [RHEL-77939]
- bpf: Ensure reg is PTR_TO_STACK in process_iter_arg (Viktor Malik) [RHEL-77939]
- selftests/bpf: Check for PREEMPTION instead of PREEMPT (Viktor Malik) [RHEL-77939]
- bpftool: fix potential NULL pointer dereferencing in prog_dump() (Viktor Malik) [RHEL-77939]
- bpf, lsm: Remove getlsmprop hooks BTF IDs (Viktor Malik) [RHEL-77939]
- libbpf: Change hash_combine parameters from long to unsigned long (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix build error with llvm 19 (Viktor Malik) [RHEL-77939]
- libbpf: Fix memory leak in bpf_program__attach_uprobe_multi (Viktor Malik) [RHEL-77939]
- bpf: use common instruction history across all states (Viktor Malik) [RHEL-77939]
- bpf: Add necessary migrate_disable to range_tree. (Viktor Malik) [RHEL-77939]
- selftests/bpf: Set test path for token/obj_priv_implicit_token_envvar (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add a test for arena range tree algorithm (Viktor Malik) [RHEL-77939]
- bpf: Introduce range_tree data structure and use it in bpf arena (Viktor Malik) [RHEL-77939]
- bpftool: Cast variable `var` to long long (Viktor Malik) [RHEL-77939]
- bpf, x86: Propagate tailcall info only for subprogs (Viktor Malik) [RHEL-77939]
- bpf: Add kernel symbol for struct_ops trampoline (Viktor Malik) [RHEL-77939]
- bpf: Use function pointers count as struct_ops links count (Viktor Malik) [RHEL-77939]
- bpf: Remove unused member rcu from bpf_struct_ops_map (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add struct_ops prog private stack tests (Viktor Malik) [RHEL-77939]
- bpf: Support private stack for struct_ops progs (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tracing prog private stack tests (Viktor Malik) [RHEL-77939]
- bpf, x86: Support private stack in jit (Viktor Malik) [RHEL-77939]
- bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth (Viktor Malik) [RHEL-77939]
- bpf: Enable private stack for eligible subprogs (Viktor Malik) [RHEL-77939]
- bpf: Find eligible subprogs for private stack support (Viktor Malik) [RHEL-77939]
- selftests/bpf: update send_signal to lower perf evemts frequency (Viktor Malik) [RHEL-77939]
- selftests/bpf: allow send_signal test to timeout (Viktor Malik) [RHEL-77939]
- selftests/bpf: add read_with_timeout() utility function (Viktor Malik) [RHEL-77939]
- selftests/bpf: watchdog timer for test_progs (Viktor Malik) [RHEL-77939]
- libbpf: Add namespace for errstr making it libbpf_errstr (Viktor Malik) [RHEL-77939]
- libbpf: Stringify errno in log messages in the remaining code (Viktor Malik) [RHEL-77939]
- libbpf: Stringify errno in log messages in btf*.c (Viktor Malik) [RHEL-77939]
- libbpf: Stringify errno in log messages in libbpf.c (Viktor Malik) [RHEL-77939]
- libbpf: Introduce errstr() for stringifying errno (Viktor Malik) [RHEL-77939]
- bpf: Replace the document for PTR_TO_BTF_ID_OR_NULL (Viktor Malik) [RHEL-77939]
- tools/bpf: Fix the wrong format specifier in bpf_jit_disasm (Viktor Malik) [RHEL-77939]
- kbuild,bpf: Pass make jobs' value to pahole (Viktor Malik) [RHEL-77939]
- bpf: Drop special callback reference handling (Viktor Malik) [RHEL-77939]
- bpf: Refactor active lock management (Viktor Malik) [RHEL-77939]
- selftests/bpf: skip the timer_lockup test for single-CPU nodes (Viktor Malik) [RHEL-77939]
- selftests/bpf: Test the update operations for htab of maps (Viktor Malik) [RHEL-77939]
- selftests/bpf: Move ENOTSUPP from bpf_util.h (Viktor Malik) [RHEL-77939]
- bpf: Call free_htab_elem() after htab_unlock_bucket() (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add threads to consumer test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe sessions to consumer test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe session single consumer test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add kprobe session verifier test for return value (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe session verifier test for return value (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe session recursive test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe session cookie test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uprobe session test (Viktor Malik) [RHEL-77939]
- libbpf: Add support for uprobe multi session attach (Viktor Malik) [RHEL-77939]
- bpf: Add support for uprobe multi session context (Viktor Malik) [RHEL-77939]
- bpf: Add support for uprobe multi session attach (Viktor Malik) [RHEL-77939]
- bpf: Force uprobe bpf program to always return 0 (Viktor Malik) [RHEL-77939]
- bpf: Allow return values 0 and 1 for kprobe session (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix uprobe consumer test (again) (Viktor Malik) [RHEL-77939]
- bpf: Remove trailing whitespace in verifier.rst (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tests for raw_tp null handling (Viktor Malik) [RHEL-77939]
- selftests/bpf: Clean up open-coded gettid syscall invocations (Viktor Malik) [RHEL-77939]
- bpf: Mark raw_tp arguments with PTR_MAYBE_NULL (Viktor Malik) [RHEL-77939]
- bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALL (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tests for tail calls with locks and refs (Viktor Malik) [RHEL-77939]
- bpf: Unify resource leak checks (Viktor Malik) [RHEL-77939]
- bpf: Tighten tail call checks for lingering locks, RCU, preempt_disable (Viktor Malik) [RHEL-77939]
- bpf, bpftool: Fix incorrect disasm pc (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add a test for open coded kmem_cache iter (Viktor Malik) [RHEL-77939]
- bpf: Add open coded version of kmem_cache iterator (Viktor Malik) [RHEL-77939]
- bpf: decouple BPF link/attach hook and BPF program sleepable semantics (Viktor Malik) [RHEL-77939]
- bpf: put bpf_link's program when link is safe to be deallocated (Viktor Malik) [RHEL-77939]
- selftests/bpf: drop unnecessary bpf_iter.h type duplication (Viktor Malik) [RHEL-77939]
- libbpf: start v1.6 development cycle (Viktor Malik) [RHEL-77939]
- docs/bpf: Add description of .BTF.base section (Viktor Malik) [RHEL-77939]
- bpf: handle implicit declaration of function gettid in bpf_iter.c (Viktor Malik) [RHEL-77939]
- bpf, arm64: Remove garbage frame for struct_ops trampoline (Viktor Malik) [RHEL-77939]
- selftests/bpf: Create task_local_storage map with invalid uptr's struct (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add uptr failure verifier tests (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add update_elem failure test for task storage uptr (Viktor Malik) [RHEL-77939]
- selftests/bpf: Test a uptr struct spanning across pages. (Viktor Malik) [RHEL-77939]
- selftests/bpf: Some basic __uptr tests (Viktor Malik) [RHEL-77939]
- libbpf: define __uptr. (Viktor Malik) [RHEL-77939]
- bpf: Add uptr support in the map_value of the task local storage. (Viktor Malik) [RHEL-77939]
- bpf: Postpone bpf_obj_free_fields to the rcu callback (Viktor Malik) [RHEL-77939]
- bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock() (Viktor Malik) [RHEL-77939]
- bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc() (Viktor Malik) [RHEL-77939]
- bpf: Handle BPF_UPTR in verifier (Viktor Malik) [RHEL-77939]
- bpf: Support __uptr type tag in BTF (Viktor Malik) [RHEL-77939]
- selftests/bpf: validate generic bpf_object and subskel APIs work together (Viktor Malik) [RHEL-77939]
- libbpf: move global data mmap()'ing into bpf_object__load() (Viktor Malik) [RHEL-77939]
- selftests/bpf: fix test_spin_lock_fail.c's global vars usage (Viktor Malik) [RHEL-77939]
- libbpf: Prevent compiler warnings/errors (Viktor Malik) [RHEL-77939]
- selftests/bpf: Increase verifier log limit in veristat (Viktor Malik) [RHEL-77939]
- uprobe: Add support for session consumer (Viktor Malik) [RHEL-77939]
- uprobe: Add data pointer to consumer handlers (Viktor Malik) [RHEL-77939]
- selftests/bpf: Augment send_signal test with remote signaling (Viktor Malik) [RHEL-77939]
- bpf: Implement bpf_send_signal_task() kfunc (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add test to verify tailcall and freplace restrictions (Viktor Malik) [RHEL-77939]
- bpf: Prevent tailcall infinite loop caused by freplace (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add tests for bpf_task_from_vpid() kfunc (Viktor Malik) [RHEL-77939]
- bpf: Add bpf_task_from_vpid() kfunc (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add a test for kmem_cache_iter (Viktor Malik) [RHEL-77939]
- mm/bpf: Add bpf_get_kmem_cache() kfunc (Viktor Malik) [RHEL-77939]
- bpf: Add kmem_cache iterator (Viktor Malik) [RHEL-77939]
- libbpf: Fix possible compiler warnings in hashmap (Viktor Malik) [RHEL-77939]
- selftests/bpf: Check for timeout in perf_link test (Viktor Malik) [RHEL-77939]
- selftests/bpf: add subprog to BPF object file with no entry programs (Viktor Malik) [RHEL-77939]
- libbpf: never interpret subprogs in .text as entry programs (Viktor Malik) [RHEL-77939]
- samples/bpf: remove obsolete tracing related tests (Viktor Malik) [RHEL-77939]
- samples/bpf: remove obsolete cgroup related tests (Viktor Malik) [RHEL-77939]
- selftests/bpf: migrate cgroup sock create test for prohibiting sockets (Viktor Malik) [RHEL-77939]
- selftests/bpf: migrate cgroup sock create test for setting iface/mark/prio (Viktor Malik) [RHEL-77939]
- selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf (Viktor Malik) [RHEL-77939]
- samples/bpf: Fix a resource leak (Viktor Malik) [RHEL-77939]
- bpf: Update bpf_override_return() comment (Viktor Malik) [RHEL-77939]
- bpf: fix argument type in bpf_loop documentation (Viktor Malik) [RHEL-77939]
- libbpf: fix sym_is_subprog() logic for weak global subprogs (Viktor Malik) [RHEL-77939]
- samples/bpf: Remove unused variables (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix backtrace printing for selftests crashes (Viktor Malik) [RHEL-77939]
- selftests/bpf: Test linking with duplicate extern functions (Viktor Malik) [RHEL-77939]
- libbpf: Do not resolve size on duplicate FUNCs (Viktor Malik) [RHEL-77939]
- bpf: syscall_nrs: Disable no previous prototype warnning (Viktor Malik) [RHEL-77939]
- selftests: bpf: Add missing per-arch include path (Viktor Malik) [RHEL-77939]
- libbpf: Add missing per-arch include path (Viktor Malik) [RHEL-77939]
- selftests/bpf: Emit top frequent code lines in veristat (Viktor Malik) [RHEL-77939]
- bpftool: __bpf_fastcall for kfuncs marked with special decl_tag (Viktor Malik) [RHEL-77939]
- bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract (Viktor Malik) [RHEL-77939]
- bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi (Viktor Malik) [RHEL-77939]
- bpf: Allow specifying bpf_fastcall attribute for BPF helpers (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix uprobe_multi compilation error (Viktor Malik) [RHEL-77939]
- selftests/bpf: Support cross-endian building (Viktor Malik) [RHEL-77939]
- libbpf: Support creating light skeleton of either endianness (Viktor Malik) [RHEL-77939]
- libbpf: Support linking bpf objects of either endianness (Viktor Malik) [RHEL-77939]
- libbpf: Support opening bpf objects of either endianness (Viktor Malik) [RHEL-77939]
- libbpf: Support BTF.ext loading and output in either endianness (Viktor Malik) [RHEL-77939]
- libbpf: Fix output .symtab byte-order during linking (Viktor Malik) [RHEL-77939]
- libbpf: Fix header comment typos for BTF.ext (Viktor Malik) [RHEL-77939]
- libbpf: Improve log message formatting (Viktor Malik) [RHEL-77939]
- bpf: Call kfree(obj) only once in free_one() (Viktor Malik) [RHEL-77939]
- libbpf: Remove unneeded semicolon (Viktor Malik) [RHEL-77939]
- tools/bpf: Remove unused variable from runqslower (Viktor Malik) [RHEL-77939]
- libbpf: Fix expected_attach_type set handling in program load callback (Viktor Malik) [RHEL-77939]
- selftests/bpf: vm: Add support for VIRTIO_FS (Viktor Malik) [RHEL-77939]
- selftests/bpf: Bail out quickly from failing consumer test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Fix uprobe consumer test (Viktor Malik) [RHEL-77939]
- selftests/bpf: Add missing va_end. (Viktor Malik) [RHEL-77939]
- libbpf: Change log level of BTF loading error message (Viktor Malik) [RHEL-77939]
- selftests/bpf: Set vpath in Makefile to search for skels (Viktor Malik) [RHEL-77939]
- bpf: Constify struct btf_kind_operations (Viktor Malik) [RHEL-77939]
- selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGS (Viktor Malik) [RHEL-77939 RHEL-78980]
- bpf/tests: Include <linux/prandom.h> instead of <linux/random.h> (Viktor Malik) [RHEL-77939]
- bpf: Include <linux/prandom.h> instead of <linux/random.h> (Viktor Malik) [RHEL-77939]
- netfilter: nft_tunnel: fix geneve_opt type confusion addition (CKI Backport Bot) [RHEL-88785] {CVE-2025-22056}
- page_pool: Track DMA-mapped pages and unmap them when destroying the pool (Toke Høiland-Jørgensen) [RHEL-68401]
- page_pool: Move pp_magic check into helper functions (Toke Høiland-Jørgensen) [RHEL-68401]
- net: warn if NAPI instance wasn't shut down (Davide Caratti) [RHEL-77817]
- net: hide the definition of dev_get_by_napi_id() (Davide Caratti) [RHEL-77817]
- net: page_pool: don't try to stash the napi id (Davide Caratti) [RHEL-77817]
- xsk: Bring back busy polling support (Davide Caratti) [RHEL-77817]
- net: Make napi_hash_lock irq safe (Davide Caratti) [RHEL-77817]
- netdev: prevent accessing NAPI instances from another namespace (Davide Caratti) [RHEL-77817] {CVE-2025-21659}
- netdev-genl: Hold rcu_read_lock in napi_set (Davide Caratti) [RHEL-77817]
- mlx4: Add support for persistent NAPI config to RX CQs (Davide Caratti) [RHEL-77817]
- mlx5: Add support for persistent NAPI config (Davide Caratti) [RHEL-77817]
- bnxt: Add support for persistent NAPI config (Davide Caratti) [RHEL-77817]
- netdev-genl: Support setting per-NAPI config values (Davide Caratti) [RHEL-77817]
- net: napi: Add napi_config (Davide Caratti) [RHEL-77817]
- netdev-genl: Dump gro_flush_timeout (Davide Caratti) [RHEL-77817]
- net: napi: Make gro_flush_timeout per-NAPI (Davide Caratti) [RHEL-77817]
- netdev-genl: Dump napi_defer_hard_irqs (Davide Caratti) [RHEL-77817]
- net: napi: Make napi_defer_hard_irqs per-NAPI (Davide Caratti) [RHEL-77817]
- splice: do not checksum AF_UNIX sockets (Davide Caratti) [RHEL-84565]
- configs: add redhat/configs/common/generic/CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301]
- redhat: make ENABLE_WERROR also enable OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85301]
- objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (Ryan Sullivan) [RHEL-85292]
- objtool: Change "warning:" to "error: " for fatal errors (Ryan Sullivan) [RHEL-85292]
- objtool: Always fail on fatal errors (Ryan Sullivan) [RHEL-85292]
- Revert "objtool: Increase per-function WARN_FUNC() rate limit" (Ryan Sullivan) [RHEL-85292]
- objtool: Append "()" to function name in "unexpected end of section" warning (Ryan Sullivan) [RHEL-85292]
- objtool: Ignore end-of-section jumps for KCOV/GCOV (Ryan Sullivan) [RHEL-85292]
- objtool: Silence more KCOV warnings, part 2 (Ryan Sullivan) [RHEL-85292]
- objtool, drm/vmwgfx: Don't ignore vmw_send_msg() for ORC (Ryan Sullivan) [RHEL-85292]
- objtool: Fix STACK_FRAME_NON_STANDARD for cold subfunctions (Ryan Sullivan) [RHEL-85292]
- objtool: Fix segfault in ignore_unreachable_insn() (Ryan Sullivan) [RHEL-85292]
- objtool: Fix NULL printf() '%%s' argument in builtin-check.c:save_argv() (Ryan Sullivan) [RHEL-85292]
- objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_mode_dcdc() (Ryan Sullivan) [RHEL-85292]
- objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler() (Ryan Sullivan) [RHEL-85292]
- objtool, Input: cyapa - Remove undefined behavior in cyapa_update_fw_store() (Ryan Sullivan) [RHEL-85292]
- objtool, panic: Disable SMAP in __stack_chk_fail() (Ryan Sullivan) [RHEL-85292]
- objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (Ryan Sullivan) [RHEL-85292]
- objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (Ryan Sullivan) [RHEL-85292]
- objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (Ryan Sullivan) [RHEL-85292]
- objtool: Remove redundant opts.noinstr dependency (Ryan Sullivan) [RHEL-85292]
- objtool: Remove --no-unreachable for noinstr-only vmlinux.o runs (Ryan Sullivan) [RHEL-85292]
- objtool: Fix up some outdated references to ENTRY/ENDPROC (Ryan Sullivan) [RHEL-85292]
- objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity (Ryan Sullivan) [RHEL-85292]
- objtool: Improve error handling (Ryan Sullivan) [RHEL-85292]
- objtool: Properly disable uaccess validation (Ryan Sullivan) [RHEL-85292]
- objtool: Silence more KCOV warnings (Ryan Sullivan) [RHEL-85292]
- objtool: Fix init_module() handling (Ryan Sullivan) [RHEL-85292]
- objtool: Fix CONFIG_OBJTOOL_WERROR for vmlinux.o (Ryan Sullivan) [RHEL-85292]
- objtool: Ignore entire functions rather than instructions (Ryan Sullivan) [RHEL-85292]
- crypto: x86/crc32c - eliminate jump table and excessive unrolling (Ryan Sullivan) [RHEL-85292]
- crypto: x86/crc32c - access 32-bit arguments as 32-bit (Ryan Sullivan) [RHEL-85292]
- crypto: x86/crc32c - simplify code for handling fewer than 200 bytes (Ryan Sullivan) [RHEL-85292]
- objtool: Fix false-positive "ignoring unreachables" warning (Ryan Sullivan) [RHEL-85292]
- objtool: Warn when disabling unreachable warnings (Ryan Sullivan) [RHEL-85292]
- objtool: Fix detection of consecutive jump tables on Clang 20 (Ryan Sullivan) [RHEL-85292]
- objtool: Use O_CREAT with explicit mode mask (Ryan Sullivan) [RHEL-85292]
- objtool: Add CONFIG_OBJTOOL_WERROR (Ryan Sullivan) [RHEL-85292]
- objtool: Create backup on error and print args (Ryan Sullivan) [RHEL-85292]
- objtool: Change "warning:" to "error:" for --Werror (Ryan Sullivan) [RHEL-85292]
- objtool: Add --Werror option (Ryan Sullivan) [RHEL-85292]
- objtool: Add --output option (Ryan Sullivan) [RHEL-85292]
- objtool: Upgrade "Linked object detected" warning to error (Ryan Sullivan) [RHEL-85292]
- objtool: Consolidate option validation (Ryan Sullivan) [RHEL-85292]
- objtool: Remove --unret dependency on --rethunk (Ryan Sullivan) [RHEL-85292]
- objtool: Increase per-function WARN_FUNC() rate limit (Ryan Sullivan) [RHEL-85292]
- objtool: Update documentation (Ryan Sullivan) [RHEL-85292]
- objtool: Improve __noreturn annotation warning (Ryan Sullivan) [RHEL-85292]
- objtool: Fix error handling inconsistencies in check() (Ryan Sullivan) [RHEL-85292]
- x86/traps: Make exc_double_fault() consistently noreturn (Ryan Sullivan) [RHEL-85292]
- powerpc: Fix 'intra_function_call not a direct call' warning (Ryan Sullivan) [RHEL-85292]
- crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (Ryan Sullivan) [RHEL-85292]
- objtool/powerpc: Add support for decoding all types of uncond branches (Ryan Sullivan) [RHEL-85292]
- objtool: Fix C jump table annotations for Clang (Ryan Sullivan) [RHEL-85292]
- vmlinux.lds: Ensure that const vars with relocations are mapped R/O (Ryan Sullivan) [RHEL-85292]
- tools: Remove redundant quiet setup (Ryan Sullivan) [RHEL-85292]
- objtool/LoongArch: Add support for goto table (Ryan Sullivan) [RHEL-85292]
- objtool/LoongArch: Add support for switch table (Ryan Sullivan) [RHEL-85292]
- objtool: Handle PC relative relocation type (Ryan Sullivan) [RHEL-85292]
- objtool: Handle different entry size of rodata (Ryan Sullivan) [RHEL-85292]
- objtool: Handle various symbol types of rodata (Ryan Sullivan) [RHEL-85292]
- x86/module: Remove unnecessary check in module_finalize() (Ryan Sullivan) [RHEL-85292]
- x86/alternative: Simplify callthunk patching (Ryan Sullivan) [RHEL-85292]
- objtool: Move dodgy linker warn to verbose (Ryan Sullivan) [RHEL-85292]
- objtool: Hide unnecessary compiler error message (Ryan Sullivan) [RHEL-85292]
- objtool: Ignore dangling jump table entries (Ryan Sullivan) [RHEL-85292]
- objtool/rust: add one more `noreturn` Rust function (Ryan Sullivan) [RHEL-85292]
- objtool: Warn about unknown annotation types (Ryan Sullivan) [RHEL-85292]
- objtool: Fix ANNOTATE_REACHABLE to be a normal annotation (Ryan Sullivan) [RHEL-85292]
- objtool: Convert {.UN}REACHABLE to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Remove annotate_{,un}reachable() (Ryan Sullivan) [RHEL-85292]
- loongarch: Use ASM_REACHABLE (Ryan Sullivan) [RHEL-85292]
- x86/mm: Convert unreachable() to BUG() (Ryan Sullivan) [RHEL-85292]
- x86: Convert unreachable() to BUG() (Ryan Sullivan) [RHEL-85292]
- unreachable: Unify (Ryan Sullivan) [RHEL-85292]
- objtool: Collect more annotations in objtool.h (Ryan Sullivan) [RHEL-85292]
- objtool: Collapse annotate sequences (Ryan Sullivan) [RHEL-85292]
- objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Convert instrumentation_{begin,end}() to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Convert ANNOTATE_NOENDBR to ANNOTATE (Ryan Sullivan) [RHEL-85292]
- objtool: Generic annotation infrastructure (Ryan Sullivan) [RHEL-85292]
- objtool: Allow arch code to discover jump table size (Ryan Sullivan) [RHEL-85292]
Resolves: RHEL-47413, RHEL-56474, RHEL-68401, RHEL-72617, RHEL-76135, RHEL-77316, RHEL-77817, RHEL-77939, RHEL-78703, RHEL-78980, RHEL-80398, RHEL-81909, RHEL-84551, RHEL-84565, RHEL-85292, RHEL-85301, RHEL-85779, RHEL-87206, RHEL-88646, RHEL-88785, RHEL-89531
* Wed May 07 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-82.el10]
- s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (Mete Durlu) [RHEL-88818]
- Revert "objtool: Exclude __tracepoints data from ENDBR checks" (Anubhav Shelat) [RHEL-87959]
- tpm: Mask TPM RC in tpm2_start_auth_session() (Herbert Xu) [RHEL-59554]
- ibmvnic: Don't reference skb after sending to VIOS (Mamatha Inamdar) [RHEL-83362] {CVE-2025-21855}
- net: ipv6: fix dst ref loop on input in seg6 lwt (CKI Backport Bot) [RHEL-84562]
- net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562]
- net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels (CKI Backport Bot) [RHEL-84562]
- net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
- net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
- net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (CKI Backport Bot) [RHEL-84562]
- include: net: add static inline dst_dev_overhead() to dst.h (CKI Backport Bot) [RHEL-84562]
- ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data() (CKI Backport Bot) [RHEL-83187] {CVE-2025-21847}
- book3s64/radix : Align section vmemmap start address to PAGE_SIZE (Mamatha Inamdar) [RHEL-88954]
- book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (Mamatha Inamdar) [RHEL-88954]
- cxl/core/regs: Refactor out functions to count regblocks of given type (John W. Linville) [RHEL-86519]
- cxl/test: Update test code for event records to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/events: Update DRAM Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/events: Update General Media Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/events: Update Common Event Record to CXL spec rev 3.1 (John W. Linville) [RHEL-86519]
- cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() (John W. Linville) [RHEL-86519]
- cxl/region: Fix region creation for greater than x2 switches (John W. Linville) [RHEL-86519]
- cxl/pci: Fix potential bogus return value upon successful probing (John W. Linville) [RHEL-86519]
- cxl/region: Refactor common create region code (John W. Linville) [RHEL-86519]
- cxl/hdm: Use guard() in cxl_dpa_set_mode() (John W. Linville) [RHEL-86519]
- cxl/pci: Delay event buffer allocation (John W. Linville) [RHEL-86519]
- cxl/cdat: Use %%pra for dpa range outputs (John W. Linville) [RHEL-86519]
- cxl: downgrade a warning message to debug level in cxl_probe_component_regs() (John W. Linville) [RHEL-86519]
Resolves: RHEL-59554, RHEL-83187, RHEL-83362, RHEL-84562, RHEL-86519, RHEL-87959, RHEL-88818, RHEL-88954
* Mon May 05 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-81.el10]
- redhat/configs: Disable CONFIG_COMPAT for s390x (Mete Durlu) [RHEL-24047]
- nfsd: fix management of listener transports (Olga Kornievskaia) [RHEL-72469]
- scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1 (Chandrakanth Patil) [RHEL-80701]
- scsi: megaraid_sas: Block zero-length ATA VPD inquiry (Chandrakanth Patil) [RHEL-80701]
- scsi: megaraid_sas: Make most module parameters static (Chandrakanth Patil) [RHEL-80701]
- scsi: megaraid_sas: Fix for a potential deadlock (Chandrakanth Patil) [RHEL-80701]
- ice: stop storing XDP verdict within ice_rx_buf (Petr Oros) [RHEL-86859]
- ice: gather page_count()'s of each frag right before XDP prog call (Petr Oros) [RHEL-86859]
- ice: put Rx buffers after being done with current frame (Petr Oros) [RHEL-86859]
- selftests/sgx: Fix an enclave built with extended instructions (Vladis Dronov) [RHEL-83126]
- x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (Vladis Dronov) [RHEL-86441]
- x86/sgx: Fix size overflows in sgx_encl_create() (Vladis Dronov) [RHEL-86441]
- x86/sgx: Use vmalloc_array() instead of vmalloc() (Vladis Dronov) [RHEL-86441]
- redhat/kernel.spec: fix duplicate packaging of ynl headers (Jan Stancek) [RHEL-85548]
Resolves: RHEL-24047, RHEL-72469, RHEL-80701, RHEL-83126, RHEL-85548, RHEL-86441, RHEL-86859
* Wed Apr 30 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-80.el10]
- scsi: fnic: Remove unnecessary spinlock locking and unlocking (Karan Kumar) [RHEL-72902]
- scsi: fnic: Replace fnic->lock_flags with local flags (Karan Kumar) [RHEL-72902]
- scsi: fnic: Replace use of sizeof with standard usage (Karan Kumar) [RHEL-72902]
- scsi: fnic: Fix indentation and remove unnecessary parenthesis (Karan Kumar) [RHEL-72902]
- scsi: fnic: Remove unnecessary debug print (Karan Kumar) [RHEL-72902]
- scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init() (Karan Kumar) [RHEL-72902]
- scsi: fnic: Test for memory allocation failure and return error code (Karan Kumar) [RHEL-72902]
- scsi: fnic: Return appropriate error code from failure of scsi drv init (Karan Kumar) [RHEL-72902]
- scsi: fnic: Return appropriate error code for mem alloc failure (Karan Kumar) [RHEL-72902]
- scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macro (Karan Kumar) [RHEL-72902]
- scsi: fnic: Fix use of uninitialized value in debug message (Karan Kumar) [RHEL-72902]
- scsi: fnic: Delete incorrect debugfs error handling (Karan Kumar) [RHEL-72902]
- scsi: fnic: Remove unnecessary else to fix warning in FDLS FIP (Karan Kumar) [RHEL-72902]
- scsi: fnic: Remove extern definition from .c files (Karan Kumar) [RHEL-72902]
- scsi: fnic: Remove unnecessary else and unnecessary break in FDLS (Karan Kumar) [RHEL-72902]
- scsi: fnic: Increment driver version (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add support to handle port channel RSCN (Karan Kumar) [RHEL-72902]
- scsi: fnic: Code cleanup (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add stats and related functionality (Karan Kumar) [RHEL-72902]
- scsi: fnic: Modify fnic interfaces to use FDLS (Karan Kumar) [RHEL-72902]
- scsi: fnic: Modify IO path to use FDLS (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add functionality in fnic to support FDLS (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add and integrate support for FIP (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add and integrate support for FDMI (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add Cisco hardware model names (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add support for unsolicited requests and responses (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add support for target based solicited requests and responses (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add support for fabric based solicited requests and responses (Karan Kumar) [RHEL-72902]
- scsi: fnic: Add headers and definitions for FDLS (Karan Kumar) [RHEL-72902]
- scsi: fnic: Replace shost_printk() with dev_info()/dev_err() (Karan Kumar) [RHEL-72902]
- redhat: Enable virtio-mem (and corresponding kdump code) on s390x (Thomas Huth) [RHEL-72992]
- s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM) (Thomas Huth) [RHEL-72992]
- virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM (Thomas Huth) [RHEL-72992]
- virtio-mem: remember usable region size (Thomas Huth) [RHEL-72992]
- virtio-mem: mark device ready before registering callbacks in kdump mode (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: factor out freeing a list of vmcore ranges (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: move vmcore definitions out of kcore.h (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: prefix all pr_* with "vmcore:" (Thomas Huth) [RHEL-72992]
- procfs: fix a locking bug in a vmcore_add_device_dump() error path (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: disallow vmcore modifications while the vmcore is open (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex (Thomas Huth) [RHEL-72992]
- fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex (Thomas Huth) [RHEL-72992]
- s390/sparsemem: Provide memory_add_physaddr_to_nid() with CONFIG_NUMA (Thomas Huth) [RHEL-72992]
- s390/sparsemem: Reduce section size to 128 MiB (Thomas Huth) [RHEL-72992]
- lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390 (Thomas Huth) [RHEL-72992]
- virtio-mem: s390 support (Thomas Huth) [RHEL-72992]
- s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices (Thomas Huth) [RHEL-72992]
- Documentation: s390-diag.rst: Document diag500(STORAGE LIMIT) subfunction (Thomas Huth) [RHEL-72992]
- Documentation: s390-diag.rst: Make diag500 a generic KVM hypercall (Thomas Huth) [RHEL-72992]
- PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend() (Mark Langsdorf) [RHEL-80696]
- PM: runtime: Introduce pm_runtime_blocked() (Mark Langsdorf) [RHEL-80696]
- PM: Block enabling of runtime PM during system suspend (Mark Langsdorf) [RHEL-80696]
- PM: Rearrange documentation related to __pm_runtime_disable() (Mark Langsdorf) [RHEL-80696]
- PM: sleep: Fix bit masking operation (Mark Langsdorf) [RHEL-80696]
- PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally (Mark Langsdorf) [RHEL-80696]
- drivers: core: fix device leak in __fw_devlink_relax_cycles() (Mark Langsdorf) [RHEL-80696]
- driver core: add a faux bus for use when a simple device/bus is needed (Mark Langsdorf) [RHEL-80696]
- PM: sleep: core: Restrict power.set_active propagation (Mark Langsdorf) [RHEL-80696]
- regmap-irq: Add missing kfree() (Mark Langsdorf) [RHEL-80696]
- PM: sleep: core: Synchronize runtime PM status of parents and children (Mark Langsdorf) [RHEL-80696]
- PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq() (Mark Langsdorf) [RHEL-80696]
- devcoredump: Constify 'struct bin_attribute' (Mark Langsdorf) [RHEL-80696]
- devcoredump: Define 'struct bin_attribute' through macro (Mark Langsdorf) [RHEL-80696]
- PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic (Mark Langsdorf) [RHEL-80696]
- device property: Split property reading bool and presence test ops (Mark Langsdorf) [RHEL-80696]
- devres: add devm_remove_action_nowarn() (Mark Langsdorf) [RHEL-80696]
- drivers: core: remove device_link argument from class_compat_[create|remove]_link (Mark Langsdorf) [RHEL-80696]
- driver core: Move two simple APIs for finding child device to header (Mark Langsdorf) [RHEL-80696]
- driver core: Introduce device_iter_t for device iterating APIs (Mark Langsdorf) [RHEL-80696]
- driver core: Correct API device_for_each_child_reverse_from() prototype (Mark Langsdorf) [RHEL-80696]
- blk-cgroup: Fix class @block_class's subsystem refcount leakage (Mark Langsdorf) [RHEL-80696]
- driver core: Rename declaration parameter name for API device_find_child() cluster (Mark Langsdorf) [RHEL-80696]
- driver core: Correct parameter check for API device_for_each_child_reverse_from() (Mark Langsdorf) [RHEL-80696]
- driver core: Move true expression out of if condition in 3 device finding APIs (Mark Langsdorf) [RHEL-80696]
- regmap: sdw-mbq: Add support for further MBQ register sizes (Mark Langsdorf) [RHEL-80696]
- driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() (Mark Langsdorf) [RHEL-80696]
- firmware_loader: Constify 'struct bin_attribute' (Mark Langsdorf) [RHEL-80696]
- devcoredump: cleanup some comments (Mark Langsdorf) [RHEL-80696]
- topology: Keep the cpumask unchanged when printing cpumap (Mark Langsdorf) [RHEL-80696]
- driver core: Introduce an device matching API device_match_type() (Mark Langsdorf) [RHEL-80696]
- driver core: Remove match_any() (Mark Langsdorf) [RHEL-80696]
- driver core: Simplify API device_find_child_by_name() implementation (Mark Langsdorf) [RHEL-80696]
- libnvdimm: Replace namespace_match() with device_find_child_by_name() (Mark Langsdorf) [RHEL-80696]
- driver core: Constify API device_find_child() and adapt for various usages (Mark Langsdorf) [RHEL-80696]
- net: qcom/emac: Find sgmii_ops by device_for_each_child() (Mark Langsdorf) [RHEL-80696]
- bus: fsl-mc: Constify fsl_mc_device_match() (Mark Langsdorf) [RHEL-80696]
- kernel/range: Const-ify range_contains parameters (Mark Langsdorf) [RHEL-80696]
- drivers: base: test: Add ...find_device_by...(... NULL) tests (Mark Langsdorf) [RHEL-80696]
- drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS (Mark Langsdorf) [RHEL-80696]
- drivers: base: Don't match devices with NULL of_node/fwnode/etc (Mark Langsdorf) [RHEL-80696]
- regmap: regmap_multi_reg_read(): make register list const (Mark Langsdorf) [RHEL-80696]
- PM: sleep: sysfs: don't include 'pm_wakeup.h' directly (Mark Langsdorf) [RHEL-80696]
- PM: sleep: Update stale comment in device_resume() (Mark Langsdorf) [RHEL-80696]
- regmap: cache: rbtree: use krealloc_array() to replace krealloc() (Mark Langsdorf) [RHEL-80696]
- regmap: cache: mapple: use kmalloc_array() to replace kmalloc() (Mark Langsdorf) [RHEL-80696]
- regmap: place foo / 8 and foo %% 8 closer to each other (Mark Langsdorf) [RHEL-80696]
- regmap: Use BITS_TO_BYTES() (Mark Langsdorf) [RHEL-80696]
- regmap: cache: Use BITS_TO_BYTES() (Mark Langsdorf) [RHEL-80696]
- regmap: detach regmap from dev on regmap_exit (Mark Langsdorf) [RHEL-80696]
- regmap: Use correct format specifier for logging range errors (Mark Langsdorf) [RHEL-80696]
- firmware_loader: Fix possible resource leak in fw_log_firmware_info() (Mark Langsdorf) [RHEL-80696]
- drivers: core: fw_devlink: Fix excess parameter description in docstring (Mark Langsdorf) [RHEL-80696]
- driver core: class: Correct WARN() message in APIs class_(for_each|find)_device() (Mark Langsdorf) [RHEL-80696]
- cacheinfo: Use of_property_present() for non-boolean properties (Mark Langsdorf) [RHEL-80696]
- drivers: core: fw_devlink: Make the error message a bit more useful (Mark Langsdorf) [RHEL-80696]
- driver core: fw_devlink: Stop trying to optimize cycle detection logic (Mark Langsdorf) [RHEL-80696]
- driver core: constify devlink class (Mark Langsdorf) [RHEL-80696]
- driver core: Put device attribute @wakeup_last_time_ms and its show() together (Mark Langsdorf) [RHEL-80696]
- cacheinfo: Don't opencode per_cpu_cacheinfo() (Mark Langsdorf) [RHEL-80696]
- driver core: auxiliary bus: Spelling s/pecific/specific/ (Mark Langsdorf) [RHEL-80696]
- regmap: irq: Set lockdep class for hierarchical IRQ domains (Mark Langsdorf) [RHEL-80696]
- regmap: maple: Provide lockdep (sub)class for maple tree's internal lock (Mark Langsdorf) [RHEL-80696]
- regmap: kunit: Fix repeated test param (Mark Langsdorf) [RHEL-80696]
- PM: QoS: Export dev_pm_qos_read_value (Mark Langsdorf) [RHEL-80696]
- devres: Fix page faults when tracing devres from unloaded modules (Mark Langsdorf) [RHEL-80696]
- drivers/base: Remove unused auxiliary_find_device (Mark Langsdorf) [RHEL-80696]
- firmware_loader: Reorganize kerneldoc parameter names (Mark Langsdorf) [RHEL-80696]
- PM: domains: Support required OPPs in dev_pm_domain_attach_list() (Mark Langsdorf) [RHEL-80696]
- OPP: Rework _set_required_devs() to manage a single device per call (Mark Langsdorf) [RHEL-80696]
- driver core: Add device probe log helper dev_warn_probe() (Mark Langsdorf) [RHEL-80696]
- regmap: Specifically test writing 0 as a value to sparse caches (Mark Langsdorf) [RHEL-80696]
- regmap-irq: Consistently use memset32() in regmap_irq_thread() (Mark Langsdorf) [RHEL-80696]
- xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO (Sabrina Dubroca) [RHEL-84543]
- xfrm: state: fix out-of-bounds read during lookup (Sabrina Dubroca) [RHEL-84543]
- xfrm: delete intermediate secpath entry in packet offload mode (Sabrina Dubroca) [RHEL-84543]
- xfrm: Fix the usage of skb->sk (Sabrina Dubroca) [RHEL-84543]
- xfrm: fix tunnel mode TX datapath in packet offload mode (Sabrina Dubroca) [RHEL-84543]
- xfrm_output: Force software GSO only in tunnel mode (Sabrina Dubroca) [RHEL-84543]
- xfrm: prevent high SEQ input in non-ESN mode (Sabrina Dubroca) [RHEL-84543]
Resolves: RHEL-72902, RHEL-72992, RHEL-80696, RHEL-84543
* Tue Apr 29 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-79.el10]
- redhat: find-debuginfo workaround is no longer needed on F42 (Jan Stancek) [RHEL-85401]
- redhat/kernel.spec: use target versions of tools for debugedit and gdb-add-index (Jan Stancek) [RHEL-85401]
- thermal: intel: int340x: Fix Panther Lake DLVR support (Steve Best) [RHEL-88233]
- redhat/configs: Adjust CONFIG_TUNE for s390x (Mete Durlu) [RHEL-86680]
- ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback (CKI Backport Bot) [RHEL-82520] {CVE-2024-58077}
- redhat: remove kernel-ipaclones-internal package (Joe Lawrence) [RHEL-86517]
- keys: Fix UAF in key_put() (CKI Backport Bot) [RHEL-86852] {CVE-2025-21893}
- efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32 (Marcin Juszkiewicz) [RHEL-83074]
- mm/kasan: Convert symbol namespace to string literal [cont.] (Julio Faracco)
Resolves: RHEL-82520, RHEL-83074, RHEL-85401, RHEL-86517, RHEL-86680, RHEL-86852, RHEL-88233
* Mon Apr 28 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-78.el10]
- redhat: Remove kernel-rt-kvm package (Juri Lelli) [RHEL-62687]
- nfsd: clear acl_access/acl_default after releasing them (Olga Kornievskaia) [RHEL-81534] {CVE-2025-21796}
- redhat/configs: Remove CONFIG_VDPA_USER unset config on RHEL10 (Cindy Lu) [RHEL-87716]
- scripts/nsdeps: get 'make nsdeps' working again (José Expósito) [RHEL-85957]
- doc: module: revert misconversions for MODULE_IMPORT_NS() (José Expósito) [RHEL-85957]
- module: Convert default symbol namespace to string literal (José Expósito) [RHEL-85957]
- scripts/kernel-doc: Get -export option working again (José Expósito) [RHEL-85957]
- doc: module: Fix documented type of namespace (José Expósito) [RHEL-85957]
- module: Convert symbol namespace to string literal (José Expósito) [RHEL-85957]
- net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. (Paolo Abeni) [RHEL-87453]
- net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES (Paolo Abeni) [RHEL-87453]
- netpoll: hold rcu read lock in __netpoll_send_skb() (Paolo Abeni) [RHEL-87453]
- netmem: prevent TX of unreadable skbs (Paolo Abeni) [RHEL-87453] {CVE-2025-21954}
- net: Clear old fragment checksum value in napi_reuse_skb (Paolo Abeni) [RHEL-87453]
- ipvs: Always clear ipvs_property flag in skb_scrub_packet() (Paolo Abeni) [RHEL-87453]
- net: set the minimum for net_hotdata.netdev_budget_usecs (Paolo Abeni) [RHEL-87453]
- flow_dissector: Fix handling of mixed port and port-range keys (Paolo Abeni) [RHEL-87453]
- neighbour: use RCU protection in __neigh_notify() (Paolo Abeni) [RHEL-87453] {CVE-2025-21763}
- net: fib_rules: annotate data-races around rule->[io]ifindex (Paolo Abeni) [RHEL-87453]
- flow_dissector: use RCU protection to fetch dev_net() (Paolo Abeni) [RHEL-87453]
- net: let net.core.dev_weight always be non-zero (Paolo Abeni) [RHEL-87453] {CVE-2025-21806}
- dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name(). (Paolo Abeni) [RHEL-87453]
- ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple() (Paolo Abeni) [RHEL-87453] {CVE-2024-57994}
- nfsd: validate the nfsd_serv pointer before calling svc_wake_up (Olga Kornievskaia) [RHEL-86641]
- Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc (Bastien Nocera) [RHEL-74484] {CVE-2024-58009}
- Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming (Bastien Nocera) [RHEL-74484]
- Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (Bastien Nocera) [RHEL-74484]
- Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (Bastien Nocera) [RHEL-74484]
- Bluetooth: btnxpuart: Fix driver sending truncated data (Bastien Nocera) [RHEL-74484]
- Bluetooth: MGMT: Fix Add Device to responding before completing (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_sync: Fix not setting Random Address when required (Bastien Nocera) [RHEL-74484]
- Bluetooth: iso: Fix circular lock in iso_conn_big_sync (Bastien Nocera) [RHEL-74484] {CVE-2024-54191}
- Bluetooth: iso: Fix circular lock in iso_listen_bis (Bastien Nocera) [RHEL-74484] {CVE-2024-54460}
- Bluetooth: SCO: Add support for 16 bits transparent voice setting (Bastien Nocera) [RHEL-74484]
- Bluetooth: iso: Fix recursive locking warning (Bastien Nocera) [RHEL-74484]
- Bluetooth: iso: Always release hdev at the end of iso_listen_bis (Bastien Nocera) [RHEL-74484] {CVE-2024-57879}
- Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating (Bastien Nocera) [RHEL-74484] {CVE-2024-56654}
- Bluetooth: Improve setsockopt() handling of malformed user input (Bastien Nocera) [RHEL-74484]
- Bluetooth: SCO: remove the redundant sco_conn_put (Bastien Nocera) [RHEL-74484]
- Bluetooth: MGMT: Fix possible deadlocks (Bastien Nocera) [RHEL-74484] {CVE-2024-53207}
- Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNC (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_bcm: Use the devm_clk_get_optional() helper (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Send BIG Create Sync via hci_sync (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_conn: Remove alloc from critical section (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Use kref to track lifetime of iso_conn (Bastien Nocera) [RHEL-74484]
- Bluetooth: SCO: Use kref to track lifetime of sco_conn (Bastien Nocera) [RHEL-74484]
- Bluetooth: HCI: Add IPC(11) bus type (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add 3 HWIDs for MT7925 (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925 (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slave (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pending (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Fix matching parent socket for BIS slave (Bastien Nocera) [RHEL-74484]
- Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pending (Bastien Nocera) [RHEL-74484]
- Bluetooth: btrtl: Decrease HCI_OP_RESET timeout from 10 s to 2 s (Bastien Nocera) [RHEL-74484]
- Bluetooth: btbcm: fix missing of_node_put() in btbcm_get_board_name() (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925 (Bastien Nocera) [RHEL-74484]
- Bluetooth: Set quirks for ATS2851 (Bastien Nocera) [RHEL-74484]
- Bluetooth: Support new quirks for ATS2851 (Bastien Nocera) [RHEL-74484]
- Bluetooth: Add new quirks for ATS2851 (Bastien Nocera) [RHEL-74484]
- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate() (Bastien Nocera) [RHEL-74484]
- Bluetooth: btmtksdio: Lookup device node only as fallback (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_core: Fix not checking skb length on hci_scodata_packet (Bastien Nocera) [RHEL-74484]
- Bluetooth: btnxpuart: Add GPIO support to power save feature (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_conn: Use disable_delayed_work_sync (Bastien Nocera) [RHEL-74484] {CVE-2024-56591}
- Bluetooth: btusb: Add USB HW IDs for MT7920/MT7925 (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device tables (Bastien Nocera) [RHEL-74484]
- Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions (Bastien Nocera) [RHEL-74484]
- Bluetooth: btnxpuart: Rename IW615 to IW610 (Bastien Nocera) [RHEL-74484]
- Bluetooth: btnxpuart: Drop _v0 suffix from FW names (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x (Bastien Nocera) [RHEL-74484]
- Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x (Bastien Nocera) [RHEL-74484]
- Bluetooth: add HAS_IOPORT dependencies (Bastien Nocera) [RHEL-74484]
- Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() (Bastien Nocera) [RHEL-74484] {CVE-2024-56604}
- Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() (Bastien Nocera) [RHEL-74484] {CVE-2024-56605}
- igb: Fix potential invalid memory access in igb_init_module() (Corinna Vinschen) [RHEL-74378] {CVE-2024-52332}
- RDMA/bnxt_re: Remove unusable nq variable (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix budget handling of notification queue (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Support perf management counters (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix reporting maximum SRQs on P7 chips (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix allocation of QP table (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix the statistics for Gen P7 VF (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix issue in the unload path (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add sanity checks on rdev validity (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix an issue in bnxt_re_async_notifier (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix the condition check while programming congestion control (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix buffer overflow in debugfs code (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Congestion control settings using debugfs hook (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Allocate dev_attr information dynamically (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Pass the context for ulp_irq_stop (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Query firmware defaults of CC params during probe (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add Async event handling support (Sreekanth Reddy) [RHEL-76566]
- bnxt_en: Add ULP call to notify async events (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Remove deliver net device event (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix MSN table size for variable wqe mode (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add send queue size check for variable wqe (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix to export port num to ib_query_qp (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix setting mandatory attributes for modify_qp (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Remove unnecessary header file inclusion (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Eliminate need for some forward declarations (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Optimize error handling in bnxt_re_probe (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_event (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_event (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlier (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Use the default mode of congestion control (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Support different traffic class (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Cache MSIx info to a local structure (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Refurbish CQ to NQ hash calculation (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Refactor NQ allocation (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design (Sreekanth Reddy) [RHEL-76566]
- bnxt_en: Add support for RoCE sriov configuration (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add debugfs hook in the driver (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Support raw data query for each resources (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add support for querying HW contexts (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Support driver specific data collection using rdma tool (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Fix access flags for MR and QP modify (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add support for modify_device hook (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add support for CQ rx coalescing (Sreekanth Reddy) [RHEL-76566]
- RDMA/bnxt_re: Add support for optimized modify QP (Sreekanth Reddy) [RHEL-76566]
- tools headers: Update the socket headers with the kernel sources (Paolo Abeni) [RHEL-87244]
- net: ipv6: fix TCP GSO segmentation with NAT (Paolo Abeni) [RHEL-87244]
- net-timestamp: support TCP GSO case for a few missing flags (Paolo Abeni) [RHEL-87244]
- tcp: Defer ts_recent changes until req is owned (Paolo Abeni) [RHEL-87244]
- tcp: devmem: don't write truncated dmabuf CMSGs to userspace (Paolo Abeni) [RHEL-87244]
- tcp: adjust rcvq_space after updating scaling ratio (Paolo Abeni) [RHEL-87244]
- tcp: correct handling of extreme memory squeeze (Paolo Abeni) [RHEL-87244] {CVE-2025-21710}
- tcp_cubic: fix incorrect HyStart round start detection (Paolo Abeni) [RHEL-87244]
- tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset (Paolo Abeni) [RHEL-87244]
- udp: Fix memory accounting leak. (Paolo Abeni) [RHEL-87213]
- udp: Fix multiple wraparounds of sk->sk_rmem_alloc. (Paolo Abeni) [RHEL-87213]
- udp: gso: do not drop small packets when PMTU reduces (Paolo Abeni) [RHEL-87213]
- udp: Deal with race between UDP socket address change and rehash (Paolo Abeni) [RHEL-87213] {CVE-2024-57974}
- io_uring/sqpoll: zero sqd->thread on tctx errors (CKI Backport Bot) [RHEL-74652] {CVE-2025-21633}
- selftests: netfilter: add test case for recent mismatch bug (CKI Backport Bot) [RHEL-87160]
- nft_set_pipapo: fix incorrect avx2 match of 5th field octet (CKI Backport Bot) [RHEL-87160]
- sctp: detect and prevent references to a freed transport in sendmsg (Xin Long) [RHEL-84557]
- sctp: add mutual exclusion in proc_sctp_do_udp_port() (Xin Long) [RHEL-84557]
- sctp: Remove unused payload from sctp_idatahdr (Xin Long) [RHEL-84557]
- sctp: Fix undefined behavior in left shift operation (Xin Long) [RHEL-84557]
- sctp: Remove commented out code (Xin Long) [RHEL-84557]
- sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy (Xin Long) [RHEL-84557]
- sctp: sysctl: udp_port: avoid using current->nsproxy (Xin Long) [RHEL-84557]
- sctp: sysctl: auth_enable: avoid using current->nsproxy (Xin Long) [RHEL-84557]
- sctp: sysctl: rto_min/max: avoid using current->nsproxy (Xin Long) [RHEL-84557]
- sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy (Xin Long) [RHEL-84557]
- sctp: Prepare sctp_v4_get_dst() to dscp_t conversion. (Xin Long) [RHEL-84557]
- sctp: Avoid enqueuing addr events redundantly (Xin Long) [RHEL-84557]
- ice: ensure periodic output start time is in the future (Petr Oros) [RHEL-86857]
- ice: fix PHY Clock Recovery availability check (Petr Oros) [RHEL-86857]
- ice: Drop auxbus use for PTP to finalize ice_adapter move (Petr Oros) [RHEL-86857]
- ice: Use ice_adapter for PTP shared data instead of auxdev (Petr Oros) [RHEL-86857]
- ice: Initial support for E825C hardware in ice_adapter (Petr Oros) [RHEL-86857]
- ice: Add ice_get_ctrl_ptp() wrapper to simplify the code (Petr Oros) [RHEL-86857]
- ice: Introduce ice_get_phy_model() wrapper (Petr Oros) [RHEL-86857]
- ice: Enable 1PPS out from CGU for E825C products (Petr Oros) [RHEL-86857]
- ice: Read SDP section from NVM for pin definitions (Petr Oros) [RHEL-86857]
- ice: Disable shared pin on E810 on setfunc (Petr Oros) [RHEL-86857]
- ice: Cache perout/extts requests and check flags (Petr Oros) [RHEL-86857]
- ice: Align E810T GPIO to other products (Petr Oros) [RHEL-86857]
- ice: Add SDPs support for E825C (Petr Oros) [RHEL-86857]
- ice: Implement ice_ptp_pin_desc (Petr Oros) [RHEL-86857]
- ata: libata-sff: Ensure that we cannot write outside the allocated buffer (CKI Backport Bot) [RHEL-81460] {CVE-2025-21738}
- blackhole_dev: convert self-test to KUnit (Hangbin Liu) [RHEL-81699]
- treewide: Switch/rename to timer_delete[_sync]() (Kamal Heib) [RHEL-86552]
- RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event (Kamal Heib) [RHEL-86552]
- rdma/cxgb4: Prevent potential integer overflow on 32bit (Kamal Heib) [RHEL-86552]
- ipc/util.c: complete the kernel-doc function descriptions (Rafael Aquini) [RHEL-86254]
- ipc: fix memleak if msg_init_ns failed in create_ipc_ns (Rafael Aquini) [RHEL-86254]
- ipc/msg: replace one-element array with flexible array member (Rafael Aquini) [RHEL-86254]
- do_mq_notify(): saner skb freeing on failures (Rafael Aquini) [RHEL-86254]
- switch netlink_getsockbyfilp() to taking descriptor (Rafael Aquini) [RHEL-86254]
- scsi: core: Clear driver private data when retrying request (Ewan D. Milne) [RHEL-86157]
- scsi: core: Do not retry I/Os during depopulation (Ewan D. Milne) [RHEL-86157]
- scsi: core: Use GFP_NOIO to avoid circular locking dependency (Ewan D. Milne) [RHEL-86157]
- scsi: core: Add passthrough tests for success and no failure definitions (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_debug: Constify sdebug_driver_template (Ewan D. Milne) [RHEL-86157]
- scsi: transport: sas: spi: Fix kernel-doc for exported functions (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_scan: Add kernel-doc for exported function (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_lib: Add kernel-doc for exported functions (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_ioctl: Add kernel-doc for exported functions (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_error: Add kernel-doc for exported functions (Ewan D. Milne) [RHEL-86157]
- scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_debug: Skip host/bus reset settle delay (Ewan D. Milne) [RHEL-86157]
- scsi: core: Constify 'struct bin_attribute' (Ewan D. Milne) [RHEL-86157]
- scsi: iscsi: Remove unused iscsi_create_session() (Ewan D. Milne) [RHEL-86157]
- scsi: Eliminate scsi_register() and scsi_unregister() usage & docs (Ewan D. Milne) [RHEL-86157]
- scsi: docs: Remove init_this_scsi_driver() (Ewan D. Milne) [RHEL-86157]
- scsi: core: Remove the .slave_configure() method (Ewan D. Milne) [RHEL-86157]
- scsi: Convert SCSI drivers to .sdev_configure() (Ewan D. Milne) [RHEL-86157]
- scsi: Rename .device_configure() into .sdev_configure() (Ewan D. Milne) [RHEL-86157]
- scsi: Rename .slave_alloc() and .slave_destroy() (Ewan D. Milne) [RHEL-86157]
- scsi: scsi_debug: Fix hrtimer support for ndelay (Ewan D. Milne) [RHEL-86157]
- scsi: bsg: Replace zero-length array with flexible array member (Ewan D. Milne) [RHEL-86157]
- scsi: sg: Enable runtime power management (Ewan D. Milne) [RHEL-86157]
- scsi: Switch back to struct platform_driver::remove() (Ewan D. Milne) [RHEL-86157]
- scsi: libfcoe: Include <linux/prandom.h> instead of <linux/random.h> (Ewan D. Milne) [RHEL-86157]
- crypto: ccp - Fix uAPI definitions of PSP errors (Vladis Dronov) [RHEL-85132]
- crypto: ccp - Add support for PCI device 0x1134 (Vladis Dronov) [RHEL-85132]
- crypto: ccp - Fix check for the primary ASP device (Vladis Dronov) [RHEL-85132]
- crypto: ccp: Add external API interface for PSP module initialization (Vladis Dronov) [RHEL-85132]
- crypto: ccp - Use scoped guard for mutex (Vladis Dronov) [RHEL-85132]
- crypto: drivers - Switch back to struct platform_driver::remove() (Vladis Dronov) [RHEL-85132]
- vsock/virtio: discard packets if the transport changes (CKI Backport Bot) [RHEL-77231] {CVE-2025-21669}
- sched/deadline: Use online cpus for validating runtime (Phil Auld) [RHEL-85609]
- sched/rt: Update limit of sched_rt sysctl in documentation (Phil Auld) [RHEL-85609]
- rtla/tests: Test setting default options (Tomas Glozar) [RHEL-73865]
- rtla/tests: Reset osnoise options before check (Tomas Glozar) [RHEL-73865]
- rtla: Always set all tracer options (Tomas Glozar) [RHEL-73865]
- rtla/osnoise: Set OSNOISE_WORKLOAD to true (Tomas Glozar) [RHEL-73865]
- rtla: Unify apply_config between top and hist (Tomas Glozar) [RHEL-73865]
- rtla/osnoise: Unify params struct (Tomas Glozar) [RHEL-73865]
- redhat/kernel.spec.template: Build rtla with BPF sample collection (Tomas Glozar) [RHEL-77357]
- tools/build: Use SYSTEM_BPFTOOL for system bpftool (Tomas Glozar) [RHEL-77357]
- rtla/timerlat: Test BPF mode (Tomas Glozar) [RHEL-77357]
- rtla/timerlat_top: Use BPF to collect samples (Tomas Glozar) [RHEL-77357]
- rtla/timerlat_top: Move divisor to update (Tomas Glozar) [RHEL-77357]
- rtla/timerlat_hist: Use BPF to collect samples (Tomas Glozar) [RHEL-77357]
- rtla/timerlat: Add BPF skeleton to collect samples (Tomas Glozar) [RHEL-77357]
- rtla: Add optional dependency on BPF tooling (Tomas Glozar) [RHEL-77357]
- tools/build: Add bpftool-skeletons feature test (Tomas Glozar) [RHEL-77357]
- rtla/timerlat: Unify params struct (Tomas Glozar) [RHEL-77357]
- trace/osnoise: Add trace events for samples (Tomas Glozar) [RHEL-77357]
- tools/rtla: Add basic test suite (Tomas Glozar) [RHEL-77357]
- mm: page_owner: use new iteration API (Luiz Capitulino) [RHEL-68306]
- mm: page_table_check: use new iteration API (Luiz Capitulino) [RHEL-68306]
- mm: page_ext: add an iteration API for page extensions (Luiz Capitulino) [RHEL-68306]
- cgroup: Remove steal time from usage_usec (Waiman Long) [RHEL-80669]
- nfsd: Set technology preview if inter SSC offload is enabled (Benjamin Coddington) [RHEL-79657]
- tools/rv: Keep user LDFLAGS in build (Tomas Glozar) [RHEL-71546]
- tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu(). (Guillaume Nault) [RHEL-57735]
- pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (CKI Backport Bot) [RHEL-80057] {CVE-2025-21702}
- selftests: livepatch: handle PRINTK_CALLER in check_result() (Denis Aleksandrov) [RHEL-85304]
- livepatch: convert timeouts to secs_to_jiffies() (Denis Aleksandrov) [RHEL-85304]
- selftests: livepatch: add test cases of stack_order sysfs interface (Denis Aleksandrov) [RHEL-85304]
- livepatch: Add stack_order sysfs attribute (Denis Aleksandrov) [RHEL-85304]
- selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.sh (Denis Aleksandrov) [RHEL-85304]
- net: gso: fix ownership in __udp_gso_segment (Antoine Tenart) [RHEL-82260] {CVE-2025-21926}
Resolves: RHEL-57735, RHEL-62687, RHEL-68306, RHEL-71546, RHEL-73865, RHEL-74378, RHEL-74484, RHEL-74652, RHEL-76566, RHEL-77231, RHEL-77357, RHEL-79657, RHEL-80057, RHEL-80669, RHEL-81460, RHEL-81534, RHEL-81699, RHEL-82260, RHEL-84557, RHEL-85132, RHEL-85304, RHEL-85609, RHEL-85957, RHEL-86157, RHEL-86254, RHEL-86552, RHEL-86641, RHEL-86857, RHEL-87160, RHEL-87213, RHEL-87244, RHEL-87453, RHEL-87716
* Thu Apr 24 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-77.el10]
- redhat: enable CONFIG_WERROR=y (Jan Stancek) [RHEL-85334]
- redhat: don't enforce WERROR for 3rd-party OOT kmods (Jan Stancek) [RHEL-85334]
- redhat: make ENABLE_WERROR enable also KVM_WERROR (Jan Stancek) [RHEL-85334]
- fortify: Hide run-time copy size from value range tracking (Jan Stancek) [RHEL-85334]
- resolve_btfids: Fix compiler warnings (Jan Stancek) [RHEL-85334]
- platform/x86: intel: Use *-y instead of *-objs in Makefile (Steve Best) [RHEL-45086]
- platform/x86/intel/ifs: Update documentation with image download path (Steve Best) [RHEL-45086]
- platform/x86/intel/ifs: Add Clearwater Forest to CPU support list (Steve Best) [RHEL-45086]
- s390/diag: Add memory topology information via diag310 (Mete Durlu) [RHEL-72681]
- i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition (CKI Backport Bot) [RHEL-81452] {CVE-2024-57984}
- x86/cpu: Add CPU type to struct cpuinfo_topology (Steve Best) [RHEL-64636]
- x86/amd: Use heterogeneous core topology for identifying boost numerator (Steve Best) [RHEL-64636]
- PCI/ACS: Fix 'pci=config_acs=' parameter (Myron Stowe) [RHEL-72899]
- tools/power/x86/intel-speed-select: v1.22 release (Steve Best) [RHEL-74190]
- tools/power/x86/intel-speed-select: Prefix header search path with sysroot (Steve Best) [RHEL-74190]
- tools/power/x86/intel-speed-select: Die ID for IO dies (Steve Best) [RHEL-74190]
- tools/power/x86/intel-speed-select: Fix the condition to check multi die system (Steve Best) [RHEL-74190]
- tools/power/x86/intel-speed-select: Prevent increasing MAX_DIE_PER_PACKAGE (Steve Best) [RHEL-74190]
- platform/x86/intel: power-domains: Add Clearwater Forest support (Steve Best) [RHEL-74190]
- platform/x86: ISST: Correct command storage data length (Steve Best) [RHEL-74190]
- s390/cio: Do not unregister the subchannel based on DNV (Mete Durlu) [RHEL-87158]
- PCI: Use downstream bridges for distributing resources (Myron Stowe) [RHEL-73398]
- ipmi: ssif_bmc: Fix new request loss when bmc ready for a response (Tony Camuso) [RHEL-82110]
- ipmi: make ipmi_destroy_user() return void (Tony Camuso) [RHEL-82110]
- char:ipmi: Fix a not-used variable on a non-ACPI system (Tony Camuso) [RHEL-82110]
- Get rid of 'remove_new' relic from platform driver struct (Tony Camuso) [RHEL-82110]
- char:ipmi: Fix the wrong format specifier (Tony Camuso) [RHEL-82110]
- ipmi: ipmb: Add check devm_kasprintf() returned value (Tony Camuso) [RHEL-82110]
Resolves: RHEL-45086, RHEL-64636, RHEL-72681, RHEL-72899, RHEL-73398, RHEL-74190, RHEL-81452, RHEL-82110, RHEL-85334, RHEL-87158
* Tue Apr 22 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-76.el10]
- selftests/mm: fix guard-pages build (Luiz Capitulino) [RHEL-78135]
- selftests/mm: set allocated memory to non-zero content in cow test (Luiz Capitulino) [RHEL-78135]
- selftest: hugetlb_dio: fix test naming (Luiz Capitulino) [RHEL-78135]
- selftests/mm: hugetlb_fault_after_madv: improve test output (Luiz Capitulino) [RHEL-78135]
- selftests/mm: hugetlb_fault_after_madv: use default hugetlb page size (Luiz Capitulino) [RHEL-78135]
- selftests/mm: Fix unused function warning for aarch64_write_signal_pkey() (Luiz Capitulino) [RHEL-78135]
- selftests/mm: Define PKEY_UNRESTRICTED for pkey_sighandler_tests (Luiz Capitulino) [RHEL-78135]
- mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize() (Luiz Capitulino) [RHEL-78135 RHEL-83252] {CVE-2025-21861}
- cachestat: fix page cache statistics permission checking (Luiz Capitulino) [RHEL-78135 RHEL-78991] {CVE-2025-21691}
- arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont() (Luiz Capitulino) [RHEL-78135]
- powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM_ALLOC (Luiz Capitulino) [RHEL-78135] {CVE-2025-21866}
- powerpc/code-patching: Disable KASAN report during patching via temporary mm (Luiz Capitulino) [RHEL-78135] {CVE-2025-21869}
- x86/microcode/AMD: Flush patch buffer mapping after application (Luiz Capitulino) [RHEL-78135]
- mm/codetag: clear tags before swap (Luiz Capitulino) [RHEL-78135]
- kasan: don't call find_vm_area() in a PREEMPT_RT kernel (Luiz Capitulino) [RHEL-78135]
- mm/zswap: fix inconsistency when zswap_store_page() fails (Luiz Capitulino) [RHEL-78135] {CVE-2025-21860}
- mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pages (Luiz Capitulino) [RHEL-78135]
- alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUG (Luiz Capitulino) [RHEL-78135]
- alloc_tag: fix module allocation tags populated area calculation (Luiz Capitulino) [RHEL-78135]
- x86: Disable EXECMEM_ROX support (Luiz Capitulino) [RHEL-78135]
- module: fix writing of livepatch relocations in ROX text (Luiz Capitulino) [RHEL-78135]
- arm: pgtable: fix NULL pointer dereference issue (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: fix a compile error when kernel is not compiled (Luiz Capitulino) [RHEL-78135]
- selftests/mm: virtual_address_range: avoid reading from VM_IO mappings (Luiz Capitulino) [RHEL-78135]
- selftests/mm: vm_util: split up /proc/self/smaps parsing (Luiz Capitulino) [RHEL-78135]
- selftests/mm: virtual_address_range: unmap chunks after validation (Luiz Capitulino) [RHEL-78135]
- selftests/mm: virtual_address_range: mmap() without PROT_WRITE (Luiz Capitulino) [RHEL-78135]
- selftests/mm: skip virtual_address_range tests on riscv (Luiz Capitulino) [RHEL-78135]
- selftest/mm: fix typo in virtual_address_range (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Add missing brackets in switch case (Luiz Capitulino) [RHEL-78135]
- vdso: Change PAGE_MASK to signed on all 32-bit architectures (Luiz Capitulino) [RHEL-78135]
- arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct place (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Fix missing printf() argument in gcs/gcs-stress.c (Luiz Capitulino) [RHEL-78135]
- arm64: ptrace: fix partial SETREGSET for NT_ARM_GCS (Luiz Capitulino) [RHEL-78135]
- arm64: ptrace: fix partial SETREGSET for NT_ARM_POE (Luiz Capitulino) [RHEL-78135] {CVE-2024-57877}
- arm64: ptrace: fix partial SETREGSET for NT_ARM_FPMR (Luiz Capitulino) [RHEL-78135] {CVE-2024-57878}
- arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL (Luiz Capitulino) [RHEL-78135] {CVE-2024-57874}
- arm64: signal: Ensure signal delivery failure is recoverable (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Fix documentation for HWCAP (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Fix outdated ptrace documentation (Luiz Capitulino) [RHEL-78135]
- s390/kvm: Mask extra bits from program interrupt code (Luiz Capitulino) [RHEL-78135]
- s390/kvm: Initialize uninitialized flags variable (Luiz Capitulino) [RHEL-78135]
- mm: ksm: align cmp_and_merge_page() to v6.13 (Luiz Capitulino) [RHEL-78135]
- mm: zswap: move allocations during CPU init outside the lock (Luiz Capitulino) [RHEL-78135]
- mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma (Luiz Capitulino) [RHEL-78135]
- mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_count (Luiz Capitulino) [RHEL-78135]
- mm: fix assertion in folio_end_read() (Luiz Capitulino) [RHEL-78135]
- vmstat: disable vmstat_work on vmstat_cpu_down_prep() (Luiz Capitulino) [RHEL-78135]
- mm: clear uffd-wp PTE/PMD state on mremap() (Luiz Capitulino) [RHEL-78135 RHEL-80531] {CVE-2025-21696}
- mm: zswap: properly synchronize freeing resources during CPU hotunplug (Luiz Capitulino) [RHEL-78135 RHEL-78681] {CVE-2025-21693}
- Revert "mm: zswap: fix race between [de]compression and CPU hotunplug" (Luiz Capitulino) [RHEL-78135]
- mm: fix div by zero in bdi_ratio_from_pages (Luiz Capitulino) [RHEL-78135]
- x86/execmem: fix ROX cache usage in Xen PV guests (Luiz Capitulino) [RHEL-78135]
- filemap: avoid truncating 64-bit offset to 32 bits (Luiz Capitulino) [RHEL-78135] {CVE-2025-21665}
- mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit" (Luiz Capitulino) [RHEL-78135]
- mm/kmemleak: fix percpu memory leak detection failure (Luiz Capitulino) [RHEL-78135]
- Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()" (Luiz Capitulino) [RHEL-78135]
- mm/util: make memdup_user_nul() similar to memdup_user() (Luiz Capitulino) [RHEL-78135]
- mm, madvise: fix potential workingset node list_lru leaks (Luiz Capitulino) [RHEL-78135]
- mm/damon/core: fix ignored quota goals and filters of newly committed schemes (Luiz Capitulino) [RHEL-78135]
- mm/damon/core: fix new damon_target objects leaks on damon_commit_targets() (Luiz Capitulino) [RHEL-78135] {CVE-2024-57886}
- mm/list_lru: fix false warning of negative counter (Luiz Capitulino) [RHEL-78135]
- vmstat: disable vmstat_work on vmstat_cpu_down_prep() (Luiz Capitulino) [RHEL-78135]
- mm: shmem: fix the update of 'shmem_falloc->nr_unswapped' (Luiz Capitulino) [RHEL-78135]
- mm: shmem: fix incorrect index alignment for within_size policy (Luiz Capitulino) [RHEL-78135]
- mm: zswap: fix race between [de]compression and CPU hotunplug (Luiz Capitulino) [RHEL-78135]
- mm: hugetlb: independent PMD page table shared count (Luiz Capitulino) [RHEL-78135] {CVE-2024-57883}
- mm/readahead: fix large folio support in async readahead (Luiz Capitulino) [RHEL-78135]
- mm: don't try THP alignment for FS without get_unmapped_area (Luiz Capitulino) [RHEL-78135]
- mm: huge_memory: handle strsep not finding delimiter (Luiz Capitulino) [RHEL-78135]
- mm/vmstat: fix a W=1 clang compiler warning (Luiz Capitulino) [RHEL-78135]
- mm: convert partially_mapped set/clear operations to be atomic (Luiz Capitulino) [RHEL-78135]
- vmalloc: fix accounting with i915 (Luiz Capitulino) [RHEL-78135]
- mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy() (Luiz Capitulino) [RHEL-78135] {CVE-2024-57881}
- mm: use clear_user_(high)page() for arch with special user folio handling (Luiz Capitulino) [RHEL-78135]
- mm: introduce cpu_icache_is_aliasing() across all architectures (Luiz Capitulino) [RHEL-78135]
- mm: add RCU annotation to pte_offset_map(_lock) (Luiz Capitulino) [RHEL-78135]
- mm: correctly reference merged VMA (Luiz Capitulino) [RHEL-78135]
- mm: use aligned address in copy_user_gigantic_page() (Luiz Capitulino) [RHEL-78135] {CVE-2024-51729}
- mm: use aligned address in clear_gigantic_page() (Luiz Capitulino) [RHEL-78135] {CVE-2024-52319}
- mm: shmem: fix ShmemHugePages at swapout (Luiz Capitulino) [RHEL-78135]
- memcg: slub: fix SUnreclaim for post charged objects (Luiz Capitulino) [RHEL-78135]
- x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tables (Luiz Capitulino) [RHEL-78135]
- mm/filemap: don't call folio_test_locked() without a reference in next_uptodate_folio() (Luiz Capitulino) [RHEL-78135]
- mm: correct typo in MMAP_STATE() macro (Luiz Capitulino) [RHEL-78135]
- mm: respect mmap hint address when aligning for THP (Luiz Capitulino) [RHEL-78135]
- mm: memcg: declare do_memsw_account inline (Luiz Capitulino) [RHEL-78135]
- mm/codetag: swap tags when migrate pages (Luiz Capitulino) [RHEL-78135]
- mm: open-code page_folio() in dump_page() (Luiz Capitulino) [RHEL-78135]
- mm: open-code PageTail in folio_flags() and const_folio_flags() (Luiz Capitulino) [RHEL-78135]
- mm: fix vrealloc()'s KASAN poisoning logic (Luiz Capitulino) [RHEL-78135]
- kasan: make report_lock a raw spinlock (Luiz Capitulino) [RHEL-78135]
- mm/gup: handle NULL pages in unpin_user_pages() (Luiz Capitulino) [RHEL-78135] {CVE-2024-56612}
- arm64: mte: Fix copy_highpage() warning on hugetlb folios (Luiz Capitulino) [RHEL-78135]
- arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs (Luiz Capitulino) [RHEL-78135]
- memblock: allow zero threshold in validate_numa_converage() (Luiz Capitulino) [RHEL-78135]
- x86/mm: Carve out INVLPG inline asm for use by others (Luiz Capitulino) [RHEL-78135]
- Rename .data.once to .data..once to fix resetting WARN*_ONCE (Luiz Capitulino) [RHEL-78135]
- Rename .data.unlikely to .data..unlikely (Luiz Capitulino) [RHEL-78135]
- s390/mm/hugetlbfs: Add missing includes (Luiz Capitulino) [RHEL-78135]
- s390/mm: Add PTE_MARKER support for hugetlbfs mappings (Luiz Capitulino) [RHEL-78135]
- s390/mm: Introduce region-third and segment table swap entries (Luiz Capitulino) [RHEL-78135]
- s390/mm: Introduce region-third and segment table entry present bits (Luiz Capitulino) [RHEL-78135]
- s390/mm: Rearrange region-third and segment table entry SW bits (Luiz Capitulino) [RHEL-78135]
- memblock: uniformly initialize all reserved pages to MIGRATE_MOVABLE (Luiz Capitulino) [RHEL-78135]
- mm: Use str_on_off() helper function in report_meminit() (Luiz Capitulino) [RHEL-78135]
- slab: Fix too strict alignment check in create_cache() (Luiz Capitulino) [RHEL-78135] {CVE-2024-56560}
- SLUB: Add support for per object memory policies (Luiz Capitulino) [RHEL-78135]
- mm/slab: Allow cache creation to proceed even if sysfs registration fails (Luiz Capitulino) [RHEL-78135]
- mm/slub, kunit: Add testcase for krealloc redzone and zeroing (Luiz Capitulino) [RHEL-78135]
- mm/slub: Improve redzone check and zeroing for krealloc() (Luiz Capitulino) [RHEL-78135]
- mm/slub: Consider kfence case for get_orig_size() (Luiz Capitulino) [RHEL-78135]
- mm, slab: add kerneldocs for common SLAB_ flags (Luiz Capitulino) [RHEL-78135]
- mm/slab: remove duplicate check in create_cache() (Luiz Capitulino) [RHEL-78135]
- mm/slub: Move krealloc() and related code to slub.c (Luiz Capitulino) [RHEL-78135]
- mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_size is on (Luiz Capitulino) [RHEL-78135]
- drm: replace strcpy() with strscpy() (Luiz Capitulino) [RHEL-78135]
- mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul} (Luiz Capitulino) [RHEL-78135]
- mm/util: fix possible race condition in kstrdup() (Luiz Capitulino) [RHEL-78135]
- bpftool: ensure task comm is always NUL-terminated (Luiz Capitulino) [RHEL-78135]
- security: replace memcpy() with get_task_comm() (Luiz Capitulino) [RHEL-78135]
- auditsc: replace memcpy() with strscpy() (Luiz Capitulino) [RHEL-78135]
- get rid of __get_task_comm() (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Early detect debug_pagealloc size requirement (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Disable kfence if not early init (Luiz Capitulino) [RHEL-78135]
- book3s64/radix: Refactoring common kfence related functions (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Add kfence functionality (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Disable debug_pagealloc if it requires more memory (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Make kernel_map_linear_page() generic (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Refactor hash__kernel_map_pages() function (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Add hash_debug_pagealloc_add_slot() function (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Refactor kernel linear map related calls (Luiz Capitulino) [RHEL-78135]
- book3s64/hash: Remove kfence support temporarily (Luiz Capitulino) [RHEL-78135]
- cma: enforce non-zero pageblock_order during cma_init_reserved_mem() (Luiz Capitulino) [RHEL-78135]
- mm/kfence: add a new kunit test test_use_after_free_read_nofault() (Luiz Capitulino) [RHEL-78135]
- memcg/hugetlb: add hugeTLB counters to memcg (Luiz Capitulino) [RHEL-78135]
- vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event (Luiz Capitulino) [RHEL-78135]
- mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcount (Luiz Capitulino) [RHEL-78135]
- mm: define general function pXd_init() (Luiz Capitulino) [RHEL-78135]
- kmemleak: iommu/iova: fix transient kmemleak false positive (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: simplify the list_lru walk callback function (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: split the lock to per-cgroup scope (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: simplify reparenting and initial allocation (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: code clean up for reparenting (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: don't export list_lru_add (Luiz Capitulino) [RHEL-78135]
- mm/list_lru: don't pass unnecessary key parameters (Luiz Capitulino) [RHEL-78135]
- kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_caller (Luiz Capitulino) [RHEL-78135]
- kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOW (Luiz Capitulino) [RHEL-78135]
- kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbols (Luiz Capitulino) [RHEL-78135]
- mm: remove unnecessary page_table_lock on stack expansion (Luiz Capitulino) [RHEL-78135]
- mm: huge_memory: use strscpy() instead of strcpy() (Luiz Capitulino) [RHEL-78135]
- mm: shmem: override mTHP shmem default with a kernel parameter (Luiz Capitulino) [RHEL-78135]
- mm: move ``get_order_from_str()`` to internal.h (Luiz Capitulino) [RHEL-78135]
- mm: shmem: control THP support through the kernel command line (Luiz Capitulino) [RHEL-78135]
- vma: detect infinite loop in vma tree (Luiz Capitulino) [RHEL-78135]
- mm/memory-failure: replace sprintf() with sysfs_emit() (Luiz Capitulino) [RHEL-78135]
- memcg: add flush tracepoint (Luiz Capitulino) [RHEL-78135]
- memcg: rename do_flush_stats and add force flag (Luiz Capitulino) [RHEL-78135]
- mm: delete the unused put_pages_list() (Luiz Capitulino) [RHEL-78135]
- selftests/mm: add self tests for guard page feature (Luiz Capitulino) [RHEL-78135]
- selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignore (Luiz Capitulino) [RHEL-78135]
- tools: testing: update tools UAPI header for mman-common.h (Luiz Capitulino) [RHEL-78135]
- mm: madvise: implement lightweight guard page mechanism (Luiz Capitulino) [RHEL-78135]
- mm: add PTE_MARKER_GUARD PTE marker (Luiz Capitulino) [RHEL-78135]
- mm: pagewalk: add the ability to install PTEs (Luiz Capitulino) [RHEL-78135]
- kasan: delete CONFIG_KASAN_MODULE_TEST (Luiz Capitulino) [RHEL-78135]
- kasan: migrate copy_user_test to kunit (Luiz Capitulino) [RHEL-78135]
- kasan: move checks to do_strncpy_from_user (Luiz Capitulino) [RHEL-78135]
- mm: add per-order mTHP swpin counters (Luiz Capitulino) [RHEL-78135]
- mm: zswap: zswap_store_page() will initialize entry after adding to xarray. (Luiz Capitulino) [RHEL-78135]
- mm: swap: count successful large folio zswap stores in hugepage zswpout stats (Luiz Capitulino) [RHEL-78135]
- mm: zswap: support large folios in zswap_store() (Luiz Capitulino) [RHEL-78135]
- mm: zswap: modify zswap_stored_pages to be atomic_long_t (Luiz Capitulino) [RHEL-78135]
- mm: zswap: rename zswap_pool_get() to zswap_pool_tryget() (Luiz Capitulino) [RHEL-78135]
- mm: zswap: modify zswap_compress() to accept a page instead of a folio (Luiz Capitulino) [RHEL-78135]
- mm: define obj_cgroup_get() if CONFIG_MEMCG is not defined (Luiz Capitulino) [RHEL-78135]
- mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef comment (Luiz Capitulino) [RHEL-78135]
- mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNIT (Luiz Capitulino) [RHEL-78135]
- selftests/damon/debugfs_duplicate_context_creation: hide errors from expected file write failures (Luiz Capitulino) [RHEL-78135]
- selftests/damon/_debugfs_common: hide expected error message from test_write_result() (Luiz Capitulino) [RHEL-78135]
- selftests/damon/huge_count_read_write: remove unnecessary debugging message (Luiz Capitulino) [RHEL-78135]
- mm/show_mem: use str_yes_no() helper in show_free_areas() (Luiz Capitulino) [RHEL-78135]
- mm/vmscan: wake up flushers conditionally to avoid cgroup OOM (Luiz Capitulino) [RHEL-78135]
- mm: use page->private instead of page->index in percpu (Luiz Capitulino) [RHEL-78135]
- mm: remove references to page->index in huge_memory.c (Luiz Capitulino) [RHEL-78135]
- bootmem: stop using page->index (Luiz Capitulino) [RHEL-78135]
- mm: mass constification of folio/page pointers (Luiz Capitulino) [RHEL-78135]
- mm: renovate page_address_in_vma() (Luiz Capitulino) [RHEL-78135]
- mm: use page_pgoff() in more places (Luiz Capitulino) [RHEL-78135]
- mm: convert page_to_pgoff() to page_pgoff() (Luiz Capitulino) [RHEL-78135]
- mm/zsmalloc: use memcpy_from/to_page whereever possible (Luiz Capitulino) [RHEL-78135]
- zsmalloc: replace kmap_atomic with kmap_local_page (Luiz Capitulino) [RHEL-78135]
- mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_split (Luiz Capitulino) [RHEL-78135]
- alloc_tag: support for page allocation tag compression (Luiz Capitulino) [RHEL-78135]
- alloc_tag: introduce pgtag_ref_handle to abstract page tag references (Luiz Capitulino) [RHEL-78135]
- alloc_tag: populate memory for module tags as needed (Luiz Capitulino) [RHEL-78135]
- alloc_tag: load module tags into separate contiguous memory (Luiz Capitulino) [RHEL-78135]
- alloc_tag: introduce shutdown_mem_profiling helper function (Luiz Capitulino) [RHEL-78135]
- maple_tree: add mas_for_each_rev() helper (Luiz Capitulino) [RHEL-78135]
- x86/module: enable ROX caches for module text on 64 bit (Luiz Capitulino) [RHEL-78135]
- execmem: add support for cache of large ROX pages (Luiz Capitulino) [RHEL-78135]
- x86/module: prepare module loading for ROX allocations of text (Luiz Capitulino) [RHEL-78135]
- arch: introduce set_direct_map_valid_noflush() (Luiz Capitulino) [RHEL-78135]
- module: prepare to handle ROX allocations for text (Luiz Capitulino) [RHEL-78135]
- asm-generic: introduce text-patching.h (Luiz Capitulino) [RHEL-78135]
- mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations (Luiz Capitulino) [RHEL-78135]
- mm: vmalloc: group declarations depending on CONFIG_MMU together (Luiz Capitulino) [RHEL-78135]
- memcg: workingset: remove folio_memcg_rcu usage (Luiz Capitulino) [RHEL-78135]
- mm/vma: the pgoff is correct if can_merge_right (Luiz Capitulino) [RHEL-78135]
- mm: defer second attempt at merge on mmap() (Luiz Capitulino) [RHEL-78135]
- mm: remove unnecessary reset state logic on merge new VMA (Luiz Capitulino) [RHEL-78135]
- mm: refactor __mmap_region() (Luiz Capitulino) [RHEL-78135]
- mm: isolate mmap internal logic to mm/vma.c (Luiz Capitulino) [RHEL-78135]
- tools: testing: add additional vma_internal.h stubs (Luiz Capitulino) [RHEL-78135]
- memcg-v1: remove memcg move locking code (Luiz Capitulino) [RHEL-78135]
- memcg-v1: no need for memcg locking for MGLRU (Luiz Capitulino) [RHEL-78135]
- memcg-v1: no need for memcg locking for writeback tracking (Luiz Capitulino) [RHEL-78135]
- memcg-v1: no need for memcg locking for dirty tracking (Luiz Capitulino) [RHEL-78135]
- memcg-v1: remove charge move code (Luiz Capitulino) [RHEL-78135]
- memcg-v1: fully deprecate move_charge_at_immigrate (Luiz Capitulino) [RHEL-78135]
- mm: shmem: fallback to page size splice if large folio has poisoned pages (Luiz Capitulino) [RHEL-78135]
- mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region() (Luiz Capitulino) [RHEL-78135]
- mm/damon/vaddr: fix issue in damon_va_evenly_split_region() (Luiz Capitulino) [RHEL-78135]
- mm/page_alloc: use str_off_on() helper in build_all_zonelists() (Luiz Capitulino) [RHEL-78135]
- mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is large (Luiz Capitulino) [RHEL-78135]
- mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIER (Luiz Capitulino) [RHEL-78135]
- mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimit (Luiz Capitulino) [RHEL-78135]
- mm/memory.c: simplify pfnmap_lockdep_assert (Luiz Capitulino) [RHEL-78135]
- mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub (Luiz Capitulino) [RHEL-78135]
- mm: shmem: improve the tmpfs large folio read performance (Luiz Capitulino) [RHEL-78135]
- mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logic (Luiz Capitulino) [RHEL-78135]
- mm: remove unused has_isolate_pageblock (Luiz Capitulino) [RHEL-78135]
- mm: remove redundant condition for THP folio (Luiz Capitulino) [RHEL-78135]
- mm/mremap: remove goto from mremap_to() (Luiz Capitulino) [RHEL-78135]
- mm/mremap: cleanup vma_to_resize() (Luiz Capitulino) [RHEL-78135]
- mm: don't set readahead flag on a folio when lookahead_size > nr_to_read (Luiz Capitulino) [RHEL-78135]
- mm: shmem: remove __shmem_huge_global_enabled() (Luiz Capitulino) [RHEL-78135]
- mm: huge_memory: move file_thp_enabled() into huge_memory.c (Luiz Capitulino) [RHEL-78135]
- tmpfs: don't enable large folios if not supported (Luiz Capitulino) [RHEL-78135]
- mm/mglru: reset page lru tier bits when activating (Luiz Capitulino) [RHEL-78135]
- mm: swap: use str_true_false() helper function (Luiz Capitulino) [RHEL-78135]
- mm, kasan, kmsan: instrument copy_from/to_kernel_nofault (Luiz Capitulino) [RHEL-78135]
- mm/vmstat: defer the refresh_zone_stat_thresholds after all CPUs bringup (Luiz Capitulino) [RHEL-78135]
- vmscan: add a vmscan event for reclaim_pages (Luiz Capitulino) [RHEL-78135]
- mm: avoid zeroing user movable page twice with init_on_alloc=1 (Luiz Capitulino) [RHEL-78135]
- mm/zswap: avoid touching XArray for unnecessary invalidation (Luiz Capitulino) [RHEL-78135]
- mm/hugetlb: perform vmemmap optimization batchly for specific node allocation (Luiz Capitulino) [RHEL-78135]
- memcg: add tracing for memcg stat updates (Luiz Capitulino) [RHEL-78135]
- mm: remove unused hugepage for vma_alloc_folio() (Luiz Capitulino) [RHEL-78135]
- mm: add pcp high_min high_max to proc zoneinfo (Luiz Capitulino) [RHEL-78135]
- mm/kmemleak: fix typo in object_no_scan() comment (Luiz Capitulino) [RHEL-78135]
- kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end (Luiz Capitulino) [RHEL-78135]
- mm: allocate THP on hugezeropage wp-fault (Luiz Capitulino) [RHEL-78135]
- mm: abstract THP allocation (Luiz Capitulino) [RHEL-78135]
- mm/memory.c: remove stray newline at top of file (Luiz Capitulino) [RHEL-78135]
- percpu: fix data race with pcpu_nr_empty_pop_pages (Luiz Capitulino) [RHEL-78135]
- mm: consolidate common checks in hugetlb_get_unmapped_area (Luiz Capitulino) [RHEL-78135]
- arch/s390: clean up hugetlb definitions (Luiz Capitulino) [RHEL-78135]
- mm: drop hugetlb_get_unmapped_area{_*} functions (Luiz Capitulino) [RHEL-78135]
- mm: make hugetlb mappings go through mm_get_unmapped_area_vmflags (Luiz Capitulino) [RHEL-78135]
- arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle hugetlb mappings (Luiz Capitulino) [RHEL-78135]
- arch/sparc: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappings (Luiz Capitulino) [RHEL-78135]
- arch/x86: teach arch_get_unmapped_area_vmflags to handle hugetlb mappings (Luiz Capitulino) [RHEL-78135]
- arch/s390: teach arch_get_unmapped_area{_topdown} to handle hugetlb mappings (Luiz Capitulino) [RHEL-78135]
- mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings (Luiz Capitulino) [RHEL-78135]
- mm: remove misleading 'unlikely' hint in vms_gather_munmap_vmas() (Luiz Capitulino) [RHEL-78135]
- mm/truncate: reset xa_has_values flag on each iteration (Luiz Capitulino) [RHEL-78135]
- mm: swap: make some count_mthp_stat() call-sites be THP-agnostic. (Luiz Capitulino) [RHEL-78135]
- gup: convert FOLL_TOUCH case in follow_page_pte() to folio (Luiz Capitulino) [RHEL-78135]
- mm: remove PageKsm() (Luiz Capitulino) [RHEL-78135]
- mm: add PageAnonNotKsm() (Luiz Capitulino) [RHEL-78135]
- ksm: convert should_skip_rmap_item() to take a folio (Luiz Capitulino) [RHEL-78135]
- ksm: convert cmp_and_merge_page() to use a folio (Luiz Capitulino) [RHEL-78135]
- ksm: use a folio in try_to_merge_one_page() (Luiz Capitulino) [RHEL-78135]
- mm/cma: fix useless return in void function (Luiz Capitulino) [RHEL-78135]
- mm: optimize invalidation of shadow entries (Luiz Capitulino) [RHEL-78135]
- mm: optimize truncation of shadow entries (Luiz Capitulino) [RHEL-78135]
- mm: migrate LRU_REFS_MASK bits in folio_migrate_flags (Luiz Capitulino) [RHEL-78135]
- mm: pgtable: remove pte_offset_map_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: userfaultfd: move_pages_pte() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: mremap: move_ptes() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: copy_pte_range() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: handle_pte_fault() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- arm: adjust_pte() use pte_offset_map_rw_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: khugepaged: __collapse_huge_page_swapin() use pte_offset_map_ro_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock() (Luiz Capitulino) [RHEL-78135]
- powerpc: assert_pte_locked() use pte_offset_map_ro_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock() (Luiz Capitulino) [RHEL-78135]
- mm: move mm flags to mm_types.h (Luiz Capitulino) [RHEL-78135]
- mm/madvise: unrestrict process_madvise() for current process (Luiz Capitulino) [RHEL-78135]
- mm/mempolicy: fix comments for better documentation (Luiz Capitulino) [RHEL-78135]
- mm: fix shrink nr.unqueued_dirty counter issue (Luiz Capitulino) [RHEL-78135]
- mm: refactor mm_access() to not return NULL (Luiz Capitulino) [RHEL-78135]
- mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation (Luiz Capitulino) [RHEL-78135] {CVE-2024-56559}
- mm/memcontrol: add per-memcg pgpgin/pswpin counter (Luiz Capitulino) [RHEL-78135]
- mm/damon: fix sparse warning for zero initializer (Luiz Capitulino) [RHEL-78135]
- mm: shmem: fix khugepaged activation policy for shmem (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: use __alloc_pages() to replace alloc_pages_node() (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: reuse existing space for 'size' and 'pfmemalloc' (Luiz Capitulino) [RHEL-78135]
- xtensa: remove the get_order() implementation (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: avoid caller accessing 'page_frag_cache' directly (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: use initial zero offset for page_frag_alloc_align() (Luiz Capitulino) [RHEL-78135]
- mm: move the page fragment allocator from page_alloc into its own file (Luiz Capitulino) [RHEL-78135]
- mm: page_frag: add a test module for page_frag (Luiz Capitulino) [RHEL-78135]
- powerpc: Split systemcfg struct definitions out from vdso (Luiz Capitulino) [RHEL-78135]
- powerpc: Split systemcfg data out of vdso data page (Luiz Capitulino) [RHEL-78135]
- powerpc: Add kconfig option for the systemcfg page (Luiz Capitulino) [RHEL-78135]
- powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors (Luiz Capitulino) [RHEL-78135]
- powerpc/pseries/lparcfg: Fix printing of system_active_processors (Luiz Capitulino) [RHEL-78135]
- powerpc/procfs: Propagate error of remap_pfn_range() (Luiz Capitulino) [RHEL-78135]
- powerpc/vdso: Remove offset comment from 32bit vdso_arch_data (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Split virtual clock pages into dedicated mapping (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Delete vvar.h (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Access vdso data without vvar.h (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Move the rng offset to vsyscall.h (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Access rng vdso data without vvar.h (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Access timens vdso data without vvar.h (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Allocate vvar page from C code (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Access rng data from kernel without vvar (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Place vdso_data at beginning of vvar page (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Use __arch_get_vdso_data() to access vdso data (Luiz Capitulino) [RHEL-78135]
- x86/mm/mmap: Remove arch_vma_name() (Luiz Capitulino) [RHEL-78135]
- MIPS: vdso: Avoid name conflict around "vdso_data" (Luiz Capitulino) [RHEL-78135]
- LoongArch: vDSO: Use vdso/datapage.h to access vDSO data (Luiz Capitulino) [RHEL-78135]
- ARM: vdso: Remove assembly for datapage access (Luiz Capitulino) [RHEL-78135]
- riscv: vdso: Use only one single vvar mapping (Luiz Capitulino) [RHEL-78135]
- arm64: vdso: Use only one single vvar mapping (Luiz Capitulino) [RHEL-78135]
- arm64: vdso: Drop LBASE_VDSO (Luiz Capitulino) [RHEL-78135]
- s390/vdso: Drop LBASE_VDSO (Luiz Capitulino) [RHEL-78135]
- csky/vdso: Remove arch_vma_name() (Luiz Capitulino) [RHEL-78135]
- csky/vdso: Remove gettimeofday() and friends from VDSO (Luiz Capitulino) [RHEL-78135]
- MIPS: vdso: Remove timekeeper includes (Luiz Capitulino) [RHEL-78135]
- LoongArch: vdso: Remove timekeeper includes (Luiz Capitulino) [RHEL-78135]
- x86/vdso: Remove timekeeper include (Luiz Capitulino) [RHEL-78135]
- s390/vdso: Remove timekeeper includes (Luiz Capitulino) [RHEL-78135]
- riscv: vdso: Remove timekeeper include (Luiz Capitulino) [RHEL-78135]
- powerpc/vdso: Remove timekeeper includes (Luiz Capitulino) [RHEL-78135]
- arm64: vdso: Remove timekeeper include (Luiz Capitulino) [RHEL-78135]
- arm: vdso: Remove timekeeper includes (Luiz Capitulino) [RHEL-78135]
- vdso: Remove timekeeper argument of __arch_update_vsyscall() (Luiz Capitulino) [RHEL-78135]
- s390: Remove remaining _PAGE_* macros (Luiz Capitulino) [RHEL-78135]
- vdso: Introduce vdso/page.h (Luiz Capitulino) [RHEL-78135]
- drm: i915: Change fault type to unsigned long (Luiz Capitulino) [RHEL-78135]
- x86/mm/tlb: Put cpumask_test_cpu() check in switch_mm_irqs_off() under CONFIG_DEBUG_VM (Luiz Capitulino) [RHEL-78135]
- x86/mm: Don't disable PCID when INVLPG has been fixed by microcode (Luiz Capitulino) [RHEL-78135]
- redhat/configs: Enable CONFIG_ARM64_HAFT (Luiz Capitulino) [RHEL-78135]
- arm64: pgtable: Warn unexpected pmdp_test_and_clear_young() (Luiz Capitulino) [RHEL-78135]
- arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNG (Luiz Capitulino) [RHEL-78135]
- arm64: Add support for FEAT_HAFT (Luiz Capitulino) [RHEL-78135]
- arm64: setup: name 'tcr2' register (Luiz Capitulino) [RHEL-78135]
- arm64/sysreg: Update ID_AA64MMFR1_EL1 register (Luiz Capitulino) [RHEL-78135]
- arm64: Enable memory encrypt for Realms (Luiz Capitulino) [RHEL-78135]
- arm64: mm: Avoid TLBI when marking pages as valid (Luiz Capitulino) [RHEL-78135]
- arm64: Enforce bounce buffers for realm DMA (Luiz Capitulino) [RHEL-78135]
- selftests: arm64: add hugetlb mte tests (Luiz Capitulino) [RHEL-78135]
- hugetlb: arm64: add mte support (Luiz Capitulino) [RHEL-78135]
- arm64/ptdump: Test both PTE_TABLE_BIT and PTE_VALID for block mappings (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Re-organize arch_make_huge_pte() (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Change pgattr_change_is_safe() arguments as pteval_t (Luiz Capitulino) [RHEL-78135]
- efi: arm64: Map Device with Prot Shared (Luiz Capitulino) [RHEL-78135]
- arm64: rsi: Map unprotected MMIO as decrypted (Luiz Capitulino) [RHEL-78135]
- arm64: rsi: Add support for checking whether an MMIO is protected (Luiz Capitulino) [RHEL-78135]
- arm64: realm: Query IPA size from the RMM (Luiz Capitulino) [RHEL-78135]
- arm64: Detect if in a realm and set RIPAS RAM (Luiz Capitulino) [RHEL-78135]
- arm64: rsi: Add RSI definitions (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Enable GCS for the FP stress tests (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add a GCS stress test (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add GCS signal tests (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add test coverage for GCS mode locking (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add a GCS test program built with the system libc (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add very basic GCS test program (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Always run signals tests with GCS enabled (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Allow signals tests to specify an expected si_code (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add framework support for GCS to signal handling tests (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Add GCS as a detected feature in the signal tests (Luiz Capitulino) [RHEL-78135]
- kselftest/arm64: Verify the GCS hwcap (Luiz Capitulino) [RHEL-78135]
- arm64: Add Kconfig for Guarded Control Stack (GCS) (Luiz Capitulino) [RHEL-78135]
- arm64/ptrace: Expose GCS via ptrace and core files (Luiz Capitulino) [RHEL-78135]
- arm64/signal: Expose GCS state in signal frames (Luiz Capitulino) [RHEL-78135]
- arm64/signal: Set up and restore the GCS context for signal handlers (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Implement map_shadow_stack() (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Implement shadow stack prctl() interface (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Ensure that new threads have a GCS (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Context switch GCS state for EL0 (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Handle GCS data aborts (Luiz Capitulino) [RHEL-78135]
- arm64/traps: Handle GCS exceptions (Luiz Capitulino) [RHEL-78135]
- arm64/hwcap: Add hwcap for GCS (Luiz Capitulino) [RHEL-78135]
- arm64/idreg: Add overrride for GCS (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Map pages for guarded control stack (Luiz Capitulino) [RHEL-78135]
- mm: Define VM_SHADOW_STACK for arm64 when we support GCS (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Allocate PIE slots for EL0 guarded control stack (Luiz Capitulino) [RHEL-78135]
- arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS) (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1 (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Provide put_user_gcs() (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Add manual encodings of GCS instructions (Luiz Capitulino) [RHEL-78135]
- arm64/sysreg: Add definitions for architected GCS caps (Luiz Capitulino) [RHEL-78135]
- arm64/gcs: Document the ABI for Guarded Control Stacks (Luiz Capitulino) [RHEL-78135]
- arm64: Document boot requirements for Guarded Control Stacks (Luiz Capitulino) [RHEL-78135]
- mman: Add map_shadow_stack() flags (Luiz Capitulino) [RHEL-78135]
- prctl: arch-agnostic prctl for shadow stack (Luiz Capitulino) [RHEL-78135]
- arm64/mm: Restructure arch_validate_flags() for extensibility (Luiz Capitulino) [RHEL-78135]
- mm: Define VM_HIGH_ARCH_6 (Luiz Capitulino) [RHEL-78135]
- mm: Introduce ARCH_HAS_USER_SHADOW_STACK (Luiz Capitulino) [RHEL-78135]
- s390/cio/ioasm: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/cio/qdio: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/sclp: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/dasd: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/boot/physmem: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/pci: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/kvm: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/extmem: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/string: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/diag: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/irq: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/smp: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/uv: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/pai: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/mm: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/cpu_mf: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/cpcmd: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/topology: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/time: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/pageattr: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/sthyi: Convert to use flag output macros (Luiz Capitulino) [RHEL-78135]
- s390/asm: Helper macros for flag output operand handling (Luiz Capitulino) [RHEL-78135]
- s390/perf_cpum_cf: Convert to use local64_try_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/perf_cpum_sf: Convert to use try_cmpxchg128() (Luiz Capitulino) [RHEL-78135]
- s390/atomic: Remove __atomic_cmpxchg() variants (Luiz Capitulino) [RHEL-78135]
- s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool() (Luiz Capitulino) [RHEL-78135]
- s390/preempt: Use arch_try_cmpxchg() instead of __atomic_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/atomic: Provide arch_atomic_try_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Use arch_cmpxchg() instead of __atomic_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/atomic: Convert arch_atomic_xchg() to C function (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Provide arch_try_cmpxchg128() (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Provide arch_cmpxchg128_local() (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Implement arch_xchg() with arch_try_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Provide arch_try_cmpxchg() (Luiz Capitulino) [RHEL-78135]
- s390/cmpxchg: Convert one and two byte case inline assemblies to C (Luiz Capitulino) [RHEL-78135]
- s390/mm: Cleanup fault error handling (Luiz Capitulino) [RHEL-78135]
- s390/mm: Convert to LOCK_MM_AND_FIND_VMA (Luiz Capitulino) [RHEL-78135]
- s390/mm: Get rid of fault type switch statements (Luiz Capitulino) [RHEL-78135]
- s390/mm: Simplify get_fault_type() (Luiz Capitulino) [RHEL-78135]
- s390: Remove gmap pointer from lowcore (Luiz Capitulino) [RHEL-78135]
- s390/mm/gmap: Remove gmap_{en,dis}able() (Luiz Capitulino) [RHEL-78135]
- s390/kvm: Stop using gmap_{en,dis}able() (Luiz Capitulino) [RHEL-78135]
- s390/mm/fault: Handle guest-related program interrupts in KVM (Luiz Capitulino) [RHEL-78135]
- s390/mm/gmap: Fix __gmap_fault() return code (Luiz Capitulino) [RHEL-78135]
- s390/mm/gmap: Refactor gmap_fault() and add support for pfault (Luiz Capitulino) [RHEL-78135]
- s390/kvm: Remove kvm_arch_fault_in_page() (Luiz Capitulino) [RHEL-78135]
- s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again (Luiz Capitulino) [RHEL-78135]
- s390/pageattr: Implement missing kernel_page_present() (Luiz Capitulino) [RHEL-78135]
- s390: Fix various typos (Luiz Capitulino) [RHEL-78135]
- mm: zero range of eof folio exposed by inode size extension (Luiz Capitulino) [RHEL-78135]
- memcg_write_event_control(): switch to CLASS(fd) (Luiz Capitulino) [RHEL-78135]
- convert cachestat(2) (Luiz Capitulino) [RHEL-78135]
- migrate: Remove references to Private2 (Luiz Capitulino) [RHEL-78135]
- ceph: Remove call to PagePrivate2() (Luiz Capitulino) [RHEL-78135]
- btrfs: Switch from using the private_2 flag to owner_2 (Luiz Capitulino) [RHEL-78135]
- mm: Remove PageMappedToDisk (Luiz Capitulino) [RHEL-78135]
- nilfs2: Convert nilfs_copy_buffer() to use folios (Luiz Capitulino) [RHEL-78135]
- fs: Move clearing of mappedtodisk to buffer.c (Luiz Capitulino) [RHEL-78135]
- mm/page-writeback.c: Fix comment of wb_domain_writeout_add() (Luiz Capitulino) [RHEL-78135]
- mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL (Luiz Capitulino) [RHEL-78135]
- filemap: filemap_read() should check that the offset is positive or zero (Luiz Capitulino) [RHEL-78135]
- s390/diag: Move diag.c to diag specific folder (Mete Durlu) [RHEL-72674]
- s390/diag324: Retrieve power readings via diag 0x324 (Mete Durlu) [RHEL-72674]
- s390/diag: Create misc device /dev/diag (Mete Durlu) [RHEL-72674]
- scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology' (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Copyright updates for 14.4.0.8 patches (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Update lpfc version to 14.4.0.8 (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Reduce log message generation during ELS ring clean up (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Copyright updates for 14.4.0.7 patches (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Update lpfc version to 14.4.0.7 (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Add support for large fw object application layer reads (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Update definition of firmware configuration mbox cmds (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmask (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Add handling for LS_RJT reason explanation authentication required (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Modify handling of ADISC based on ndlp state and RPI registration (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters only (Dick Kennedy) [RHEL-82167]
- scsi: lpfc: Redefine incorrect type in lpfc_create_device_data() (Dick Kennedy) [RHEL-82167]
- iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (CKI Backport Bot) [RHEL-86845] {CVE-2025-21993}
- Revert "media: uvcvideo: Require entities to have a non-zero unique ID" (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Fix deadlock during uvc_probe (Desnes Nunes) [RHEL-78929] {CVE-2024-58059}
- acpi: typec: ucsi: Introduce a ->poll_cci method (Desnes Nunes) [RHEL-78929]
- usb: xhci: Fix host controllers "dying" after suspend and resume (Desnes Nunes) [RHEL-78929]
- usb: xhci: Fix NULL pointer dereference on certain command aborts (Desnes Nunes) [RHEL-78929 RHEL-81550] {CVE-2024-57981}
- USB: serial: option: add Neoway N723-EA support (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add MeiG Smart SRM815 (Desnes Nunes) [RHEL-78929]
- USB: serial: cp210x: add Phoenix Contact UPS Device (Desnes Nunes) [RHEL-78929]
- usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() (Desnes Nunes) [RHEL-78929]
- usb-storage: Add max sectors quirk for Nokia 208 (Desnes Nunes) [RHEL-78929]
- phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup() (Desnes Nunes) [RHEL-78929]
- phy: core: Fix an OF node refcount leakage in _of_phy_get() (Desnes Nunes) [RHEL-78929]
- phy: core: Fix that API devm_phy_destroy() fails to destroy the phy (Desnes Nunes) [RHEL-78929]
- phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister the phy provider (Desnes Nunes) [RHEL-78929]
- phy: core: Fix that API devm_phy_put() fails to release the phy (Desnes Nunes) [RHEL-78929]
- USB: core: Disable LPM only for non-suspended ports (Desnes Nunes) [RHEL-78929]
- usb: fix reference leak in usb_new_device() (Desnes Nunes) [RHEL-78929]
- usb: typec: tcpci: fix NULL pointer issue on shared irq case (Desnes Nunes) [RHEL-78929] {CVE-2024-57914}
- usb: chipidea: ci_hdrc_imx: decrement device's refcount in .remove() and in the error path of .probe() (Desnes Nunes) [RHEL-78929]
- USB: usblp: return error when setting unsupported protocol (Desnes Nunes) [RHEL-78929]
- usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property (Desnes Nunes) [RHEL-78929]
- usb: dwc3-am62: Disable autosuspend during remove (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: fix writing NYET threshold (Desnes Nunes) [RHEL-78929]
- usb: xhci: fix ring expansion regression in 6.13-rc1 (Desnes Nunes) [RHEL-78929]
- xhci: Turn NEC specific quirk for handling Stop Endpoint errors generic (Desnes Nunes) [RHEL-78929]
- thunderbolt: Improve redrive mode handling (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add Telit FE910C04 rmnet compositions (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add MediaTek T7XX compositions (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add MeiG Smart SLM770A (Desnes Nunes) [RHEL-78929]
- USB: serial: option: add TCL IK512 MBIM & ECM (Desnes Nunes) [RHEL-78929]
- thunderbolt: Don't display nvm_version unless upgrade supported (Desnes Nunes) [RHEL-78929]
- thunderbolt: Add support for Intel Panther Lake-M/P (Desnes Nunes) [RHEL-47431 RHEL-78929]
- usb: typec: ucsi: Fix connector status writing past buffer size (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Fix completion notifications (Desnes Nunes) [RHEL-78929]
- usb: dwc2: Fix HCD port connection race (Desnes Nunes) [RHEL-78929]
- usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature (Desnes Nunes) [RHEL-78929]
- usb: dwc2: Fix HCD resume (Desnes Nunes) [RHEL-78929]
- usb: misc: onboard_usb_dev: skip suspend/resume sequence for USB5744 SMBus support (Desnes Nunes) [RHEL-78929]
- usb: core: hcd: only check primary hcd skip_phy_initialization (Desnes Nunes) [RHEL-78929]
- usb: dwc3: imx8mp: fix software node kernel dump (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: imx8mq-usb: correct reference to usb-switch.yaml (Desnes Nunes) [RHEL-78929]
- usb: ehci-hcd: fix call balance of clocks handling routines (Desnes Nunes) [RHEL-78929]
- phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP (Desnes Nunes) [RHEL-78929]
- usb: typec: tcpm: Add support for sink-bc12-completion-time-ms DT property (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: maxim,max33359: add usage of sink bc12 time property (Desnes Nunes) [RHEL-78929]
- dt-bindings: connector: Add time property for Sink BC12 detection completion (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: Remove dwc3_request->needs_extra_trb (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: Cleanup SG handling (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: Fix looping of queued SG entries (Desnes Nunes) [RHEL-78929] {CVE-2024-56698}
- usb: dwc3: gadget: Fix checking for number of TRBs left (Desnes Nunes) [RHEL-78929]
- usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED (Desnes Nunes) [RHEL-78929]
- USB: make to_usb_device_driver() use container_of_const() (Desnes Nunes) [RHEL-78929]
- USB: make to_usb_driver() use container_of_const() (Desnes Nunes) [RHEL-78929]
- USB: properly lock dynamic id list when showing an id (Desnes Nunes) [RHEL-78929]
- USB: make single lock for all usb dynamic id lists (Desnes Nunes) [RHEL-78929]
- drivers/usb/storage: refactor min with min_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/serial: refactor min with min_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/musb: refactor min/max with min_t/max_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/mon: refactor min with min_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/misc: refactor min with min_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/host: refactor min/max with min_t/max_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/core: refactor max with max_t (Desnes Nunes) [RHEL-78929]
- drivers/usb/gadget: refactor min with min_t (Desnes Nunes) [RHEL-78929]
- usb: cdns3: Synchronise PCI IDs via common data base (Desnes Nunes) [RHEL-78929]
- usb: dwc3: core: Set force_gen1 bit for all applicable SuperSpeed ports (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: Add missing check for single port RAM in TxFIFO resizing logic (Desnes Nunes) [RHEL-78929]
- USB: core: remove dead code in do_proc_bulk() (Desnes Nunes) [RHEL-78929]
- usb: typec: fix potential array underflow in ucsi_ccg_sync_control() (Desnes Nunes) [RHEL-78929] {CVE-2024-53203}
- usb: misc: ljca: set small runtime autosuspend delay (Desnes Nunes) [RHEL-78929]
- usb: misc: ljca: move usb_autopm_put_interface() after wait for response (Desnes Nunes) [RHEL-78929]
- usb: chipidea: imx: add imx8ulp support (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Fix a missing bits to bytes conversion in ucsi_init() (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (Desnes Nunes) [RHEL-78929] {CVE-2024-53104}
- USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info() (Desnes Nunes) [RHEL-78929]
- thunderbolt: Replace deprecated PCI functions (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Convert connector specific commands to bitmaps (Desnes Nunes) [RHEL-78929]
- USB: serial: pl2303: account for deficits of clones (Desnes Nunes) [RHEL-78929]
- usb: xhci: Avoid queuing redundant Stop Endpoint commands (Desnes Nunes) [RHEL-78929]
- usb: xhci: Fix TD invalidation under pending Set TR Dequeue (Desnes Nunes) [RHEL-78929]
- usb: xhci: Limit Stop Endpoint retries (Desnes Nunes) [RHEL-78929]
- usb: xhci: remove irrelevant comment (Desnes Nunes) [RHEL-78929]
- usb: xhci: add help function xhci_dequeue_td() (Desnes Nunes) [RHEL-78929]
- usb: xhci: refactor xhci_td_cleanup() to return void (Desnes Nunes) [RHEL-78929]
- usb: xhci: remove unused arguments from td_to_noop() (Desnes Nunes) [RHEL-78929]
- usb: xhci: improve xhci_clear_command_ring() (Desnes Nunes) [RHEL-78929]
- usb: xhci: request MSI/-X according to requested amount (Desnes Nunes) [RHEL-78929]
- usb: xhci: move link TRB quirk to xhci_gen_setup() (Desnes Nunes) [RHEL-78929]
- usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td' (Desnes Nunes) [RHEL-78929]
- xhci: pci: Fix indentation in the PCI device ID definitions (Desnes Nunes) [RHEL-78929]
- xhci: pci: Use standard pattern for device IDs (Desnes Nunes) [RHEL-78929]
- xhci: Don't perform Soft Retry for Etron xHCI host (Desnes Nunes) [RHEL-78929]
- xhci: Fix control transfer error on Etron xHCI host (Desnes Nunes) [RHEL-78929]
- xhci: Don't issue Reset Device command to Etron xHCI host (Desnes Nunes) [RHEL-78929]
- xhci: Combine two if statements for Etron xHCI host (Desnes Nunes) [RHEL-78929]
- usb: xhci: add xhci_initialize_ring_segments() (Desnes Nunes) [RHEL-78929]
- usb: xhci: rework xhci_link_segments() (Desnes Nunes) [RHEL-78929]
- usb: xhci: refactor xhci_link_rings() to use source and destination rings (Desnes Nunes) [RHEL-78929]
- usb: xhci: rework xhci_free_segments_for_ring() (Desnes Nunes) [RHEL-78929]
- usb: xhci: adjust xhci_alloc_segments_for_ring() arguments (Desnes Nunes) [RHEL-78929]
- usb: xhci: remove option to change a default ring's TRB cycle bit (Desnes Nunes) [RHEL-78929]
- usb: xhci: introduce macro for ring segment list iteration (Desnes Nunes) [RHEL-78929]
- xhci: debugfs: Add virt endpoint state to xhci debugfs (Desnes Nunes) [RHEL-78929]
- xhci: trace stream context at Set TR Deq command completion (Desnes Nunes) [RHEL-78929]
- xhci: add stream context tracing (Desnes Nunes) [RHEL-78929]
- xhci: Don't trace ring at every enqueue or dequeue increase (Desnes Nunes) [RHEL-78929]
- xhci: show DMA address of TRB when tracing TRBs (Desnes Nunes) [RHEL-78929]
- xhci: Cleanup Candence controller PCI device and vendor ID usage (Desnes Nunes) [RHEL-78929]
- usb: xhci: Fix sum_trb_lengths() (Desnes Nunes) [RHEL-78929]
- usb: xhci: Remove unused parameters of next_trb() (Desnes Nunes) [RHEL-78929]
- xhci: Add Isochronous TRB fields to TRB tracer (Desnes Nunes) [RHEL-78929]
- phy: tegra: xusb: Set fwnode for xusb port devices (Desnes Nunes) [RHEL-78929]
- usb: Use (of|device)_property_present() for non-boolean properties (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: qcom,dwc3: Add SAR2130P compatible (Desnes Nunes) [RHEL-78929]
- misc: rtsx: Cleanup on DRV_NAME cardreader variables (Desnes Nunes) [RHEL-78929]
- usb: use "prompt" instead of "bool" for choice prompts (Desnes Nunes) [RHEL-78929]
- redhat/configs: Adding CONFIG_TYPEC_MUX_TUSB1046 (Desnes Nunes) [RHEL-78929]
- usb: typec: mux: Add support for the TUSB1046 crosspoint switch (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: Describe TUSB1046 crosspoint switch (Desnes Nunes) [RHEL-78929]
- USB: xhci: add support for PWRON active high (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: add TUSB73x0 PCIe (Desnes Nunes) [RHEL-78929]
- usb: typec: tcpm: Add support for parsing time dt properties (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Implement asymmetric lane margining (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Don't hardcode margining results size (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Refactor hardware margining result parsing (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Replace margining lane numbers with an enum (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Replace "both lanes" with "all lanes" (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Implement Gen 4 margining eye selection (Desnes Nunes) [RHEL-78929]
- thunderbolt: debugfs: Add USB4 Gen 4 margining capabilities (Desnes Nunes) [RHEL-78929]
- thunderbolt: Don't hardcode margining capabilities size (Desnes Nunes) [RHEL-78929]
- usb: core: use sysfs_emit() instead of sprintf() (Desnes Nunes) [RHEL-78929]
- dt-bindings: connector: Add properties to define time values (Desnes Nunes) [RHEL-78929]
- usb: storage: fix wrong comments for struct bulk_cb_wrap (Desnes Nunes) [RHEL-78929]
- usb: storage: use US_BULK_FLAG_OUT instead of constant values (Desnes Nunes) [RHEL-78929]
- usb: dwc3: gadget: Refine the logic for resizing Tx FIFOs (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Helper for Get Connector Status command (Desnes Nunes) [RHEL-78929]
- media: cx231xx: Remove some deadcode (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Stop stream during unregister (Desnes Nunes) [RHEL-78929]
- phy: Switch back to struct platform_driver::remove() (Desnes Nunes) [RHEL-78929]
- xhci: add helper to stop endpoint and wait for completion (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Add support for the partner USB Modes (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Supply the USB capabilities to the ports (Desnes Nunes) [RHEL-78929]
- usb: typec: Add attribute file showing the USB Modes of the partner (Desnes Nunes) [RHEL-78929]
- usb: typec: Add attribute file showing the supported USB modes of the port (Desnes Nunes) [RHEL-78929]
- usb: require FMODE_WRITE for usbdev_mmap() (Desnes Nunes) [RHEL-78929]
- usb: gadget: uvc: configfs: Add frame-based frame format support (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: qcom,qusb2: Add bindings for QCS615 (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: Add support for QCS615 (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: UCSI2.0 Set Sink Path command support (Desnes Nunes) [RHEL-78929]
- usb: typec: ucsi: Do not call ACPI _DSM method for UCSI read operations (Desnes Nunes) [RHEL-78929]
- media: anysee: Fix and remove outdated comment (Desnes Nunes) [RHEL-78929]
- memstick: Constify struct memstick_device_id (Desnes Nunes) [RHEL-78929]
- mmc: Switch back to struct platform_driver::remove() (Desnes Nunes) [RHEL-78929]
- memstick: Fix typo in comment (Desnes Nunes) [RHEL-78929]
- USB: chaoskey: Fix possible deadlock chaoskey_list_lock (Desnes Nunes) [RHEL-78929]
- media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 (Desnes Nunes) [RHEL-78929]
- media: cx231xx: Fix the S-Video capture on August VGB100 (Desnes Nunes) [RHEL-78929]
- media: Switch back to struct platform_driver::remove() (Desnes Nunes) [RHEL-78929]
- media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocation (Desnes Nunes) [RHEL-78929]
- phy: qcom: qmp: Add qmp configuration for QCS8300 (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add QCS8300 compatible (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS8300 (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: qcom,dwc3: Add QCS8300 to USB DWC3 bindings (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Exit early if there is not int_urb (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Avoid race condition during unregister (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Refactor the status irq API (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Require entities to have a non-zero unique ID (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Force UVC version to 1.0a for 0408:4033 (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap type (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: RealSense D421 Depth module metadata (Desnes Nunes) [RHEL-78929]
- media: uvcvideo: Add luma 16-bit interlaced pixel format (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: dwc3-imx8mp: add compatible string for imx95 (Desnes Nunes) [RHEL-78929]
- dt-bindings: phy: imx8mq-usb: add compatible "fsl,imx95-usb-phy" (Desnes Nunes) [RHEL-78929]
- USB: chaoskey: fail open after removal (Desnes Nunes) [RHEL-78929]
- usb: yurex: make waiting on yurex_write interruptible (Desnes Nunes) [RHEL-78929]
- usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read() (Desnes Nunes) [RHEL-78929]
- usb: chipidea: udc: improve error recovery for ISO transfer (Desnes Nunes) [RHEL-78929]
- usb: chipidea: udc: improve dTD link logic (Desnes Nunes) [RHEL-78929]
- usb: chipidea: udc: handle USB Error Interrupt if IOC not set (Desnes Nunes) [RHEL-78929]
- usb: chipidea: udc: create bounce buffer for problem sglist entries if possible (Desnes Nunes) [RHEL-78929]
- usb: chipidea: udc: limit usb request length to max 16KB (Desnes Nunes) [RHEL-78929]
- usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: cypress,cypd4226: Drop Tegra specific GPIO defines (Desnes Nunes) [RHEL-78929]
- usb: Switch back to struct platform_driver::remove() (Desnes Nunes) [RHEL-78929]
- dt-bindings: usb: genesys,gl850g: allow downstream device subnodes (Desnes Nunes) [RHEL-78929]
- usb: typec: stusb160x: Make use of i2c_get_match_data() (Desnes Nunes) [RHEL-78929]
- usb: typec: tcpm: use max() to get higher value (Desnes Nunes) [RHEL-78929]
- usb: dwc3: Correct some typos in comments (Desnes Nunes) [RHEL-78929]
- usb: typec: Fix typo in comment (Desnes Nunes) [RHEL-78929]
- usb: gadget: udc: fix typo in the comment (Desnes Nunes) [RHEL-78929]
- usb: host: fix typo in the comment (Desnes Nunes) [RHEL-78929]
- redhat/configs: delete CONFIG_USB_ONBOARD_HUB and use CONFIG_USB_ONBOARD_DEV instead (Desnes Nunes) [RHEL-78929]
- sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (Phil Auld) [RHEL-80978]
- sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx (Phil Auld) [RHEL-80978]
- sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h. (Phil Auld) [RHEL-80978]
- sched_ext: selftests: Fix grammar in tests description (Phil Auld) [RHEL-80978]
- sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq() (Phil Auld) [RHEL-80978]
- sched_ext: Fix migration disabled handling in targeted dispatches (Phil Auld) [RHEL-80978]
- sched_ext: Implement auto local dispatching of migration disabled tasks (Phil Auld) [RHEL-80978]
- sched_ext: Fix incorrect time delta calculation in time_delta() (Phil Auld) [RHEL-80978]
- sched_ext: Fix lock imbalance in dispatch_to_local_dsq() (Phil Auld) [RHEL-80978]
- sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (Phil Auld) [RHEL-80978]
- tools/sched_ext: Add helper to check task migration state (Phil Auld) [RHEL-80978]
- sched_ext: selftests/dsp_local_on: Fix sporadic failures (Phil Auld) [RHEL-80978]
- selftests/sched_ext: Fix enum resolution (Phil Auld) [RHEL-80978]
- sched_ext: Include task weight in the error state dump (Phil Auld) [RHEL-80978]
- sched_ext: Fixes typos in comments (Phil Auld) [RHEL-80978]
- sched_ext: fix kernel-doc warnings (Phil Auld) [RHEL-80978]
- sched_ext: idle: Refresh idle masks during idle-to-idle transitions (Phil Auld) [RHEL-80978]
- sched_ext: Use time helpers in BPF schedulers (Phil Auld) [RHEL-80978]
- sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now() (Phil Auld) [RHEL-80978]
- sched_ext: Add time helpers for BPF schedulers (Phil Auld) [RHEL-80978]
- sched_ext: Add scx_bpf_now() for BPF scheduler (Phil Auld) [RHEL-80978]
- sched_ext: Implement scx_bpf_now() (Phil Auld) [RHEL-80978]
- sched_ext: Relocate scx_enabled() related code (Phil Auld) [RHEL-80978]
- sched_ext: switch class when preempted by higher priority scheduler (Phil Auld) [RHEL-80978]
- sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass() (Phil Auld) [RHEL-80978]
- sched_ext: keep running prev when prev->scx.slice != 0 (Phil Auld) [RHEL-80978]
- sched_ext: Add option -l in selftest runner to list all available tests (Phil Auld) [RHEL-80978]
- sched_ext: Include remaining task time slice in error state dump (Phil Auld) [RHEL-80978]
- sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON (Phil Auld) [RHEL-80978]
- sched_ext: idle: small CPU iteration refactoring (Phil Auld) [RHEL-80978]
- sched_ext: idle: introduce check_builtin_idle_enabled() helper (Phil Auld) [RHEL-80978]
- sched_ext: idle: clarify comments (Phil Auld) [RHEL-80978]
- sched_ext: idle: use assign_cpu() to update the idle cpumask (Phil Auld) [RHEL-80978]
- sched_ext: Fix dsq_local_on selftest (Phil Auld) [RHEL-80978]
- sched_ext: initialize kit->cursor.flags (Phil Auld) [RHEL-80978]
- sched_ext: Use str_enabled_disabled() helper in update_selcpu_topology() (Phil Auld) [RHEL-80978]
- sched_ext: Use sizeof_field for key_len in dsq_hash_params (Phil Auld) [RHEL-80978]
- tools/sched_ext: Receive updates from SCX repo (Phil Auld) [RHEL-80978]
- sched_ext: Fix invalid irq restore in scx_ops_bypass() (Phil Auld) [RHEL-80978]
- scx: Fix maximal BPF selftest prog (Phil Auld) [RHEL-80978]
- sched_ext: Use the NUMA scheduling domain for NUMA optimizations (Phil Auld) [RHEL-80978]
- sched_ext: fix application of sizeof to pointer (Phil Auld) [RHEL-80978]
- selftests/sched_ext: fix build after renames in sched_ext API (Phil Auld) [RHEL-80978]
- sched_ext: Replace scx_next_task_picked() with switch_class() in comment (Phil Auld) [RHEL-80978]
- sched_ext: Add __weak to fix the build errors (Phil Auld) [RHEL-80978]
- sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_vtime]*() (Phil Auld) [RHEL-80978]
- sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local() (Phil Auld) [RHEL-80978]
- sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]() (Phil Auld) [RHEL-80978]
- sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked context (Phil Auld) [RHEL-80978]
- sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl() (Phil Auld) [RHEL-80978]
- sched_ext: Clarify sched_ext_ops table for userland scheduler (Phil Auld) [RHEL-80978]
- sched_ext: Enable the ops breather and eject BPF scheduler on softlockup (Phil Auld) [RHEL-80978]
- sched_ext: Avoid live-locking bypass mode switching (Phil Auld) [RHEL-80978]
- sched_ext: Fix incorrect use of bitwise AND (Phil Auld) [RHEL-80978]
- sched_ext: Do not enable LLC/NUMA optimizations when domains overlap (Phil Auld) [RHEL-80978]
- sched/ext: Remove sched_fork() hack (Phil Auld) [RHEL-80978]
- sched_ext: improve WAKE_SYNC behavior for default idle CPU selection (Phil Auld) [RHEL-80978]
- sched_ext: Introduce NUMA awareness to the default idle selection policy (Phil Auld) [RHEL-80978]
- sched_ext: Replace set_arg_maybe_null() with __nullable CFI stub tags (Phil Auld) [RHEL-80978]
- sched_ext: Rename CFI stubs to names that are recognized by BPF (Phil Auld) [RHEL-80978]
- sched_ext: Introduce LLC awareness to the default idle selection policy (Phil Auld) [RHEL-80978]
- sched_ext: Clarify ops.select_cpu() for single-CPU tasks (Phil Auld) [RHEL-80978]
- sched_ext: Use btf_ids to resolve task_struct (Phil Auld) [RHEL-80978]
- sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq() (Phil Auld) [RHEL-80978]
- sched/ext: Use tg_cgroup() to elieminate duplicate code (Phil Auld) [RHEL-80978]
- sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHED (Phil Auld) [RHEL-80978]
- arp: switch to dev_getbyhwaddr() in arp_req_set_public() (Guillaume Nault) [RHEL-84539]
- net: Add non-RCU dev_getbyhwaddr() helper (Guillaume Nault) [RHEL-84539]
- ipv4: icmp: convert to dev_net_rcu() (Guillaume Nault) [RHEL-84539]
- ipv4: use RCU protection in inet_select_addr() (Guillaume Nault) [RHEL-84539]
- ipv4: use RCU protection in rt_is_expired() (Guillaume Nault) [RHEL-84539]
- ipv4: use RCU protection in ipv4_default_advmss() (Guillaume Nault) [RHEL-84539]
- ipv4: use RCU protection in ip_dst_mtu_maybe_forward() (Guillaume Nault) [RHEL-84539]
- ipv4: add RCU protection to ip4_dst_hoplimit() (Guillaume Nault) [RHEL-84539]
- ipmr: do not call mr_mfc_uses_dev() for unres entries (Guillaume Nault) [RHEL-84539]
- ppp: Fix KMSAN uninit-value warning with bpf (Guillaume Nault) [RHEL-84548]
- net: decrease cached dst counters in dst_release (Antoine Tenart) [RHEL-86690]
Resolves: RHEL-47431, RHEL-72674, RHEL-78135, RHEL-78681, RHEL-78929, RHEL-78991, RHEL-80531, RHEL-80978, RHEL-81550, RHEL-82167, RHEL-83252, RHEL-84539, RHEL-84548, RHEL-86690, RHEL-86845
* Wed Apr 16 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-75.el10]
- zram: fix potential UAF of zram table (Ming Lei) [RHEL-77219] {CVE-2025-21671}
- zram: fix uninitialized ZRAM not releasing backing device (Ming Lei) [RHEL-77219]
- Revert "nvme_core: scan namespaces asynchronously" (Maurizio Lombardi) [RHEL-85845]
- samples/bpf: fix build (Gregory Bell) [RHEL-70466]
- ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). (CKI Backport Bot) [RHEL-84540]
- ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). (CKI Backport Bot) [RHEL-84540]
- inet: ipmr: fix data-races (CKI Backport Bot) [RHEL-84540]
- netlink: add IPv6 anycast join/leave notifications (CKI Backport Bot) [RHEL-84540]
- netlink: correct nlmsg size for multicast notifications (CKI Backport Bot) [RHEL-84540]
- netlink: add IGMP/MLD join/leave notifications (CKI Backport Bot) [RHEL-84540]
- ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] (CKI Backport Bot) [RHEL-84540]
- ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] (CKI Backport Bot) [RHEL-84540]
- ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation (CKI Backport Bot) [RHEL-84540]
- ip6mr: Add __init to ip6_mr_cleanup(). (CKI Backport Bot) [RHEL-84540]
- ipv6: Remove redundant unlikely() (CKI Backport Bot) [RHEL-84540]
- vfio/pci: Handle INTx IRQ_NOTCONNECTED (Alex Williamson) [RHEL-85587 RHEL-85591]
- vfio/virtio: Enable support for virtio-block live migration (Alex Williamson) [RHEL-85587]
- vfio/type1: Use mapping page mask for pfnmaps (Alex Williamson) [RHEL-85587]
- mm: Provide address mask in struct follow_pfnmap_args (Alex Williamson) [RHEL-85587]
- vfio/type1: Use consistent types for page counts (Alex Williamson) [RHEL-85587]
- vfio/type1: Use vfio_batch for vaddr_get_pfns() (Alex Williamson) [RHEL-85587]
- vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch (Alex Williamson) [RHEL-85587]
- vfio/type1: Catch zero from pin_user_pages_remote() (Alex Williamson) [RHEL-85587]
- vfio/pci: match IGD devices in display controller class (Alex Williamson) [RHEL-85587]
- vfio/nvgrace-gpu: Add GB200 SKU to the devid table (Alex Williamson) [RHEL-85587]
- vfio/nvgrace-gpu: Check the HBM training and C2C link status (Alex Williamson) [RHEL-85587]
- vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM (Alex Williamson) [RHEL-85587]
- vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem (Alex Williamson) [RHEL-85587]
- vfio/platform: check the bounds of read/write syscalls (Alex Williamson) [RHEL-85587]
- vfio/pci: Expose setup ROM at ROM bar when needed (Alex Williamson) [RHEL-85587]
- vfio/pci: Remove shadow ROM specific code paths (Alex Williamson) [RHEL-85587]
- vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64 (Alex Williamson) [RHEL-85587]
- vfio/pci: Enable iowrite64 and ioread64 for vfio pci (Alex Williamson) [RHEL-85587]
- vfio/virtio: Enable live migration once VIRTIO_PCI was configured (Alex Williamson) [RHEL-85587]
- vfio/virtio: Add PRE_COPY support for live migration (Alex Williamson) [RHEL-85587]
- vfio/virtio: Add support for the basic live migration functionality (Alex Williamson) [RHEL-85587]
- virtio-pci: Introduce APIs to execute device parts admin commands (Alex Williamson) [RHEL-85587]
- virtio: Manage device and driver capabilities via the admin commands (Alex Williamson) [RHEL-85587]
- virtio: Extend the admin command to include the result size (Alex Williamson) [RHEL-85587]
- virtio_pci: Introduce device parts access commands (Alex Williamson) [RHEL-85587]
- Documentation: add debugfs description for hisi migration (Alex Williamson) [RHEL-85587]
- hisi_acc_vfio_pci: register debugfs for hisilicon migration driver (Alex Williamson) [RHEL-85587]
- hisi_acc_vfio_pci: create subfunction for data reading (Alex Williamson) [RHEL-85587]
- hisi_acc_vfio_pci: extract public functions for container_of (Alex Williamson) [RHEL-85587]
- vfio/qat: fix overflow check in qat_vf_resume_write() (Alex Williamson) [RHEL-85587]
- vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table (Alex Williamson) [RHEL-85587]
- kvm/vfio: Constify struct kvm_device_ops (Alex Williamson) [RHEL-85587]
- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) [RHEL-79278]
- redhat: change compression flags for xz (Herton R. Krzesinski) [RHEL-79278]
- dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (Benjamin Marzinski) [RHEL-84777]
- dm vdo: add missing spin_lock_init (Benjamin Marzinski) [RHEL-59337]
- dm-integrity: Do not emit journal configuration in DM table for Inline mode (Benjamin Marzinski) [RHEL-84777]
- dm-integrity: Avoid divide by zero in table status in Inline mode (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: track tag_offset in convert_context (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: don't initialize cc_sector again (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit() (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: use bi_sector in bio when initialize integrity seed (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer() (Benjamin Marzinski) [RHEL-84777]
- dm-crypt: set atomic as false when calling crypt_convert() in kworker (Benjamin Marzinski) [RHEL-84777]
- dm-mirror: Support atomic writes (Benjamin Marzinski) [RHEL-84777]
- dm-io: Warn on creating multiple atomic write bios for a region (Benjamin Marzinski) [RHEL-84777]
- dm-stripe: Enable atomic writes (Benjamin Marzinski) [RHEL-84777]
- dm-linear: Enable atomic writes (Benjamin Marzinski) [RHEL-84777]
- dm: Ensure cloned bio is same length for atomic write (Benjamin Marzinski) [RHEL-84777]
- dm-table: atomic writes support (Benjamin Marzinski) [RHEL-84777]
- dm-transaction-manager: use red-black trees instead of linear lists (Benjamin Marzinski) [RHEL-84777]
- dm: disable REQ_NOWAIT for flushes (Benjamin Marzinski) [RHEL-84777]
- dm: remove useless test in alloc_multiple_bios (Benjamin Marzinski) [RHEL-84777]
- dm: change kzalloc to kcalloc (Benjamin Marzinski) [RHEL-84777]
- dm raid: fix spelling errors in raid_ctr() (Benjamin Marzinski) [RHEL-84777]
- dm thin: make get_first_thin use rcu-safe list first function (Benjamin Marzinski) [RHEL-84777]
- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY (Benjamin Marzinski) [RHEL-84777]
- dm-verity FEC: Avoid copying RS parity bytes twice. (Benjamin Marzinski) [RHEL-84777]
- dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2) (Benjamin Marzinski) [RHEL-84777]
- dm array: fix cursor index when skipping across block boundaries (Benjamin Marzinski) [RHEL-84777]
- dm array: fix unreleased btree blocks on closing a faulty array cursor (Benjamin Marzinski) [RHEL-84777]
- dm-verity: remove the unused "data_start" variable (Benjamin Marzinski) [RHEL-84777]
- dm-bufio: use kmalloc to allocate power-of-two sized buffers (Benjamin Marzinski) [RHEL-84777]
- dm thin: Add missing destroy_work_on_stack() (Benjamin Marzinski) [RHEL-84777]
- dm: add support for get_unique_id (Benjamin Marzinski) [RHEL-84777]
- dm vdo: fix function doc comment formatting (Benjamin Marzinski) [RHEL-84777]
- dm vdo int-map: remove unused parameters (Benjamin Marzinski) [RHEL-84777]
- dm-vdo: reset bi_ioprio to the default value when the bio is reset (Benjamin Marzinski) [RHEL-84777]
- dm-vdo murmurhash: remove u64 alignment requirement (Benjamin Marzinski) [RHEL-84777]
- dm: Fix typo in error message (Benjamin Marzinski) [RHEL-84777]
- dm ioctl: rate limit a couple of ioctl based error messages (Benjamin Marzinski) [RHEL-84777]
- dm vdo: Remove unused uds_compute_index_size (Benjamin Marzinski) [RHEL-84777]
- dm vdo: Remove unused functions (Benjamin Marzinski) [RHEL-84777]
- dm: zoned: Remove unused functions (Benjamin Marzinski) [RHEL-84777]
- dm: Remove unused dm_table_bio_based (Benjamin Marzinski) [RHEL-84777]
- dm: Remove unused dm_set_md_type (Benjamin Marzinski) [RHEL-84777]
- dm cache: Remove unused functions in bio-prison-v1 (Benjamin Marzinski) [RHEL-84777]
- dm cache: Remove unused dm_cache_size (Benjamin Marzinski) [RHEL-84777]
- dm cache: Remove unused dm_cache_dump (Benjamin Marzinski) [RHEL-84777]
- dm cache: Remove unused btracker_nr_writebacks_queued (Benjamin Marzinski) [RHEL-84777]
- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) [RHEL-84659]
- ptp: Properly handle compat ioctls (CKI Backport Bot) [RHEL-84646]
- ptp: Ensure info->enable callback is always set (CKI Backport Bot) [RHEL-84646] {CVE-2025-21814}
- gitlab-ci: set automotive dist-tag (Scott Weaver)
Resolves: RHEL-59337, RHEL-70466, RHEL-77219, RHEL-79278, RHEL-84540, RHEL-84646, RHEL-84659, RHEL-84777, RHEL-85587, RHEL-85591, RHEL-85845
* Mon Apr 14 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-74.el10]
- sched/core: Prevent rescheduling when interrupts are disabled (Phil Auld) [RHEL-78822]
- sched: Don't define sched_clock_irqtime as static key (Phil Auld) [RHEL-78822]
- sched: Compact RSEQ concurrency IDs with reduced threads and affinity (Phil Auld) [RHEL-78822]
- getdelays: fix error format characters (Phil Auld) [RHEL-78822]
- taskstats: modify taskstats version (Phil Auld) [RHEL-78822]
- sched/debug: Provide slice length for fair tasks (Phil Auld) [RHEL-78822]
- hung_task: add task->flags, blocked by coredump to log (Phil Auld) [RHEL-78822]
- cpufreq/schedutil: Only bind threads if needed (Phil Auld) [RHEL-78822]
- sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue (Phil Auld) [RHEL-78822]
- tracing: Print lazy preemption model (Phil Auld) [RHEL-78822]
- psi: Fix race when task wakes up before psi_sched_switch() adjusts flags (Phil Auld) [RHEL-78822]
- sched/fair: Do not compute overloaded status unnecessarily during lb (Phil Auld) [RHEL-78822]
- sched/fair: Do not compute NUMA Balancing stats unnecessarily during lb (Phil Auld) [RHEL-78822]
- sched, psi: Don't account irq time if sched_clock_irqtime is disabled (Phil Auld) [RHEL-78822]
- sched: Don't account irq time if sched_clock_irqtime is disabled (Phil Auld) [RHEL-78822]
- sched: Define sched_clock_irqtime as static key (Phil Auld) [RHEL-78822]
- sched/debug: Change need_resched warnings to pr_err (Phil Auld) [RHEL-78822]
- sched/core: Prioritize migrating eligible tasks in sched_balance_rq() (Phil Auld) [RHEL-78822]
- sched: Fix race between yield_to() and try_to_wake_up() (Phil Auld) [RHEL-78822]
- sched/fair: Encapsulate set custom slice in a __setparam_fair() function (Phil Auld) [RHEL-78822]
- sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE (Phil Auld) [RHEL-78822]
- delayacct: add delay min to record delay peak (Phil Auld) [RHEL-78822]
- delayacct: add delay max to record delay peak (Phil Auld) [RHEL-78822]
- sched/fair: Fix EEVDF entity placement bug causing scheduling lag (Phil Auld) [RHEL-78822]
- preempt: Move PREEMPT_RT before PREEMPT in vermagic. (Phil Auld) [RHEL-78822]
- sched/fair: Update comments after sched_tick() rename. (Phil Auld) [RHEL-78822]
- powerpc: Large user copy aware of full:rt:lazy preemption (Phil Auld) [RHEL-78822]
- powerpc: Add preempt lazy support (Phil Auld) [RHEL-78822]
- PM: EM: Move sched domains rebuild function from schedutil to EM (Phil Auld) [RHEL-78822]
- PM: EM: Add min/max available performance state limits (Phil Auld) [RHEL-78822]
- cpufreq: schedutil: Fix superfluous updates caused by need_freq_update (Phil Auld) [RHEL-78822]
- sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug (Phil Auld) [RHEL-78822]
- sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_task (Phil Auld) [RHEL-78822]
- sched/fair: Mark m*_vruntime() with __maybe_unused (Phil Auld) [RHEL-78822]
- sched/fair: Untangle NEXT_BUDDY and pick_next_task() (Phil Auld) [RHEL-78822]
- sched/fair: Fix variable declaration position (Phil Auld) [RHEL-78822]
- sched/fair: Do not try to migrate delayed dequeue task (Phil Auld) [RHEL-78822]
- sched/fair: Rename cfs_rq.nr_running into nr_queued (Phil Auld) [RHEL-78822]
- sched/fair: Remove unused cfs_rq.idle_nr_running (Phil Auld) [RHEL-78822]
- sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle (Phil Auld) [RHEL-78822]
- sched/fair: Removed unsued cfs_rq.h_nr_delayed (Phil Auld) [RHEL-78822]
- sched/fair: Use the new cfs_rq.h_nr_runnable (Phil Auld) [RHEL-78822]
- sched/fair: Add new cfs_rq.h_nr_runnable (Phil Auld) [RHEL-78822]
- sched/fair: Rename h_nr_running into h_nr_queued (Phil Auld) [RHEL-78822]
- sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE (Phil Auld) [RHEL-78822]
- sched/isolation: Consolidate housekeeping cpumasks that are always identical (Phil Auld) [RHEL-78822]
- sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full" (Phil Auld) [RHEL-78822]
- sched/core: Remove HK_TYPE_SCHED (Phil Auld) [RHEL-78822]
- sched/deadline: Check bandwidth overflow earlier for hotplug (Phil Auld) [RHEL-78822]
- sched/deadline: Correctly account for allocated bandwidth during hotplug (Phil Auld) [RHEL-78822]
- sched/deadline: Consolidate Timer Cancellation (Phil Auld) [RHEL-78822]
- sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used() (Phil Auld) [RHEL-78822]
- sched: Don't try to catch up excess steal time. (Phil Auld) [RHEL-78822]
- sched: add READ_ONCE to task_on_rq_queued (Phil Auld) [RHEL-78822]
- sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes (Phil Auld) [RHEL-78822]
- sched/core: Update kernel boot parameters for LAZY preempt. (Phil Auld) [RHEL-78822]
- Revert "redhat: Fix CONFIG_PREEMPT_RT for RT and AUTO kernels" (Phil Auld) [RHEL-78822]
- s390: Add ARCH_HAS_PREEMPT_LAZY support (Phil Auld) [RHEL-78822]
- s390: Add missing _TIF defines (Phil Auld) [RHEL-78822]
- tracing: Record task flag NEED_RESCHED_LAZY. (Phil Auld) [RHEL-78822]
- tracing: Remove TRACE_FLAG_IRQS_NOSUPPORT (Phil Auld) [RHEL-78822]
- sched/cpufreq: Ensure sd is rebuilt for EAS check (Phil Auld) [RHEL-78822]
- sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY. (Phil Auld) [RHEL-78822]
- sched: No PREEMPT_RT=y for all{yes,mod}config (Phil Auld) [RHEL-78822]
- riscv: add PREEMPT_LAZY support (Phil Auld) [RHEL-78822]
- sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT (Phil Auld) [RHEL-78822]
- sched: Add Lazy preemption model (Phil Auld) [RHEL-78822]
- sched, x86: Enable Lazy preemption (Phil Auld) [RHEL-78822]
- sched: Initialize idle tasks only once (Phil Auld) [RHEL-78822]
- sched: Add TIF_NEED_RESCHED_LAZY infrastructure (Phil Auld) [RHEL-78822]
- sched: psi: pass enqueue/dequeue flags to psi callbacks directly (Phil Auld) [RHEL-78822]
- sched/uclamp: Fix unnused variable warning (Phil Auld) [RHEL-78822]
- sched_getattr: port to copy_struct_to_user (Phil Auld) [RHEL-78822]
- uaccess: add copy_struct_to_user helper (Phil Auld) [RHEL-78822]
- sched: Split scheduler and execution contexts (Phil Auld) [RHEL-78822]
- sched: Consolidate pick_*_task to task_is_pushable helper (Phil Auld) [RHEL-78822]
- sched: Add move_queued_task_locked helper (Phil Auld) [RHEL-78822]
- sched: Split out __schedule() deactivate task logic into a helper (Phil Auld) [RHEL-78822]
- sched: idle: Optimize the generic idle loop by removing needless memory barrier (Phil Auld) [RHEL-78822]
- sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads (Phil Auld) [RHEL-78822]
- sched/fair: fix the comment for PREEMPT_SHORT (Phil Auld) [RHEL-78822]
- sched/fair: optimize the PLACE_LAG when se->vlag is zero (Phil Auld) [RHEL-78822]
- sched/wait: Remove unused bit_wait_io_timeout (Phil Auld) [RHEL-78822]
- sched/fair: remove the DOUBLE_TICK feature (Phil Auld) [RHEL-78822]
- redhat: Fix CONFIG_PREEMPT_RT for RT and AUTO kernels (Juri Lelli) [RHEL-78822]
- Revert "riscv: add PREEMPT_AUTO support" (Juri Lelli) [RHEL-78822]
- Revert "sched: define TIF_ALLOW_RESCHED" (Juri Lelli) [RHEL-78822]
- Revert "sched: Update the lazy-preempt bits." (Juri Lelli) [RHEL-78822]
- Revert "sched: Replace PREEMPT_AUTO with LAZY_PREEMPT." (Juri Lelli) [RHEL-78822]
- perf annotate: Use an array for the disassembler preference (Michael Petlan) [RHEL-77935]
- tools features: Don't check for libunwind devel files by default (Michael Petlan) [RHEL-77935]
- tools build: Remove the libunwind feature tests from the ones detected when test-all.o builds (Michael Petlan) [RHEL-77935]
- perf test: Fix parallel/sequential option documentation (Michael Petlan) [RHEL-77935]
- perf stat: Remove empty new_line_metric function (Michael Petlan) [RHEL-77935]
- perf stat: Also hide metric-units from JSON when event didn't run (Michael Petlan) [RHEL-77935]
- perf stat: Fix trailing comma when there is no metric unit (Michael Petlan) [RHEL-77935]
- perf test stat: Avoid hybrid assumption when virtualized (Michael Petlan) [RHEL-77935]
- perf tools: Fixup end address of modules (Michael Petlan) [RHEL-77935]
- perf symbol: Prefer non-label symbols with same address (Michael Petlan) [RHEL-77935]
- docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Fix htmldocs errors (Michael Petlan) [RHEL-77935]
- perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function (Michael Petlan) [RHEL-77935]
- ARM: pmuv3: Add missing write_pmuacr() (Michael Petlan) [RHEL-77935]
- perf probe: Fix uninitialized variable (Michael Petlan) [RHEL-77935]
- libperf: evlist: Fix --cpu argument on hybrid platform (Michael Petlan) [RHEL-77935]
- perf test expr: Fix system_tsc_freq for only x86 (Michael Petlan) [RHEL-77935]
- perf test hwmon_pmu: Fix event file location (Michael Petlan) [RHEL-77935]
- perf hwmon_pmu: Use openat rather than dup to refresh directory (Michael Petlan) [RHEL-77935]
- perf ftrace: Fix undefined behavior in cmp_profile_data() (Michael Petlan) [RHEL-77935]
- perf tools: Fix precise_ip fallback logic (Michael Petlan) [RHEL-77935]
- tools headers: Sync uapi/linux/perf_event.h with the kernel sources (Michael Petlan) [RHEL-77935]
- perf test: Don't signal all processes on system when interrupting tests (Michael Petlan) [RHEL-77935]
- perf tools: Fix build-id event recording (Michael Petlan) [RHEL-77935]
- tools: Override makefile ARCH variable if defined, but empty (Michael Petlan) [RHEL-77935]
- perf tests: Fix hwmon parsing with PMU name test (Michael Petlan) [RHEL-77935]
- perf hwmon_pmu: Ensure hwmon key union is zeroed before use (Michael Petlan) [RHEL-77935]
- perf tests hwmon_pmu: Remove double evlist__delete() (Michael Petlan) [RHEL-77935]
- perf/test: fix perf ftrace test on s390 (Michael Petlan) [RHEL-77935]
- perf bpf-filter: Return -ENOMEM directly when pfi allocation fails (Michael Petlan) [RHEL-77935]
- perf test: Correct hwmon test PMU detection (Michael Petlan) [RHEL-77935]
- perf: Remove unused del_perf_probe_events() (Michael Petlan) [RHEL-77935]
- perf pmu: Move pmu_metrics_table__find and remove ARM override (Michael Petlan) [RHEL-77935]
- perf jevents: Add map_for_cpu() (Michael Petlan) [RHEL-77935]
- perf header: Pass a perf_cpu rather than a PMU to get_cpuid_str (Michael Petlan) [RHEL-77935]
- perf header: Avoid transitive PMU includes (Michael Petlan) [RHEL-77935]
- perf arm64 header: Use cpu argument in get_cpuid (Michael Petlan) [RHEL-77935]
- perf header: Refactor get_cpuid to take a CPU for ARM (Michael Petlan) [RHEL-77935]
- perf header: Move is_cpu_online to numa bench (Michael Petlan) [RHEL-77935]
- perf jevents: fix breakage when do perf stat on system metric (Michael Petlan) [RHEL-77935]
- perf test: Add missing __exit calls in tool/hwmon tests (Michael Petlan) [RHEL-77935]
- perf tests: Make leader sampling test work without branch event (Michael Petlan) [RHEL-77935]
- perf util: Remove kernel version deadcode (Michael Petlan) [RHEL-77935]
- perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn't resolved (Michael Petlan) [RHEL-77935]
- perf test shell trace_exit_race: Show what went wrong in verbose mode (Michael Petlan) [RHEL-77935]
- perf tests: Add test for trace output loss (Michael Petlan) [RHEL-77935]
- perf trace: Avoid garbage when not printing a syscall's arguments (Michael Petlan) [RHEL-77935]
- perf trace: Do not lose last events in a race (Michael Petlan) [RHEL-77935]
- perf probe: Introduce quotation marks support (Michael Petlan) [RHEL-77935]
- perf string: Add strpbrk_esq() and strdup_esq() for escape and quote (Michael Petlan) [RHEL-77935]
- perf probe: Accept FUNC@* to specify function name explicitly (Michael Petlan) [RHEL-77935]
- perf probe: Fix to ignore escaped characters in --lines option (Michael Petlan) [RHEL-77935]
- perf probe: Fix error message for failing to find line range (Michael Petlan) [RHEL-77935]
- perf trace: Fix tracing itself, creating feedback loops (Michael Petlan) [RHEL-77935]
- libsubcmd: Move va_end() before exit (Michael Petlan) [RHEL-77935]
- perf timechart: Remove redundant variable assignment (Michael Petlan) [RHEL-77935]
- perf list: Fix topic and pmu_name argument order (Michael Petlan) [RHEL-77935]
- perf tools: Fix typos Muliplier -> Multiplier (Michael Petlan) [RHEL-77935]
- perf disasm: Allow configuring what disassemblers to use (Michael Petlan) [RHEL-77935]
- perf disasm: Define stubs for the LLVM and capstone disassemblers (Michael Petlan) [RHEL-77935]
- perf disasm: Introduce symbol__disassemble_objdump() (Michael Petlan) [RHEL-77935]
- perf build: Remove PERF_HAVE_DWARF_REGS (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Remove get_arch_regstr code (Michael Petlan) [RHEL-77935]
- perf xtensa: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf sparc: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf sh: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf s390: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Move powerpc dwarf-regs out of arch (Michael Petlan) [RHEL-77935]
- perf mips: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf loongarch: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Move csky dwarf-regs out of arch (Michael Petlan) [RHEL-77935]
- perf arm: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf arm64: Remove dwarf-regs.c (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Move x86 dwarf-regs out of arch (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Pass ELF flags to get_dwarf_regstr (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum (Michael Petlan) [RHEL-77935]
- perf disasm: Add e_machine/e_flags to struct arch (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Add EM_HOST and EF_HOST defines (Michael Petlan) [RHEL-77935]
- perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET (Michael Petlan) [RHEL-77935]
- perf bpf-prologue: Remove unused file (Michael Petlan) [RHEL-77935]
- perf docs: Document tool and hwmon events (Michael Petlan) [RHEL-77935]
- perf test: Add hwmon "PMU" test (Michael Petlan) [RHEL-77935]
- perf pmu: Add calls enabling the hwmon_pmu (Michael Petlan) [RHEL-77935]
- perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs (Michael Petlan) [RHEL-77935]
- perf test: Add hwmon filename parser test (Michael Petlan) [RHEL-77935]
- perf hwmon_pmu: Add hwmon filename parser (Michael Petlan) [RHEL-77935]
- tools api io: Ensure line_len_out is always initialized (Michael Petlan) [RHEL-77935]
- perf build: Include libtraceevent headers directly indicated by pkg-config (Michael Petlan) [RHEL-77935]
- perf script python: Adjust objdump start/end per map pgoff parameter (Michael Petlan) [RHEL-77935]
- perf script cs_etm: Add map_pgoff to python dictionary (Michael Petlan) [RHEL-77935]
- perf stat: Expand metric+unit buffer size (Michael Petlan) [RHEL-77935]
- perf tools: Add the empty-pmu-events build to .gitignore (Michael Petlan) [RHEL-77935]
- perf: event: Remove deadcode (Michael Petlan) [RHEL-77935]
- perf trace: avoid garbage when not printing a trace event's arguments (Michael Petlan) [RHEL-77935]
- perf test: Fix ftrace test with regex patterns (Michael Petlan) [RHEL-77935]
- perf test: Remove dangling CFLAGS for removed attr.o object (Michael Petlan) [RHEL-77935]
- perf tools: Add all shellcheck_log to gitignore (Michael Petlan) [RHEL-77935]
- perf build: Add missing cflags when building with custom libtraceevent (Michael Petlan) [RHEL-77935]
- perf build: Make libunwind opt-in rather than opt-out (Michael Petlan) [RHEL-77935]
- perf test: Use sqrtloop workload to test bperf event (Michael Petlan) [RHEL-77935]
- perf stat: Support inherit events during fork() for bperf (Michael Petlan) [RHEL-77935]
- perf arm-spe: Use old behavior when opening old SPE files (Michael Petlan) [RHEL-77935]
- perf ftrace latency: Fix unit on histogram first entry when using --use-nsec (Michael Petlan) [RHEL-77935]
- perf, riscv: Wire up perf trace support for RISC-V (Michael Petlan) [RHEL-77935]
- perf probe: Fix retrieval of source files from a debuginfod server (Michael Petlan) [RHEL-77935]
- perf arm-spe: Update --itrace help text (Michael Petlan) [RHEL-77935]
- perf arm-spe: Correctly set sample flags (Michael Petlan) [RHEL-77935]
- perf arm-spe: Use ARM_SPE_OP_BRANCH_ERET when synthesizing branches (Michael Petlan) [RHEL-77935]
- perf arm-spe: Set sample.addr to target address for instruction sample (Michael Petlan) [RHEL-77935]
- perf vendor events arm64: Add i.MX91 DDR Performance Monitor metrics (Michael Petlan) [RHEL-77935]
- perf test: Sort tests placing exclusive tests last (Michael Petlan) [RHEL-77935]
- perf test: Add a signal handler to kill forked child processes (Michael Petlan) [RHEL-77935]
- perf test: Make parallel testing the default (Michael Petlan) [RHEL-77935]
- perf test: Run parallel tests in two passes (Michael Petlan) [RHEL-77935]
- perf test: Add a signal handler around running a test (Michael Petlan) [RHEL-77935]
- perf test: Tag parallel failing shell tests with "(exclusive)" (Michael Petlan) [RHEL-77935]
- perf test: Avoid list test blocking on writing to stdout (Michael Petlan) [RHEL-77935]
- perf test: Reduce scope of parallel variable (Michael Petlan) [RHEL-77935]
- perf test: Display number of active running tests (Michael Petlan) [RHEL-77935]
- tools subcmd: Add non-waitpid check_if_command_finished() (Michael Petlan) [RHEL-77935]
- perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw() (Michael Petlan) [RHEL-77935]
- perf disasm: Use disasm_line__free() to properly free disasm_line (Michael Petlan) [RHEL-77935]
- perf disasm: Use disasm_line__free() to properly free disasm_line (Michael Petlan) [RHEL-77935]
- perf test: Add precise_max subtest to the perf record shell test (Michael Petlan) [RHEL-77935]
- perf record: Just use "cycles:P" as the default event (Michael Petlan) [RHEL-77935]
- perf tools: Check fallback error and order (Michael Petlan) [RHEL-77935]
- perf tools: Move x86__is_amd_cpu() to util/env.c (Michael Petlan) [RHEL-77935]
- perf tools: Detect missing kernel features properly (Michael Petlan) [RHEL-77935]
- perf tools: Do not set exclude_guest for precise_ip (Michael Petlan) [RHEL-77935]
- perf tools: Simplify evsel__add_modifier() (Michael Petlan) [RHEL-77935]
- perf tools: Don't set attr.exclude_guest by default (Michael Petlan) [RHEL-77935]
- perf tools: Add fallback for exclude_guest (Michael Petlan) [RHEL-77935]
- perf tools: sched-pipe bench: add (-n) nonblocking benchmark (Michael Petlan) [RHEL-77935]
- perf test: Document the -w/--workload option (Michael Petlan) [RHEL-77935]
- perf test: Introduce --list-workloads to list the available workloads (Michael Petlan) [RHEL-77935]
- perf test: Introduce workloads__for_each() (Michael Petlan) [RHEL-77935]
- perf vendor events amd: Update Zen 5 data cache fill events (Michael Petlan) [RHEL-77935]
- perf vendor events amd: Add Zen 5 data fabric metrics (Michael Petlan) [RHEL-77935]
- perf vendor events amd: Add Zen 5 data fabric events (Michael Petlan) [RHEL-77935]
- perf test: Fix perf test case 84 on s390 (Michael Petlan) [RHEL-77935]
- perf test: Update all metrics test like metricgroups test (Michael Petlan) [RHEL-77935]
- perf build: Rename CONFIG_DWARF to CONFIG_LIBDW (Michael Petlan) [RHEL-77935]
- perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT (Michael Petlan) [RHEL-77935]
- perf libdw: Remove unnecessary defines (Michael Petlan) [RHEL-77935]
- perf probe: Move elfutils support check to libdw check (Michael Petlan) [RHEL-77935]
- perf build: Combine test-dwarf-getcfi into test-libdw (Michael Petlan) [RHEL-77935]
- perf build: Combine test-dwarf-getlocations into test-libdw (Michael Petlan) [RHEL-77935]
- perf build: Combine libdw-dwarf-unwind into libdw feature tests (Michael Petlan) [RHEL-77935]
- perf build: Rename test-dwarf to test-libdw (Michael Petlan) [RHEL-77935]
- perf build: Remove defined but never used variable (Michael Petlan) [RHEL-77935]
- perf build: Rename NO_DWARF to NO_LIBDW (Michael Petlan) [RHEL-77935]
- perf build: Fix LIBDW_DIR (Michael Petlan) [RHEL-77935]
- perf test: Move attr files into shell directory where they are used (Michael Petlan) [RHEL-77935]
- perf test: Remove C test wrapper for attr.py (Michael Petlan) [RHEL-77935]
- perf test: Add a shell wrapper for "Setup struct perf_event_attr" (Michael Petlan) [RHEL-77935]
- perf probe: Correct demangled symbols in C++ program (Michael Petlan) [RHEL-77935]
- perf stat: Disable metric thresholds for CSV and JSON metric-only mode (Michael Petlan) [RHEL-77935]
- perf stat: Add metric-threshold to json output (Michael Petlan) [RHEL-77935]
- perf stat: Change color to threshold in print_metric (Michael Petlan) [RHEL-77935]
- perf stat: Drop metric-unit if unit is NULL (Michael Petlan) [RHEL-77935]
- perf stat: Display "none" for NaN with metric only json (Michael Petlan) [RHEL-77935]
- perf stat: Fix/add parameter names for print_metric (Michael Petlan) [RHEL-77935]
- perf color: Add printf format checking and resolve issues (Michael Petlan) [RHEL-77935]
- perf probe: Fix libdw memory leak (Michael Petlan) [RHEL-77935]
- perf disasm: Fix capstone memory leak (Michael Petlan) [RHEL-77935]
- tools/perf/powerpc/util: Add support to handle compatible mode PVR for perf json events (Michael Petlan) [RHEL-77935]
- tools/perf/pmu-events/powerpc: Add support for compat events in json (Michael Petlan) [RHEL-77935]
- perf dso: Fix symtab_type for kmod compression (Michael Petlan) [RHEL-77935]
- perf probe: Improve log for long event name failure (Michael Petlan) [RHEL-77935]
- perf probe: Check group string length (Michael Petlan) [RHEL-77935]
- perf probe: Use the MAX_EVENT_NAME_LEN macro (Michael Petlan) [RHEL-77935]
- perf test: Speed up some tests using perf list (Michael Petlan) [RHEL-77935]
- perf x86/topdown: Refine helper arch_is_topdown_metrics() (Michael Petlan) [RHEL-77935]
- perf x86/topdown: Make topdown metrics comparators be symmetric (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Remove duplicate io.h header (Michael Petlan) [RHEL-77935]
- perf arm-spe: Add Cortex CPUs to common data source encoding list (Michael Petlan) [RHEL-77935]
- perf arm-spe: Add Neoverse-V2 to common data source encoding list (Michael Petlan) [RHEL-77935]
- perf arm-spe: Remove the unused 'midr' field (Michael Petlan) [RHEL-77935]
- perf arm-spe: Use metadata to decide the data source feature (Michael Petlan) [RHEL-77935]
- perf arm-spe: Introduce arm_spe__is_homogeneous() (Michael Petlan) [RHEL-77935]
- perf arm-spe: Rename the common data source encoding (Michael Petlan) [RHEL-77935]
- perf arm-spe: Rename arm_spe__synth_data_source_generic() (Michael Petlan) [RHEL-77935]
- perf test: Delete unused Intel CQM test (Michael Petlan) [RHEL-77935]
- perf evsel: Fix missing inherit + sample read check (Michael Petlan) [RHEL-77935]
- perf sched timehist: Add pre-migration wait time option (Michael Petlan) [RHEL-77935]
- perf tools: Remove unnecessary parentheses (Michael Petlan) [RHEL-77935]
- perf tools: Fix possible compiler warnings in hashmap (Michael Petlan) [RHEL-77935]
- perf tools: Fix compiler error in util/tool_pmu.c (Michael Petlan) [RHEL-77935]
- tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.c (Michael Petlan) [RHEL-77935]
- tools/perf/tests: Fix compilation error with strncpy in tests/tool_pmu (Michael Petlan) [RHEL-77935]
- perf report: Display columns Predicted/Abort/Cycles in --branch-history (Michael Petlan) [RHEL-77935]
- perf tests: Add tool PMU test (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Switch to standard pmu functions and json descriptions (Michael Petlan) [RHEL-77935]
- perf jevents: Add tool event json under a common architecture (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Move expr literals to tool_pmu (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Rename perf_tool_event__* to tool_pmu__* (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event (Michael Petlan) [RHEL-77935]
- perf tool_pmu: Factor tool events into their own PMU (Michael Petlan) [RHEL-77935]
- perf parse-events: Expose/rename config_term_name (Michael Petlan) [RHEL-77935]
- perf pmu: Allow hardcoded terms to be applied to attributes (Michael Petlan) [RHEL-77935]
- perf pmu: Simplify an asprintf error message (Michael Petlan) [RHEL-77935]
- perf tools: Remove unused color_fwrite_lines (Michael Petlan) [RHEL-77935]
- perf test x86: Fix typo in intel-pt-test (Michael Petlan) [RHEL-77935]
- perf probe: Remove unused add_perf_probe_events (Michael Petlan) [RHEL-77935]
- perf test attr: Add back missing topdown events (Michael Petlan) [RHEL-77935]
- perf arm-spe: Dump metadata with version 2 (Michael Petlan) [RHEL-77935]
- perf arm-spe: Support metadata version 2 (Michael Petlan) [RHEL-77935]
- perf arm-spe: Save per CPU information in metadata (Michael Petlan) [RHEL-77935]
- perf arm-spe: Calculate meta data size (Michael Petlan) [RHEL-77935]
- perf arm-spe: Define metadata header version 2 (Michael Petlan) [RHEL-77935]
- perf list: update option desc in man page (Michael Petlan) [RHEL-77935]
- perf test: Restore sample rate for perf_event_attr (Michael Petlan) [RHEL-77935]
- perf/test: perf test 86 fails on s390 (Michael Petlan) [RHEL-77935]
- tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events (Michael Petlan) [RHEL-77935]
- tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values (Michael Petlan) [RHEL-77935]
- perf test: Skip not fail syscall tp fields test when insufficient permissions (Michael Petlan) [RHEL-77935]
- perf test: Skip not fail tp fields test when insufficient permissions (Michael Petlan) [RHEL-77935]
- perf test: Fix memory leaks on event-times error paths (Michael Petlan) [RHEL-77935]
- perf stat: Fix affinity memory leaks on error path (Michael Petlan) [RHEL-77935]
- perf jevents: Don't stop at the first matched pmu when searching a events table (Michael Petlan) [RHEL-77935]
- perf tests: Add more topdown events regroup tests (Michael Petlan) [RHEL-77935]
- perf tests: Add topdown events counting and sampling tests (Michael Petlan) [RHEL-77935]
- perf tests: Add leader sampling test in record tests (Michael Petlan) [RHEL-77935]
- perf x86/topdown: Don't move topdown metric events in group (Michael Petlan) [RHEL-77935]
- perf x86/topdown: Correct leader selection with sample_read enabled (Michael Petlan) [RHEL-77935]
- perf x86/topdown: Complete topdown slots/metrics events check (Michael Petlan) [RHEL-77935]
- perf evsel: Reduce a variables scope (Michael Petlan) [RHEL-77935]
- perf vender events arm64: Use "Topdown" as topdown metric group name (Michael Petlan) [RHEL-77935]
- perf test: Use ARRAY_SIZE for array length (Michael Petlan) [RHEL-77935]
- perf/test: Speed up test case perf annotate basic tests (Michael Petlan) [RHEL-77935]
- perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC} (Michael Petlan) [RHEL-77935]
- perf sched replay: Remove unused parts of the code (Michael Petlan) [RHEL-77935]
- libperf: Explicitly specify install-html dependencies (Michael Petlan) [RHEL-77935]
- perf test: Add a test for default perf stat command (Michael Petlan) [RHEL-77935]
- perf test: Make stat test work on DT devices (Michael Petlan) [RHEL-77935]
- perf evsel: Remove pmu_name (Michael Petlan) [RHEL-77935]
- perf evsel x86: Make evsel__has_perf_metrics work for legacy events (Michael Petlan) [RHEL-77935]
- perf stat: Remove evlist__add_default_attrs use strings (Michael Petlan) [RHEL-77935]
- perf stat: Uniquify event name improvements (Michael Petlan) [RHEL-77935]
- perf evsel: Add alternate_hw_config and use in evsel__match (Michael Petlan) [RHEL-77935]
- perf test: Ignore security failures in all PMU test (Michael Petlan) [RHEL-77935]
- perf symbol: Do not fixup end address of labels (Michael Petlan) [RHEL-77935]
- perf vendor events arm64: imx95: add imx95_bandwidth_usage.lpddr4x metric (Michael Petlan) [RHEL-77935]
- perf stat: Stop repeating when ref_perf_stat() returns -1 (Michael Petlan) [RHEL-77935]
- perf stat: Close cork_fd when create_perf_stat_counter() failed (Michael Petlan) [RHEL-77935]
- perf evsel: display dmesg command of showing a hardcoded path (Michael Petlan) [RHEL-77935]
- perf test: cs-etm: Test Coresight disassembly script (Michael Petlan) [RHEL-77935]
- perf scripts python cs-etm: Add start and stop arguments (Michael Petlan) [RHEL-77935]
- perf scripts python cs-etm: Improve arguments (Michael Petlan) [RHEL-77935]
- perf scripts python cs-etm: Update to use argparse (Michael Petlan) [RHEL-77935]
- perf scripting python: Add function to get a config value (Michael Petlan) [RHEL-77935]
- perf cs-etm: Use new OpenCSD consistency checks (Michael Petlan) [RHEL-77935]
- perf cs-etm: Don't flush when packet_queue fills up (Michael Petlan) [RHEL-77935]
- perf test: Be more tolerant of metricgroup failures (Michael Petlan) [RHEL-77935]
- perf tools: update expected diff for lib/list_sort.c (Michael Petlan) [RHEL-77935]
- tools/lib/list_sort: remove unnecessary header includes (Michael Petlan) [RHEL-77935]
- lib/list_sort: remove unnecessary header includes (Michael Petlan) [RHEL-77935]
- libsubcmd: Silence compiler warning (Michael Petlan) [RHEL-77935]
- perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNC (Michael Petlan) [RHEL-77935]
- perf/x86/intel/ds: Add PEBS format 6 (Michael Petlan) [RHEL-77935]
- perf/x86/intel/uncore: Add Clearwater Forest support (Michael Petlan) [RHEL-77935]
- perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFG (Michael Petlan) [RHEL-77935]
- perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros (Michael Petlan) [RHEL-77935]
- powerpc/perf: Add per-task/process monitoring to vpa_pmu driver (Michael Petlan) [RHEL-77935]
- powerpc/kvm: Add vpa latency counters to kvm_vcpu_arch (Michael Petlan) [RHEL-77935]
- docs: ABI: sysfs-bus-event_source-devices-vpa-pmu: Document sysfs event format entries for vpa_pmu (Michael Petlan) [RHEL-77935]
- powerpc/perf: Add perf interface to expose vpa counters (Michael Petlan) [RHEL-77935]
- redhat/configs: enable VPA_PMU on PowerPC (Michael Petlan) [RHEL-77935]
- perf/core: Correct perf sampling with guest VMs (Michael Petlan) [RHEL-77935]
- perf/x86: Refactor misc flag assignments (Michael Petlan) [RHEL-77935]
- perf/powerpc: Use perf_arch_instruction_pointer() (Michael Petlan) [RHEL-77935]
- perf/core: Hoist perf_instruction_pointer() and perf_misc_flags() (Michael Petlan) [RHEL-77935]
- perf/arm: Drop unused functions (Michael Petlan) [RHEL-77935]
- perf/x86/amd/uncore: Avoid a false positive warning about snprintf truncation in amd_uncore_umc_ctx_init (Michael Petlan) [RHEL-77935]
- perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling (Michael Petlan) [RHEL-77935]
- perf/x86/intel/pt: Add support for pause / resume (Michael Petlan) [RHEL-77935]
- perf/core: Add aux_pause, aux_resume, aux_start_paused (Michael Petlan) [RHEL-77935]
- perf/x86/intel/pt: Fix buffer full but size is 0 case (Michael Petlan) [RHEL-77935]
- perf/x86/rapl: Clean up cpumask and hotplug (Michael Petlan) [RHEL-77935]
- perf/x86/rapl: Move the pmu allocation out of CPU hotplug (Michael Petlan) [RHEL-77935]
- perf/x86/amd: Warn only on new bits set (Michael Petlan) [RHEL-77935]
- perf/x86/intel: Add PMU support for ArrowLake-H (Michael Petlan) [RHEL-77935]
- perf/x86/intel: Support hybrid PMU with multiple atom uarchs (Michael Petlan) [RHEL-77935]
- x86/cpu/intel: Define helper to get CPU core native ID (Michael Petlan) [RHEL-77935]
- perf/x86: Refine hybrid_pmu_type defination (Michael Petlan) [RHEL-77935]
- perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access control (Michael Petlan) [RHEL-77935]
Resolves: RHEL-77935, RHEL-78822
* Thu Apr 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-73.el10]
- x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (Steve Best) [RHEL-53783]
- x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (Steve Best) [RHEL-53783]
- x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (Steve Best) [RHEL-53783]
- x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD (Steve Best) [RHEL-53783]
- x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES (Steve Best) [RHEL-53783]
- x86/itmt: Use guard() for itmt_update_mutex (Steve Best) [RHEL-53783]
- x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (Steve Best) [RHEL-53783]
- selftests: net: bump GRO timeout for gro/setup_veth (Hangbin Liu) [RHEL-84558]
- selftests: net: bpf_offload: add 'libbpf_global' to ignored maps (Hangbin Liu) [RHEL-84558]
- selftests: net: fix error message in bpf_offload (Hangbin Liu) [RHEL-84558]
- selftests: openvswitch: don't hardcode the drop reason subsys (Hangbin Liu) [RHEL-84558]
- selftests: net: report output format as TAP 13 in Python tests (Hangbin Liu) [RHEL-84558]
- selftests/net: deflake GRO tests (Hangbin Liu) [RHEL-84558]
- selftests/net: only print passing message in GRO tests when tests pass (Hangbin Liu) [RHEL-84558]
- selftests/net: have `gro.sh -t` return a correct exit code (Hangbin Liu) [RHEL-84558]
- selftests: net: Fix minor typos in MPTCP and psock tests (Hangbin Liu) [RHEL-84558]
- selftests: net: Fix few spelling mistakes (Hangbin Liu) [RHEL-84558]
- selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message (Hangbin Liu) [RHEL-84558]
- selftests: net: suppress ReST file generation when building selftests (Hangbin Liu) [RHEL-84558]
- selftests: net: give up on the cmsg_time accuracy on slow machines (Hangbin Liu) [RHEL-84558]
- selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack() (Hangbin Liu) [RHEL-84558]
- selftests/net/forwarding: teamd command not found (Hangbin Liu) [RHEL-84558]
- selftests: drv-net: assume stats refresh is 0 if no ethtool -c support (Hangbin Liu) [RHEL-84558]
- selftests: forwarding: add a pvid_change test to bridge_vlan_unaware (Hangbin Liu) [RHEL-84558]
- selftests/net: call sendmmsg via udpgso_bench.sh (Hangbin Liu) [RHEL-84558]
- selftests: net: test extacks in netlink dumps (Hangbin Liu) [RHEL-84558]
- selftests: net: add more info to error in bpf_offload (Hangbin Liu) [RHEL-84558]
- selftests/net: Fix ./ns-XXXXXX not cleanup (Hangbin Liu) [RHEL-84558]
- selftests: net: add new ioam tests (Hangbin Liu) [RHEL-84558]
- selftests: net: remove ioam tests (Hangbin Liu) [RHEL-84558]
- selftests: net: csum: Clean up recv_verify_packet_ipv6 (Hangbin Liu) [RHEL-84558]
- Fix mmu notifiers for range-based invalidates (Charles Mirabile) [RHEL-83460]
- netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_flow_offload: update tcp state flags under lock (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: rework offload nf_conn timeout extension logic (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: remove skb argument from nf_ct_refresh (CKI Backport Bot) [RHEL-84544]
- netfilter: conntrack: add conntrack event timestamp (CKI Backport Bot) [RHEL-84544]
- netfilter: xt_hashlimit: htable_selective_cleanup() optimization (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: make destruction work queue pernet (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_exthdr: fix offset with ipv4_find_option() (CKI Backport Bot) [RHEL-84544]
- netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template. (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: allocate element update information dynamically (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: switch trans_elem to real flex array (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prepare nft audit for set element compaction (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: add nft_trans_commit_list_add_elem helper (CKI Backport Bot) [RHEL-84544]
- netfilter: nf_tables: prefer nft_trans_elem_alloc helper (CKI Backport Bot) [RHEL-84544]
- netfilter: nfnetlink: Report extack policy errors for batched ops (CKI Backport Bot) [RHEL-84544]
- padata: avoid UAF for reorder_work (Waiman Long) [RHEL-81531] {CVE-2025-21726}
- padata: fix UAF in padata_reorder (Waiman Long) [RHEL-81531]
- padata: add pd get/put refcnt helper (Waiman Long) [RHEL-81531]
- padata: fix sysfs store callback check (Waiman Long) [RHEL-81531]
- padata: Clean up in padata_do_multithreaded() (Waiman Long) [RHEL-81531]
- RDMA/core: Support link status events dispatching (Kamal Heib) [RHEL-78090]
- RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device. (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_copy_path_rec_from_user (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ibdev_printk (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_find_exact_cached_pkey (Kamal Heib) [RHEL-78090]
- RDMA/core: Remove unused ib_ud_header_unpack (Kamal Heib) [RHEL-78090]
- RDMA/srp: Fix error handling in srp_add_port (Kamal Heib) [RHEL-78090]
- net: Add options as a flexible array to struct ip_tunnel_info (Paolo Valerio) [RHEL-64164]
- ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1' (Paolo Valerio) [RHEL-64164]
- redhat: drop Y issues from changelog (Jan Stancek)
- vxlan: check vxlan_vnigroup_init() return value (CKI Backport Bot) [RHEL-81519] {CVE-2025-21790}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-80077]
- selftests: bonding: fix incorrect mac address (Hangbin Liu) [RHEL-59463]
- bonding: fix incorrect MAC address setting to receive NS messages (Hangbin Liu) [RHEL-59463]
- mm/hugetlb: fix hugepage allocation for interleaved memory nodes (CKI Backport Bot) [RHEL-62726]
- main.c: fix initcall blacklisted (Tomas Henzl) [RHEL-83271]
- pm: cpupower: remove hard-coded topology depth values (Steve Best) [RHEL-86398]
- pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology (Steve Best) [RHEL-86398]
- cpupower: monitor: Exit with error status if execvp() fail (Steve Best) [RHEL-86398]
- tools/power turbostat: v2025.05.06 (Steve Best) [RHEL-86246]
- tools/power turbostat: disable "cpuidle" invocation counters, by default (Steve Best) [RHEL-86246]
- tools/power turbostat: re-factor sysfs code (Steve Best) [RHEL-86246]
- tools/power turbostat: Restore GFX sysfs fflush() call (Steve Best) [RHEL-86246]
- tools/power turbostat: report CoreThr per measurement interval (Steve Best) [RHEL-86246]
- tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192 (Steve Best) [RHEL-86246]
- tools/power turbostat: Add idle governor statistics reporting (Steve Best) [RHEL-86246]
- tools/power turbostat: Fix names matching (Steve Best) [RHEL-86246]
- tools/power turbostat: Allow Zero return value for some RAPL registers (Steve Best) [RHEL-86246]
- tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (Steve Best) [RHEL-86246]
- x86/cpu: Fix #define name for Intel CPU model 0x5A (Steve Best) [RHEL-86246]
- vxlan: Fix uninit-value in vxlan_vnifilter_dump() (Guillaume Nault) [RHEL-84555]
- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() (CKI Backport Bot) [RHEL-81067] {CVE-2024-54456}
- net: fix NULL pointer dereference in l3mdev_l3_rcv (Davide Caratti) [RHEL-84550]
- ipvlan: ensure network headers are in skb linear part (Davide Caratti) [RHEL-84550] {CVE-2025-21891}
- tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare() (Xin Long) [RHEL-84567]
- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-84567]
- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-84567]
- pnfs/flexfiles: retry getting layout segment for reads (Benjamin Coddington) [RHEL-77609]
- nfs: fix incorrect error handling in LOCALIO (Benjamin Coddington) [RHEL-77609]
- nfs: probe for LOCALIO when v3 client reconnects to server (Benjamin Coddington) [RHEL-77609]
- nfs: probe for LOCALIO when v4 client reconnects to server (Benjamin Coddington) [RHEL-77609]
- nfs/localio: remove redundant code and simplify LOCALIO enablement (Benjamin Coddington) [RHEL-77609]
- nfs_common: add nfs_localio trace events (Benjamin Coddington) [RHEL-77609]
- nfs_common: track all open nfsd_files per LOCALIO nfs_client (Benjamin Coddington) [RHEL-77609]
- nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock (Benjamin Coddington) [RHEL-77609]
- nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file (Benjamin Coddington) [RHEL-77609]
- nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_ (Benjamin Coddington) [RHEL-77609]
- nfsd: update percpu_ref to manage references on nfsd_net (Benjamin Coddington) [RHEL-77609]
- nfs: cache all open LOCALIO nfsd_file(s) in client (Benjamin Coddington) [RHEL-77609]
- nfs_common: move localio_lock to new lock member of nfs_uuid_t (Benjamin Coddington) [RHEL-77609]
- nfs_common: rename functions that invalidate LOCALIO nfs_clients (Benjamin Coddington) [RHEL-77609]
- nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations (Benjamin Coddington) [RHEL-77609]
- nfs/localio: add direct IO enablement with sync and async IO support (Benjamin Coddington) [RHEL-77609]
- NFS: RHEL-10 disable localio (Benjamin Coddington) [RHEL-80503]
Resolves: RHEL-53783, RHEL-59463, RHEL-62726, RHEL-64164, RHEL-77609, RHEL-78090, RHEL-80077, RHEL-80503, RHEL-81067, RHEL-81519, RHEL-81531, RHEL-83271, RHEL-83460, RHEL-84544, RHEL-84550, RHEL-84555, RHEL-84558, RHEL-84567, RHEL-86246, RHEL-86398
* Wed Apr 09 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-72.el10]
- mei: me: add panther lake P DID (Steve Best) [RHEL-79719]
- s390/diag: Move diag.c to diag specific folder (Mete Durlu) [RHEL-72674]
- s390/diag324: Retrieve power readings via diag 0x324 (Mete Durlu) [RHEL-72674]
- s390/diag: Create misc device /dev/diag (Mete Durlu) [RHEL-72674]
- powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory (Mamatha Inamdar) [RHEL-85949]
- rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read (CKI Backport Bot) [RHEL-82459] {CVE-2024-58069}
- PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type (Myron Stowe) [RHEL-83150]
- redhat/configs: disable CONFIG_NVME_TARGET_PCI_EPF (Maurizio Lombardi) [RHEL-83544]
- nvmet: pci-epf: Do not add an IRQ vector if not needed (Maurizio Lombardi) [RHEL-83544]
- nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: fix stuck reset on concurrent DPC and HP (Maurizio Lombardi) [RHEL-83544]
- block: change blk_mq_add_to_batch() third argument type to bool (Maurizio Lombardi) [RHEL-83544]
- nvme: move error logging from nvme_end_req() to __nvme_end_req() (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: fix signedness bug in nvme_tcp_init_connection() (Maurizio Lombardi) [RHEL-83544]
- nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: Fix a C2HTermReq error message (Maurizio Lombardi) [RHEL-83544]
- nvmet: remove old function prototype (Maurizio Lombardi) [RHEL-83544]
- nvme-ioctl: fix leaked requests on mapping error (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: skip CMB blocks incompatible with PCI P2P DMA (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: clean up CMBMSC when registering CMB fails (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: fix possible UAF in nvme_tcp_poll (Maurizio Lombardi) [RHEL-83544]
- nvme: only allow entering LIVE from CONNECTING state (Maurizio Lombardi) [RHEL-83544]
- nvme-fc: rely on state transitions to handle connectivity loss (Maurizio Lombardi) [RHEL-83544]
- apple-nvme: Support coprocessors left idle (Maurizio Lombardi) [RHEL-83544]
- apple-nvme: Release power domains when probe fails (Maurizio Lombardi) [RHEL-83544]
- nvmet: Use enum definitions instead of hardcoded values (Maurizio Lombardi) [RHEL-83544]
- nvme: Cleanup the definition of the controller config register fields (Maurizio Lombardi) [RHEL-83544]
- nvme/ioctl: add missing space in err message (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: fix connect failure on receiving partial ICResp PDU (Maurizio Lombardi) [RHEL-83544]
- nvme: tcp: Fix compilation warning with W=1 (Maurizio Lombardi) [RHEL-83544]
- nvmet: pci-epf: Avoid RCU stalls under heavy workload (Maurizio Lombardi) [RHEL-83544]
- nvmet: pci-epf: Do not uselessly write the CSTS register (Maurizio Lombardi) [RHEL-83544]
- nvmet: pci-epf: Correctly initialize CSTS when enabling the controller (Maurizio Lombardi) [RHEL-83544]
- nvmet-rdma: recheck queue state is LIVE in state lock in recv done (Maurizio Lombardi) [RHEL-83544]
- nvmet: Fix crash when a namespace is disabled (Maurizio Lombardi) [RHEL-83544] {CVE-2025-21850}
- nvme-tcp: add basic support for the C2HTermReq PDU (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (Maurizio Lombardi) [RHEL-83544]
- nvme-fc: use ctrl state getter (Maurizio Lombardi) [RHEL-83544]
- nvme: make nvme_tls_attrs_group static (Maurizio Lombardi) [RHEL-83544]
- nvmet: add a missing endianess conversion in nvmet_execute_admin_connect (Maurizio Lombardi) [RHEL-83544]
- nvmet: the result field in nvmet_alloc_ctrl_args is little endian (Maurizio Lombardi) [RHEL-83544]
- nvmet: fix a memory leak in controller identify (Maurizio Lombardi) [RHEL-83544]
- nvme-fc: do not ignore connectivity loss during connecting (Maurizio Lombardi) [RHEL-83544]
- nvme: handle connectivity loss in nvme_set_queue_count (Maurizio Lombardi) [RHEL-83544]
- nvme-fc: go straight to connecting state when initializing (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: remove redundant dma frees in hmb (Maurizio Lombardi) [RHEL-83544]
- nvmet: fix rw control endian access (Maurizio Lombardi) [RHEL-83544]
- nvme: fix bogus kzalloc() return check in nvme_init_effects_log() (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: use correct size to free the hmb buffer (Maurizio Lombardi) [RHEL-83544]
- nvme: Add error path for xa_store in nvme_init_effects (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: fix comment typo (Maurizio Lombardi) [RHEL-83544]
- nvmet: New NVMe PCI endpoint function target driver (Maurizio Lombardi) [RHEL-83544]
- nvmet: Implement arbitration feature support (Maurizio Lombardi) [RHEL-83544]
- nvmet: Implement interrupt config feature support (Maurizio Lombardi) [RHEL-83544]
- nvmet: Implement interrupt coalescing feature support (Maurizio Lombardi) [RHEL-83544]
- nvmet: Implement host identifier set feature support (Maurizio Lombardi) [RHEL-83544]
- nvmet: Introduce get/set_feature controller operations (Maurizio Lombardi) [RHEL-83544]
- nvmet: Do not require SGL for PCI target controller commands (Maurizio Lombardi) [RHEL-83544]
- nvmet: Add support for I/O queue management admin commands (Maurizio Lombardi) [RHEL-83544]
- nvmet: Introduce nvmet_sq_create() and nvmet_cq_create() (Maurizio Lombardi) [RHEL-83544]
- nvmet: Introduce nvmet_req_transfer_len() (Maurizio Lombardi) [RHEL-83544]
- nvmet: Improve nvmet_alloc_ctrl() interface and implementation (Maurizio Lombardi) [RHEL-83544]
- nvme: Add PCI transport type (Maurizio Lombardi) [RHEL-83544]
- nvmet: Add drvdata field to struct nvmet_ctrl (Maurizio Lombardi) [RHEL-83544]
- nvmet: Introduce nvmet_get_cmd_effects_admin() (Maurizio Lombardi) [RHEL-83544]
- nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers (Maurizio Lombardi) [RHEL-83544]
- nvmet: Add vendor_id and subsys_vendor_id subsystem attributes (Maurizio Lombardi) [RHEL-83544]
- nvme: Move opcode string helper functions declarations (Maurizio Lombardi) [RHEL-83544]
- nvme: change return type of nvme_poll_cq() to bool (Maurizio Lombardi) [RHEL-83544]
- nvme: Add error check for xa_store in nvme_get_effects_log (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: Fix I/O queue cpu spreading for multiple controllers (Maurizio Lombardi) [RHEL-83544]
- nvmet: handle rw's limited retry flag (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: remove nvme_tcp_destroy_io_queues() (Maurizio Lombardi) [RHEL-83544]
- nvmet-loop: avoid using mutex in IO hotpath (Maurizio Lombardi) [RHEL-83544]
- nvmet: propagate npwg topology (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: 512 byte aligned dma pool segment quirk (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: simplify nvme_tcp_teardown_io_queues() (Maurizio Lombardi) [RHEL-83544]
- nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues() (Maurizio Lombardi) [RHEL-83544]
- nvme-rdma: unquiesce admin_q before destroy it (Maurizio Lombardi) [RHEL-83544] {CVE-2024-49569}
- nvme-tcp: fix the memleak while create new ctrl failed (Maurizio Lombardi) [RHEL-83544] {CVE-2024-56632}
- nvmet: replace kmalloc + memset with kzalloc for data allocation (Maurizio Lombardi) [RHEL-83544]
- nvme-fabrics: handle zero MAXCMD without closing the connection (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: remove two deallocate zeroes quirks (Maurizio Lombardi) [RHEL-83544]
- nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported (Maurizio Lombardi) [RHEL-83544]
- nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm() (Maurizio Lombardi) [RHEL-83544]
- nvme: tuning pr code by using defined structs and macros (Maurizio Lombardi) [RHEL-83544]
- nvme: introduce change ptpl and iekey definition (Maurizio Lombardi) [RHEL-83544]
- nvme-fabrics: fix kernel crash while shutting down controller (Maurizio Lombardi) [RHEL-83544] {CVE-2024-53169}
- Revert "nvme: make keep-alive synchronous operation" (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: use sgls for all user requests if possible (Maurizio Lombardi) [RHEL-83544]
- nvme: define the remaining used sgls constants (Maurizio Lombardi) [RHEL-83544]
- nvme-pci: add support for sgl metadata (Maurizio Lombardi) [RHEL-83544]
- nvme/multipath: Fix RCU list traversal to use SRCU primitive (Maurizio Lombardi) [RHEL-83544]
- nvmet: add tracing of reservation commands (Maurizio Lombardi) [RHEL-83544]
- nvme: parse reservation commands's action and rtype to string (Maurizio Lombardi) [RHEL-83544]
- nvmet: report ns's vwc not present (Maurizio Lombardi) [RHEL-83544]
- nvme: check ns's volatile write cache not present (Maurizio Lombardi) [RHEL-83544]
- nvme: add rotational support (Maurizio Lombardi) [RHEL-83544]
- nvme: use command set independent id ns if available (Maurizio Lombardi) [RHEL-83544]
- nvmet: support for csi identify ns (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement rotational media information log (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement endurance groups (Maurizio Lombardi) [RHEL-83544]
- nvmet: declare 2.1 version compliance (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement crto property (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement supported features log (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement supported log pages (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement active command set ns list (Maurizio Lombardi) [RHEL-83544]
- nvmet: implement id ns for nvm command set (Maurizio Lombardi) [RHEL-83544]
- nvmet: support reservation feature (Maurizio Lombardi) [RHEL-83544]
- redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL (Steve Best) [RHEL-67850]
- platform/x86/amd: amd_3d_vcache: Add AMD 3D V-Cache optimizer driver (Steve Best) [RHEL-67850]
Resolves: RHEL-67850, RHEL-72674, RHEL-79719, RHEL-82459, RHEL-83150, RHEL-83544, RHEL-85949
* Tue Apr 08 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-71.el10]
- KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Apply RESx settings to sysreg reset values (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Always evaluate HCR_EL2 using sanitising accessors (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix alignment of kvm_hyp_memcache allocations (Sebastian Ott) [RHEL-82297]
- tools headers: Sync arm64 kvm header with the kernel sources (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Initialize HCR_EL2.E2H early (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix tcr_el2 initialisation in hVHE mode (Sebastian Ott) [RHEL-82297]
- KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: timer: Drop warning on failed interrupt signalling (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Convert timer offset VA when accessed in HYP code (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix __pkvm_host_mkyoung_guest() return value (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Simplify np-guest hypercalls (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Improve error handling from check_host_shared_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: timer: Don't adjust the EL2 virtual timer offset (Sebastian Ott) [RHEL-82297]
- KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECV (Sebastian Ott) [RHEL-82297]
- KVM: arm64: timer: Always evaluate the need for a soft timer (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix nested S2 MMU structures reallocation (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fail protected mode init if no vgic hardware is present (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Flush/sync debug state in protected mode (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Flush hyp bss section after initialization of variables in bss (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix selftests after sysreg field name update (Sebastian Ott) [RHEL-82297]
- coresight: Pass guest TRFCR value to KVM (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Support trace filtering for guests (Sebastian Ott) [RHEL-82297]
- KVM: arm64: coresight: Give TRBE enabled state to KVM (Sebastian Ott) [RHEL-82297]
- coresight: trbe: Remove redundant disable call (Sebastian Ott) [RHEL-82297]
- arm64/sysreg/tools: Move TRFCR definitions to sysreg (Sebastian Ott) [RHEL-82297]
- tools: arm64: Update sysreg.h header files (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Explicitly handle BRBE traps as UNDEFINED (Sebastian Ott) [RHEL-82297]
- KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe() (Sebastian Ott) [RHEL-82297]
- arm64: kvm: Introduce nvhe stack size constants (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix nVHE stacktrace VA bits mask (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix FEAT_MTE in pKVM (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosity (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Sanitise CNTHCTL_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Add trap routing for CNTHCTL_EL2.EL1{NVPCT,NVVCT,TVT,TVCT} (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Handle counter access early in non-HYP context (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Accelerate EL0 counter accesses from hypervisor context (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in use (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Sync nested timer state with FEAT_NV2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Add handling of EL2-specific timer registers (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Advertise the lack of AArch32 EL0 support (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Convert the SVE guest vcpu flag to a vm flag (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove PtrAuth guest vcpu flag (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Refactor kvm_reset_cptr_el2() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Calculate cptr_el2 traps on activating traps (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove redundant setting of HCR_EL2 trap bit (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove fixed_config.h header (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Rework specifying restricted features for protected VMs (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Set protected VM traps based on its view of feature registers (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix RAS trapping in pKVM for protected VMs (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Initialize feature id registers for protected VMs (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Use KVM extension checks for allowed protected VM capabilities (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features in pKVM (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Move checking protected vcpu features to a separate function (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Group setting traps for protected VMs by control register (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Consolidate allowed and restricted VM feature checks (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Plumb the pKVM MMU in KVM (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce the EL1 pKVM MMU (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_tlb_flush_vmid() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_mkyoung_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_test_clear_young_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_wrprotect_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_relax_guest_perms() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_unshare_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_host_share_guest() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Introduce __pkvm_vcpu_{load,put}() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add {get,put}_pkvm_hyp_vm() helpers (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Move host page ownership tracking to the hyp vmemmap (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Make hyp_page::order a u8 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Move enum pkvm_page_state to memory.h (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Change the layout of enum pkvm_page_state (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Promote guest ownership for DBGxVR/DBGxCR reads (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fold DBGxVR/DBGxCR accessors into common set (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restore (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Honor MDCR_EL2.TDE routing for debug exceptions (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Manage software step state at load/put (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Don't hijack guest context MDSCR_EL1 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Compute MDCR_EL2 at vcpu_load() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Reload vCPU for accesses to OSLAR_EL1 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Use debug_owner to track if debug regs need save/restore (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove vestiges of debug_ptr (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Remove debug tracepoints (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Select debug state to save/restore based on debug owner (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Evaluate debug owner at vcpu_load() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Write MDCR_EL2 directly from kvm_arm_setup_mdcr_el2() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Move host SME/SVE tracking flags to host data (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK (Sebastian Ott) [RHEL-82297]
- arm64/kvm: Avoid invalid physical addresses to signal owner updates (Sebastian Ott) [RHEL-82297]
- arm64/kvm: Configure HYP TCR.PS/DS based on host stage1 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Only apply PMCR_EL0.P to the guest range of counters (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add unified helper for reprogramming counters by mask (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Always check the state from hyp_ack_unshare() (Sebastian Ott) [RHEL-82297]
- arm64: Fix usage of new shifted MDCR_EL2 values (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Mark set_sysreg_masks() as inline to avoid build failure (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Reprogram PMU events affected by nested transition (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Apply EL2 event filtering when in hyp context (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Honor MDCR_EL2.HLP (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Honor MDCR_EL2.HPME (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add helpers to determine if PMC counts at a given EL (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Adjust range of accessible PMCs according to HPMN (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Rename kvm_pmu_valid_counter_mask() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Advertise support for FEAT_HPMN0 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMN (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Honor MDCR_EL2.{TPM, TPMCR} in Host EL0 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Reinject traps that take effect in Host EL0 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Rename BEHAVE_FORWARD_ANY (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Allow coarse-grained trap combos to use complex traps (Sebastian Ott) [RHEL-82297]
- arm64: sysreg: Add new definitions for ID_AA64DFR0_EL1 (Sebastian Ott) [RHEL-82297]
- arm64: sysreg: Migrate MDCR_EL2 definition to table (Sebastian Ott) [RHEL-82297]
- arm64: sysreg: Describe ID_AA64DFR2_EL1 fields (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Disable MPAM visibility by default and ignore VMM writes (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add a macro for creating filtered sys_reg_descs entries (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix missing traps of guest accesses to the MPAM registers (Sebastian Ott) [RHEL-82297]
- arm64: cpufeature: discover CPU support for MPAM (Sebastian Ott) [RHEL-82297]
- arm64: head.S: Initialise MPAM EL2 registers and disable traps (Sebastian Ott) [RHEL-82297]
- arm64/sysreg: Convert existing MPAM sysregs and add the remaining entries (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Handle WXN attribute (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Handle stage-1 permission overlays (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Make PAN conditions part of the S1 walk context (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Disable hierarchical permissions when POE is enabled (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add POE save/restore for AT emulation fast-path (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add save/restore support for POR_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add basic support for POR_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add kvm_has_s1poe() helper (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Subject S1PIE/S1POE registers to HCR_EL2.{TVM,TRVM} (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Drop bogus CPTR_EL2.E0POE trap routing (Sebastian Ott) [RHEL-82297]
- arm64: Add encoding for POR_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Hide S1PIE registers from userspace when disabled for guests (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Define helper for EL2 registers with custom visibility (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add a composite EL2 visibility helper (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Implement AT S1PIE support (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Disable hierarchical permissions when S1PIE is enabled (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add AT fast-path support for S1PIE (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Handle PIR{,E0}_EL2 traps (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add save/restore for PIR{,E0}_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add save/restore for TCR2_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Sanitise TCR2_EL2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Save/Restore vEL2 sysregs (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add TCR2_EL2 to the sysreg arrays (Sebastian Ott) [RHEL-82297]
- arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Extend masking facility to arbitrary registers (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Handle CNTHCTL_EL2 specially (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Drop useless struct s2_mmu in __kvm_at_s1e2() (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Don't mark "struct page" accessed when making SPTE young (Sebastian Ott) [RHEL-82297]
- KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call (Sebastian Ott) [RHEL-82297]
- KVM: selftests: Add test for PSCI SYSTEM_OFF2 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add support for PSCI v1.2 and v1.3 (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernation (Sebastian Ott) [RHEL-82297]
- arm64: Remove VNCR definition for PIRE0_EL2 (Sebastian Ott) [RHEL-82297]
- arm64: Add encoding for PIRE0_EL2 (Sebastian Ott) [RHEL-82297]
- arm64: Drop SKL0/SKL1 from TCR2_EL2 (Sebastian Ott) [RHEL-82297]
- firmware/psci: Add definitions for PSCI v1.3 specification (Sebastian Ott) [RHEL-82297]
- KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritable (Sebastian Ott) [RHEL-82297]
- redhat/configs: Enable CONFIG_VDPA_USER on RHEL10 (Cindy Lu) [RHEL-76477]
Resolves: RHEL-76477, RHEL-82297
* Wed Apr 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-70.el10]
- PCI/ACPI: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
- PCI/P2PDMA: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
- PCI/VPD: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
- PCI/sysfs: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
- cpu: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
- s390/con3215: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
- perf: arm-ni: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
- driver core: Constify bin_attribute definitions (Myron Stowe) [RHEL-85241]
- sysfs: attribute_group: allow registration of const bin_attribute (Myron Stowe) [RHEL-85241]
- cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() (Myron Stowe) [RHEL-85241]
- driver core: Constify attribute arguments of binary attributes (Myron Stowe) [RHEL-85241]
- sysfs: bin_attribute: add const read/write callback variants (Myron Stowe) [RHEL-85241]
- sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR() (Myron Stowe) [RHEL-85241]
- sysfs: treewide: constify attribute callback of bin_attribute::llseek() (Myron Stowe) [RHEL-85241]
- sysfs: treewide: constify attribute callback of bin_attribute::mmap() (Myron Stowe) [RHEL-85241]
- sysfs: treewide: constify attribute callback of bin_is_visible() (Myron Stowe) [RHEL-85241]
- nvmem: core: calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
- PCI/sysfs: Calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
- sysfs: introduce callback attribute_group::bin_size (Myron Stowe) [RHEL-85241]
- sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns() (Myron Stowe) [RHEL-85241]
- sched/stats: Print domain name in /proc/schedstat (Phil Auld) [RHEL-24185]
- docs: Update Schedstat version to 17 (Phil Auld) [RHEL-24185]
- sched/fair: Cleanup in migrate_degrades_locality() to improve readability (Phil Auld) [RHEL-24185]
- sched: Report the different kinds of imbalances in /proc/schedstat (Phil Auld) [RHEL-24185]
- sched: Move sched domain name out of CONFIG_SCHED_DEBUG (Phil Auld) [RHEL-24185]
- sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat (Phil Auld) [RHEL-24185]
- redhat: selftests/bpf: Add cpuv4 variant (Viktor Malik) [RHEL-82993]
- bonding: delete always true device check (Hangbin Liu) [RHEL-84541]
- Revert "io_uring/uring_cmd: defer SQE copying until it's needed" (Jeff Moyer) [RHEL-82698] {CVE-2025-21837}
- ALSA: hda/tas2781: Fix index issue in tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
- ALSA: hda/tas2781: Update tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
- redhat/configs: Enable CONFIG_CPUFREQ_ARCH_CUR_FREQ (Jennifer Berringer) [RHEL-80968]
- arch_topology: init capacity_freq_ref to 0 (Jennifer Berringer) [RHEL-80968]
- arm64: Utilize for_each_cpu_wrap for reference lookup (Jennifer Berringer) [RHEL-80968]
- arm64: Update AMU-based freq scale factor on entering idle (Jennifer Berringer) [RHEL-80968]
- arm64: Provide an AMU-based version of arch_freq_get_on_cpu (Jennifer Berringer) [RHEL-80968]
- cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (Jennifer Berringer) [RHEL-80968]
- cpufreq: Allow arch_freq_get_on_cpu to return an error (Jennifer Berringer) [RHEL-80968]
- arm64: amu: Delay allocating cpumask for AMU FIE support (Jennifer Berringer) [RHEL-80968]
- Revert "cxl/acpi: Fix load failures due to single window creation failure" (John W. Linville) [RHEL-82540]
- selftests: livepatch: test livepatching a kprobed function (Ryan Sullivan) [RHEL-80216]
- selftests: livepatch: save and restore kprobe state (Ryan Sullivan) [RHEL-80216]
- selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR (Ryan Sullivan) [RHEL-80216]
- PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args() (Myron Stowe) [RHEL-83611]
- misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (Myron Stowe) [RHEL-83611]
- tools/Makefile: Remove pci target (Myron Stowe) [RHEL-83611]
- PCI: Avoid FLR for Mediatek MT7922 WiFi (Myron Stowe) [RHEL-83611]
- PCI: Fix BUILD_BUG_ON usage for old gcc (Myron Stowe) [RHEL-83611]
- PCI/ASPM: Fix L1SS saving (Myron Stowe) [RHEL-83611]
- PCI: Restore original INTX_DISABLE bit by pcim_intx() (Myron Stowe) [RHEL-83611]
- Documentation: Fix pci=config_acs= example (Myron Stowe) [RHEL-83611]
- PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFT (Myron Stowe) [RHEL-83611]
- PCI: Don't include 'pm_wakeup.h' directly (Myron Stowe) [RHEL-83611]
- PCI: Update code comment on PCI_EXP_LNKCAP_SLS for PCIe r3.0 (Myron Stowe) [RHEL-83611]
- PCI: xilinx-cpm: Add support for Versal CPM5 Root Port Controller 1 (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1 (Myron Stowe) [RHEL-83611]
- PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signature (Myron Stowe) [RHEL-83611]
- PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function (Myron Stowe) [RHEL-83611]
- PCI: rockchip: Simplify clock handling by using clk_bulk*() functions (Myron Stowe) [RHEL-83611]
- PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() (Myron Stowe) [RHEL-83611]
- PCI: mvebu: Enable module autoloading (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: microchip,pcie-host: Allow dma-noncoherent (Myron Stowe) [RHEL-83611]
- PCI: microchip: Set inbound address translation for coherent or non-coherent mode (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Enable async probe by default (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoC (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Move reset/assert callbacks in .power_up() (Myron Stowe) [RHEL-83611]
- PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
- PCI: layerscape: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
- PCI: imx6: Clean up comments and whitespace (Myron Stowe) [RHEL-83611]
- PCI: imx6: Remove surplus imx7d_pcie_init_phy() function (Myron Stowe) [RHEL-83611]
- PCI: imx6: Add missing reference clock disable logic (Myron Stowe) [RHEL-83611]
- PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset() (Myron Stowe) [RHEL-83611]
- PCI: imx6: Skip controller_id generation logic for i.MX7D (Myron Stowe) [RHEL-83611]
- PCI: imx6: Fetch dbi2 and iATU base addesses from DT (Myron Stowe) [RHEL-83611]
- PCI: imx6: Configure PHY based on Root Complex or Endpoint mode (Myron Stowe) [RHEL-83611]
- PCI: imx6: Add Refclk for i.MX95 PCIe (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: fsl,imx6q-pcie: Add Refclk for i.MX95 RC (Myron Stowe) [RHEL-83611]
- PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep (Myron Stowe) [RHEL-83611]
- PCI: dwc: Simplify config resource lookup (Myron Stowe) [RHEL-83611]
- of: address: Add parent_bus_addr to struct of_pci_range (Myron Stowe) [RHEL-83611]
- PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support (Myron Stowe) [RHEL-83611]
- PCI: imx6: Use DWC common suspend resume method (Myron Stowe) [RHEL-83611]
- PCI: dwc: Add dw_pcie_suspend_noirq(), dw_pcie_resume_noirq() stubs for !CONFIG_PCIE_DW_HOST (Myron Stowe) [RHEL-83611]
- PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq() (Myron Stowe) [RHEL-83611]
- PCI: dwc: Always stop link in the dw_pcie_suspend_noirq (Myron Stowe) [RHEL-83611]
- PCI: dw-rockchip: Don't wait for link since we can detect Link Up (Myron Stowe) [RHEL-83611]
- PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQ (Myron Stowe) [RHEL-83611]
- PCI: qcom: Update ICC and OPP values after Link Up event (Myron Stowe) [RHEL-83611]
- PCI: qcom: Don't wait for link if we can detect Link Up (Myron Stowe) [RHEL-83611]
- PCI: dwc: Don't wait for link up if driver can detect Link Up event (Myron Stowe) [RHEL-83611]
- PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify() (Myron Stowe) [RHEL-83611]
- PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
- PCI: apple: Convert to {en,dis}able_device() callbacks (Myron Stowe) [RHEL-83611]
- PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_ops (Myron Stowe) [RHEL-83611]
- PCI: imx6: Add IOMMU and ITS MSI support for i.MX95 (Myron Stowe) [RHEL-83611]
- PCI: Add enable_device() and disable_device() callbacks for bridges (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controller (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: qcom,pcie-sm8550: Document 'global' interrupt (Myron Stowe) [RHEL-83611]
- dt-bindings: PCI: mobiveil: Convert mobiveil-pcie.txt to YAML (Myron Stowe) [RHEL-83611]
- selftests: pci_endpoint: Migrate to Kselftest framework (Myron Stowe) [RHEL-83611]
- selftests: Move PCI Endpoint tests from tools/pci to Kselftests (Myron Stowe) [RHEL-83611]
- misc: pci_endpoint_test: Fix IOCTL return value (Myron Stowe) [RHEL-83611]
- misc: pci_endpoint_test: Remove redundant 'remainder' test (Myron Stowe) [RHEL-83611]
- misc: pci_endpoint_test: Add consecutive BAR test (Myron Stowe) [RHEL-83611]
- misc: pci_endpoint_test: Add support for capabilities (Myron Stowe) [RHEL-83611]
- PCI: endpoint: pci-epf-test: Add support for capabilities (Myron Stowe) [RHEL-83611]
- PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test (Myron Stowe) [RHEL-83611]
- PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Verify that requested BAR size is a power of two (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar() (Myron Stowe) [RHEL-83611]
- PCI: artpec6: Implement dw_pcie_ep operation get_features (Myron Stowe) [RHEL-83611]
- PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu() (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf() (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Simplify pci_epc_get() (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy() (Myron Stowe) [RHEL-83611]
- PCI: endpoint: Replace magic number '6' by PCI_STD_NUM_BARS (Myron Stowe) [RHEL-83611]
- PCI: switchtec: Add Microchip PCI100X device IDs (Myron Stowe) [RHEL-83611]
- PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1 (Myron Stowe) [RHEL-83611]
- PCI/sysfs: Remove unnecessary zero in initializer (Myron Stowe) [RHEL-83611]
- PCI/sysfs: Use __free() in reset_method_store() (Myron Stowe) [RHEL-83611]
- PCI/sysfs: Move reset related sysfs code to correct file (Myron Stowe) [RHEL-83611]
- PCI: of_property: Rename struct of_pci_range to of_pci_range_entry (Myron Stowe) [RHEL-83611]
- sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources() (Myron Stowe) [RHEL-83611]
- PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface (Myron Stowe) [RHEL-83611]
- PCI: of: Drop 'No bus range found' message (Myron Stowe) [RHEL-83611]
- PCI: Unexport of_pci_parse_bus_range() (Myron Stowe) [RHEL-83611]
- PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log (Myron Stowe) [RHEL-83611]
- PCI: Add TLP Prefix reading to pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
- PCI: Store number of supported End-End TLP Prefixes (Myron Stowe) [RHEL-83611]
- PCI: Use unsigned int i in pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
- PCI: Use same names in pcie_read_tlp_log() prototype and definition (Myron Stowe) [RHEL-83611]
- PCI: Add defines for TLP Header/Prefix log sizes (Myron Stowe) [RHEL-83611]
- PCI: Move TLP Log handling to its own file (Myron Stowe) [RHEL-83611]
- PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem (Myron Stowe) [RHEL-83611]
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P (Myron Stowe) [RHEL-83611]
- PCI: Remove devres from pci_intx() (Myron Stowe) [RHEL-83611]
- net/ethernet: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- HID: amd_sfh: Use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
- wifi: qtnfmac: use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
- ata: Use always-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- PCI/MSI: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- vfio/pci: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- misc: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- ntb: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- drivers/xen: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
- PCI: Export pci_intx_unmanaged() and pcim_intx() (Myron Stowe) [RHEL-83611]
- PCI: Encourage resource request API users to supply driver name (Myron Stowe) [RHEL-83611]
- PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state() (Myron Stowe) [RHEL-83611]
- platform/x86/intel/pmc: Remove unneeded extern keyword in header (Steve Best) [RHEL-47465]
- platform/x86/intel/pmc: Remove unnecessary declarations in header (Steve Best) [RHEL-47465]
- platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core (Steve Best) [RHEL-47465]
- platform/x86:intel/pmc: Move arch specific action to init function (Steve Best) [RHEL-47465]
- platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver (Steve Best) [RHEL-47465]
- platform/x86/intel/pmc: Remove simple init functions (Steve Best) [RHEL-47465]
- platform/x86:intel/pmc: Create generic_core_init() for all platforms (Steve Best) [RHEL-47465]
- platform/x86/intel/pmc: Remove duplicate enum (Steve Best) [RHEL-47465]
- platform/x86:intel/pmc: Make tgl_core_generic_init() static (Steve Best) [RHEL-47465]
- nfsd: fix UAF when access ex_uuid or ex_stats (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
- SUNRPC: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
- nfsd: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
- SUNRPC: introduce cache_check_rcu to help check in rcu context (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
- net/sched: cls_api: fix error handling causing NULL dereference (CKI Backport Bot) [RHEL-83372] {CVE-2025-21857}
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
Resolves: RHEL-24185, RHEL-47465, RHEL-75653, RHEL-78993, RHEL-80216, RHEL-80306, RHEL-80508, RHEL-80552, RHEL-80968, RHEL-81723, RHEL-82540, RHEL-82698, RHEL-82993, RHEL-83372, RHEL-83611, RHEL-84541, RHEL-85241
* Fri Mar 28 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-69.el10]
- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
- block/Kconfig: Allow selecting BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
- perf script: Fix hangup in offline flamegraph report (Michael Petlan) [RHEL-57021]
- perf script: force stdin for flamegraph in live mode (Michael Petlan) [RHEL-57021]
- smb: client: fix regression with guest option (Paulo Alcantara) [RHEL-83856]
- KVM: selftests: Allow running a single iteration of dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Set per-iteration variables at the start of each iteration (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Tighten checks around prev iter's last dirty page in ring (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Ensure guest writes min number of pages in dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: sefltests: Verify value of dirty_log_test last page isn't bogus (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Print (previous) last_page on dirty page value mismatch (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Honor "stop" request in dirty ring test (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Limit dirty_log_test's s390x workaround to s390x (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Continuously reap dirty ring while vCPU is running (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Read per-page value into local var when verifying dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Precisely track number of dirty/clear pages for each iteration (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Drop stale srandom() initialization from dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Drop signal/kick from dirty ring testcase (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming (Maxim Levitsky) [RHEL-58941]
- KVM: selftests: Support multiple write retires in dirty_log_test (Maxim Levitsky) [RHEL-58941]
- KVM: VMX: read the PML log in the same order as it was written (Maxim Levitsky) [RHEL-58941]
- KVM: VMX: refactor PML terminology (Maxim Levitsky) [RHEL-58941]
- crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY (Herbert Xu) [RHEL-80114] {CVE-2024-56690}
- erofs: fix blksize < PAGE_SIZE for file-backed mounts (Ian Kent) [RHEL-82421] {CVE-2024-56750}
- platform/x86/intel/vsec: Add support for Panther Lake (Steve Best) [RHEL-47411]
- bonding: report duplicate MAC address in all situations (Hangbin Liu) [RHEL-73803]
- ice: Fix signedness bug in ice_init_interrupt_scheme() (Petr Oros) [RHEL-80554]
- ice: init flow director before RDMA (Petr Oros) [RHEL-80554]
- ice: simplify VF MSI-X managing (Petr Oros) [RHEL-80554]
- ice: enable_rdma devlink param (Petr Oros) [RHEL-80554]
- ice: treat dyn_allowed only as suggestion (Petr Oros) [RHEL-80554]
- ice, irdma: move interrupts code to irdma (Petr Oros) [RHEL-80554]
- ice: get rid of num_lan_msix field (Petr Oros) [RHEL-80554]
- ice: remove splitting MSI-X between features (Petr Oros) [RHEL-80554]
- ice: devlink PF MSI-X max and min parameter (Petr Oros) [RHEL-80554]
- ice: ice_probe: init ice_adapter after HW init (Petr Oros) [RHEL-80554]
- ice: minor: rename goto labels from err to unroll (Petr Oros) [RHEL-80554]
- ice: split ice_init_hw() out from ice_init_dev() (Petr Oros) [RHEL-80554]
- ice: c827: move wait for FW to ice_init_hw() (Petr Oros) [RHEL-80554]
- ipv6: use RCU protection in ip6_default_advmss() (Guillaume Nault) [RHEL-81574] {CVE-2025-21765}
- net: add dev_net_rcu() helper (Guillaume Nault) [RHEL-81574] {CVE-2025-21765}
- objtool: Add bch2_trans_unlocked_error() to bcachefs noreturns (Radomir Vrbovsky) [RHEL-80715]
- objtool: Exclude __tracepoints data from ENDBR checks (Radomir Vrbovsky) [RHEL-80715]
- kbuild: Add Propeller configuration for kernel build (Radomir Vrbovsky) [RHEL-80715]
- AutoFDO: Enable machine function split optimization for AutoFDO (Radomir Vrbovsky) [RHEL-80715]
- AutoFDO: Enable -ffunction-sections for the AutoFDO build (Radomir Vrbovsky) [RHEL-80715]
- vmlinux.lds.h: Add markers for text_unlikely and text_hot sections (Radomir Vrbovsky) [RHEL-80715]
- openrisc: place exception table at the head of vmlinux (Radomir Vrbovsky) [RHEL-80715]
- vmlinux.lds.h: Adjust symbol ordering in text output section (Radomir Vrbovsky) [RHEL-80715]
- objtool: Fix unreachable instruction warnings for weak functions (Radomir Vrbovsky) [RHEL-80715]
- kbuild: Add AutoFDO support for Clang build (Radomir Vrbovsky) [RHEL-80715]
- reiserfs: The last commit (Radomir Vrbovsky) [RHEL-80715]
- objtool: Also include tools/include/uapi (Radomir Vrbovsky) [RHEL-80715]
- objtool: Detect non-relocated text references (Radomir Vrbovsky) [RHEL-80715]
- arch/x86/kernel/setup.c: fix rh_check_supported (Tomas Henzl) [RHEL-80866]
- intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (Steve Best) [RHEL-79459]
- intel_idle: add Clearwater Forest SoC support (Steve Best) [RHEL-79459]
- selftests: fib_nexthops: do not mark skipped tests as failed (Hangbin Liu) [RHEL-80288]
Resolves: RHEL-47411, RHEL-57021, RHEL-58941, RHEL-73803, RHEL-79459, RHEL-79711, RHEL-80114, RHEL-80288, RHEL-80554, RHEL-80715, RHEL-80866, RHEL-81574, RHEL-82421, RHEL-83856
* Mon Mar 24 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-68.el10]
- platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (Steve Best) [RHEL-79463]
- platform/x86: intel/pmc: Fix ioremap() of bad address (Steve Best) [RHEL-79463]
- x86/tsc: Move away from TSC leaf magic numbers (Steve Best) [RHEL-79463]
- x86/cpu: Move TSC CPUID leaf definition (Steve Best) [RHEL-79463]
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81545] {CVE-2025-21791}
- powerpc/pseries/vas: Add close() callback in vas_vm_ops struct (Mamatha Inamdar) [RHEL-83836]
- async_xor: Remove unused 'async_xor_val' (Nigel Croxon) [RHEL-83951]
- md/raid10: wait barrier before returning discard request with REQ_NOWAIT (Nigel Croxon) [RHEL-83951]
- md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (Nigel Croxon) [RHEL-83951]
- md/raid1,raid10: don't ignore IO flags (Nigel Croxon) [RHEL-83951]
- md/raid5: merge reshape_progress checking inside get_reshape_loc() (Nigel Croxon) [RHEL-83951]
- md: fix mddev uaf while iterating all_mddevs list (Nigel Croxon) [RHEL-83951]
- md: switch md-cluster to use md_submodle_head (Nigel Croxon) [RHEL-83951]
- md: switch personalities to use md_submodule_head (Nigel Croxon) [RHEL-83951]
- md: don't export md_cluster_ops (Nigel Croxon) [RHEL-83951]
- md/md-cluster: cleanup md_cluster_ops reference (Nigel Croxon) [RHEL-83951]
- md: introduce struct md_submodule_head and APIs (Nigel Croxon) [RHEL-83951]
- md: only include md-cluster.h if necessary (Nigel Croxon) [RHEL-83951]
- md: merge common code into find_pers() (Nigel Croxon) [RHEL-83951]
- md/raid1: fix memory leak in raid1_run() if no active rdev (Nigel Croxon) [RHEL-83951]
- md: ensure resync is prioritized over recovery (Nigel Croxon) [RHEL-83951]
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81492] {CVE-2024-58005}
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77874]
- i2c: i801: Add support for Intel Panther Lake (Steve Best) [RHEL-47425]
Resolves: RHEL-47425, RHEL-77874, RHEL-79463, RHEL-81492, RHEL-81545, RHEL-83836, RHEL-83951
* Fri Mar 21 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-67.el10]
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81378] {CVE-2024-57988}
- Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync (CKI Backport Bot) [RHEL-81510] {CVE-2024-58013}
- ipvlan: Fix use-after-free in ipvlan_get_iflink(). (CKI Backport Bot) [RHEL-77888] {CVE-2025-21652}
- usbnet: ipheth: document scope of NCM implementation (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: fix DPE OoB read (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: break up NCM header size computation (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: refactor NCM datagram loop (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: use static NDP16 location in URB (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: check that DPE points past NCM header (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- usbnet: ipheth: fix possible overflow in DPE length check (Jose Ignacio Tornos Martinez) [RHEL-81349 RHEL-81435 RHEL-81565] {CVE-2025-21741 CVE-2025-21743 CVE-2025-21742}
- workqueue: Put the pwq after detaching the rescuer from the pool (CKI Backport Bot) [RHEL-81475] {CVE-2025-21786}
- netfilter: nf_tables: reject mismatching sum of field_len with set key length (CKI Backport Bot) [RHEL-82492] {CVE-2025-21826}
- pktgen: Avoid out-of-bounds access in get_imix_entries (CKI Backport Bot) [RHEL-77232] {CVE-2025-21680}
- Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() (CKI Backport Bot) [RHEL-81271] {CVE-2024-57987}
Resolves: RHEL-77232, RHEL-77888, RHEL-81271, RHEL-81349, RHEL-81378, RHEL-81435, RHEL-81475, RHEL-81510, RHEL-81565, RHEL-82492
* Wed Mar 19 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-66.el10]
- crypto: tegra - do not transfer req when tegra init fails (Herbert Xu) [RHEL-82479] {CVE-2024-58075}
- NFSD: fix hang in nfsd4_shutdown_callback (Olga Kornievskaia) [RHEL-81295] {CVE-2025-21795}
- x86/xen: add FRAME_END to xen_hypercall_hvm() (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: fix xen_hypercall_hvm() to not clobber %%rbx (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- compiler.h: Move C string helpers into C-only kernel section (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/asm: Make serialize() always_inline (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/static-call: fix 32-bit build (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: remove hypercall page (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: use new hypercall functions instead of hypercall page (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: add central hypercall functions (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: don't do PV iret hypercall through hypercall page (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/static-call: provide a way to do very early static-call updates (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- objtool/x86: allow syscall instruction (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86: make get_cpu_vendor() accessible from Xen code (Vitaly Kuznetsov) [RHEL-76329] {CVE-2024-53241}
- x86/xen: Avoid relocatable quantities in Xen ELF notes (Vitaly Kuznetsov) [RHEL-76329]
- compiler.h: Fix undefined BUILD_BUG_ON_ZERO() (Vitaly Kuznetsov) [RHEL-76329]
- scsi: storvsc: Set correct data length for sending SCSI command without payload (Cathy Avery) [RHEL-82461]
- locking/lockdep: Add kasan_check_byte() check in lock_acquire() (Waiman Long) [RHEL-78669]
- locking/lockdep: Disable KASAN instrumentation of lockdep.c (Waiman Long) [RHEL-78669]
- redhat/configs: Enable CONFIG_KASAN_INLINE for RT debug kernel (Waiman Long) [RHEL-78669]
- Add CONFIG_OF_PARTITION entry (Ming Lei) [RHEL-79456]
- nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary (Ming Lei) [RHEL-79456]
- btrfs: zoned: calculate max_extent_size properly on non-zoned setup (Ming Lei) [RHEL-79456]
- btrfs: handle bio_split() errors (Ming Lei) [RHEL-79456]
- arm64: patching: avoid early page_to_phys() (Ming Lei) [RHEL-79456]
- block: fix 'kmem_cache of name 'bio-108' already exists' (Ming Lei) [RHEL-79456]
- block: Remove zone write plugs when handling native zone append writes (Ming Lei) [RHEL-79456]
- block: make segment size limit workable for > 4K PAGE_SIZE (Ming Lei) [RHEL-79456]
- block: fix NULL pointer dereferenced within __blk_rq_map_sg (Ming Lei) [RHEL-79456]
- block/merge: remove unnecessary min() with UINT_MAX (Ming Lei) [RHEL-79456]
- partitions: mac: fix handling of bogus partition table (Ming Lei) [RHEL-79456]
- block: cleanup and fix batch completion adding conditions (Ming Lei) [RHEL-79456]
- drivers/block/sunvdc.c: update the correct AIP call (Ming Lei) [RHEL-79456]
- block: force noio scope in blk_mq_freeze_queue (Ming Lei) [RHEL-79456]
- block: fix nr_hw_queue update racing with disk addition/removal (Ming Lei) [RHEL-79456]
- block: get rid of request queue ->sysfs_dir_lock (Ming Lei) [RHEL-79456]
- loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64} (Ming Lei) [RHEL-79456]
- blk-mq: create correct map for fallback case (Ming Lei) [RHEL-79456]
- block: don't revert iter for -EIOCBQUEUED (Ming Lei) [RHEL-79456]
- block: Don't trim an atomic write (Ming Lei) [RHEL-79456]
- block: Add common atomic writes enable flag (Ming Lei) [RHEL-79456]
- block: limit disk max sectors to (LLONG_MAX >> 9) (Ming Lei) [RHEL-79456]
- block: Change blk_stack_atomic_writes_limits() unit_min check (Ming Lei) [RHEL-79456]
- block: Ensure start sector is aligned for stacking atomic writes (Ming Lei) [RHEL-79456]
- blk-mq: Move more error handling into blk_mq_submit_bio() (Ming Lei) [RHEL-79456]
- block: Reorder the request allocation code in blk_mq_submit_bio() (Ming Lei) [RHEL-79456]
- partitions: ldm: remove the initial kernel-doc notation (Ming Lei) [RHEL-79456]
- blk-cgroup: rwstat: fix kernel-doc warnings in header file (Ming Lei) [RHEL-79456]
- blk-cgroup: fix kernel-doc warnings in header file (Ming Lei) [RHEL-79456]
- block: mark GFP_NOIO around sysfs ->store() (Ming Lei) [RHEL-79456]
- loop: remove the use_dio field in struct loop_device (Ming Lei) [RHEL-79456]
- loop: don't freeze the queue in loop_update_dio (Ming Lei) [RHEL-79456]
- loop: allow loop_set_status to re-enable direct I/O (Ming Lei) [RHEL-79456]
- loop: open code the direct I/O flag update in loop_set_dio (Ming Lei) [RHEL-79456]
- loop: only write back pagecache when starting to to use direct I/O (Ming Lei) [RHEL-79456]
- loop: create a lo_can_use_dio helper (Ming Lei) [RHEL-79456]
- loop: update commands in loop_set_status still referring to transfers (Ming Lei) [RHEL-79456]
- loop: move updating lo_flags out of loop_set_status_from_info (Ming Lei) [RHEL-79456]
- nbd: don't allow reconnect after disconnect (Ming Lei) [RHEL-79456]
- block: simplify tag allocation policy selection (Ming Lei) [RHEL-79456]
- block: remove BLK_MQ_F_NO_SCHED (Ming Lei) [RHEL-79456]
- block: remove blk_mq_init_bitmaps (Ming Lei) [RHEL-79456]
- block: better split mq vs non-mq code in add_disk_fwnode (Ming Lei) [RHEL-79456]
- block: add a dma mapping iterator (Ming Lei) [RHEL-79456]
- block: use page_to_phys in bvec_phys (Ming Lei) [RHEL-79456]
- asm-generic: add an optional pfn_valid check to page_to_phys (Ming Lei) [RHEL-79456]
- asm-generic: provide generic page_to_phys and phys_to_page implementations (Ming Lei) [RHEL-79456]
- block: remove blk_rq_bio_prep (Ming Lei) [RHEL-79456]
- block: remove bio_add_pc_page (Ming Lei) [RHEL-79456]
- ps3disk: Do not use dev->bounce_size before it is set (Ming Lei) [RHEL-79456]
- block: retry call probe after request_module in blk_request_module (Ming Lei) [RHEL-79456]
- kyber: constify sysfs attributes (Ming Lei) [RHEL-79456]
- block, bfq: constify sysfs attributes (Ming Lei) [RHEL-79456]
- block: mq-deadline: Constify sysfs attributes (Ming Lei) [RHEL-79456]
- elevator: Enable const sysfs attributes (Ming Lei) [RHEL-79456]
- blk-zoned: Split queue_zone_wplugs_show() (Ming Lei) [RHEL-79456]
- blk-zoned: Improve the queue reference count strategy documentation (Ming Lei) [RHEL-79456]
- blk-zoned: Document locking assumptions (Ming Lei) [RHEL-79456]
- blk-zoned: Minimize #include directives (Ming Lei) [RHEL-79456]
- block: remove BLK_MQ_F_SHOULD_MERGE (Ming Lei) [RHEL-79456]
- blk-mq: remove unused queue mapping helpers (Ming Lei) [RHEL-79456]
- virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues (Ming Lei) [RHEL-79456]
- nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues (Ming Lei) [RHEL-79456]
- scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues (Ming Lei) [RHEL-79456]
- blk-mq: introduce blk_mq_map_hw_queues (Ming Lei) [RHEL-79456]
- virtio: hookup irq_get_affinity callback (Ming Lei) [RHEL-79456]
- PCI: hookup irq_get_affinity callback (Ming Lei) [RHEL-79456]
- driver core: bus: add irq_get_affinity callback to bus_type (Ming Lei) [RHEL-79456]
- blktrace: remove redundant return at end of function (Ming Lei) [RHEL-79456]
- block: Delete bio_set_prio() (Ming Lei) [RHEL-79456]
- block: Delete bio_prio() (Ming Lei) [RHEL-79456]
- blktrace: move copy_[to|from]_user() out of ->debugfs_lock (Ming Lei) [RHEL-79456]
- blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctl (Ming Lei) [RHEL-79456]
- null_blk: Add rotational feature support (Ming Lei) [RHEL-79456]
- block: track queue dying state automatically for modeling queue freeze lockdep (Ming Lei) [RHEL-79456]
- block: don't verify queue freeze manually in elevator_init_mq() (Ming Lei) [RHEL-79456]
- block: track disk DEAD state automatically for modeling queue freeze lockdep (Ming Lei) [RHEL-79456]
- block: remove unnecessary check in blk_unfreeze_check_owner() (Ming Lei) [RHEL-79456]
- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() (Ming Lei) [RHEL-79456]
- cdrom: Fix typo, 'devicen' to 'device' (Ming Lei) [RHEL-79456]
- ublk: detach gendisk from ublk device if add_disk() fails (Ming Lei) [RHEL-79456]
- block: avoid to reuse `hctx` not removed from cpuhp callback list (Ming Lei) [RHEL-79456]
- block: Revert "block: Fix potential deadlock while freezing queue and acquiring sysfs_lock" (Ming Lei) [RHEL-79456]
- nvme: use blk_validate_block_size() for max LBA check (Ming Lei) [RHEL-79456]
- block/bdev: use helper for max block size check (Ming Lei) [RHEL-79456]
- block: Fix potential deadlock while freezing queue and acquiring sysfs_lock (Ming Lei) [RHEL-79456]
- blk-mq: Clean up blk_mq_requeue_work() (Ming Lei) [RHEL-79456]
- mq-deadline: Remove a local variable (Ming Lei) [RHEL-79456]
- blk-iocost: Avoid using clamp() on inuse in __propagate_weights() (Ming Lei) [RHEL-79456]
- block: Make bio_iov_bvec_set() accept pointer to const iov_iter (Ming Lei) [RHEL-79456]
- block: get wp_offset by bdev_offset_from_zone_start (Ming Lei) [RHEL-79456]
- blk-cgroup: Fix UAF in blkcg_unpin_online() (Ming Lei) [RHEL-79456]
- MAINTAINERS: update Coly Li's email address (Ming Lei) [RHEL-79456]
- blk-mq: move cpuhp callback registering out of q->sysfs_lock (Ming Lei) [RHEL-79456]
- blk-mq: register cpuhp callback after hctx is added to xarray table (Ming Lei) [RHEL-79456]
- virtio-blk: don't keep queue frozen during system suspend (Ming Lei) [RHEL-79456]
- block: rnull: add missing MODULE_DESCRIPTION (Ming Lei) [RHEL-79456]
- block: Don't allow an atomic write be truncated in blkdev_write_iter() (Ming Lei) [RHEL-79456]
- block: Add bdev atomic write limits helpers (Ming Lei) [RHEL-79456]
- fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid() (Ming Lei) [RHEL-79456]
- block/fs: Pass an iocb to generic_atomic_write_valid() (Ming Lei) [RHEL-79456]
- brd: decrease the number of allocated pages which discarded (Ming Lei) [RHEL-79456]
- block, bfq: fix bfqq uaf in bfq_limit_depth() (Ming Lei) [RHEL-79456]
- mq-deadline: don't call req_get_ioprio from the I/O completion handler (Ming Lei) [RHEL-79456]
- block: Remove extra part pointer NULLify in blk_rq_init() (Ming Lei) [RHEL-79456]
- block: return bool from get_disk_ro and bdev_read_only (Ming Lei) [RHEL-79456]
- block: remove a duplicate definition for bdev_read_only (Ming Lei) [RHEL-79456]
- block: return bool from blk_rq_aligned (Ming Lei) [RHEL-79456]
- block: return unsigned int from blk_lim_dma_alignment_and_pad (Ming Lei) [RHEL-79456]
- block: return unsigned int from queue_dma_alignment (Ming Lei) [RHEL-79456]
- block: return unsigned int from bdev_io_opt (Ming Lei) [RHEL-79456]
- block: req->bio is always set in the merge code (Ming Lei) [RHEL-79456]
- block: don't bother checking the data direction for merges (Ming Lei) [RHEL-79456]
- block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor (Ming Lei) [RHEL-79456]
- block: Add extra checks in blk_validate_atomic_write_limits() (Ming Lei) [RHEL-79456]
- ublk: fix error code for unsupported command (Ming Lei) [RHEL-79456]
- block: Drop granularity check in queue_limit_discard_alignment() (Ming Lei) [RHEL-79456]
- block: return unsigned int from bdev_io_min (Ming Lei) [RHEL-79456]
- block: fix uaf for flush rq while iterating tags (Ming Lei) [RHEL-79456]
- blk-settings: round down io_opt to physical_block_size (Ming Lei) [RHEL-79456]
- rust: block: simplify Result<()> in validate_block_size return (Ming Lei) [RHEL-79456]
- block: make struct rq_list available for !CONFIG_BLOCK (Ming Lei) [RHEL-79456]
- block/genhd: use seq_put_decimal_ull for diskstats decimal values (Ming Lei) [RHEL-79456]
- block: don't reorder requests in blk_mq_add_to_batch (Ming Lei) [RHEL-79456]
- block: don't reorder requests in blk_add_rq_to_plug (Ming Lei) [RHEL-79456]
- block: add a rq_list type (Ming Lei) [RHEL-79456]
- block: remove rq_list_move (Ming Lei) [RHEL-79456]
- virtio_blk: reverse request order in virtio_queue_rqs (Ming Lei) [RHEL-79456]
- nvme-pci: reverse request order in nvme_queue_rqs (Ming Lei) [RHEL-79456]
- btrfs: validate queue limits (Ming Lei) [RHEL-79456]
- block: remove the ioprio field from struct request (Ming Lei) [RHEL-79456]
- block: remove the write_hint field from struct request (Ming Lei) [RHEL-79456]
- nvme-multipath: don't bother clearing max_hw_zone_append_sectors (Ming Lei) [RHEL-79456]
- block: pre-calculate max_zone_append_sectors (Ming Lei) [RHEL-79456]
- block: lift bio_is_zone_append to bio.h (Ming Lei) [RHEL-79456]
- block: fix bio_split_rw_at to take zone_write_granularity into account (Ming Lei) [RHEL-79456]
- block: take chunk_sectors into account in bio_split_write_zeroes (Ming Lei) [RHEL-79456]
- block: Handle bio_split() errors in bio_submit_split() (Ming Lei) [RHEL-79456]
- block: Error an attempt to split an atomic write in bio_split() (Ming Lei) [RHEL-79456]
- block: Rework bio_split() return value (Ming Lei) [RHEL-79456]
- ublk: fix ublk_ch_mmap() for 64K page size (Ming Lei) [RHEL-79456]
- s390/dasd: Fix typo in comment (Ming Lei) [RHEL-79456]
- s390/dasd: fix redundant /proc/dasd* entries removal (Ming Lei) [RHEL-79456]
- block: don't verify IO lock for freeze/unfreeze in elevator_init_mq() (Ming Lei) [RHEL-79456]
- block: always verify unfreeze lock on the owner task (Ming Lei) [RHEL-79456]
- rbd: unfreeze queue after marking disk as dead (Ming Lei) [RHEL-79456]
- block: remove blk_freeze_queue() (Ming Lei) [RHEL-79456]
- nvme: add reservation command's defines (Ming Lei) [RHEL-79456]
- Revert "block: pre-calculate max_zone_append_sectors" (Ming Lei) [RHEL-79456]
- mtip32xx: Replace deprecated PCI functions (Ming Lei) [RHEL-79456]
- nvme-core: remove repeated wq flags (Ming Lei) [RHEL-79456]
- nvmet: make nvmet_wq visible in sysfs (Ming Lei) [RHEL-79456]
- nvme-pci: use dma_alloc_noncontigous if possible (Ming Lei) [RHEL-79456]
- nvme-pci: fix freeing of the HMB descriptor table (Ming Lei) [RHEL-79456]
- block: update blk_stack_limits documentation (Ming Lei) [RHEL-79456]
- lib/iov_iter: fix bvec iterator setup (Ming Lei) [RHEL-79456]
- lib/iov_iter.c: initialize bi.bi_idx before iterating over bvec (Ming Lei) [RHEL-79456]
- blk-integrity: remove seed for user mapped buffers (Ming Lei) [RHEL-79456]
- brd: defer automatic disk creation until module initialization succeeds (Ming Lei) [RHEL-79456]
- iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages (Ming Lei) [RHEL-79456]
- block: model freeze & enter queue as lock for supporting lockdep (Ming Lei) [RHEL-79456]
- nvme: core: switch to non_owner variant of start_freeze/unfreeze queue (Ming Lei) [RHEL-79456]
- blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs (Ming Lei) [RHEL-79456]
- blk-mq: Unexport blk_mq_flush_busy_ctxs() (Ming Lei) [RHEL-79456]
- blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long (Ming Lei) [RHEL-79456]
- block: remove redundant explicit memory barrier from rq_qos waiter and waker (Ming Lei) [RHEL-79456]
- nvme: use helpers to access io_uring cmd space (Ming Lei) [RHEL-79456]
- block: flush all throttled bios when deleting the cgroup (Ming Lei) [RHEL-79456]
- block: fix ordering between checking BLK_MQ_S_STOPPED request adding (Ming Lei) [RHEL-79456]
- block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding (Ming Lei) [RHEL-79456]
- block: fix missing dispatching request when queue is started or unquiesced (Ming Lei) [RHEL-79456]
- Revert "blk-throttle: Fix IO hang for a corner case" (Ming Lei) [RHEL-79456]
- block: replace call_rcu by kfree_rcu for simple kmem_cache_free callback (Ming Lei) [RHEL-79456]
- Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IO (Ming Lei) [RHEL-79456]
- ublk: support device recovery without I/O queueing (Ming Lei) [RHEL-79456]
- ublk: merge stop_work and quiesce_work (Ming Lei) [RHEL-79456]
- ublk: refactor recovery configuration flag helpers (Ming Lei) [RHEL-79456]
- ublk: check recovery flags for validity (Ming Lei) [RHEL-79456]
- block: add partition uuid into uevent as "PARTUUID" (Ming Lei) [RHEL-79456]
- block: move issue side time stamping to blk_account_io_start() (Ming Lei) [RHEL-79456]
- dt-bindings: mmc: Document support for partition table in mmc-card (Ming Lei) [RHEL-79456]
- block: add support for partition table defined in OF (Ming Lei) [RHEL-79456]
- mmc: block: attach partitions fwnode if found in mmc-card (Ming Lei) [RHEL-79456]
- block: introduce add_disk_fwnode() (Ming Lei) [RHEL-79456]
- docs: block: Document support for read-only partition in cmdline part (Ming Lei) [RHEL-79456]
- block: add support for defining read-only partitions (Ming Lei) [RHEL-79456]
- block: kill blk_do_io_stat() helper (Ming Lei) [RHEL-79456]
- block: remove 'req->part' check for stats accounting (Ming Lei) [RHEL-79456]
- block: remove redundant passthrough check in blk_mq_need_time_stamp() (Ming Lei) [RHEL-79456]
- block: export blk_validate_limits (Ming Lei) [RHEL-62933]
- block: set issue time stamp based on queue state (Ming Lei) [RHEL-62933]
- loop: fix queue freeze vs limits lock order (Ming Lei) [RHEL-62933]
- loop: refactor queue limits updates (Ming Lei) [RHEL-62933]
- usb-storage: fix queue freeze vs limits lock order (Ming Lei) [RHEL-62933]
- nbd: fix queue freeze vs limits lock order (Ming Lei) [RHEL-62933]
- nvme: fix queue freeze vs limits lock order (Ming Lei) [RHEL-62933]
- block: fix queue freeze vs limits lock order in sysfs store methods (Ming Lei) [RHEL-62933]
- block: add a store_limit operations for sysfs entries (Ming Lei) [RHEL-62933]
- block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues (Ming Lei) [RHEL-62933]
- block: check BLK_FEAT_POLL under q_usage_count (Ming Lei) [RHEL-62933]
- block: add a queue_limits_commit_update_frozen helper (Ming Lei) [RHEL-62933]
- block: fix docs for freezing of queue limits updates (Ming Lei) [RHEL-62933]
- block: pre-calculate max_zone_append_sectors (Ming Lei) [RHEL-62933]
- block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones (Ming Lei) [RHEL-62933]
- block: remove bio_add_zone_append_page (Ming Lei) [RHEL-62933]
- block: remove zone append special casing from the direct I/O path (Ming Lei) [RHEL-62933]
- block: Replace sprintf() with sysfs_emit() (Ming Lei) [RHEL-62933]
- block: Fix queue_iostats_passthrough_show() (Ming Lei) [RHEL-62933]
- block: enable passthrough command statistics (Ming Lei) [RHEL-62933]
- block: move iostat check into blk_acount_io_start() (Ming Lei) [RHEL-62933]
- block: return void from the queue_sysfs_entry load_module method (Ming Lei) [RHEL-62933]
- loop: Fix ABBA locking race (Ming Lei) [RHEL-62933]
- loop: Simplify discard granularity calc (Ming Lei) [RHEL-62933]
- loop: Use bdev limit helpers for configuring discard (Ming Lei) [RHEL-62933]
- block: add a bdev_limits helper (Ming Lei) [RHEL-62933]
- PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar() (Myron Stowe) [RHEL-81557] {CVE-2024-58006}
- PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar() (Myron Stowe) [RHEL-81557]
- exfat: fix out-of-bounds access of directory entries (CKI Backport Bot) [RHEL-78928] {CVE-2024-53147}
- RDMA/nldev: Set error code in rdma_nl_notify_event (Kamal Heib) [RHEL-77879]
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Kamal Heib) [RHEL-77879]
- IB/cm: Rework sending DREQ when destroying a cm_id (Kamal Heib) [RHEL-77879]
- IB/cm: Do not hold reference on cm_id unless needed (Kamal Heib) [RHEL-77879]
- IB/cm: Explicitly mark if a response MAD is a retransmission (Kamal Heib) [RHEL-77879]
- RDMA/nldev: Add IB device and net device rename events (Kamal Heib) [RHEL-77879]
- RDMA/core: Move ib_uverbs_file struct to uverbs_types.h (Kamal Heib) [RHEL-77879]
- RDMA/core: Add device ufile cleanup operation (Kamal Heib) [RHEL-77879]
- RDMA/core: Implement RoCE GID port rescan and export delete function (Kamal Heib) [RHEL-77879]
- RDMA: Use ethtool string helpers (Kamal Heib) [RHEL-77879]
- RDMA/ipoib: Use the networking stack default for txqueuelen (Kamal Heib) [RHEL-77879]
- RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pages (Kamal Heib) [RHEL-77879]
- PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem() (Myron Stowe) [RHEL-74285]
- PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_ep (Myron Stowe) [RHEL-74285]
- PCI/bwctrl: Fix NULL pointer deref on unbind and bind (Myron Stowe) [RHEL-74285]
- PCI/bwctrl: Enable only if more than one speed is supported (Myron Stowe) [RHEL-74285]
- PCI: Honor Max Link Speed when determining supported speeds (Myron Stowe) [RHEL-74285]
- PCI/pwrctrl: Unregister platform device only if one actually exists (Myron Stowe) [RHEL-74285]
- PCI: Fix typos (Myron Stowe) [RHEL-74285]
- tools: PCI: Fix incorrect printf format specifiers (Myron Stowe) [RHEL-74285]
- PCI: Simplify pci_create_slot() logic (Myron Stowe) [RHEL-74285]
- PCI: Fix reset_method_store() memory leak (Myron Stowe) [RHEL-74285] {CVE-2024-56745}
- PCI: hotplug: Remove "Returns" kerneldoc from void functions (Myron Stowe) [RHEL-74285]
- PCI: hotplug: Reorganize kerneldoc parameter names (Myron Stowe) [RHEL-74285]
- PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert() (Myron Stowe) [RHEL-74285] {CVE-2024-53152}
- PCI: rockchip-ep: Handle PERST# signal in EP mode (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Improve link training (Myron Stowe) [RHEL-74285]
- PCI: rockship-ep: Implement the pci_epc_ops::stop_link() operation (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Refactor endpoint link training enable (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hiding (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocations (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Rename rockchip_pcie_parse_ep_dt() (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Fix MSI IRQ data mapping (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Implement the pci_epc_ops::align_addr() operation (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr() (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr() (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Use a macro to define EP controller .align feature (Myron Stowe) [RHEL-74285]
- PCI: rockchip-ep: Fix address translation unit programming (Myron Stowe) [RHEL-74285]
- PCI: qcom: Disable ASPM L0s for X1E80100 (Myron Stowe) [RHEL-74285]
- PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoC (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml (Myron Stowe) [RHEL-74285]
- PCI: qcom: Add support for IPQ9574 (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: qcom: Document the IPQ9574 PCIe controller (Myron Stowe) [RHEL-74285]
- PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert() (Myron Stowe) [RHEL-74285] {CVE-2024-53153}
- PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ' is supported (Myron Stowe) [RHEL-74285]
- PCI: microchip: Add support for using either Root Port 1 or 2 (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: microchip,pcie-host: Add reg for Root Port 2 (Myron Stowe) [RHEL-74285]
- PCI: mediatek-gen3: Remove unneeded semicolon (Myron Stowe) [RHEL-74285]
- PCI: mediatek-gen3: Add support for restricting link width (Myron Stowe) [RHEL-74285]
- PCI: mediatek-gen3: Add support for setting max-link-speed limit (Myron Stowe) [RHEL-74285]
- PCI: keystone: Add link up check to ks_pcie_other_map_bus() (Myron Stowe) [RHEL-74285]
- PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatible (Myron Stowe) [RHEL-74285]
- PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS milliseconds (Myron Stowe) [RHEL-74285]
- PCI: j721e: Add PCIe support for J722S SoC (Myron Stowe) [RHEL-74285]
- PCI: imx6: Fix suspend/resume support on i.MX6QDL (Myron Stowe) [RHEL-74285] {CVE-2024-57809}
- PCI: dwc: ep: Fix advertised resizable BAR size regression (Myron Stowe) [RHEL-74285]
- PCI: dwc: Use of_property_present() for non-boolean properties (Myron Stowe) [RHEL-74285]
- PCI: dwc: endpoint: Clear outbound address on unmap (Myron Stowe) [RHEL-74285]
- PCI: cadence: Lower severity of message when phy-names property is absent in DTS (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Fix pci_epc_map map_size kerneldoc string (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf() (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy() (Myron Stowe) [RHEL-74285] {CVE-2024-56561}
- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' (Myron Stowe) [RHEL-74285] {CVE-2024-56689}
- PCI: endpoint: Remove surplus return statement from pci_epf_test_clean_dma_chan() (Myron Stowe) [RHEL-74285]
- PCI: dwc: ep: Use align addr function for dw_pcie_ep_raise_{msi,msix}_irq() (Myron Stowe) [RHEL-74285]
- PCI: endpoint: test: Synchronously cancel command handler work (Myron Stowe) [RHEL-74285]
- PCI: dwc: endpoint: Implement the pci_epc_ops::align_addr() operation (Myron Stowe) [RHEL-74285]
- PCI: endpoint: test: Use pci_epc_mem_map/unmap() (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Update documentation (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Introduce pci_epc_mem_map()/unmap() (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Improve pci_epc_mem_alloc_addr() (Myron Stowe) [RHEL-74285]
- PCI: endpoint: Introduce pci_epc_function_is_valid() (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: qcom,pcie-sm8550: Add SAR2130P compatible (Myron Stowe) [RHEL-74285]
- dt-bindings: PCI: mediatek-gen3: Allow exact number of clocks only (Myron Stowe) [RHEL-74285]
- PCI: Add ACS quirk for Wangxun FF5xxx NICs (Myron Stowe) [RHEL-74285]
- PCI: Detect and trust built-in Thunderbolt chips (Myron Stowe) [RHEL-74285]
- PCI: Improve pdev_sort_resources() warning message (Myron Stowe) [RHEL-74285]
- PCI: Add ALIGN_DOWN_IF_NONZERO() helper (Myron Stowe) [RHEL-74285]
- PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M() (Myron Stowe) [RHEL-74285]
- PCI: Use resource_set_{range,size}() helpers (Myron Stowe) [RHEL-74285]
- resource: Add resource set range and size helpers (Myron Stowe) [RHEL-74285]
- PCI: Warn if a running device is unaware of reset (Myron Stowe) [RHEL-74285]
- PCI: Add 'reset_subordinate' to reset hierarchy below bridge (Myron Stowe) [RHEL-74285]
- PCI/pwrctrl: Rename pwrctrl functions and structures (Myron Stowe) [RHEL-74285]
- PCI/pwrctrl: Rename pwrctl files to pwrctrl (Myron Stowe) [RHEL-74285]
- PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrctl parent (Myron Stowe) [RHEL-74285]
- PCI/pwrctl: Ensure that pwrctl drivers are probed before PCI client drivers (Myron Stowe) [RHEL-74285]
- PCI/pwrctl: Create pwrctl device only if at least one power supply is present (Myron Stowe) [RHEL-74285]
- PCI/pwrctl: Use of_platform_device_create() to create pwrctl devices (Myron Stowe) [RHEL-74285]
- PCI: Enable runtime PM of the host bridge (Myron Stowe) [RHEL-74285]
- PCI: starfive: Enable controller runtime PM before probing host bridge (Myron Stowe) [RHEL-74285]
- PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodes (Myron Stowe) [RHEL-74285]
- PCI: Unexport pci_walk_bus_locked() (Myron Stowe) [RHEL-74285]
- PCI: Convert __pci_walk_bus() to be recursive (Myron Stowe) [RHEL-74285]
- PCI: Move __pci_walk_bus() mutex to where we need it (Myron Stowe) [RHEL-74285]
- PCI: Make pci_destroy_dev() concurrent safe (Myron Stowe) [RHEL-74285]
- PCI: Make pci_stop_dev() concurrent safe (Myron Stowe) [RHEL-74285]
- PCI: Fix use-after-free of slot->bus on hot remove (Myron Stowe) [RHEL-74285] {CVE-2024-53194}
- PCI: cpqphp: Simplify PCI_ScanBusForNonBridge() (Myron Stowe) [RHEL-74285]
- PCI: cpqphp: Use define to read class/revision dword (Myron Stowe) [RHEL-74285]
- PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence (Myron Stowe) [RHEL-74285]
- PCI: cpqphp: Fix PCIBIOS_* return value confusion (Myron Stowe) [RHEL-74285]
- PCI: cpqphp: Remove unused struct ctrl_dbg.ctrl (Myron Stowe) [RHEL-74285]
- PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.hardware_test (Myron Stowe) [RHEL-74285]
- PCI: Simplify pci_read_bridge_bases() logic (Myron Stowe) [RHEL-74285]
- PCI: Move struct pci_bus_resource into bus.c (Myron Stowe) [RHEL-74285]
- PCI: Remove unused PCI_SUBTRACTIVE_DECODE (Myron Stowe) [RHEL-74285]
- PCI: acpiphp_ampere_altra: Switch back to struct platform_driver::remove() (Myron Stowe) [RHEL-74285]
- PCI: controller: Switch back to struct platform_driver::remove() (Myron Stowe) [RHEL-74285]
- ethernet: cavium: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- gpio: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- fpga/dfl-pci.c: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- PCI: Deprecate pcim_iounmap_regions() (Myron Stowe) [RHEL-74285]
- PCI: Make pcim_iounmap_region() a public function (Myron Stowe) [RHEL-74285]
- PCI: Remove pcim_iomap_regions_request_all() (Myron Stowe) [RHEL-74285]
- ALSA: korg1212: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- serial: rp2: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- ntb: idt: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- wifi: iwlwifi: replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- intel_th: pci: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- crypto: marvell - replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- crypto: qat - replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- ata: ahci: Replace deprecated PCI functions (Myron Stowe) [RHEL-74285]
- PCI: Make pcim_request_all_regions() a public function (Myron Stowe) [RHEL-74285]
- PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req() (Myron Stowe) [RHEL-74285]
- PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations (Myron Stowe) [RHEL-74285]
- selftests/pcie_bwctrl: Create selftests (Myron Stowe) [RHEL-74285]
- thermal: Add PCIe cooling driver (Myron Stowe) [RHEL-74285]
- PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link Speed (Myron Stowe) [RHEL-74285]
- PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller (Myron Stowe) [RHEL-74285]
- PCI: Abstract LBMS seen check into pcie_lbms_seen() (Myron Stowe) [RHEL-74285]
- PCI: Refactor pcie_update_link_speed() (Myron Stowe) [RHEL-74285]
- PCI: Store all PCIe Supported Link Speeds (Myron Stowe) [RHEL-74285]
- PCI: Protect Link Control 2 Register with RMW locking (Myron Stowe) [RHEL-74285]
- Documentation PCI: Reformat RMW ops documentation (Myron Stowe) [RHEL-74285]
- PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked) (Myron Stowe) [RHEL-74285]
- PCI/ASPM: Disable L1 before disabling L1 PM Substates (Myron Stowe) [RHEL-74285]
Resolves: RHEL-62933, RHEL-74285, RHEL-76329, RHEL-77879, RHEL-78669, RHEL-78928, RHEL-79456, RHEL-81295, RHEL-81557, RHEL-82461, RHEL-82479
* Tue Mar 18 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-65.el10]
- EDAC/{i10nm,skx,skx_common}: Support UV systems (Aristeu Rozanski) [RHEL-73781]
- Documentation/sysctl: Add timer_migration to kernel.rst (Phil Auld) [RHEL-77929]
- ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during params (CKI Backport Bot) [RHEL-81442] {CVE-2024-58012}
- EDAC/amd64: Simplify ECC check on unified memory controllers (Aristeu Rozanski) [RHEL-73050]
- perf test record+probe_libc_inet_pton: Make test resilient (Jakub Brnak) [RHEL-74339]
- Revert "selftests/mm: remove local __NR_* definitions" (Li Wang) [RHEL-79766]
- Enable Intel VPU driver for RHEL (Fabien Dupont) [RHEL-38582]
- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (Radu Rendec) [RHEL-80226]
- smb: client: fix chmod(2) regression with ATTR_READONLY (Jay Shin) [RHEL-82677 RHEL-80534]
- kabi: enable check-kabi (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol zap_vma_ptes to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_uses_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_peek_release_desc_batch to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_peek_desc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_completed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_set_tx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_set_rx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_get_pool_from_qid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_clear_rx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_set_rxq_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_raw_get_dma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_fill_cb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_dma_unmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_dma_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_can_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_alloc_batch to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_set_features_flag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_unreg_mem_model to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_unreg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_reg_mem_model to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xdp_rxq_info_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_is_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame_rx_napi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame_bulk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_buff to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_master_redirect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_flush_frame_bulk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_features_set_redirect_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_features_clear_redirect_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_do_redirect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_do_flush to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_convert_zc_to_xdp_frame to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_store to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_load to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xa_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_find_after to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_erase to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xa_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_return_thunk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rsi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rdx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rdi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rcx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rbx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rbp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rax to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r9 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r15 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r14 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r13 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r12 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r11 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r10 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol x86_cpu_to_apicid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __warn_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wake_up_process to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __wake_up to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_io_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vzalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vsprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vsnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vscnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vm_munmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vm_mmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmemmap_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_array_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vlan_dev_vlan_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vlan_dev_real_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __virt_addr_valid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_unlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_mknod to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_mkdir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_fsync_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_undefined to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_teardown_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_setup_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_possible_blades to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __uv_hub_info_list to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_get_hubless_system to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __uv_cpu_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_obj_count to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_install_heap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_pci_topology to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_master_nasid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_heapsize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_geoinfo to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_enum_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_enum_objs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol usleep_range_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_switchdev_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_switchdev_blocking_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_reboot_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netevent_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netdevice_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_kprobe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_inetaddr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_inet6addr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __unregister_chrdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_blkdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol udp_tunnel_nic_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __udelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_unregister_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_termios_encode_baud_rate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_std_termios to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_register_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_link_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_flip_buffer_push to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_driver_kref_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_buffer_request_room to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tty_alloc_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tsc_khz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol try_module_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __trace_trigger_soft_disabled to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_raw_output_prep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_print_bitmask_seq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_start_locking to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_released to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_acquire_returned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_handle_return to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_raw_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_printf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_ignore_this_pid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_buffer_reserve to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_buffer_commit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_set_clr_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_get_by_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol touch_softlockup_watchdog to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_validate_xmit_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_get_record to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_encrypt_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_device_sk_destruct to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_shutdown_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_shutdown to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_delete_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_cyc2time to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol time64_to_tm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tcp_gro_complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tasklet_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tasklet_kill to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tasklet_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sys_tz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_wq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_unbound_wq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_streq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_group to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_file_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_bin_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sysfs_match_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_emit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_group to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_file_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_bin_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_net to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sync_blockdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __symbol_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __symbol_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_obj_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_obj_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_attr_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sw_hweight64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sw_hweight32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol submit_bio_noacct to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strstr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strsep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strrchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strnlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncpy_from_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncasecmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strlcat to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcspn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcat to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcasecmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_slow_inc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_slow_dec to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_count to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol starget_for_each_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __stack_chk_fail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sscanf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol softnet_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sock_gen_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sn_region_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol snprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sn_partition_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_single_async to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_single to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_many to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol slab_build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_skb_reason_drop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_tstamp_tx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_realloc_headroom to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_queue_tail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_push to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_pull to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_pad to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_gso_segment to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_flow_dissect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_dequeue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_header to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_expand to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_bits to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_clone_tx_timestamp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_clone to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_checksum_help to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_add_rx_frag_netmem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sized_strscpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol single_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol single_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_write_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_strtoul to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_strtol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_read_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_attr_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_attr_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol si_meminfo to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_pcopy_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_pcopy_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_nents to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_user_nice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_normalized_timespec64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_memory_wc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_cpus_allowed_ptr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_capacity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_blocksize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __seq_puts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_putc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_printf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_lseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol send_sig to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol secpath_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sdev_prefix_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__tp_func_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__preempt_schedule_notrace to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__preempt_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__might_resched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__cond_resched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_unblock_requests to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_scan_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_scan_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_sanitize_inquiry_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_rescan_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_print_command to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_normalize_sense to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsilun_to_int to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __scsi_iterate_devices to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_sdev_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_host_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_fc_rport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_busy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_get_vpd_page to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_dma_unmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_dma_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_type to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_set_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_from_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_change_queue_depth to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_build_sense_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_build_sense to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_block_requests to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_add_host_with_dma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_add_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scmd_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCK__tp_func_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule_timeout_uninterruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sched_clock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_rphy_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_rphy_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_release_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_delete_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_alloc_num to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_add_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_expander_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_end_device_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_attach_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_ata_ncq_prio_supported to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_is_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rps_may_expire_flow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol round_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol root_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __root_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rht_bucket_nested_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rht_bucket_nested to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rht_bucket_nested to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_start_check to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_enter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_insert_slow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_init_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol reset_devices to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_threaded_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __request_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __request_module to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_firmware_nowait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_firmware to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remove_wait_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remove_proc_entry to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remap_pfn_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __release_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol release_firmware to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_switchdev_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_switchdev_blocking_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_reboot_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netevent_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdevice_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdevice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_kprobe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_inetaddr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_inet6addr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __register_chrdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __register_blkdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __refrigerator to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol refcount_warn_saturate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rcuref_get_slowpath to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rcu_read_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rcu_read_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rb_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rb_first to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_bh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_bh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ___ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol radix_tree_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_limits_commit_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_delayed_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol qdisc_reset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol put_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_devmap_managed_folio_refs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol put_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptrs_per_p4d to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_schedule_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_parse_header to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_find_pin to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_index to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_classify_raw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ___pskb_trim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pskb_pull_tail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pskb_expand_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_mkdir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_create_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol priv_to_devlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __printk_ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol print_hex_dump to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_to_wait_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_to_wait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_creds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pm_schedule_suspend to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pm_runtime_resume to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pm_runtime_idle to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pldmfw_op_pci_match_record to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pldmfw_flash_image to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pid_task to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_validate_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_support_asym_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_start_aneg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol physical_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_set_max_speed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_set_asym_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phys_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_mii_ioctl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_ethtool_ksettings_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_ethtool_ksettings_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_disconnect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_connect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_attached_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pgdir_shift to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol perf_trace_run_bpf_submit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol perf_trace_buf_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __per_cpu_offset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcpu_hot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcpu_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcix_set_mmrbc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_wake_from_d3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_wait_for_pending_transaction to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_find_ro_info_keyword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_check_csum to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vfs_assigned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_unregister_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_try_set_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_sriov_set_totalvfs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_power_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_master to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_select_bars to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_save_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_restore_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_restore_msi_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_reset_bus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_request_selected_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_request_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_release_selected_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_release_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pci_register_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_vpd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_prepare_to_sleep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_num_vf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_can_alloc_dyn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_alloc_irq_at to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_iomap_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_iomap_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_enable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_irq_vector to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_irq_get_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iov_virtfn_devfn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iounmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_ioremap_bar to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iomap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_slot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_dsn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_domain_bus_and_slot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_free_irq_vectors to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_find_ext_capability to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_find_capability to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_set_readrq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_print_link_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_wake to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_sriov to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_msix_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_msi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_device_mem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_get_readrq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_flr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_write_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_read_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_read_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_clear_and_set_word_unlocked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_clear_and_set_word_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_sriov to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_rom to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_msix to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_msi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_present to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_device_is_present to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_clear_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_clear_master to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_choose_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_cfg_access_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_cfg_access_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_bus_type to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_alloc_irq_vectors_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_alloc_irq_vectors to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_aer_clear_nonfatal_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol path_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ushort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ulong to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ullong to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_uint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_long to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_int to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_charp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_bool to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_array_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol panic_notifier_list to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol panic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_put_unrefed_netmem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_disable_direct_recycling to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_alloc_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_alloc_frag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_offset_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_frag_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __page_frag_cache_drain to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_unregister_targetport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_register_targetport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_ls_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_fcp_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_fcp_abort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_invalidate_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_unregister_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_unregister_localport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_set_remoteport_devloss to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_rescan_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_register_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_register_localport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_rcv_ls_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_io_getuuid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __num_online_cpus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol numa_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ns_to_timespec64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nr_cpu_ids to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol noop_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol node_to_cpumask_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol node_states to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __node_distance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nla_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_wake_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_stop_all_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_xps_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_tso_max_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_tso_max_segs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_real_num_tx_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_real_num_rx_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_schedule_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_rx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_receive_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_queue_set_napi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netif_napi_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_napi_add_weight to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_get_num_default_rss_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_device_detach to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_device_attach to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_carrier_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_carrier_off to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_dim_get_rx_moderation to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_dim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_walk_all_upper_dev_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_update_features to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_unbind_sb_channel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_state_change to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_tc_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_sb_channel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_num_tc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rx_handler_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rx_handler_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rss_key_fill to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_reset_tc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_refcnt_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_port_same_parent_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_pick_tx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_notice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_master_upper_dev_get_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_master_upper_dev_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_features_change to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_err to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_crit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_core_stats_inc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_bind_sb_channel_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netdev_alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netdev_alloc_frag_align to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __neigh_event_send to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol neigh_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ndo_dflt_fdb_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ndo_dflt_bridge_getlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __ndelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_schedule_prep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_schedule_irqoff to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_gro_receive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_consume_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_complete_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_alloc_frag_align to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol names_cachep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_lock_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_is_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mutex_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol msleep_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol msleep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __msecs_to_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_read_raw_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_powm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_get_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol module_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol module_layout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __module_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mod_timer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mod_delayed_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmu_notifier_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmu_notifier_get_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_start_locking to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_released to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_acquire_returned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_core_uplink_netdev_event_replay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_core_access_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_blocking_notifier_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_blocking_notifier_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol misc_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol misc_deregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol metadata_dst_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol metadata_dst_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mem_section to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_kmalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_free_slab to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_create_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_alloc_slab to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memory_read_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memmove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memdup_user_nul to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memdup_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy_toio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy_fromio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memchr_inv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mds_idle_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdio_mii_ioctl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mdiobus_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_get_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_c45_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_c45_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_alloc_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdio45_probe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol lookup_one_len to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol local_clock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __local_bh_enable_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __list_del_entry_valid_or_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __list_add_valid_or_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libie_rx_pt_lut to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_recycle_slow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_fq_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_fq_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kvfree_call_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_with_offset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_seconds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_real_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_real_seconds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_raw_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_use_mm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_unuse_mm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_should_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_queue_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_queue_delayed_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_destroy_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_delayed_work_timer_fn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_create_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_create_on_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_complete_and_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_cancel_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_cancel_delayed_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_bind to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoull to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtouint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtou8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtou16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtos16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoll to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtobool to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ksize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol krealloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_uevent_env to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_uevent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_set_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_init_and_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_get_unless_zero to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_create_and_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmemdup_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmem_cache_create_args to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmalloc_size_roundup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_large_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_large_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmalloc_caches to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_cache_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_cache_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_pid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_pgrp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_fasync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kfree_sensitive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kexec_crash_loaded to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kern_path_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kern_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_sigaction to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kasprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies_to_usecs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies_to_msecs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iter_div_u64_rem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol is_vmalloc_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol is_uv_system to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_set_affinity_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_set_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_sched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_modify_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_cpu_rmap_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __irq_apply_affinity_hint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_skip_exthdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_find_hdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_ext_hdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_route_output_flow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_queue_xmit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_compute_csum to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip6_route_output_flags to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip6_dst_hoplimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __iowrite64_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iounmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ioremap_wc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ioremap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __ioread32_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iomem_resource to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol invalidate_bdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol int_to_scsilun to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_waitqueue_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_wait_entry to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_uts_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_user_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_timer_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_swait_queue_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_rwsem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_net to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __inet_lookup_established to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol inet_del_protocol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol inet_add_protocol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __inet6_lookup_established to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ilookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_alloc_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol I_BDEV to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_smbus_write_byte_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_smbus_read_byte_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_new_client_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_del_adapter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_bit_add_bus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_notify_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register_with_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register_with_groups to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_unsync_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_sync_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hugetlb_optimize_vmemmap_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_start_range_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_forward to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_cancel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_register_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_put_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_insert_raw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_deregister_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_allocate_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_zeroed_page_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_user_pages_remote to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __get_user_4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __get_user_2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_u16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_bytes to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_free_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_device_system_crosststamp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_cpu_idle_time to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol generic_file_write_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol generic_file_read_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fs_bio_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol freezing_slow_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_percpu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __free_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_irq_cpu_rmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_cpumask_var to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __fortify_panic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __folio_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __flush_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flush_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flush_signals to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_vlan to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_tcp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_pppoe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_l2tpv3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ipv6_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ipv4_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_icmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_eth_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_opts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_keyid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ipv6_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ipv4_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_control to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_cvlan to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_control to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_basic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_keys_dissector to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_dev_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_dev_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_block_cb_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_block_cb_setup_simple to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_block_cb_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fixed_size_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol firmware_request_nowarn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol finish_wait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol find_vma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol find_pid_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_zero_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_and_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_last_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_first_zero_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_first_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol filp_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol filp_close to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol file_ns_capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol file_bdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fget to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __fentry__ to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_vport_terminate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_vport_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_rolechg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_release_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_post_vendor_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_post_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_fpin_rcv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_get_event_number to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_eh_timed_out to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_eh_should_retry_cmd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_block_scsi_eh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_block_rport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_attach_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fasync_helper to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol event_triggers_call to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_validate_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_type_trans to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_sprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_rxfh_context_lost to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_puts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_params_from_link_mode to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_op_get_ts_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_op_get_link to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_intersect_link_masks to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_forced_speed_maps_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_convert_link_mode_to_legacy_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_convert_legacy_u32_to_link_mode to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_platform_get_mac_address to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_get_headlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ether_setup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol enable_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol empty_zero_page to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol emergency_restart to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol elfcorehdr_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_pr_debug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_netdev_dbg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_dev_dbg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dump_stack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dst_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_remove_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_for_each_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dql_reset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dql_completed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_on_pin_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_on_pin_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_change_ntf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_netdev_pin_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_netdev_pin_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_change_ntf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_write_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_read_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol downgrade_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol do_trace_netlink_extack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol done_path_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmi_get_system_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmi_find_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_unmap_sg_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_unmap_page_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dma_sync_single_for_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dma_sync_single_for_cpu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_set_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_set_coherent_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmam_free_coherent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_map_sg_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_map_page_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmam_alloc_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_get_required_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_free_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_alloc_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol disable_irq_nosync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol disable_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dget_parent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_add_excl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_trans_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_promiscuity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_mtu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_mac_address to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_remove_pack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dev_queue_xmit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_notice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_request_threaded_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_mdiobus_alloc_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kmemdup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kmalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kasprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_hwmon_device_register_with_groups to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_del_global to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add_global to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add_excl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devmap_managed_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __devm_add_action to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_region_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_region_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_nodes_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_node_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_leaf_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_leaf_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_register_with_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_fn_devlink_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_params_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_params_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_nested_devlink_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_remote_reload_actions_performed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_priv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_register_with_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_attrs_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_params_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_params_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_stored_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_running_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_fixed_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_serial_number_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_board_serial_number_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_state_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_recovery_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_priv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_u32_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_string_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_pair_nest_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_pair_nest_end to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_binary_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_flash_update_timeout_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_flash_update_status_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_alloc_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_assert_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_kfree_skb_irq_reason to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_kfree_skb_any_reason to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_wakeup_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_show_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_set_wakeup_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_set_wakeup_capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_remove_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_initialize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_add_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_get_stats to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_get_by_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_err to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_driver_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_crit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_close to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_mod to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_add_pack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol destroy_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol del_gendisk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol delayed_work_timer_fn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol default_wake_function to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol default_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_dir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_devm_seqfile to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_attr_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_attr_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcbnl_ieee_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_setapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_getapp_prio_dscp_mask_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_getapp_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_delapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_getapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_unregister_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_remove_requester to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_register_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_add_requester to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca3_get_tag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol current_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _ctype to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol csum_partial to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol csum_ipv6_magic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_shash_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_shash_final to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_destroy_tfm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_alloc_shash to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crc_t10dif to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crc32_le to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_sibling_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_present_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_possible_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_online_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpumask_next_wrap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpumask_local_spread to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_khz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_state_remove_instance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_state_add_instance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_setup_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_remove_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpufreq_quick_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_bit_bitmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _copy_to_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __copy_overflow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _copy_from_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol consume_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __const_udelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol const_pcpu_hot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol complete_all to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol commit_creds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol clock_t_to_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __check_object_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cc_mkdec to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_delayed_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_delayed_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_usermodehelper to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_switchdev_notifiers to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_netdevice_notifiers to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cachemode2protval to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol byte_rev_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_last to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_get_prev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_geo64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_geo32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_setup_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_remove_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_job_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __break_lease to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_warn_invalid_xdp_action to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run1 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_stats_enabled_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_prog_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_prog_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_master_redirect_enabled_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_dispatcher_xdp_func to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol boot_cpu_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blockdev_superblock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_status_to_errno to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_start_plug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_stack_limits to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_queue_rq_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_unique_tag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_tagset_busy_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_pci_map_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_map_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_finish_plug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blkcg_get_fc_appid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __blk_alloc_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_zalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_xor to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_weight to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_subset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_print_to_pagebuf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_parselist to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_or to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_intersects to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_from_arr32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_find_next_zero_area_off to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_equal to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_andnot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_and to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bioset_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bioset_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_endio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_clone_blkg_association to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_associate_blkg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_alloc_clone to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_alloc_bioset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _bin2bcd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_thaw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_freeze to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_file_open_by_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_file_open_by_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol auxiliary_driver_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __auxiliary_driver_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol auxiliary_device_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __auxiliary_device_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol autoremove_wake_function to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol atomic_notifier_chain_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol atomic_notifier_chain_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _atomic_dec_and_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol argv_split to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol argv_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol arch_touch_nmi_watchdog to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __alloc_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_netdev_mqs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_etherdev_mqs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_cpu_rmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_cpumask_var_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_wait_queue_exclusive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_wait_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_timer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol acpi_get_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol acpi_disabled to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol abort_creds to stablelist (Čestmír Kalina) [RHEL-79881]
- nfs: Fix oops in nfs_netfs_init_request() when copying to cache (Olga Kornievskaia) [RHEL-77295] {CVE-2024-57927}
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-80112]
- wifi: mt76: mt7925: add handler to hif suspend/resume event (Jose Ignacio Tornos Martinez) [RHEL-79087]
- wifi: mt76: mt7925: fix CLC command timeout when suspend/resume (Jose Ignacio Tornos Martinez) [RHEL-79087]
- wifi: mt76: mt7925: fix the unfinished command of regd_notifier before suspend (Jose Ignacio Tornos Martinez) [RHEL-79087]
- configs: enable FW_CACHE on centos-stream/rhel 10 for nouveau (Dave Airlie) [RHEL-80281]
- fs/proc: fix softlockup in __read_vmcore (part 2) (Baoquan He) [RHEL-79110] {CVE-2025-21694}
- phy: tegra: xusb: reset VBUS & ID OVERRIDE (Rupinderjit Singh) [RHEL-80387]
- kernel.spec: add missing tools-libs on s390x (Jan Stancek) [RHEL-81118]
- pps: Fix a use-after-free (Michal Schmidt) [RHEL-77270]
Resolves: RHEL-38582, RHEL-73050, RHEL-73781, RHEL-74339, RHEL-77270, RHEL-77295, RHEL-77929, RHEL-79087, RHEL-79110, RHEL-79766, RHEL-79881, RHEL-80112, RHEL-80226, RHEL-80281, RHEL-80387, RHEL-81118, RHEL-81442, RHEL-82677
* Thu Mar 13 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-64.el10]
- media: ipu-bridge: Remove unneeded conditional compilations (Kate Hsuan) [RHEL-77180 RHEL-77309]
- ACPI: bus: change the prototype for acpi_get_physical_device_location (Kate Hsuan) [RHEL-77309]
- media: ov2740: Add regulator support (Kate Hsuan) [RHEL-77309]
- media: ov2740: Add powerdown GPIO support (Kate Hsuan) [RHEL-77309]
- media: ov2740: Add camera orientation and sensor rotation controls (Kate Hsuan) [RHEL-77309]
- media: ov2740: Debug log chip ID (Kate Hsuan) [RHEL-77309]
- media: mc: fix endpoint iteration (Kate Hsuan) [RHEL-77309]
- media: ccs: Fail the probe on CCS static data parser failure (Kate Hsuan) [RHEL-77309]
- media: ccs: Print a warning on CCS static data parser failure (Kate Hsuan) [RHEL-77309]
- media: intel/ipu6: move some boot messages to debug level (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: intel/ipu6: remove cpu latency qos request on error (Kate Hsuan) [RHEL-77309 RHEL-81387] {CVE-2024-58004}
- media: ccs: Fix cleanup order in ccs_probe() (Kate Hsuan) [RHEL-77309]
- media: dt-bindings: Add property to describe CSI-2 C-PHY line orders (Kate Hsuan) [RHEL-77309]
- media: v4l: fwnode: Parse MiPI DisCo for C-PHY line-orders (Kate Hsuan) [RHEL-77309]
- media: ccs: Clean up parsed CCS static data on parse failure (Kate Hsuan) [RHEL-77309]
- media: ccs: Fix CCS static data parsing for large block sizes (Kate Hsuan) [RHEL-77309]
- media: replace obsolete hans.verkuil@cisco.com alias (Kate Hsuan) [RHEL-77309]
- media: ipu6: make the ipu6_mmu_unmap() as a void function (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: optimize the IPU6 MMU unmapping flow (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: optimize the IPU6 MMU mapping flow (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: move the l2_unmap() up before l2_map() (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: mc: Rename pad as origin in __media_pipeline_start() (Kate Hsuan) [RHEL-77309]
- media: intel/ipu6: remove buttress ish structure (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: intel/ipu6: do not handle interrupts when device is disabled (Kate Hsuan) [RHEL-77180 RHEL-77309] {CVE-2024-56680}
- media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate() (Kate Hsuan) [RHEL-77309]
- media: i2c: Drop HAS_EVENTS and event handlers (Kate Hsuan) [RHEL-77309]
- media: v4l2-subdev: Refactor events (Kate Hsuan) [RHEL-77309]
- media: Documentation: ipu6: remove the dma_ops part from the doc (Kate Hsuan) [RHEL-77309]
- media: ipu6: use PFN_UP() and sg_virt() for code simplicity (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: remove architecture DMA ops dependency in Kconfig (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: use the IPU6 DMA mapping APIs to do mapping (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: not override the dma_ops of device in driver (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: Fix DMA and physical address debugging messages for 32-bit (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ov2740: Don't log ov2740_check_hwcfg() errors twice (Kate Hsuan) [RHEL-77309]
- convert media_request_get_by_fd() (Kate Hsuan) [RHEL-77309]
- media: vb2: fix confusing log message (Kate Hsuan) [RHEL-77309]
- media: vb2: Fix comment (Kate Hsuan) [RHEL-77309]
- media: v4l2-core: constify the class struct (Kate Hsuan) [RHEL-77309]
- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result (Kate Hsuan) [RHEL-77309]
- media: common: saa7146: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: platform: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: rtl2832_sdr: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: video-i2c: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: usb: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: pci: drop vb2_ops_wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULL (Kate Hsuan) [RHEL-77309]
- media: ipu6: remove redundant dependency in Kconfig (Kate Hsuan) [RHEL-77180 RHEL-77309]
- media: ipu6: fix the wrong type casting and 64-bit division (Kate Hsuan) [RHEL-77180 RHEL-77309]
- v4l2-subdev: Return -EOPNOTSUPP for unsupported pad type in call_get_frame_desc() (Kate Hsuan) [RHEL-77309]
- media: i2c: Fix typos in comments across various files (Kate Hsuan) [RHEL-77309]
- media: videodev2: Add flag to unconditionally enumerate pixel formats (Kate Hsuan) [RHEL-77309]
- media: vb2: use lock if wait_prepare/finish are NULL (Kate Hsuan) [RHEL-77309]
- media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finish (Kate Hsuan) [RHEL-77309]
- media: pwc: set lock before calling vb2_queue_init() (Kate Hsuan) [RHEL-77309]
- media: Documentation: Improve v4l2_subdev_{en,dis}able_streams documentation (Kate Hsuan) [RHEL-77309]
- media: Documentation: tx-rx: Fix formatting (Kate Hsuan) [RHEL-77309]
- media: Documentation: Update {enable,disable}_streams documentation (Kate Hsuan) [RHEL-77309]
- media: Documentation: Deprecate s_stream video op, update docs (Kate Hsuan) [RHEL-77309]
- media: v4l2-core: add v4l2_debugfs_if_alloc/free() (Kate Hsuan) [RHEL-77309]
- media: v4l2-core: add v4l2_debugfs_root() (Kate Hsuan) [RHEL-77309]
- media: v4l: Add luma 16-bit interlaced pixel format (Kate Hsuan) [RHEL-77309]
- media: netup_unidvb: switch to use devm_spi_alloc_host() (Kate Hsuan) [RHEL-77309]
- redhat/configs: Disable CONFIG_PKEY for zfcpdump configs (Mete Durlu) [RHEL-78341]
- RDMA/mana_ib: Allocate PAGE aligned doorbell index (Maxim Levitsky) [RHEL-80097]
- net: mana: Cleanup "mana" debugfs dir after cleanup of all children (Maxim Levitsky) [RHEL-80097]
- net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs (Maxim Levitsky) [RHEL-80097]
- net: mana: Fix memory leak in mana_gd_setup_irqs (Maxim Levitsky) [RHEL-80097]
- net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (Maxim Levitsky) [RHEL-80097]
- net: mana: use ethtool string helpers (Maxim Levitsky) [RHEL-80097]
- net: mana: Enable debugfs files for MANA device (Maxim Levitsky) [RHEL-80097]
- net: mana: Add get_link and get_link_ksettings in ethtool (Maxim Levitsky) [RHEL-80097]
- net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024 (Maxim Levitsky) [RHEL-80097]
Resolves: RHEL-77180, RHEL-77309, RHEL-78341, RHEL-80097, RHEL-81387
* Tue Mar 11 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-63.el10]
- block: Ensure start sector is aligned for stacking atomic writes (Nigel Croxon) [RHEL-73721]
Resolves: RHEL-73721
* Mon Mar 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-62.el10]
- s390/pci: Fix handling of isolated VFs (Mete Durlu) [RHEL-81936]
- s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn() (Mete Durlu) [RHEL-81936]
- s390/pci: Fix SR-IOV for PFs initially in standby (Mete Durlu) [RHEL-81936]
- selftests/net: ensure mptcp is enabled in netns (Hangbin Liu) [RHEL-80379]
- netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled (CKI Backport Bot) [RHEL-75660] {CVE-2024-57941}
- netfs: Fix ceph copy to cache on write-begin (CKI Backport Bot) [RHEL-75655] {CVE-2024-57942}
- Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925 (Bastien Nocera) [RHEL-79457]
- Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. (Bastien Nocera) [RHEL-79457]
- Bluetooth: btmtk: avoid UAF in btmtk_process_coredump (Bastien Nocera) [RHEL-79457] {CVE-2024-56653}
- Bluetooth: btmtk: adjust the position to init iso data anchor (Bastien Nocera) [RHEL-79457] {CVE-2024-53238}
- Bluetooth: btusb: mediatek: change the conditions for ISO interface (Bastien Nocera) [RHEL-79457]
- Bluetooth: btusb: mediatek: add intf release flow when usb disconnect (Bastien Nocera) [RHEL-79457] {CVE-2024-56757}
- Bluetooth: btusb: mediatek: add callback function in btusb_disconnect (Bastien Nocera) [RHEL-79457]
- Bluetooth: btusb: mediatek: move Bluetooth power off command position (Bastien Nocera) [RHEL-79457]
- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) [RHEL-79457]
- scsi: qla2xxx: Fix use after free on unload (Ewan D. Milne) [RHEL-76090] {CVE-2024-56623}
- scsi: sg: Fix slab-use-after-free read in sg_release() (Ewan D. Milne) [RHEL-76089] {CVE-2024-56631}
- CVE-2025-1272: security: Re-enable lockdown LSM in some setup_arch() (Lenny Szubowicz) [RHEL-78975] {CVE-2025-1272}
Resolves: RHEL-75655, RHEL-75660, RHEL-76089, RHEL-76090, RHEL-78975, RHEL-79457, RHEL-80379, RHEL-81936
* Fri Mar 07 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-61.el10]
- af_packet: fix vlan_get_tci() vs MSG_PEEK (CKI Backport Bot) [RHEL-80305] {CVE-2024-57902}
- smb: client: fix chmod(2) regression with ATTR_READONLY (Paulo Alcantara) [RHEL-80534]
- sched_ext: Fix incorrect autogroup migration detection (CKI Backport Bot) [RHEL-81482] {CVE-2025-21771}
- PCI: vmd: Set devices to D0 before enabling PM L1 Substates (Myron Stowe) [RHEL-47437]
- PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs (Myron Stowe) [RHEL-47437]
- kernel.spec: add missing tools-libs on s390x (Jan Stancek) [RHEL-80626]
- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (CKI Backport Bot) [RHEL-81669] {CVE-2025-21785}
- kexec/crash: no crash update when kexec in progress (Mamatha Inamdar) [RHEL-76749]
- md/raid*: Fix the set_queue_limits implementations (Nigel Croxon) [RHEL-73721]
- md: Fix linear_set_limits() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime (CKI Backport Bot) [RHEL-81540] {CVE-2025-21712}
- md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: move bitmap_{start, end}write to md upper layer (Nigel Croxon) [RHEL-73721]
- md/raid5: implement pers->bitmap_sector() (Nigel Croxon) [RHEL-73721]
- md: add a new callback pers->bitmap_sector() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: remove the last parameter for bimtap_ops->endwrite() (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() (Nigel Croxon) [RHEL-73721]
- md: Replace deprecated kmap_atomic() with kmap_local_page() (Nigel Croxon) [RHEL-73721]
- md/raid10: Atomic write support (Nigel Croxon) [RHEL-73721]
- md/raid1: Atomic write support (Nigel Croxon) [RHEL-73721]
- md/raid0: Atomic write support (Nigel Croxon) [RHEL-73721]
- block: Support atomic writes limits for stacked devices (Nigel Croxon) [RHEL-73721]
- md/raid5: Increase r5conf.cache_name size (Nigel Croxon) [RHEL-73721]
- md/raid10: Handle bio_split() errors (Nigel Croxon) [RHEL-73721]
- md/raid1: Handle bio_split() errors (Nigel Croxon) [RHEL-73721]
- md/raid0: Handle bio_split() errors (Nigel Croxon) [RHEL-73721]
- md/raid5: Wait sync io to finish before changing group cnt (Nigel Croxon) [RHEL-73721]
- md/md-bitmap: Add missing destroy_work_on_stack() (Nigel Croxon) [RHEL-73721]
- md/raid5: don't set Faulty rdev for blocked_rdev (Nigel Croxon) [RHEL-73721]
- md/raid10: don't wait for Faulty rdev in wait_blocked_rdev() (Nigel Croxon) [RHEL-73721]
- md/raid1: don't wait for Faulty rdev in wait_blocked_rdev() (Nigel Croxon) [RHEL-73721]
- md/raid1: factor out helper to handle blocked rdev from raid1_write_request() (Nigel Croxon) [RHEL-73721]
- md: don't record new badblocks for faulty rdev (Nigel Croxon) [RHEL-73721]
- md: don't wait faulty rdev in md_wait_for_blocked_rdev() (Nigel Croxon) [RHEL-73721]
- md: add a new helper rdev_blocked() (Nigel Croxon) [RHEL-73721]
- md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit() (Nigel Croxon) [RHEL-73721]
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Benjamin Poirier) [RHEL-41204]
- arm64: mm: Fix zone_dma_limit calculation (Luiz Capitulino) [RHEL-71568]
- uki: enable FIPS mode (Vitaly Kuznetsov) [RHEL-80149]
Resolves: RHEL-41204, RHEL-47437, RHEL-71568, RHEL-73721, RHEL-76749, RHEL-80149, RHEL-80305, RHEL-80534, RHEL-80626, RHEL-81482, RHEL-81540, RHEL-81669
* Wed Mar 05 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-60.el10]
- idpf: call set_real_num_queues in idpf_open (CKI Backport Bot) [RHEL-79464]
- tracing: Fix bad hist from corrupting named_triggers list (Tomas Glozar) [RHEL-80060]
- net/smc: support ipv4 mapped ipv6 addr client for smc-r v2 (Mete Durlu) [RHEL-79809]
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (CKI Backport Bot) [RHEL-74125] {CVE-2024-57901}
- cxgb4: use port number to set mac addr (CKI Backport Bot) [RHEL-75473]
- Documentation/powerpc/fadump: add additional parameter feature details (Mamatha Inamdar) [RHEL-70827]
- powerpc: increase MIN RMA size for CAS negotiation (Mamatha Inamdar) [RHEL-70827]
- powerpc/fadump: fix additional param memory reservation for HASH MMU (Mamatha Inamdar) [RHEL-70827]
- powerpc: export MIN RMA size (Mamatha Inamdar) [RHEL-70827]
- scsi: mpi3mr: Update driver version to 8.12.1.0.50 (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Avoid reply queue full condition (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Fix possible crash when setting up bsg fails (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Handling of fault code for insufficient power (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Start controller indexing from 0 (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs (Chandrakanth Patil) [RHEL-30789] {CVE-2024-57804}
- scsi: mpi3mr: Synchronize access to ioctl data buffer (Chandrakanth Patil) [RHEL-30789]
- redhat: regenerate self-test data for new RHDISTGIT_BRANCH (Patrick Talbert)
Resolves: RHEL-30789, RHEL-70827, RHEL-74125, RHEL-75473, RHEL-79464, RHEL-79809, RHEL-80060
* Mon Mar 03 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-59.el10]
- gpu: host1x: Fix a use of uninitialized mutex (Rupinderjit Singh) [RHEL-67594]
- selftests/memfd: add test for mapping write-sealed memfd read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- mm: reinstate ability to map write-sealed memfd mappings read-only (Rafael Aquini) [RHEL-77292] {CVE-2024-57937}
- bonding: Correctly support GSO ESP offload (CKI Backport Bot) [RHEL-74426]
- redhat: adjust rhel branch name (Jan Stancek)
- redhat: set defaults for RHEL 10.0 (Jan Stancek)
- Revert "x86/kvm: Override default caching mode for SEV-SNP and TDX" (Vitaly Kuznetsov) [RHEL-76109]
Resolves: RHEL-67594, RHEL-74426, RHEL-76109, RHEL-77292
* Thu Feb 27 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-58.el10]
- quota: flush quota_release_work upon quota writeback (CKI Backport Bot) [RHEL-73465]
- s390/topology: Improve topology detection (Mete Durlu) [RHEL-76349]
Resolves: RHEL-73465, RHEL-76349
* Tue Feb 25 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-57.el10]
- cpufreq/amd-pstate-ut: Add fix for min freq unit test (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Fix cpufreq_policy ref counting (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Fix max_perf updation with schedutil (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Refactor max frequency calculation (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Fix prefcore rankings (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Drop boost_state variable (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Always write EPP value when updating perf (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Cache EPP value and use that everywhere (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Move limit updating code (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: store all values in cpudata struct in khz (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Drop cached epp_policy variable (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: convert mutex use to guard() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Add trace event for EPP perf updates (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_offline() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_offline() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static calls (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Store the boost numerator as highest perf again (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Detect preferred core support before driver registration (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Move registration after static function call update (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_init (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systems (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable function (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLE (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Rename functions that enable CPPC (Steve Best) [RHEL-75925]
- amd-pstate: Switch to amd-pstate by default on some Server platforms (Steve Best) [RHEL-75925]
- amd-pstate: Set min_perf to nominal_perf for active mode performance gov (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() call (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Remove the switch case in amd_pstate_init() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freq (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Remove the redundant verify() function (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Drop needless EPP initialization (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limits (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update() (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Fix non kerneldoc comment (Steve Best) [RHEL-75925]
- cpufreq/amd-pstate: Rename MSR and shared memory specific functions (Steve Best) [RHEL-75925]
- x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix (Steve Best) [RHEL-75925]
- tools/power turbostat: version 2025.02.02 (Steve Best) [RHEL-77986]
- tools/power turbostat: Add CPU%%c1e BIC for CWF (Steve Best) [RHEL-77986]
- tools/power turbostat: Harden one-shot mode against cpu offline (Steve Best) [RHEL-77986]
- tools/power turbostat: Fix forked child affinity regression (Steve Best) [RHEL-77986]
- tools/power turbostat: Add tcore clock PMT type (Steve Best) [RHEL-77986]
- tools/power turbostat: version 2025.01.14 (Steve Best) [RHEL-77986]
- tools/power turbostat: Allow adding PMT counters directly by sysfs path (Steve Best) [RHEL-77986]
- tools/power turbostat: Allow mapping multiple PMT files with the same GUID (Steve Best) [RHEL-77986]
- tools/power turbostat: Add PMT directory iterator helper (Steve Best) [RHEL-77986]
- tools/power turbostat: Extend PMT identification with a sequence number (Steve Best) [RHEL-77986]
- tools/power turbostat: Return default value for unmapped PMT domains (Steve Best) [RHEL-77986]
- tools/power turbostat: Check for non-zero value when MSR probing (Steve Best) [RHEL-77986]
- tools/power turbostat: Enhance turbostat self-performance visibility (Steve Best) [RHEL-77986]
- tools/power turbostat: Add fixed RAPL PSYS divisor for SPR (Steve Best) [RHEL-77986]
- tools/power turbostat: Fix PMT mmaped file size rounding (Steve Best) [RHEL-77986]
- tools/power turbostat: Remove SysWatt from DISABLED_BY_DEFAULT (Steve Best) [RHEL-77986]
- tools/power turbostat: Add an NMI column (Steve Best) [RHEL-77986]
- tools/power turbostat: add Busy%% to "show idle" (Steve Best) [RHEL-77986]
- tools/power turbostat: Introduce --force parameter (Steve Best) [RHEL-77986]
- tools/power turbostat: Improve --help output (Steve Best) [RHEL-77986]
- tools/power turbostat: Exit on unsupported Vendors (Steve Best) [RHEL-77986]
- tools/power turbostat: Exit on unsupported Intel models (Steve Best) [RHEL-77986]
- tools/power turbostat: update turbostat(8) (Steve Best) [RHEL-77986]
- tools/power turbostat: Add initial support for ClearwaterForest (Steve Best) [RHEL-77986]
- tools/power turbostat: Add initial support for PantherLake (Steve Best) [RHEL-77986]
- tools/power turbostat: 2024.11.30 (Steve Best) [RHEL-77986]
- tools/power turbostat: Add RAPL psys as a built-in counter (Steve Best) [RHEL-77986]
- tools/power turbostat: Fix child's argument forwarding (Steve Best) [RHEL-77986]
- tools/power turbostat: Force --no-perf in --dump mode (Steve Best) [RHEL-77986]
- tools/power turbostat: Add support for /sys/class/drm/card1 (Steve Best) [RHEL-77986]
- tools/power turbostat: Cache graphics sysfs file descriptors during probe (Steve Best) [RHEL-77986]
- tools/power turbostat: Consolidate graphics sysfs access (Steve Best) [RHEL-77986]
- tools/power turbostat: Remove unnecessary fflush() call (Steve Best) [RHEL-77986]
- tools/power turbostat: Enhance platform divergence description (Steve Best) [RHEL-77986]
- tools/power turbostat: Remove PC3 support on Lunarlake (Steve Best) [RHEL-77986]
- tools/power turbostat: Rename arl_features to lnl_features (Steve Best) [RHEL-77986]
- tools/power turbostat: Add back PC8 support on Arrowlake (Steve Best) [RHEL-77986]
- tools/power turbostat: Remove PC7/PC9 support on MTL (Steve Best) [RHEL-77986]
- tools/power turbostat: Honor --show CPU, even when even when num_cpus=1 (Steve Best) [RHEL-77986]
- tools/power turbostat: Fix trailing '\n' parsing (Steve Best) [RHEL-77986]
- tools/power turbostat: Allow using cpu device in perf counters on hybrid platforms (Steve Best) [RHEL-77986]
- tools/power turbostat: Fix column printing for PMT xtal_time counters (Steve Best) [RHEL-77986]
- tools/power turbostat: fix GCC9 build regression (Steve Best) [RHEL-77986]
- thermal: intel: Fix compile issue when CONFIG_NET is not defined (Steve Best) [RHEL-79162]
- thermal: intel: int340x: Panther Lake power floor and workload hint support (Steve Best) [RHEL-79162]
- thermal: intel: int340x: Panther Lake DLVR support (Steve Best) [RHEL-79162]
- thermal: intel: Remove explicit user_space governor selection (Steve Best) [RHEL-79162]
- ACPI: DPTF: Support Panther Lake (Steve Best) [RHEL-79162]
- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (Steve Best) [RHEL-79162]
- thermal: int3400: Remove unneeded data_vault attribute_group (Steve Best) [RHEL-79162]
- thermal: int3400: Fix reading of current_uuid for active policy (Steve Best) [RHEL-79162]
- thermal: Switch back to struct platform_driver::remove() (Steve Best) [RHEL-79162]
- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (Steve Best) [RHEL-79162]
- tools/power/x86/intel-speed-select: v1.21 release (Steve Best) [RHEL-76843]
- tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF disable (Steve Best) [RHEL-76843]
- platform/x86: ISST: Add Clearwater Forest to support list (Steve Best) [RHEL-76843]
- cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWN (Steve Best) [RHEL-78189]
- cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" list (Steve Best) [RHEL-78189]
- cpufreq: intel_pstate: Use CPPC to get scaling factors (Steve Best) [RHEL-78189]
Resolves: RHEL-75925, RHEL-76843, RHEL-77986, RHEL-78189, RHEL-79162
* Thu Feb 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-56.el10]
- cpupower: Adjust whitespace for amd-pstate specific prints (Steve Best) [RHEL-78946]
- cpupower: Don't fetch maximum latency when EPP is enabled (Steve Best) [RHEL-78946]
- cpupower: Add support for showing energy performance preference (Steve Best) [RHEL-78946]
- cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf (Steve Best) [RHEL-78946]
- cpupower: Add support for amd-pstate preferred core rankings (Steve Best) [RHEL-78946]
- cpupower: Remove spurious return statement (Steve Best) [RHEL-78946]
- cpupower: fix TSC MHz calculation (Steve Best) [RHEL-78946]
- cpupower: revise is_valid flag handling for idle_monitor (Steve Best) [RHEL-78946]
- powercap: call put_device() on an error path in powercap_register_control_type() (Steve Best) [RHEL-79097]
- powercap: intel_rapl: Add support for Panther Lake platform (Steve Best) [RHEL-79097]
- Bump RHEL MINOR to 10.1 (Julio Faracco)
Resolves: RHEL-78946, RHEL-79097
* Tue Mar 25 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.9.1.el10_0]
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
- redhat: pad the folio_batch struct (Nico Pache) [RHEL-80552]
- redhat: pad the lruvec structure for the kabi (Nico Pache) [RHEL-80552]
- redhat: pad the zone structures for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the wait_page_queue for the kabi (Nico Pache) [RHEL-80552]
- redhat: pad the lru_gen functions for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the vmem_altmap struct for the kabi (Nico Pache) [RHEL-80552]
- redhat: pad the vm_fault structure (Nico Pache) [RHEL-80552]
- redhat: pad the tlbflush_unmap_batch struct for the KABI (Nico Pache) [RHEL-80552]
- redhat: pad the swap_cluster_info structure for KABI (Nico Pache) [RHEL-80552]
- redhat: pad the shrinker struct for KABI (Nico Pache) [RHEL-80552]
- redhat: pad the shrink_control structure for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the readahead_control structure for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the pglist_data structure for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the percpu structures (Nico Pache) [RHEL-80552]
- redhat: pad the page_frag_cache for the kabi (Nico Pache) [RHEL-80552]
- redhat: pad the ns_common structure for kabi (Nico Pache) [RHEL-80552]
- redhat: pad mmu_notifier functions for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the mm_struct for kabi (Nico Pache) [RHEL-80552]
- redhat: pad mempool_s structure for kabi (Nico Pache) [RHEL-80552]
- redhat: pad mempolicy struct for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the memory_failure_stats for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the kmem_cache_args struct (Nico Pache) [RHEL-80552]
- redhat: pad the kmem_cache structure (Nico Pache) [RHEL-80552]
- redhat: pad ip_conntrack_stat for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the free_area struct (Nico Pache) [RHEL-80552]
- redhat: pad follow_pfnmap_args for kabi (Nico Pache) [RHEL-80552]
- redhat: pad anon_vma for kabi (Nico Pache) [RHEL-80552]
- redhat: pad access_coordinate for kabi (Nico Pache) [RHEL-80552]
- redhat: pad the deferred_split queue for the kabi checker (Nico Pache) [RHEL-80552]
- redhat: hide capture_control from kabi checker (Nico Pache) [RHEL-80552]
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
Resolves: RHEL-75653, RHEL-80306, RHEL-80552
* Thu Mar 20 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.8.1.el10_0]
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
Resolves: RHEL-78993
* Mon Mar 17 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.7.1.el10_0]
- Enable Intel VPU driver for RHEL (Fabien Dupont) [RHEL-38582]
- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (Radu Rendec) [RHEL-80226]
- smb: client: fix chmod(2) regression with ATTR_READONLY (Jay Shin) [RHEL-82677 RHEL-80534]
- kabi: enable check-kabi (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol zap_vma_ptes to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_uses_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_peek_release_desc_batch to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_peek_desc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_tx_completed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_set_tx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_set_rx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_get_pool_from_qid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xsk_clear_rx_need_wakeup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_set_rxq_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_raw_get_dma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_fill_cb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_dma_unmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_dma_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_can_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xp_alloc_batch to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_set_features_flag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_unreg_mem_model to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_unreg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_reg_mem_model to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xdp_rxq_info_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_rxq_info_is_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame_rx_napi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame_bulk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_frame to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_return_buff to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_master_redirect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_flush_frame_bulk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_features_set_redirect_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_features_clear_redirect_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_do_redirect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_do_flush to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xdp_convert_zc_to_xdp_frame to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_store to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_load to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xa_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_find_after to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_erase to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol xa_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __xa_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_return_thunk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rsi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rdx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rdi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rcx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rbx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rbp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_rax to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r9 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r15 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r14 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r13 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r12 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r11 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __x86_indirect_thunk_r10 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol x86_cpu_to_apicid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __warn_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wake_up_process to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __wake_up to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_io_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol wait_for_completion to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vzalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vsprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vsnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vscnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vm_munmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vm_mmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmemmap_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vmalloc_array_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vlan_dev_vlan_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vlan_dev_real_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __virt_addr_valid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_unlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_mknod to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_mkdir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfs_fsync_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol vfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_undefined to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_teardown_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_setup_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_possible_blades to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __uv_hub_info_list to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_get_hubless_system to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __uv_cpu_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_obj_count to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_install_heap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_pci_topology to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_master_nasid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_heapsize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_get_geoinfo to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_enum_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol uv_bios_enum_objs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol usleep_range_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol up to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_switchdev_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_switchdev_blocking_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_reboot_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netevent_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netdevice_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_kprobe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_inetaddr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_inet6addr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __unregister_chrdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol unregister_blkdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol udp_tunnel_nic_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __udelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_unregister_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_termios_encode_baud_rate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_std_termios to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_register_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_link_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_port_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_flip_buffer_push to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_driver_kref_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tty_buffer_request_room to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tty_alloc_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tsc_khz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol try_module_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __trace_trigger_soft_disabled to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_raw_output_prep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_print_bitmask_seq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_start_locking to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_released to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tracepoint_mmap_lock_acquire_returned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_handle_return to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_raw_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_printf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_ignore_this_pid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_buffer_reserve to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_event_buffer_commit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_set_clr_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol trace_array_get_by_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol touch_softlockup_watchdog to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_validate_xmit_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_get_record to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_encrypt_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tls_device_sk_destruct to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_shutdown_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_shutdown to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_delete_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timer_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol timecounter_cyc2time to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol time64_to_tm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tcp_gro_complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __tasklet_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tasklet_kill to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol tasklet_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sys_tz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_wq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_unbound_wq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol system_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_streq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_group to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_file_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_remove_bin_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sysfs_match_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_emit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_group to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_file_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sysfs_create_bin_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_net to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol synchronize_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sync_blockdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __symbol_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __symbol_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_obj_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_obj_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol switchdev_handle_port_attr_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sw_hweight64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __sw_hweight32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol submit_bio_noacct to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strstr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strsep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strrchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strnlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncpy_from_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strncasecmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strlcat to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcspn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcat to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol strcasecmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_slow_inc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_slow_dec to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol static_key_count to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol starget_for_each_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __stack_chk_fail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sscanf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol softnet_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sock_gen_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sn_region_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol snprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sn_partition_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_single_async to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_single to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol smp_call_function_many to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol slab_build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_skb_reason_drop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_tstamp_tx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_realloc_headroom to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_queue_tail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_push to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_pull to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_pad to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_gso_segment to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __skb_flow_dissect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_dequeue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_header to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_expand to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy_bits to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_clone_tx_timestamp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_clone to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_checksum_help to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol skb_add_rx_frag_netmem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sk_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sized_strscpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol single_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol single_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_write_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_strtoul to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_strtol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_read_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_attr_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol simple_attr_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol si_meminfo to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_pcopy_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_pcopy_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_nents to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_miter_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_to_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sg_copy_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_user_nice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_normalized_timespec64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_memory_wc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_cpus_allowed_ptr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_capacity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol set_blocksize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __seq_puts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_putc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_printf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol seq_lseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol send_sig to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol secpath_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sdev_prefix_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__tp_func_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__preempt_schedule_notrace to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__preempt_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__might_resched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCT__cond_resched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_unblock_requests to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_scan_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_scan_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_sanitize_inquiry_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_rescan_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_target to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_remove_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_print_command to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_normalize_sense to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsilun_to_int to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __scsi_iterate_devices to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_sdev_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_host_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_is_fc_rport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_busy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_host_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_get_vpd_page to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_dma_unmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_dma_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_type to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_set_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_device_from_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_change_queue_depth to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_build_sense_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_build_sense to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_block_requests to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_add_host_with_dma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scsi_add_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scnprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol scmd_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __SCK__tp_func_xdp_exception to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule_timeout_uninterruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sched_clock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_rphy_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_rphy_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_release_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_delete_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_alloc_num to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_add_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_port_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_phy_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_expander_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_end_device_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_attach_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol sas_ata_ncq_prio_supported to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rtnl_is_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rps_may_expire_flow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol round_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol root_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __root_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rht_bucket_nested_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rht_bucket_nested to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rht_bucket_nested to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_start_check to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_walk_enter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_insert_slow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_init_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rhashtable_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol reset_devices to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_threaded_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __request_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __request_module to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_firmware_nowait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol request_firmware to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remove_wait_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remove_proc_entry to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol remap_pfn_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __release_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol release_firmware to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_switchdev_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_switchdev_blocking_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_reboot_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netevent_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdevice_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdevice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_kprobe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_inetaddr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_inet6addr_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol register_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __register_chrdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __register_blkdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __refrigerator to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol refcount_warn_saturate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rcuref_get_slowpath to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rcu_read_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __rcu_read_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rb_next to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol rb_first to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_write_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock_bh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock_bh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_spin_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_unlock_irqrestore to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_lock_irqsave to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _raw_read_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ___ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol radix_tree_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_limits_commit_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol queue_delayed_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol qdisc_reset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_user_2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol put_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __put_devmap_managed_folio_refs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol put_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptrs_per_p4d to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_schedule_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_parse_header to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_find_pin to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_index to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_clock_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ptp_classify_raw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ___pskb_trim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pskb_pull_tail to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pskb_expand_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_mkdir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_create_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol proc_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol priv_to_devlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __printk_ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol print_hex_dump to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_to_wait_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_to_wait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol prepare_creds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pm_schedule_suspend to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pm_runtime_resume to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pm_runtime_idle to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pldmfw_op_pci_match_record to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pldmfw_flash_image to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pid_task to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_validate_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_support_asym_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_start_aneg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol physical_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_set_max_speed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_set_asym_pause to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phys_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_mii_ioctl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_ethtool_ksettings_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_ethtool_ksettings_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_disconnect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_connect to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol phy_attached_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pgdir_shift to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol perf_trace_run_bpf_submit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol perf_trace_buf_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __per_cpu_offset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcpu_hot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcpu_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcix_set_mmrbc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_write_config_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_wake_from_d3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_wait_for_pending_transaction to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_find_ro_info_keyword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_check_csum to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vpd_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_vfs_assigned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_unregister_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_try_set_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_sriov_set_totalvfs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_power_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_set_master to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_select_bars to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_save_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_restore_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_restore_msi_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_reset_bus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_request_selected_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_request_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_release_selected_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_release_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __pci_register_driver to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_vpd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_read_config_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_prepare_to_sleep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_num_vf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_can_alloc_dyn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_msix_alloc_irq_at to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_iomap_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_iomap_regions to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcim_enable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_irq_vector to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_irq_get_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iov_virtfn_devfn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iounmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_ioremap_bar to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_iomap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_slot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_dsn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_domain_bus_and_slot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_get_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_free_irq_vectors to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_find_ext_capability to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_find_capability to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_set_readrq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_print_link_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_wake to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_sriov to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_msix_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_msi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_device_mem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_enable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_get_readrq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_flr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_write_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_read_word to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_read_dword to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_clear_and_set_word_unlocked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pcie_capability_clear_and_set_word_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_sriov to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_rom to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_msix to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_msi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_disable_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_present to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_device_is_present to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_dev_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_clear_mwi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_clear_master to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_choose_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_cfg_access_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_cfg_access_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_bus_type to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_alloc_irq_vectors_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_alloc_irq_vectors to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol pci_aer_clear_nonfatal_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol path_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ushort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ulong to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_ullong to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_uint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_long to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_int to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_charp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_byte to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_ops_bool to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol param_array_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol panic_notifier_list to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol panic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_put_unrefed_netmem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_disable_direct_recycling to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_alloc_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_pool_alloc_frag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_offset_base to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol page_frag_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __page_frag_cache_drain to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_unregister_targetport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_register_targetport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_ls_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_fcp_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_rcv_fcp_abort to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvmet_fc_invalidate_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_unregister_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_unregister_localport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_set_remoteport_devloss to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_rescan_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_register_remoteport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_register_localport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_rcv_ls_req to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nvme_fc_io_getuuid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __num_online_cpus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol numa_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ns_to_timespec64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nr_cpu_ids to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol noop_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol node_to_cpumask_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol node_states to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __node_distance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol nla_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_ratelimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_wake_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_stop_all_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_tx_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_xps_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_tso_max_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_tso_max_segs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_real_num_tx_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_set_real_num_rx_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_schedule_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_rx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_receive_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_queue_set_napi to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netif_napi_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_napi_add_weight to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_get_num_default_rss_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_device_detach to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_device_attach to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_carrier_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netif_carrier_off to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_dim_get_rx_moderation to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol net_dim to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_walk_all_upper_dev_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_update_features to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_unbind_sb_channel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_state_change to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_tc_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_sb_channel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_set_num_tc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rx_handler_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rx_handler_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_rss_key_fill to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_reset_tc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_refcnt_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_port_same_parent_id to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_pick_tx to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_notice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_master_upper_dev_get_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_master_upper_dev_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_features_change to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_err to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_crit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_core_stats_inc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol netdev_bind_sb_channel_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netdev_alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __netdev_alloc_frag_align to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __neigh_event_send to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol neigh_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ndo_dflt_fdb_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ndo_dflt_bridge_getlink to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __ndelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_schedule_prep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_schedule_irqoff to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_schedule to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_gro_receive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_consume_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_complete_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol napi_alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __napi_alloc_frag_align to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol names_cachep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_lock_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mutex_is_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mutex_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol msleep_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol msleep to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __msecs_to_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_read_raw_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_powm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_get_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mpi_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol module_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol module_layout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __module_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mod_timer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mod_delayed_work_on to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmu_notifier_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmu_notifier_get_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mmput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_start_locking to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_released to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mmap_lock_do_trace_acquire_returned to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_core_uplink_netdev_event_replay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_core_access_reg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_blocking_notifier_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mlx5_blocking_notifier_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol misc_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol misc_deregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol metadata_dst_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol metadata_dst_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mem_section to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_kmalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_free_slab to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_create_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_alloc_slab to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mempool_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memory_read_from_buffer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memmove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memdup_user_nul to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memdup_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy_toio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy_fromio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcpy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memcmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memchr_inv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol memchr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mds_idle_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdio_mii_ioctl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __mdiobus_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_get_phy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_c45_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_c45_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdiobus_alloc_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol mdio45_probe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol lookup_one_len to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol local_clock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __local_bh_enable_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __list_del_entry_valid_or_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __list_add_valid_or_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libie_rx_pt_lut to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_recycle_slow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_fq_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol libeth_rx_fq_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kvfree_call_rcu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_with_offset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_seconds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_real_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_real_seconds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get_raw_ts64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ktime_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_use_mm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_unuse_mm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_should_stop to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_queue_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_queue_delayed_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_destroy_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_delayed_work_timer_fn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_create_worker to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_create_on_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_complete_and_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_cancel_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_cancel_delayed_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kthread_bind to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoull to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtouint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtou8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtou16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtos16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoll to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtoint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kstrtobool to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ksize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol krealloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_uevent_env to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_uevent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_set_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_init_and_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_get_unless_zero to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kobject_create_and_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmemdup_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmem_cache_create_args to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmem_cache_alloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmalloc_size_roundup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_large_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_large_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kmalloc_caches to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_cache_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __kmalloc_cache_node_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_pid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_pgrp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kill_fasync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kfree_sensitive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kexec_crash_loaded to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kern_path_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kern_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_sigaction to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kernel_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol kasprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies_to_usecs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies_to_msecs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iter_div_u64_rem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol is_vmalloc_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol is_uv_system to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_set_affinity_notifier to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_set_affinity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_sched to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_poll_complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_modify_status to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol irq_cpu_rmap_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __irq_apply_affinity_hint to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_skip_exthdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_find_hdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ipv6_ext_hdr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_route_output_flow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_queue_xmit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip_compute_csum to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip6_route_output_flags to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ip6_dst_hoplimit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __iowrite64_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iounmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ioremap_wc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ioremap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __ioread32_copy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol iomem_resource to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol invalidate_bdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol int_to_scsilun to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_waitqueue_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_wait_entry to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_uts_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_user_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_timer_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_swait_queue_head to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __init_rwsem to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol init_net to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __inet_lookup_established to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol inet_del_protocol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol inet_add_protocol to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __inet6_lookup_established to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ilookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_find to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol idr_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ida_alloc_range to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol I_BDEV to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_smbus_write_byte_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_smbus_read_byte_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_new_client_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_del_adapter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol i2c_bit_add_bus to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_notify_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register_with_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register_with_groups to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hwmon_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_unsync_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_sync_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __hw_addr_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hugetlb_optimize_vmemmap_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_start_range_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_forward to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol hrtimer_cancel to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_register_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_put_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_insert_raw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_deregister_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol gnss_allocate_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_zeroed_page_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_user_pages_remote to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __get_user_4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __get_user_2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_u16 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_random_bytes to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_free_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_device_system_crosststamp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol get_cpu_idle_time to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol generic_file_write_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol generic_file_read_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fs_bio_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol freezing_slow_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_percpu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __free_pages to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_netdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_irq_cpu_rmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol free_cpumask_var to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __fortify_panic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __folio_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __flush_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flush_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flush_signals to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_vlan to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_tcp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_pppoe to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_l2tpv3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ipv6_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ipv4_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_icmp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_eth_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ports to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_opts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_keyid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ipv6_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ipv4_addrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_ip to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_enc_control to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_cvlan to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_control to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_rule_match_basic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_keys_dissector to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_dev_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_dev_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_indr_block_cb_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_block_cb_setup_simple to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol flow_block_cb_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fixed_size_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol firmware_request_nowarn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol finish_wait to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol find_vma to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol find_pid_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_zero_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_next_and_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_last_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_first_zero_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _find_first_bit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol filp_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol filp_close to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol file_ns_capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol file_bdev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fget to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __fentry__ to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_vport_terminate to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_vport_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remove_host to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_rolechg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_delete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_remote_port_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_release_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_post_vendor_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_post_event to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_host_fpin_rcv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_get_event_number to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_eh_timed_out to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_eh_should_retry_cmd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_block_scsi_eh to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_block_rport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fc_attach_transport to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol fasync_helper to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol event_triggers_call to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_validate_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_type_trans to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_sprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_rxfh_context_lost to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_puts to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_params_from_link_mode to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_op_get_ts_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_op_get_link to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_intersect_link_masks to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_forced_speed_maps_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_convert_link_mode_to_legacy_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ethtool_convert_legacy_u32_to_link_mode to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_platform_get_mac_address to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol eth_get_headlen to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol ether_setup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol enable_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol empty_zero_page to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol emergency_restart to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol elfcorehdr_addr to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_pr_debug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_netdev_dbg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dynamic_dev_dbg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dump_stack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dst_release to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_remove_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_for_each_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol driver_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dql_reset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dql_completed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dput to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_on_pin_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_on_pin_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_pin_change_ntf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_netdev_pin_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_netdev_pin_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dpll_device_change_ntf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_write_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_read_trylock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down_interruptible to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol downgrade_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol down to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol do_trace_netlink_extack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol done_path_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmi_get_system_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmi_find_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_unmap_sg_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_unmap_page_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dma_sync_single_for_device to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dma_sync_single_for_cpu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_set_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_set_coherent_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_pool_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmam_free_coherent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_map_sg_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_map_page_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dmam_alloc_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_get_required_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_free_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dma_alloc_attrs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol disable_irq_nosync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol disable_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dget_parent to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_warn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_add_excl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_uc_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_trans_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_promiscuity to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_mtu to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_set_mac_address to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_remove_pack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __dev_queue_xmit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_printk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_open to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_notice to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_request_threaded_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_mdiobus_alloc_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kmemdup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kmalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kfree to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_kasprintf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_hwmon_device_register_with_groups to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devm_free_irq to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_del_global to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add_global to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add_excl to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_mc_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devmap_managed_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __devm_add_action to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_unlock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_region_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_region_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_nodes_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_node_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_leaf_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_rate_leaf_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_register_with_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_port_fn_devlink_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_params_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_params_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_nested_devlink_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_remote_reload_actions_performed to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_priv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_register_with_ops to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_port_attrs_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_params_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_params_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_stored_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_running_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_version_fixed_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_serial_number_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_info_board_serial_number_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_state_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_recovery_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_priv to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_reporter_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_health_report to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_u32_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_string_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_pair_nest_start to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_pair_nest_end to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_fmsg_binary_pair_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_flash_update_timeout_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_flash_update_status_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devlink_alloc_ns to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol devl_assert_locked to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_kfree_skb_irq_reason to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_kfree_skb_any_reason to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_wakeup_disable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_show_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_set_wakeup_enable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_set_wakeup_capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_remove_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_initialize to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_add_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol device_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_get_stats to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_get_by_name to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_err to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_driver_string to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _dev_crit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_close to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_mod to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_addr_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dev_add_pack to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol destroy_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol del_gendisk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol delayed_work_timer_fn to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol default_wake_function to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol default_llseek to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_u32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_file to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_dir to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_create_devm_seqfile to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_attr_write to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol debugfs_attr_read to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcbnl_ieee_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_setapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_getapp_prio_dscp_mask_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_getapp_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_ieee_delapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dcb_getapp to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_unregister_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_remove_requester to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_register_notify to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca_add_requester to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol dca3_get_tag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol current_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _ctype to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol csum_partial to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol csum_ipv6_magic to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_shash_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_shash_final to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_destroy_tfm to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crypto_alloc_shash to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crc_t10dif to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol crc32_le to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_sibling_map to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_present_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_possible_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpu_online_mask to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpumask_next_wrap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpumask_local_spread to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_khz to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_info to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_state_remove_instance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_state_add_instance to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_setup_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __cpuhp_remove_state to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpufreq_quick_get to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cpu_bit_bitmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _copy_to_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __copy_overflow to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _copy_from_user to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol consume_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __const_udelay to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol const_pcpu_hot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol complete_all to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol complete to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol commit_creds to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol clock_t_to_jiffies to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol class_create to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __check_object_size to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_del to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_alloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cdev_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cc_mkdec to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol capable to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_delayed_work_sync to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cancel_delayed_work to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_usermodehelper to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_switchdev_notifiers to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol call_netdevice_notifiers to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol cachemode2protval to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol byte_rev_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol build_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_update to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_remove to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_lookup to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_last to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_insert to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_get_prev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_geo64 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_geo32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol btree_destroy to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_setup_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_remove_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bsg_job_done to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __break_lease to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_warn_invalid_xdp_action to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run8 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run4 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run3 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run2 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_trace_run1 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_stats_enabled_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_prog_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_prog_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_master_redirect_enabled_key to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bpf_dispatcher_xdp_func to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol boot_cpu_data to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blockdev_superblock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_status_to_errno to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_start_plug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_stack_limits to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_queue_rq_timeout to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_unique_tag to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_tagset_busy_iter to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_pci_map_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_mq_map_queues to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blk_finish_plug to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol blkcg_get_fc_appid to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __blk_alloc_disk to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_zalloc to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_xor to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_weight to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_subset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_set to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_print_to_pagebuf to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_parselist to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_or to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_intersects to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_from_arr32 to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bitmap_find_next_zero_area_off to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_equal to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_clear to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_andnot to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __bitmap_and to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bioset_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bioset_exit to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_put to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_endio to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_clone_blkg_association to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_associate_blkg to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_alloc_clone to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bio_alloc_bioset to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _bin2bcd to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_thaw to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_freeze to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_file_open_by_path to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol bdev_file_open_by_dev to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol auxiliary_driver_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __auxiliary_driver_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol auxiliary_device_init to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __auxiliary_device_add to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol autoremove_wake_function to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol atomic_notifier_chain_unregister to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol atomic_notifier_chain_register to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol _atomic_dec_and_lock to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol argv_split to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol argv_free to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol arch_touch_nmi_watchdog to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_workqueue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __alloc_skb to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol __alloc_pages_noprof to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_netdev_mqs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_etherdev_mqs to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_cpu_rmap to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_cpumask_var_node to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol alloc_chrdev_region to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_wait_queue_exclusive to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_wait_queue to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol add_timer to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol acpi_get_table to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol acpi_disabled to stablelist (Čestmír Kalina) [RHEL-79881]
- kabi: add symbol abort_creds to stablelist (Čestmír Kalina) [RHEL-79881]
Resolves: RHEL-38582, RHEL-79881, RHEL-80226, RHEL-82677
* Fri Mar 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.6.1.el10_0]
- nfs: Fix oops in nfs_netfs_init_request() when copying to cache (Olga Kornievskaia) [RHEL-77295] {CVE-2024-57927}
- rhel_files: ensure all qdiscs are in modules-core (Davide Caratti) [RHEL-80112]
- wifi: mt76: mt7925: add handler to hif suspend/resume event (Jose Ignacio Tornos Martinez) [RHEL-79087]
- wifi: mt76: mt7925: fix CLC command timeout when suspend/resume (Jose Ignacio Tornos Martinez) [RHEL-79087]
- wifi: mt76: mt7925: fix the unfinished command of regd_notifier before suspend (Jose Ignacio Tornos Martinez) [RHEL-79087]
- configs: enable FW_CACHE on centos-stream/rhel 10 for nouveau (Dave Airlie) [RHEL-80281]
Resolves: RHEL-77295, RHEL-79087, RHEL-80112, RHEL-80281
* Tue Mar 11 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.5.1.el10_0]
- fs/proc: fix softlockup in __read_vmcore (part 2) (Baoquan He) [RHEL-79110] {CVE-2025-21694}
- phy: tegra: xusb: reset VBUS & ID OVERRIDE (Rupinderjit Singh) [RHEL-80387]
- kernel.spec: add missing tools-libs on s390x (Jan Stancek) [RHEL-81118]
- pps: Fix a use-after-free (Michal Schmidt) [RHEL-77270]
Resolves: RHEL-77270, RHEL-79110, RHEL-80387, RHEL-81118
* Fri Mar 07 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.4.1.el10_0]
- Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925 (Bastien Nocera) [RHEL-79457]
- Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. (Bastien Nocera) [RHEL-79457]
- Bluetooth: btmtk: avoid UAF in btmtk_process_coredump (Bastien Nocera) [RHEL-79457] {CVE-2024-56653}
- Bluetooth: btmtk: adjust the position to init iso data anchor (Bastien Nocera) [RHEL-79457] {CVE-2024-53238}
- Bluetooth: btusb: mediatek: change the conditions for ISO interface (Bastien Nocera) [RHEL-79457]
- Bluetooth: btusb: mediatek: add intf release flow when usb disconnect (Bastien Nocera) [RHEL-79457] {CVE-2024-56757}
- Bluetooth: btusb: mediatek: add callback function in btusb_disconnect (Bastien Nocera) [RHEL-79457]
- Bluetooth: btusb: mediatek: move Bluetooth power off command position (Bastien Nocera) [RHEL-79457]
- redhat/configs: Enable Mediatek Bluetooth USB drivers (Bastien Nocera) [RHEL-79457]
- scsi: qla2xxx: Fix use after free on unload (Ewan D. Milne) [RHEL-76090] {CVE-2024-56623}
- scsi: sg: Fix slab-use-after-free read in sg_release() (Ewan D. Milne) [RHEL-76089] {CVE-2024-56631}
- CVE-2025-1272: security: Re-enable lockdown LSM in some setup_arch() (Lenny Szubowicz) [RHEL-78975] {CVE-2025-1272}
Resolves: RHEL-76089, RHEL-76090, RHEL-78975, RHEL-79457
* Thu Mar 06 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.3.1.el10_0]
- RDMA/mlx5: Fix a WARN during dereg_mr for DM type (Benjamin Poirier) [RHEL-41204]
- arm64: mm: Fix zone_dma_limit calculation (Luiz Capitulino) [RHEL-71568]
- uki: enable FIPS mode (Vitaly Kuznetsov) [RHEL-80149]
Resolves: RHEL-41204, RHEL-71568, RHEL-80149
* Mon Mar 03 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.2.1.el10_0]
- Documentation/powerpc/fadump: add additional parameter feature details (Mamatha Inamdar) [RHEL-70827]
- powerpc: increase MIN RMA size for CAS negotiation (Mamatha Inamdar) [RHEL-70827]
- powerpc/fadump: fix additional param memory reservation for HASH MMU (Mamatha Inamdar) [RHEL-70827]
- powerpc: export MIN RMA size (Mamatha Inamdar) [RHEL-70827]
- scsi: mpi3mr: Update driver version to 8.12.1.0.50 (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Avoid reply queue full condition (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Fix possible crash when setting up bsg fails (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Handling of fault code for insufficient power (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Start controller indexing from 0 (Chandrakanth Patil) [RHEL-30789]
- scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs (Chandrakanth Patil) [RHEL-30789] {CVE-2024-57804}
- scsi: mpi3mr: Synchronize access to ioctl data buffer (Chandrakanth Patil) [RHEL-30789]
- redhat: regenerate self-test data for new RHDISTGIT_BRANCH (Patrick Talbert)
Resolves: RHEL-30789, RHEL-70827
* Thu Feb 27 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.1.1.el10_0]
- redhat: adjust rhel branch name (Jan Stancek)
- redhat: set defaults for RHEL 10.0 (Jan Stancek)
- Revert "x86/kvm: Override default caching mode for SEV-SNP and TDX" (Vitaly Kuznetsov) [RHEL-76109]
Resolves: RHEL-76109
* Sun Feb 16 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.el10]
- ovl: support encoding fid from inode with no alias (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- ovl: pass realinode to ovl_encode_real_fh() instead of realdentry (Miklos Szeredi) [RHEL-77301] {CVE-2025-21654}
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition (CKI Backport Bot) [RHEL-77240] {CVE-2025-21668}
- io_uring/rsrc: require cloned buffers to share accounting contexts (Jeff Moyer) [RHEL-78677] {CVE-2025-21686}
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CKI Backport Bot) [RHEL-77214] {CVE-2025-21666}
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb() (CKI Backport Bot) [RHEL-78685] {CVE-2025-21689}
- lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN (Herton R. Krzesinski) [RHEL-58817]
Resolves: RHEL-58817, RHEL-77214, RHEL-77240, RHEL-77301, RHEL-78677, RHEL-78685
* Fri Feb 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-54.el10]
- mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CKI Backport Bot) [RHEL-76120] {CVE-2024-56611}
- Revert "redhat: gating.yaml: drop unstable test" (Jan Stancek)
- nvme: remove multipath module parameter (Bryan Gurney) [RHEL-78133]
- NFSD: Fix CB_GETATTR status fix (Olga Kornievskaia) [RHEL-56888]
- irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity() (CKI Backport Bot) [RHEL-78517] {CVE-2024-57949}
- erofs: promote to full support (Ian Kent) [RHEL-78322]
- rxrpc, afs: Fix peer hash locking vs RCU callback (Marc Dionne) [RHEL-78388]
- afs: Fix cleanup of immediately failed async calls (Marc Dionne) [RHEL-78388]
- afs: Fix directory format encoding struct (Marc Dionne) [RHEL-78388]
- afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY (Marc Dionne) [RHEL-78388]
- afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call (Marc Dionne) [RHEL-78388]
- rxrpc: Improve setsockopt() handling of malformed user input (Marc Dionne) [RHEL-78388]
- afs: Fix merge preference rule failure condition (Marc Dionne) [RHEL-78388]
- afs: Fix the maximum cell name length (Marc Dionne) [RHEL-78388]
- smb: client: get rid of kstrdup() in get_ses_refpath() (Paulo Alcantara) [RHEL-78152]
- smb: client: fix noisy when tree connecting to DFS interlink targets (Paulo Alcantara) [RHEL-78152]
- smb: client: don't trust DFSREF_STORAGE_SERVER bit (Paulo Alcantara) [RHEL-78152]
- smb: client: handle lack of EA support in smb2_query_path_info() (Paulo Alcantara) [RHEL-78152]
- smb: client: don't check for @leaf_fullpath in match_server() (Paulo Alcantara) [RHEL-78152]
- smb: client: get rid of TCP_Server_Info::refpath_lock (Paulo Alcantara) [RHEL-78152]
- cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM in readdir.c (Paulo Alcantara) [RHEL-78152]
- smb3: add missing tracepoint for querying wsl EAs (Paulo Alcantara) [RHEL-78152]
- smb: client: fix order of arguments of tracepoints (Paulo Alcantara) [RHEL-78152]
- smb: client: fix oops due to unset link speed (Paulo Alcantara) [RHEL-78152]
- smb: client: correctly handle ErrorContextData as a flexible array (Paulo Alcantara) [RHEL-78152]
- smb: client: don't retry DFS targets on server shutdown (Paulo Alcantara) [RHEL-78152]
- smb: client: fix return value of parse_dfs_referrals() (Paulo Alcantara) [RHEL-78152]
- smb: client: optimize referral walk on failed link targets (Paulo Alcantara) [RHEL-78152]
- smb: client: provide dns_resolve_{unc,name} helpers (Paulo Alcantara) [RHEL-78152]
- smb: client: parse DNS domain name from domain= option (Paulo Alcantara) [RHEL-78152]
- smb: client: fix DFS mount against old servers with NTLMSSP (Paulo Alcantara) [RHEL-78152]
- smb: client: parse av pair type 4 in CHALLENGE_MESSAGE (Paulo Alcantara) [RHEL-78152]
- smb: client: introduce av_for_each_entry() helper (Paulo Alcantara) [RHEL-78152]
- cifs: support reconnect with alternate password for SMB1 (Paulo Alcantara) [RHEL-78152]
- smb: client: sync the root session and superblock context passwords before automounting (Paulo Alcantara) [RHEL-78152]
- cifs: Remove unused is_server_using_iface() (Paulo Alcantara) [RHEL-78152]
- smb: enable reuse of deferred file handles for write operations (Paulo Alcantara) [RHEL-78152]
- smb: fix bytes written value in /proc/fs/cifs/Stats (Paulo Alcantara) [RHEL-78152]
- smb: client: fix TCP timers deadlock after rmmod (Paulo Alcantara) [RHEL-78152] {CVE-2024-54680}
- smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig (Paulo Alcantara) [RHEL-78152]
- smb: use macros instead of constants for leasekey size and default cifsattrs value (Paulo Alcantara) [RHEL-78152]
- smb: client: destroy cfid_put_wq on module exit (Paulo Alcantara) [RHEL-78152]
- cifs: Use str_yes_no() helper in cifs_ses_add_channel() (Paulo Alcantara) [RHEL-78152]
- cifs: Fix rmdir failure due to ongoing I/O on deleted file (Paulo Alcantara) [RHEL-78152]
- smb3: fix compiler warning in reparse code (Paulo Alcantara) [RHEL-78152]
- smb: client: fix potential race in cifs_put_tcon() (Paulo Alcantara) [RHEL-78152]
- smb3.1.1: fix posix mounts to older servers (Paulo Alcantara) [RHEL-78152]
- fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points (Paulo Alcantara) [RHEL-78152]
- fs/smb/client: Implement new SMB3 POSIX type (Paulo Alcantara) [RHEL-78152]
- fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX (Paulo Alcantara) [RHEL-78152]
- cifs: unlock on error in smb3_reconfigure() (Paulo Alcantara) [RHEL-78152]
- cifs: during remount, make sure passwords are in sync (Paulo Alcantara) [RHEL-78152]
- cifs: support mounting with alternate password to allow password rotation (Paulo Alcantara) [RHEL-78152]
- smb: Initialize cfid->tcon before performing network ops (Paulo Alcantara) [RHEL-78152] {CVE-2024-56729}
- smb: During unmount, ensure all cached dir instances drop their dentry (Paulo Alcantara) [RHEL-78152] {CVE-2024-53176}
- smb: client: fix noisy message when mounting shares (Paulo Alcantara) [RHEL-78152]
- smb: client: don't try following DFS links in cifs_tree_connect() (Paulo Alcantara) [RHEL-78152]
- smb: client: allow reconnect when sending ioctl (Paulo Alcantara) [RHEL-78152]
- smb: client: get rid of @nlsc param in cifs_tree_connect() (Paulo Alcantara) [RHEL-78152]
- smb: client: allow more DFS referrals to be cached (Paulo Alcantara) [RHEL-78152]
- cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session (Paulo Alcantara) [RHEL-78152]
- cifs: Validate content of WSL reparse point buffers (Paulo Alcantara) [RHEL-78152]
- cifs: Improve guard for excluding $LXDEV xattr (Paulo Alcantara) [RHEL-78152]
- cifs: Add support for parsing WSL-style symlinks (Paulo Alcantara) [RHEL-78152]
- cifs: Validate content of native symlink (Paulo Alcantara) [RHEL-78152]
- cifs: Fix parsing native symlinks relative to the export (Paulo Alcantara) [RHEL-78152]
- Update misleading comment in cifs_chan_update_iface (Paulo Alcantara) [RHEL-78152]
- smb: client: change return value in open_cached_dir_by_dentry() if !cfids (Paulo Alcantara) [RHEL-78152]
- smb: client: disable directory caching when dir_cache_timeout is zero (Paulo Alcantara) [RHEL-78152]
- smb: client: remove unnecessary checks in open_cached_dir() (Paulo Alcantara) [RHEL-78152]
- smb: prevent use-after-free due to open_cached_dir error paths (Paulo Alcantara) [RHEL-78152] {CVE-2024-53177}
- smb: Don't leak cfid when reconnect races with open_cached_dir (Paulo Alcantara) [RHEL-78152] {CVE-2024-53178}
- smb: client: handle max length for SMB symlinks (Paulo Alcantara) [RHEL-78152]
- smb: client: get rid of bounds check in SMB2_ioctl_init() (Paulo Alcantara) [RHEL-78152]
- smb: client: improve compound padding in encryption (Paulo Alcantara) [RHEL-78152]
- smb3: request handle caching when caching directories (Paulo Alcantara) [RHEL-78152]
- cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012 (Paulo Alcantara) [RHEL-78152]
- CIFS: New mount option for cifs.upcall namespace resolution (Paulo Alcantara) [RHEL-78152]
- smb/client: Prevent error pointer dereference (Paulo Alcantara) [RHEL-78152]
- fs/smb/client: implement chmod() for SMB3 POSIX Extensions (Paulo Alcantara) [RHEL-78152]
- smb: cached directories can be more than root file handle (Paulo Alcantara) [RHEL-78152]
- smb: client: Use str_yes_no() helper function (Paulo Alcantara) [RHEL-78152]
- smb: client: memcpy() with surrounding object base address (Paulo Alcantara) [RHEL-78152]
- cifs: Remove pre-historic unused CIFSSMBCopy (Paulo Alcantara) [RHEL-78152]
- bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write (Viktor Malik) [RHEL-78209]
- clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context (Waiman Long) [RHEL-77959]
- clocksource: Use pr_info() for "Checking clocksource synchronization" message (Waiman Long) [RHEL-77959]
- kasan: make kasan_record_aux_stack_noalloc() the default behaviour (Waiman Long) [RHEL-71050]
- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker (Waiman Long) [RHEL-74109] {CVE-2024-57888}
- smb: client: fix double free of TCP_Server_Info::hostname (CKI Backport Bot) [RHEL-77236] {CVE-2025-21673}
- arm64: Force CONFIG_ARCH_FORCE_MAX_ORDER of 4k kernel to 12 (Waiman Long) [RHEL-67530]
- Enable CONFIG_INTEL_MEI_PXP and CONFIG_DRM_I915_PXP on rhel (David Arcari) [RHEL-77048]
- KVM: nVMX: fix canonical check of vmcs12 HOST_RIP (Maxim Levitsky) [RHEL-44575]
- KVM: x86: model canonical checks more precisely (Maxim Levitsky) [RHEL-44575]
- KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checks (Maxim Levitsky) [RHEL-44575]
- KVM: x86: Route non-canonical checks in emulator through emulate_ops (Maxim Levitsky) [RHEL-44575]
- KVM: x86: drop x86.h include from cpuid.h (Maxim Levitsky) [RHEL-44575]
- ext4: force disable fscrypt feature (Brian Foster) [RHEL-64637]
- x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest (Paolo Bonzini) [RHEL-45114]
- iommufd: Fix struct iommu_hwpt_pgfault init and padding (Eder Zulian) [RHEL-75944]
- iommufd/fault: Use a separate spinlock to protect fault->deliver list (Eder Zulian) [RHEL-75944]
- iommufd/fault: Destroy response and mutex in iommufd_fault_destroy() (Eder Zulian) [RHEL-75944]
- iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index() (Eder Zulian) [RHEL-75944]
- iommu: iommufd: fix WARNING in iommufd_device_unbind (Eder Zulian) [RHEL-75944]
- smb: client: fix use-after-free of signing key (CKI Backport Bot) [RHEL-76126] {CVE-2024-53179}
- smb: client: fix NULL ptr deref in crypto_aead_setkey() (CKI Backport Bot) [RHEL-76124] {CVE-2024-53185}
- redhat: kernel.spec: add ynl to kernel-tools (Jan Stancek) [RHEL-63081]
- tools/net/ynl: ethtool: support spec load from install location (Jan Stancek) [RHEL-63081]
- tools/net/ynl: add support for --family and --list-families (Jan Stancek) [RHEL-63081]
- tools: ynl: add main install target (Jan Stancek) [RHEL-63081]
- tools: ynl: add install target for generated content (Jan Stancek) [RHEL-63081]
- tools: ynl: add initial pyproject.toml for packaging (Jan Stancek) [RHEL-63081]
- tools: ynl: move python code to separate sub-directory (Jan Stancek) [RHEL-63081]
Resolves: RHEL-44575, RHEL-45114, RHEL-56888, RHEL-63081, RHEL-64637, RHEL-67530, RHEL-71050, RHEL-74109, RHEL-75944, RHEL-76120, RHEL-76124, RHEL-76126, RHEL-77048, RHEL-77236, RHEL-77959, RHEL-78133, RHEL-78152, RHEL-78209, RHEL-78322, RHEL-78388, RHEL-78517
* Tue Feb 11 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-53.el10]
- libperf cpumap: Grow array of read CPUs in smaller increments (Michael Petlan) [RHEL-73893]
- libperf cpumap: Remove perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
- libperf cpumap: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
- perf pmu: Remove use of perf_cpu_map__read() (Michael Petlan) [RHEL-73893]
- libperf cpumap: Be tolerant of newline at the end of a cpumask (Michael Petlan) [RHEL-73893]
- libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
- perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS (Michael Petlan) [RHEL-73893]
- perf: Increase MAX_NR_CPUS to 4096 (Michael Petlan) [RHEL-73893]
- redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL (Davide Caratti) [RHEL-76804]
- af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (Davide Caratti) [RHEL-76804]
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base() (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Rename APIC base setters to better capture their relationship (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c) (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Inline kvm_get_apic_mode() in lapic.h (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base() (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Use '0' for guest RIP if PMI encounters protected guest state (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Add lockdep-guarded asserts on register cache usage (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Bypass register cache when querying CPL from kvm_sched_out() (Maxim Levitsky) [RHEL-71725]
- KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request() (Maxim Levitsky) [RHEL-71725]
- KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer (Maxim Levitsky) [RHEL-71725]
- KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error (Maxim Levitsky) [RHEL-71725]
- perf/x86/intel: Add Arrow Lake U support (Michael Petlan) [RHEL-33308]
- wifi: ath12k: fix crash when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
- wifi: ath12k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-70414]
- nvmet: Don't overflow subsysnqn (Maurizio Lombardi) [RHEL-74084] {CVE-2024-53681}
- hugetlb: prioritize surplus allocation from current node (Aristeu Rozanski) [RHEL-74490]
- mm/vmscan: accumulate nr_demoted for accurate demotion statistics (Herton R. Krzesinski) [RHEL-71335]
- mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled. (Herton R. Krzesinski) [RHEL-71335]
Resolves: RHEL-33308, RHEL-70414, RHEL-71335, RHEL-71725, RHEL-73893, RHEL-74084, RHEL-74490, RHEL-76804
* Sun Feb 09 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-52.el10]
- x86/tdx: Enable CPU topology enumeration (Vitaly Kuznetsov) [RHEL-29350]
- x86/tdx: Dynamically disable SEPT violations from causing #VEs (Vitaly Kuznetsov) [RHEL-29350]
- x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (Vitaly Kuznetsov) [RHEL-29350]
- x86/tdx: Introduce wrappers to read and write TD metadata (Vitaly Kuznetsov) [RHEL-29350]
- net/sctp: Prevent autoclose integer overflow in sctp_association_init() (Xin Long) [RHEL-75624] {CVE-2024-57938}
- tools: ynl: extend CFLAGS to keep options from environment (Hangbin Liu) [RHEL-50389]
- tools: ynl: add script dir to sys.path (Hangbin Liu) [RHEL-50389]
- ALSA: change configuration CONFIG_SND_HDA_SCODEC_TAS2781_SPI (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda/realtek: fixup ASUS H7606W (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda/realtek: fixup ASUS GA605W (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA (Jaroslav Kysela) [RHEL-76330]
- ASoC: mediatek: disable buffer pre-allocation (Jaroslav Kysela) [RHEL-76330]
- ASoC: rt722: add delay time to wait for the calibration procedure (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda: tas2781-spi: Delete some dead code (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda: tas2781-spi: Fix bogus error handling in tas2781_hda_spi_probe() (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda: tas2781-spi: Fix error code in tas2781_read_acpi() (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda: tas2781-spi: Fix -Wsometimes-uninitialized in tasdevice_spi_switch_book() (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda: tas2781-spi: select CRC32 instead of CRC32_SARWATE (Jaroslav Kysela) [RHEL-76330]
- ALSA: hda/tas2781: Add tas2781 hda SPI driver (Jaroslav Kysela) [RHEL-76330]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83JX, 83MC and 83NM (Jaroslav Kysela) [RHEL-76330]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 83LC (Jaroslav Kysela) [RHEL-76330]
- Enable DRM_XE related kconfig options (Mika Penttilä) [RHEL-54134]
- wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one (CKI Backport Bot) [RHEL-76137] {CVE-2024-56663}
- wifi: cfg80211: clear link ID from bitmap during link delete after clean up (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74091] {CVE-2024-57898}
- net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74052] {CVE-2024-56602}
- wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl() (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: mac80211: wake the queues in case of failure in resume (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: rtw89: check return value of ieee80211_probereq_get() for RNR (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74044] {CVE-2024-48873}
- wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74051] {CVE-2024-53190}
- wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74050] {CVE-2024-53156}
- wifi: iwlwifi: fix CRF name for Bz (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: cfg80211: sme: init n_channels before channels[] access (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beacon (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: mac80211: fix a queue stall in certain cases of CSA (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: mac80211: fix station NSS capability initialization order (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap() (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix infinite loop (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: cfg80211: Remove the Medium Synchronization Delay validity check (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg() (Jose Ignacio Tornos Martinez) [RHEL-73819 RHEL-74048] {CVE-2024-56535}
- wifi: nl80211: fix bounds checker error in nl80211_parse_sched_scan (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: iwlwifi: mvm: tell iwlmei when we finished suspending (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: iwlwifi: allow fast resume on ax200 (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: rtw89: Fix TX fail with A2DP after scanning (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: ath12k: remove msdu_end structure for WCN7850 (Jose Ignacio Tornos Martinez) [RHEL-73819]
- bus: mhi: host: Switch trace_mhi_gen_tre fields to native endian (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: ath12k: fix one more memcpy size error (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup() (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: rtl8xxxu: Perform update_beacon_work when beaconing is enabled (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSR (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: mwifiex: add missing locking for cfg80211 calls (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: cfg80211: check radio iface combination for multi radio per wiphy (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: ath12k: Skip Rx TID cleanup for self peer (Jose Ignacio Tornos Martinez) [RHEL-73819]
- wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_* (Jose Ignacio Tornos Martinez) [RHEL-73819]
- idpf: trigger SW interrupt when exiting wb_on_itr mode (Michal Schmidt) [RHEL-29554]
- idpf: add support for SW triggered interrupts (Michal Schmidt) [RHEL-29554]
- idpf: set completion tag for "empty" bufs associated with a packet (Michal Schmidt) [RHEL-29554]
- idpf: Don't hard code napi_struct size (Michal Schmidt) [RHEL-29554]
- perf trace: Keep exited threads for summary (Michael Petlan) [RHEL-62340]
- block: Prevent potential deadlocks in zone write plug error recovery (Ming Lei) [RHEL-71495]
- dm: Fix dm-zoned-reclaim zone write pointer alignment (Ming Lei) [RHEL-71495]
- block: Ignore REQ_NOWAIT for zone reset and zone finish operations (Ming Lei) [RHEL-71495]
- block: Use a zone write plug BIO work for REQ_NOWAIT BIOs (Ming Lei) [RHEL-71495]
- block: Prevent potential deadlock in blk_revalidate_disk_zones() (Ming Lei) [RHEL-71495]
- block: Switch to using refcount_t for zone write plugs (Ming Lei) [RHEL-71495]
- block: Add a public bdev_zone_is_seq() helper (Ming Lei) [RHEL-71495]
- block: RCU protect disk->conv_zones_bitmap (Ming Lei) [RHEL-71495]
- redhat/configs: coresight: Clean up coresight configs (Mark Salter) [RHEL-78271]
Resolves: RHEL-29350, RHEL-29554, RHEL-50389, RHEL-54134, RHEL-62340, RHEL-71495, RHEL-73819, RHEL-74044, RHEL-74048, RHEL-74050, RHEL-74051, RHEL-74052, RHEL-74091, RHEL-75624, RHEL-76137, RHEL-76330, RHEL-78271
* Fri Feb 07 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-51.el10]
- redhat: fix build/install targets in netfilter kselftest (Hangbin Liu) [RHEL-58105]
- selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environment (Hangbin Liu) [RHEL-58105]
- selftests: mptcp: extend CFLAGS to keep options from environment (Hangbin Liu) [RHEL-58105]
- fs/nfs: fix missing declaration of nfs_idmap_cache_timeout (Olga Kornievskaia) [RHEL-74415]
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget (Olga Kornievskaia) [RHEL-74415]
- nfsd: restore callback functionality for NFSv4.0 (Olga Kornievskaia) [RHEL-74415]
- NFSD: fix management of pending async copies (Olga Kornievskaia) [RHEL-74415]
- nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work" (Olga Kornievskaia) [RHEL-74415]
- fs/nfs/io: make nfs_start_io_*() killable (Olga Kornievskaia) [RHEL-74415]
- nfs/blocklayout: Limit repeat device registration on failure (Olga Kornievskaia) [RHEL-74415]
- nfs/blocklayout: Don't attempt unregister for invalid block device (Olga Kornievskaia) [RHEL-74415]
- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket (Olga Kornievskaia) [RHEL-74415]
- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT (Olga Kornievskaia) [RHEL-74415]
- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport (Olga Kornievskaia) [RHEL-74415]
- nfs: ignore SB_RDONLY when mounting nfs (Olga Kornievskaia) [RHEL-74415]
- Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_requests" (Olga Kornievskaia) [RHEL-74415]
- Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private" (Olga Kornievskaia) [RHEL-74415]
- nfs/localio: must clear res.replen in nfs_local_read_done (Olga Kornievskaia) [RHEL-74415]
- NFSv4.0: Fix a use-after-free problem in the asynchronous open() (Olga Kornievskaia) [RHEL-74415]
- NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid() (Olga Kornievskaia) [RHEL-74415]
- SUNRPC: Fix a hang in TLS sock_close if sk_write_pending (Olga Kornievskaia) [RHEL-74415]
- sunrpc: remove newlines from tracepoints (Olga Kornievskaia) [RHEL-74415]
- nfs: Annotate struct pnfs_commit_array with __counted_by() (Olga Kornievskaia) [RHEL-74415]
- nfs/localio: eliminate need for nfs_local_fsync_work forward declaration (Olga Kornievskaia) [RHEL-74415]
- nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter (Olga Kornievskaia) [RHEL-74415]
- nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx (Olga Kornievskaia) [RHEL-74415]
- nfs/localio: remove redundant suid/sgid handling (Olga Kornievskaia) [RHEL-74415]
- NFS: Implement get_nfs_version() (Olga Kornievskaia) [RHEL-74415]
- NFS: Clean up find_nfs_version() (Olga Kornievskaia) [RHEL-74415]
- NFS: Rename get_nfs_version() -> find_nfs_version() (Olga Kornievskaia) [RHEL-74415]
- NFS: Convert the NFS module list into an array (Olga Kornievskaia) [RHEL-74415]
- NFS: Clean up locking the nfs_versions list (Olga Kornievskaia) [RHEL-74415]
- nfsd: allow for up to 32 callback session slots (Olga Kornievskaia) [RHEL-74415]
- nfs_common: must not hold RCU while calling nfsd_file_put_local (Olga Kornievskaia) [RHEL-74415]
- nfsd: get rid of include ../internal.h (Olga Kornievskaia) [RHEL-74415]
- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur (Olga Kornievskaia) [RHEL-74415]
- NFSD: Add nfsd4_copy time-to-live (Olga Kornievskaia) [RHEL-74415]
- NFSD: Add a laundromat reaper for async copy state (Olga Kornievskaia) [RHEL-74415]
- NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operations (Olga Kornievskaia) [RHEL-74415]
- NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOAD (Olga Kornievskaia) [RHEL-74415]
- NFSD: Free async copy information in nfsd4_cb_offload_release() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Fix nfsd4_shutdown_copy() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Add a tracepoint to record canceled async COPY operations (Olga Kornievskaia) [RHEL-74415]
- nfsd: make nfsd4_session->se_flags a bool (Olga Kornievskaia) [RHEL-74415]
- nfsd: remove nfsd4_session->se_bchannel (Olga Kornievskaia) [RHEL-74415]
- nfsd: make use of warning provided by refcount_t (Olga Kornievskaia) [RHEL-74415]
- nfsd: Don't fail OP_SETCLIENTID when there are too many clients. (Olga Kornievskaia) [RHEL-74415]
- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Remove program_stat_to_errno() call sites (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Update the files included in client-side source code (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Remove check for "nfs_ok" in C templates (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Remove tracepoint call site (Olga Kornievskaia) [RHEL-74415]
- nfsd: release svc_expkey/svc_export with rcu_work (Olga Kornievskaia) [RHEL-74415]
- SUNRPC: make sure cache entry active before cache_show (Olga Kornievskaia) [RHEL-74415]
- nfsd: make sure exp active before svc_export_show (Olga Kornievskaia) [RHEL-74415]
- lockd: Remove unneeded initialization of file_lock::c.flc_flags (Olga Kornievskaia) [RHEL-74415]
- lockd: Remove unused parameter to nlmsvc_testlock() (Olga Kornievskaia) [RHEL-74415]
- lockd: Remove some snippets of unfinished code (Olga Kornievskaia) [RHEL-74415]
- lockd: Remove unnecessary memset() (Olga Kornievskaia) [RHEL-74415]
- lockd: Remove unused typedef (Olga Kornievskaia) [RHEL-74415]
- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove unused values from nfsd4_encode_components_esc() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove unused results in nfsd4_encode_pathname4() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Prevent NULL dereference in nfsd4_process_cb_update() (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove a never-true comparison (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove dead code in nfsd4_create_session() (Olga Kornievskaia) [RHEL-74415]
- nfsd: refine and rename NFSD_MAY_LOCK (Olga Kornievskaia) [RHEL-74415]
- NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock() (Olga Kornievskaia) [RHEL-74415]
- nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callback (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Add a utility for extracting XDR from RFCs (Olga Kornievskaia) [RHEL-74415]
- nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT (Olga Kornievskaia) [RHEL-74415]
- nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID response (Olga Kornievskaia) [RHEL-74415]
- lockd: Fix comment about NLMv3 backwards compatibility (Olga Kornievskaia) [RHEL-74415]
- nfsd: new tracepoint for after op_func in compound processing (Olga Kornievskaia) [RHEL-74415]
- nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer (Olga Kornievskaia) [RHEL-74415]
- nfsd: drop the nfsd4_fattr_args "size" field (Olga Kornievskaia) [RHEL-74415]
- nfsd: drop the ncf_cb_bmap field (Olga Kornievskaia) [RHEL-74415]
- nfsd: drop inode parameter from nfsd4_change_attribute() (Olga Kornievskaia) [RHEL-74415]
- xdrgen: emit maxsize macros (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Add generator code for XDR width macros (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for union types (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for pointer types (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for struct types (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for typedef (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for optional_data type (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for variable-length array (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for fixed-length array (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for a string (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for variable-length opaque (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR width for fixed-length opaque (Olga Kornievskaia) [RHEL-74415]
- xdrgen: XDR widths for enum types (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Keep track of on-the-wire data type widths (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Track constant values (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Refactor transformer arms (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Implement big-endian enums (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Rename "enum yada" types as just "yada" (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Rename enum's declaration Jinja2 template (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Rename "variable-length strings" (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Clean up type_specifier (Olga Kornievskaia) [RHEL-74415]
- xdrgen: Exit status should be zero on success (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove unused function parameter (Olga Kornievskaia) [RHEL-74415]
- NFSD: Remove unnecessary posix_acl_entry pointer initialization (Olga Kornievskaia) [RHEL-74415]
- svcrdma: Address an integer overflow (Olga Kornievskaia) [RHEL-74415]
- NFSD: Prevent a potential integer overflow (Olga Kornievskaia) [RHEL-74415]
- rhel-10: gate on kernel-qe tests results not cki ones (Bruno Goncalves)
- exfat: fix the infinite loop in exfat_readdir() (CKI Backport Bot) [RHEL-75669] {CVE-2024-57940}
- exfat: fix the new buffer was not zeroed before writing (CKI Backport Bot) [RHEL-75662] {CVE-2024-57943}
- redhat/configs: Enable Intel Bluetooth PCIE drivers (Bastien Nocera) [RHEL-76105]
- Bluetooth: Use str_enable_disable-like helpers (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel_pcie: Replace deprecated PCI functions (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel_pcie: remove redundant assignment to variable ret (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel: Do no pass vendor events to stack (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel_pcie: Remove deadcode (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel: Add DSBR support for BlazarIW, BlazarU and GaP (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel_pcie: Add recovery mechanism (Bastien Nocera) [RHEL-76105]
- Bluetooth: btintel_pcie: Add handshake between driver and firmware (Bastien Nocera) [RHEL-76105]
- bluetooth: Fix typos in the comments (Bastien Nocera) [RHEL-76105]
- net: atlantic: use irq_update_affinity_hint() (CKI Backport Bot) [RHEL-77809]
- tipc: fix NULL deref in cleanup_bearer() (Xin Long) [RHEL-77768]
- tipc: Fix use-after-free of kernel socket in cleanup_bearer(). (CKI Backport Bot) [RHEL-77768] {CVE-2024-56642}
- perf test: Remove cpu-list BPF cgroup counter test (Michael Petlan) [RHEL-70687]
- tg3: Disable tg3 PCIe AER on system reboot (Lenny Szubowicz) [RHEL-33859]
- build: remove localversion-rt from git tree (Clark Williams) [RHEL-73163]
- net: Fix icmp host relookup triggering ip_rt_bug (CKI Backport Bot) [RHEL-77765] {CVE-2024-56647}
- redhat/configs: Default to batched invalidation on s390 (Jerry Snitselaar) [RHEL-75486]
- redhat/configs: disable CONFIG_TCP_AO (Sabrina Dubroca) [RHEL-77608]
Resolves: RHEL-33859, RHEL-58105, RHEL-70687, RHEL-73163, RHEL-74415, RHEL-75486, RHEL-75662, RHEL-75669, RHEL-76105, RHEL-77608, RHEL-77765, RHEL-77768, RHEL-77809
* Wed Feb 05 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-50.el10]
- redhat: set aarch64 variants of kernel-rt as Tech Preview (Luis Claudio R. Goncalves) [RHEL-77120]
- rtla/timerlat_top: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
- rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads (Tomas Glozar) [RHEL-72808]
- rtla/osnoise: Distinguish missing workload option (Tomas Glozar) [RHEL-72808]
- drm/ast: Fix ast_dp connection status (Jocelyn Falempe) [RHEL-73063]
- NFSD: add cb opcode to WARN_ONCE on failed callback (Olga Kornievskaia) [RHEL-56888]
- NFSD: fix decoding in nfs4_xdr_dec_cb_getattr (Olga Kornievskaia) [RHEL-56888]
- wifi: iwlwifi: bump FW API to 94 for BZ/SC devices (CKI Backport Bot) [RHEL-75880]
- bpf, sockmap: Fix race between element replace and close() (Felix Maurer) [RHEL-72484]
- xsk: Free skb when TX metadata options are invalid (Felix Maurer) [RHEL-72484]
- xsk: always clear DMA mapping information when unmapping the pool (Felix Maurer) [RHEL-72484]
- bpf: fix OOB devmap writes when deleting elements (Felix Maurer) [RHEL-72484]
- xsk: fix OOB map writes when deleting elements (Felix Maurer) [RHEL-72484]
- rtla: Report missed event count (Tomas Glozar) [RHEL-67557]
- rtla: Add function to report missed events (Tomas Glozar) [RHEL-67557]
- rtla: Count all processed events (Tomas Glozar) [RHEL-67557]
- rtla: Count missed trace events (Tomas Glozar) [RHEL-67557]
- tools/rtla: Add osnoise_trace_is_off() (Tomas Glozar) [RHEL-67557]
- rtla/timerlat_top: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
- rtla/timerlat_hist: Abort event processing on second signal (Tomas Glozar) [RHEL-67557]
- rtla/timerlat_top: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
- rtla/timerlat_hist: Stop timerlat tracer on signal (Tomas Glozar) [RHEL-67557]
- rtla: Add trace_instance_stop (Tomas Glozar) [RHEL-67557]
- netlink: typographical error in nlmsg_type constants definition (CKI Backport Bot) [RHEL-76481]
- net: sched: refine software bypass handling in tc_run (Xin Long) [RHEL-56246]
Resolves: RHEL-56246, RHEL-56888, RHEL-67557, RHEL-72484, RHEL-72808, RHEL-73063, RHEL-75880, RHEL-76481, RHEL-77120
* Tue Feb 04 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-49.el10]
- Bluetooth: fix use-after-free in device_for_each_child() (CKI Backport Bot) [RHEL-76122] {CVE-2024-53237}
- redhat/spec: Install all selftests in a single step (Viktor Malik) [RHEL-70889]
- Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet (CKI Backport Bot) [RHEL-74009] {CVE-2024-56590}
- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (CKI Backport Bot) [RHEL-74053] {CVE-2024-53213}
- mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-73368] {CVE-2024-56566}
- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75632] {CVE-2024-57931}
- drm: adv7511: Fix use-after-free in adv7533_attach_dsi() (Jocelyn Falempe) [RHEL-74282]
- drm: adv7511: Drop dsi single lane support (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Wait for migration job before unmapping pages (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Use non-interruptible wait when moving BO to system (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: Correct the migration DMA map direction (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: use sjt mec fw on gfx943 for sriov (Jocelyn Falempe) [RHEL-74282]
- drm/i915/dg1: Fix power gate sequence. (Jocelyn Falempe) [RHEL-74282]
- drm/i915/cx0_phy: Fix C10 pll programming sequence (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Fix fault on fd close after unbind (Jocelyn Falempe) [RHEL-74282]
- drm/xe/pf: Use correct function to check LMEM provisioning (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Revert some changes that break a mesa debug tool (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: adv7511_audio: Update Audio InfoFrame properly (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix backport of commit 73dae652dcac (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Move the coredump registration to the worker thread (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Take PM ref in delayed snapshot capture worker (Jocelyn Falempe) [RHEL-74282]
- drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req() (Jocelyn Falempe) [RHEL-74282]
- udmabuf: also check for F_SEAL_FUTURE_WRITE (Jocelyn Falempe) [RHEL-74282]
- udmabuf: fix racy memfd sealing check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/mmhub4.1: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/gfx12: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/nbio7.0: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/smu14.0.2: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/nbio7.7: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/nbio7.11: fix IP version check (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: don't access invalid sched (Jocelyn Falempe) [RHEL-74282]
- i915/guc: Accumulate active runtime on gt reset (Jocelyn Falempe) [RHEL-74282]
- i915/guc: Ensure busyness counter increases motonically (Jocelyn Falempe) [RHEL-74282]
- i915/guc: Reset engine utilization buffer before registration (Jocelyn Falempe) [RHEL-74282]
- drm/panel: synaptics-r63353: Fix regulator unbalance (Jocelyn Falempe) [RHEL-74282]
- drm/panel: st7701: Add prepare_prev_first flag to drm_panel (Jocelyn Falempe) [RHEL-74282]
- drm/panel: novatek-nt35950: fix return value check in nt35950_probe() (Jocelyn Falempe) [RHEL-74282]
- drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference (Jocelyn Falempe) [RHEL-74282]
- dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FS (Jocelyn Falempe) [RHEL-74282]
- udmabuf: fix memory leak on last export_udmabuf() error path (Jocelyn Falempe) [RHEL-74282]
- udmabuf: udmabuf_create pin folio codestyle cleanup (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix amdgpu_coredump (Jocelyn Falempe) [RHEL-74282]
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() (Jocelyn Falempe) [RHEL-74282]
- drm/amd: Update strapping for NBIO 2.5.0 (Jocelyn Falempe) [RHEL-74282]
- drm/display: use ERR_PTR on DP tunnel manager creation fail (Jocelyn Falempe) [RHEL-74282]
- drm/xe/reg_sr: Remove register pool (Jocelyn Falempe) [RHEL-74282]
- drm/xe: fix the ERR_PTR() returned on failure to allocate tiny pt (Jocelyn Falempe) [RHEL-74282]
- amdgpu/uvd: get ring reference from rq scheduler (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12 (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: hard-code cacheline size for gfx11 (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: Dereference null return value (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix when the cleaner shader is emitted (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: Set SMU v13.0.7 default workload type (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix UVD contiguous CS mapping problem (Jocelyn Falempe) [RHEL-74282]
- drm/i915: Fix NULL pointer dereference in capture_engine (Jocelyn Falempe) [RHEL-74282]
- drm/i915/color: Stop using non-posted DSB writes for legacy LUT (Jocelyn Falempe) [RHEL-74282]
- drm/i915: Fix memory leak by correcting cache object name in error handler (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: pause autosuspend when creating pdd (Jocelyn Falempe) [RHEL-74282]
- drm/xe: Call invalidation_fence_fini for PT inval fences in error state (Jocelyn Falempe) [RHEL-74282]
- drm/panic: remove spurious empty line to clean warning (Jocelyn Falempe) [RHEL-74282]
- Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: rework resume handling for display (v2) (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Add option to retrieve detile buffer size (Jocelyn Falempe) [RHEL-74282]
- drm/xe/devcoredump: Update handling of xe_force_wake_get return (Jocelyn Falempe) [RHEL-74282]
- drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain() (Jocelyn Falempe) [RHEL-74282]
- drm/xe/guc: Copy GuC log prior to dumping (Jocelyn Falempe) [RHEL-74282]
- drm/xe/devcoredump: Add ASCII85 dump helper function (Jocelyn Falempe) [RHEL-74282]
- drm/xe/devcoredump: Improve section headings and add tile info (Jocelyn Falempe) [RHEL-74282]
- drm/xe/devcoredump: Use drm_puts and already cached local variables (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3 (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: set the right AMDGPU sg segment limitation (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Prune Invalid Modes For HDMI Output (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: parse umc_info or vram_info based on ASIC (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Remove hw w/a toggle if on DP2/HPO (Jocelyn Falempe) [RHEL-74282]
- drm/panic: Add ABGR2101010 support (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix underflow when playing 8K video in full screen mode (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: Dereference the ATCS ACPI buffer (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2 (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Adding array index check to prevent memory corruption (Jocelyn Falempe) [RHEL-74282]
- drm/sched: memset() 'job' in drm_sched_job_init() (Jocelyn Falempe) [RHEL-74282]
- drm/panel: simple: Add Microchip AC69T88A LVDS Display panel (Jocelyn Falempe) [RHEL-74282]
- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Full exit out of IPS2 when all allow signals have been cleared (Jocelyn Falempe) [RHEL-74282]
- drm/display: Fix building with GCC 15 (Jocelyn Falempe) [RHEL-74282]
- drm/xe/xe3: Add initial set of workarounds (Jocelyn Falempe) [RHEL-74282]
- drm/xe/ptl: L3bank mask is not available on the media GT (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: disable SG displays on cyan skillfish (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix garbage or black screen when resetting otg (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: skip disable CRTC in seemless bootup case (Jocelyn Falempe) [RHEL-74282]
- drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check() (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: it6505: Enable module autoloading (Jocelyn Falempe) [RHEL-74282]
- drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK (Jocelyn Falempe) [RHEL-74282]
- drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition (Jocelyn Falempe) [RHEL-74282]
- drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model (Jocelyn Falempe) [RHEL-74282]
- drm/xe/pciid: Add new PCI id for ARL (Jocelyn Falempe) [RHEL-74282]
- drm/xe/pciids: Add PVC's PCI device ID macros (Jocelyn Falempe) [RHEL-74282]
- drm/xe/pciids: separate ARL and MTL PCI IDs (Jocelyn Falempe) [RHEL-74282]
- drm/xe/pciids: separate RPL-U and RPL-P PCI IDs (Jocelyn Falempe) [RHEL-74282]
- dma-fence: Use kernel's sort for merging fences (Jocelyn Falempe) [RHEL-74282]
- dma-fence: Fix reference leak on fence merge failure path (Jocelyn Falempe) [RHEL-74282]
- dma-buf: fix dma_fence_array_signaled v4 (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/hdp5.2: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/hdp7.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/hdp5.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/hdp4.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/hdp6.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Limit VTotal range to max hw cap minus fp (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Correct prefetch calculation (Jocelyn Falempe) [RHEL-74282]
- drm/dp_mst: Fix resetting msg rx state after topology removal (Jocelyn Falempe) [RHEL-74282]
- drm/dp_mst: Verify request type in the corresponding down message reply (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: fix and simplify workload handling (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12 (Jocelyn Falempe) [RHEL-74282]
- drm/dp_mst: Fix MST sideband message body length check (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: hard-code cacheline for gc943,gc944 (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Ignore scalar validation failure if pipe is phantom (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: calculate final viewport before TAP optimization (Jocelyn Falempe) [RHEL-74282]
- Revert "drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs" (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Remove PIPE_DTO_SRC_SEL programming from set_dtbclk_dto (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: update pipe selection policy to check head pipe (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix handling of plane refcount (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: Remove arcturus min power limit (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: update current_socclk and current_uclk in gpu_metrics on smu v13.0.7 (Jocelyn Falempe) [RHEL-74282]
- drm/amd: Fix initialization mistake for NBIO 7.11 devices (Jocelyn Falempe) [RHEL-74282]
- drm/amd/pm: skip setting the power source on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix usage slab after free (Jocelyn Falempe) [RHEL-74282]
- drm/amd: Add some missing straps from NBIO 7.11.0 (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/pm: add gen5 display to the user on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: Use the correct wptr size (Jocelyn Falempe) [RHEL-74282]
- drm/xe/guc_submit: fix race around suspend_pending (Jocelyn Falempe) [RHEL-74282]
- drm/xe/migrate: use XE_BO_FLAG_PAGETABLE (Jocelyn Falempe) [RHEL-74282]
- Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable" (Jocelyn Falempe) [RHEL-74282]
- drm/xe/migrate: fix pat index usage (Jocelyn Falempe) [RHEL-74282]
- drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: it6505: Fix inverted reset polarity (Jocelyn Falempe) [RHEL-74282]
- drm/fbdev-dma: Select FB_DEFERRED_IO (Jocelyn Falempe) [RHEL-74282]
- drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member (Jocelyn Falempe) [RHEL-74282]
- drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check (Jocelyn Falempe) [RHEL-74282]
- drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check (Jocelyn Falempe) [RHEL-74282]
- drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n (Jocelyn Falempe) [RHEL-74282]
- drm/xe/ufence: Wake up waiters after setting ufence->signalled (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe (Jocelyn Falempe) [RHEL-74282]
- drm/radeon: Fix spurious unplug event on radeon HDMI (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: Fix wrong usage of INIT_WORK() (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: Fix map/unmap queue logic (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: fix ACA bank count boundary check error (Jocelyn Falempe) [RHEL-74282]
- drm/panthor: Fix OPP refcnt leaks in devfreq initialisation (Jocelyn Falempe) [RHEL-74282]
- drm/panthor: record current and maximum device clock frequencies (Jocelyn Falempe) [RHEL-74282]
- drm/panthor: introduce job cycle and timestamp accounting (Jocelyn Falempe) [RHEL-74282]
- drm: use ATOMIC64_INIT() for atomic64_t (Jocelyn Falempe) [RHEL-74282]
- drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info() (Jocelyn Falempe) [RHEL-74282]
- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() (Jocelyn Falempe) [RHEL-74282]
- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Reduce HPD Detection Interval for IPS (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Increase idle worker HPD detection time (Jocelyn Falempe) [RHEL-74282]
- drm/xe/hdcp: Fix gsc structure check in fw check status (Jocelyn Falempe) [RHEL-74282]
- drm: panel: nv3052c: correct spi_device_id for RG35XX panel (Jocelyn Falempe) [RHEL-74282]
- drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: tc358767: Fix link properties discovery (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: fix a memleak issue when driver is removed (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: it6505: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282]
- drm/bridge: anx7625: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module (Jocelyn Falempe) [RHEL-74282]
- drm/amdgpu: Fix JPEG v4.0.3 register write (Jocelyn Falempe) [RHEL-74282]
- drm/panel: nt35510: Make new commands optional (Jocelyn Falempe) [RHEL-74282]
- udmabuf: fix vmap_udmabuf error page set (Jocelyn Falempe) [RHEL-74282]
- udmabuf: change folios array from kmalloc to kvmalloc (Jocelyn Falempe) [RHEL-74282]
- drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Fix incorrect DSC recompute trigger (Jocelyn Falempe) [RHEL-74282]
- drm/amd/display: Skip Invalid Streams from DSC Policy (Jocelyn Falempe) [RHEL-74282]
- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-73367] {CVE-2024-53160}
- not upstream: Set vdso is_ready later during boot process (Herbert Xu) [RHEL-76765]
- net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets (CKI Backport Bot) [RHEL-74124] {CVE-2025-21629}
- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (Mark Langsdorf) [RHEL-66201]
- Bluetooth: hci_core: Fix sleeping function called from invalid context (CKI Backport Bot) [RHEL-74114] {CVE-2024-57894}
- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (Myron Stowe) [RHEL-70563]
- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (Myron Stowe) [RHEL-70563]
- cxl/core/regs: Add rcd_pcie_cap initialization (Myron Stowe) [RHEL-70563]
- Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync (CKI Backport Bot) [RHEL-76123] {CVE-2024-53208}
Resolves: RHEL-66201, RHEL-70563, RHEL-70889, RHEL-73367, RHEL-73368, RHEL-74009, RHEL-74053, RHEL-74114, RHEL-74124, RHEL-74282, RHEL-75632, RHEL-76122, RHEL-76123, RHEL-76765
* Fri Jan 31 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-48.el10]
- ALSA: Intel AVS audio hardware enablement for RHEL 10 (Jaroslav Kysela) [RHEL-72802]
- gitlab-ci: remove superfluous test_debug/debug_architectures (Michael Hofmann)
- redhat: update brew target for RHEL scratch builds (Jan Stancek)
- iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain (Jerry Snitselaar) [RHEL-73411] {CVE-2024-56668}
- iommu/vt-d: Remove cache tags before disabling ATS (Jerry Snitselaar) [RHEL-73411] {CVE-2024-56669}
- iommufd: Fix out_fput in iommufd_fault_alloc() (Jerry Snitselaar) [RHEL-73411] {CVE-2024-56624}
- iommu/vt-d: Fix checks and print in pgtable_walk() (Jerry Snitselaar) [RHEL-73411]
- iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes() (Jerry Snitselaar) [RHEL-73411]
- iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB (Jerry Snitselaar) [RHEL-73411]
- iommu/arm-smmu: Defer probe of clients after smmu device bound (Jerry Snitselaar) [RHEL-73411] {CVE-2024-56568}
- iommu/tegra241-cmdqv: Fix unused variable warning (Jerry Snitselaar) [RHEL-73411]
- iommu/tegra241-cmdqv: Staticize cmdqv_debugfs_dir (Jerry Snitselaar) [RHEL-73411]
- iommu/s390: Implement blocking domain (Jerry Snitselaar) [RHEL-73411] {CVE-2024-53232}
- dmaengine: tegra: Return correct DMA status when paused (Jerry Snitselaar) [RHEL-73412]
- dmaengine: dw: Select only supported masters for ACPI devices (Jerry Snitselaar) [RHEL-73412]
- xfs: eliminate lockdep false positives in xfs_attr_shortform_list (Bill O'Donnell) [RHEL-46697]
- RDMA/uverbs: Prevent integer overflow issue (CKI Backport Bot) [RHEL-74227] {CVE-2024-57890}
- ALSA: AMD audio hardware enablement for RHEL 10 (Jaroslav Kysela) [RHEL-64633]
- redhat/configs: enable iBFT parsing on aarch64 (Chris Leech) [RHEL-75491]
Resolves: RHEL-46697, RHEL-64633, RHEL-72802, RHEL-73411, RHEL-73412, RHEL-74227, RHEL-75491
* Wed Jan 29 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-47.el10]
- ipvlan: Support bonding events (Hangbin Liu) [RHEL-73828]
- dm array: fix releasing a faulty array block twice in dm_array_cursor_end (CKI Backport Bot) [RHEL-74443] {CVE-2024-57929}
- redhat/kernel.spec: work around find-debuginfo aborting cross builds (Jan Stancek) [RHEL-76454]
- crypto: aes-gcm-p10 - Use the correct bit to test for P10 (Mamatha Inamdar) [RHEL-62818]
- crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMDand re-enable CRYPTO_AES_GCM_P10 (Mamatha Inamdar) [RHEL-62818]
- crypto: powerpc/p10-aes-gcm - Register modules as SIMD (Mamatha Inamdar) [RHEL-62818]
- crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched implementation (Mamatha Inamdar) [RHEL-62818]
- ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address struct (Jaroslav Kysela) [RHEL-73890]
- ALSA: seq: oss: Fix races at processing SysEx messages (Jaroslav Kysela) [RHEL-73890] {CVE-2024-57893}
- ALSA hda/realtek: Add quirk for Framework F111:000C (Jaroslav Kysela) [RHEL-73890]
- ALSA: seq: Check UMP support for midi_version change (Jaroslav Kysela) [RHEL-73890]
- Revert "ALSA: ump: Don't enumeration invalid groups for legacy rawmidi" (Jaroslav Kysela) [RHEL-73890]
- ASoC: audio-graph-card: Call of_node_put() on correct node (Jaroslav Kysela) [RHEL-73890]
- sound: usb: format: don't warn that raw DSD is unsupported (Jaroslav Kysela) [RHEL-73890]
- sound: usb: enable DSD output for ddHiFi TC44C (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek - Add support for ASUS Zen AIO 27 Z272SD_A272SD audio (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_cache() (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: US16x08: Initialize array before use (Jaroslav Kysela) [RHEL-73890]
- ALSA: sh: Fix wrong argument order for copy_from_iter() (Jaroslav Kysela) [RHEL-73890]
- ALSA: ump: Shut up truncated string warning (Jaroslav Kysela) [RHEL-73890]
- ALSA: sh: Use standard helper for buffer accesses (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/conexant: fix Z60MR100 startup pop issue (Jaroslav Kysela) [RHEL-73890]
- ALSA: ump: Update legacy substream names upon FB info update (Jaroslav Kysela) [RHEL-73890]
- ALSA: ump: Indicate the inactive group in legacy substream names (Jaroslav Kysela) [RHEL-73890]
- ALSA: ump: Don't open legacy substream for an inactive group (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21Q6 and 21Q7 (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_sdw: Fix DMI match for Lenovo 21QA and 21QB (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: ps: Fix for enabling DMIC on acp63 platform via _DSD entry (Jaroslav Kysela) [RHEL-73890]
- ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP (Jaroslav Kysela) [RHEL-73890] {CVE-2024-57805}
- ALSA: memalloc: prefer dma_mapping_error() over explicit address checking (Jaroslav Kysela) [RHEL-73890] {CVE-2024-57800}
- firmware: arm_scmi: Fix i.MX build dependency (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_sdw: Add space for a terminator into DAIs array (Jaroslav Kysela) [RHEL-73890] {CVE-2024-57880}
- ASoC: fsl_spdif: change IFACE_PCM to IFACE_MIXER (Jaroslav Kysela) [RHEL-73890]
- ASoC: fsl_xcvr: change IFACE_PCM to IFACE_MIXER (Jaroslav Kysela) [RHEL-73890]
- ASoC: tas2781: Fix calibration issue in stress test (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: yc: Fix the wrong return value (Jaroslav Kysela) [RHEL-73890]
- ALSA: control: Avoid WARN() for symlink errors (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56657}
- ALSA: hda/realtek: Fix headset mic on Acer Nitro 5 (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5 (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly" (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda: Fix build error without CONFIG_SND_DEBUG (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init() (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad T14s Gen 6 21M1CTO1WW (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: yc: fix internal mic on Redmi G 2022 (Jaroslav Kysela) [RHEL-73890]
- ASoC: hdmi-codec: reorder channel allocation list (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Make mic volume workarounds globally applicable (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320 support (Jaroslav Kysela) [RHEL-73890]
- ASoC: sdw_utils: Add quirk to exclude amplifier function (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs (Jaroslav Kysela) [RHEL-73890]
- ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be ignored (Jaroslav Kysela) [RHEL-73890]
- ASoC: sdw_utils: Add support for exclusion DAI quirks (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Use codec SSID matching for Lenovo devices (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/conexant: Use the new codec SSID matching (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda: Use own quirk lookup helper (Jaroslav Kysela) [RHEL-73890]
- ASoC: Intel: sof_rt5682: Add HDMI-In capture with rt5682 support for MTL. (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8 (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: add mixer mapping for Corsair HS80 (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Add extra PID for RME Digiface USB (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Fix a DMA to stack memory bug (Jaroslav Kysela) [RHEL-73890]
- ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec (Jaroslav Kysela) [RHEL-73890]
- ASoC: SOF: ipc3-topology: fix resource leaks in sof_ipc3_widget_setup_comp_dai() (Jaroslav Kysela) [RHEL-73890]
- ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai index (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Notify xrun for low-latency mode (Jaroslav Kysela) [RHEL-73890]
- ALSA: seq: ump: Fix seq port updates per FB info notify (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Apply quirk for Medion E15433 (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook X G1i (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Set PCBeep to default value for ALC274 (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Enable speaker pins for Medion E15443 platform (Jaroslav Kysela) [RHEL-73890]
- ALSA: hda/realtek: Update ALC225 depop procedure (Jaroslav Kysela) [RHEL-73890]
- ALSA: pcm: Add sanity NULL check for the default mmap fault handler (Jaroslav Kysela) [RHEL-73890] {CVE-2024-53180}
- ALSA: ump: Fix evaluation of MIDI 1.0 FB info (Jaroslav Kysela) [RHEL-73890]
- ALSA: rawmidi: Fix kvfree() call in spinlock (Jaroslav Kysela) [RHEL-73890]
- ASoC: da7213: Populate max_register to regmap_config (Jaroslav Kysela) [RHEL-73890]
- ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata() (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00 (Jaroslav Kysela) [RHEL-73890]
- ALSA: usb-audio: Fix out of bounds reads when finding clock sources (Jaroslav Kysela) [RHEL-73890] {CVE-2024-53150}
- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices (Jaroslav Kysela) [RHEL-73890] {CVE-2024-53197}
- ASoC: mediatek: Check num_codecs is not zero to avoid panic during probe (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56685}
- ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry (Jaroslav Kysela) [RHEL-73890]
- ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc() (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56696}
- ASoC: imx-audmix: Add NULL check in imx_audmix_probe (Jaroslav Kysela) [RHEL-73890] {CVE-2024-53199}
- ALSA: hda/realtek: Update ALC256 depop procedure (Jaroslav Kysela) [RHEL-73890]
- ALSA: 6fire: Release resources at card release (Jaroslav Kysela) [RHEL-73890] {CVE-2024-53239}
- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56531}
- ALSA: us122l: Use snd_card_free_when_closed() at disconnection (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56532}
- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection (Jaroslav Kysela) [RHEL-73890] {CVE-2024-56533}
- ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: acp: fix for cpu dai index logic (Jaroslav Kysela) [RHEL-73890]
- ASoC: amd: acp: fix for inconsistent indenting (Jaroslav Kysela) [RHEL-73890]
- ASoC: fsl-asoc-card: Add missing handling of {hp,mic}-dt-gpios (Jaroslav Kysela) [RHEL-73890]
- ASoC: fsl_micfil: fix regmap_write_bits usage (Jaroslav Kysela) [RHEL-73890]
- RDMA/bnxt_re: Fix error recovery sequence (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Fix the locking while accessing the QP table (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Disable use of reserved wqes (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Fix max_qp_wrs reported (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Fix reporting hw_ver in query_device (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Add check for path mtu in modify_qp (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Fix the check for 9060 condition (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Avoid initializing the software queue for user queues (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Fix max SGEs for the Work Request (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Remove always true dattr validity check (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Correct the sequence of device suspend (Mohammad Heib) [RHEL-22876]
- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (Mohammad Heib) [RHEL-22876]
- CI: Enable pipelines for rt-64k variant (Juri Lelli) [RHEL-70288]
- redhat: Add kernel-rt-64k variant (Juri Lelli) [RHEL-70288]
Resolves: RHEL-22876, RHEL-62818, RHEL-70288, RHEL-73828, RHEL-73890, RHEL-74443, RHEL-76454
* Mon Jan 27 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-46.el10]
- redhat: hsr: Mark as tech preview (Felix Maurer) [RHEL-74748]
- xfs: Mark all experimental code as tech preview (Bill O'Donnell) [RHEL-64936]
- redhat: create 'debug' addon for UKI (Li Tian) [RHEL-70836]
- mptcp: disable by default (Davide Caratti) [RHEL-74247]
- initramfs: avoid filename buffer overrun (Rafael Aquini) [RHEL-73366] {CVE-2024-53142}
- redhat/configs: set new PKEY_UV option on s390 (Mete Durlu) [RHEL-24135]
- s390/crypto: Add hardware acceleration for full AES-XTS mode (Mete Durlu) [RHEL-24136]
- s390/crypto: Postpone the key split to key conversion (Mete Durlu) [RHEL-24136]
- s390/crypto: Introduce function for tokenize clearkeys (Mete Durlu) [RHEL-24136]
- s390/crypto: Generalize parameters for key conversion (Mete Durlu) [RHEL-24136]
- s390/crypto: Use module-local structures for protected keys (Mete Durlu) [RHEL-24136]
- s390/crypto: Convert to reverse x-mas tree, rename ret to rc (Mete Durlu) [RHEL-24136]
- s390/pkey: Tolerate larger key blobs (Mete Durlu) [RHEL-24136]
- s390/pkey: Add new pkey handler module pkey-uv (Mete Durlu) [RHEL-24135]
- s390/pkey: Build module name array selectively based on kernel config options (Mete Durlu) [RHEL-24135]
- s390/pkey: Fix checkpatch findings in pkey header file (Mete Durlu) [RHEL-24135]
- s390/pkey: Rework pkey verify for protected keys (Mete Durlu) [RHEL-24135]
- s390/pkey: Simplify protected key length calculation code (Mete Durlu) [RHEL-24135]
- s390/zcrypt: Cleanup include zcrypt_api.h (Mete Durlu) [RHEL-24135]
- ipvs: speed up reads from ip_vs_conn proc file (Florian Westphal) [RHEL-68933]
- PCI: Batch BAR sizing operations (Myron Stowe) [RHEL-76026]
- xfrm: mark packet offload as tech preview (Sabrina Dubroca) [RHEL-75472]
- mm/kmemleak: fix sleeping function called from invalid context at print message (CKI Backport Bot) [RHEL-74104] {CVE-2024-57885}
- mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CKI Backport Bot) [RHEL-74099] {CVE-2024-57884}
- bnxt_en: Fix DIM shutdown (Michal Schmidt) [RHEL-73718]
- bnxt_en: Fix possible memory leak when hwrm_req_replace fails (Michal Schmidt) [RHEL-73718]
- bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (Michal Schmidt) [RHEL-73718]
- bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (Michal Schmidt) [RHEL-73718]
- selftests: drv-net: rss_ctx: Add test for ntuple rule (Michal Schmidt) [RHEL-73718]
- bnxt_en: ethtool: Supply ntuple rss context action (Michal Schmidt) [RHEL-73718]
Resolves: RHEL-24135, RHEL-24136, RHEL-64936, RHEL-68933, RHEL-70836, RHEL-73366, RHEL-73718, RHEL-74099, RHEL-74104, RHEL-74247, RHEL-74748, RHEL-75472, RHEL-76026
* Fri Jan 24 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-45.el10]
- netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CKI Backport Bot) [RHEL-73620]
- netfilter: nf_tables: imbalance in flowtable binding (CKI Backport Bot) [RHEL-73620]
- netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext (CKI Backport Bot) [RHEL-73620]
- netfilter: nft_set_hash: skip duplicated elements pending gc run (CKI Backport Bot) [RHEL-73620]
- netfilter: nft_inner: incorrect percpu area handling under softirq (CKI Backport Bot) [RHEL-73620]
- netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level (CKI Backport Bot) [RHEL-73620]
- netfilter: x_tables: fix LED ID check in led_tg_check() (CKI Backport Bot) [RHEL-73620]
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() (CKI Backport Bot) [RHEL-73620]
- netfilter: ipset: add missing range check in bitmap_ip_uadt (CKI Backport Bot) [RHEL-73620]
- netfilter: bpf: Pass string literal as format argument of request_module() (CKI Backport Bot) [RHEL-73620]
- netfilter: nf_tables: must hold rcu read lock while iterating object type list (CKI Backport Bot) [RHEL-73620]
- netfilter: nf_tables: must hold rcu read lock while iterating expression type list (CKI Backport Bot) [RHEL-73620]
- mptcp: fix TCP options overflow. (CKI Backport Bot) [RHEL-73495]
- mptcp: sysctl: sched: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
- mptcp: sysctl: blackhole timeout: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
- KVM: s390: add gen17 facilities to CPU model (Mete Durlu) [RHEL-24195]
- KVM: s390: add msa11 to cpu model (Mete Durlu) [RHEL-24195]
- KVM: s390: add concurrent-function facility to cpu model (Mete Durlu) [RHEL-24195]
- redhat/configs: Re-enable full ZRAM configuration and all backends (Neal Gompa) [RHEL-72036]
- wireguard: device: support big tcp GSO (CKI Backport Bot) [RHEL-74019]
- wireguard: selftests: load nf_conntrack if not present (CKI Backport Bot) [RHEL-74019]
- wireguard: allowedips: remove redundant selftest call (CKI Backport Bot) [RHEL-74019]
- wireguard: device: omit unnecessary memset of netdev private data (CKI Backport Bot) [RHEL-74019]
- bpf: Do not alloc arena on unsupported arches (Viktor Malik) [RHEL-68958]
- powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74254]
- MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer (Vladis Dronov) [RHEL-58597]
- crypto: iaa - Remove potential infinite loop in check_completion() (Vladis Dronov) [RHEL-58597]
- s390/entry: Mark IRQ entries to fix stack depot warnings (Mete Durlu) [RHEL-74467]
Resolves: RHEL-24195, RHEL-58597, RHEL-65818, RHEL-68958, RHEL-70212, RHEL-72036, RHEL-73201, RHEL-73495, RHEL-73620, RHEL-74019, RHEL-74254, RHEL-74467
* Wed Jan 22 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-44.el10]
- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() (Mete Durlu) [RHEL-74386]
- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296]
- powerpc/pseries/iommu: Don't unset window if it was never set (Mamatha Inamdar) [RHEL-74222]
- selftests: net: local_termination: require mausezahn (CKI Backport Bot) [RHEL-74034]
- selftests: openvswitch: fix tcpdump execution (CKI Backport Bot) [RHEL-74034]
- selftests: rds: move test.py to TEST_FILES (CKI Backport Bot) [RHEL-74034]
- selftests: netfilter: Fix missing return values in conntrack_dump_flush (CKI Backport Bot) [RHEL-74034]
- selftests: net: include lib/sh/*.sh with lib.sh (CKI Backport Bot) [RHEL-74034]
- selftests: tls: add a selftest for wrapping rec_seq (CKI Backport Bot) [RHEL-74034]
- selftests: ETS: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034]
- selftests: TBF: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034]
- selftests: RED: Use defer for test cleanup (CKI Backport Bot) [RHEL-74034]
- selftests: forwarding: lib: Allow passing PID to stop_traffic() (CKI Backport Bot) [RHEL-74034]
- selftests: forwarding: Add a fallback cleanup() (CKI Backport Bot) [RHEL-74034]
- selftests: net: lib: Introduce deferred commands (CKI Backport Bot) [RHEL-74034]
- selftests: net: move EXTRA_CLEAN of libynl.a into ynl.mk (CKI Backport Bot) [RHEL-74034]
- selftests: net: rebuild YNL if dependencies changed (CKI Backport Bot) [RHEL-74034]
- ipmr: tune the ipmr_can_free_table() checks. (CKI Backport Bot) [RHEL-74037]
- ipmr: fix build with clang and DEBUG_NET disabled. (CKI Backport Bot) [RHEL-74037]
- net/ipv6: release expired exception dst cached in socket (CKI Backport Bot) [RHEL-74037]
- ipv6: avoid possible NULL deref in modify_prefix_route() (CKI Backport Bot) [RHEL-74037]
- ipmr: fix tables suspicious RCU usage (CKI Backport Bot) [RHEL-74037]
- ip6mr: fix tables suspicious RCU usage (CKI Backport Bot) [RHEL-74037]
- ipmr: add debug check for mr table cleanup (CKI Backport Bot) [RHEL-74037]
- selftests/rtnetlink.sh: add mngtempaddr test (CKI Backport Bot) [RHEL-74037]
- ipv6: Fix soft lockups in fib6_select_path under high next hop churn (CKI Backport Bot) [RHEL-74037]
- selftests: net: really check for bg process completion (CKI Backport Bot) [RHEL-74037]
- ipv6: release nexthop on device removal (CKI Backport Bot) [RHEL-74037]
- ipv6: switch inet6_acaddr_hash() to less predictable hash (CKI Backport Bot) [RHEL-74037]
- ipv6: switch inet6_addr_hash() to less predictable hash (CKI Backport Bot) [RHEL-74037]
- ptp: Add error handling for adjfine callback in ptp_clock_adjtime (CKI Backport Bot) [RHEL-74024]
- ptp_pch: Replace deprecated PCI functions (CKI Backport Bot) [RHEL-74024]
- wireguard: mark as Tech Preview (Hangbin Liu) [RHEL-74327]
- nbd: fix partial sending (Ming Lei) [RHEL-74229]
- scsi: lpfc: Fix spelling errors 'asynchronously' (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Copyright updates for 14.4.0.6 patches (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Update lpfc version to 14.4.0.6 (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Prevent NDLP reference count underflow in dev_loss_tmo callback (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Add cleanup of nvmels_wq after HBA reset (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE before BSG flag (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod paths (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Check devloss callbk done flag for potential stale NDLP ptrs (Dick Kennedy) [RHEL-61740]
- scsi: lpfc: Modify CGN warning signal calculation based on EDC response (Dick Kennedy) [RHEL-61740]
- md: reintroduce md-linear (Nigel Croxon) [RHEL-74142]
- Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()" (Maxim Levitsky) [RHEL-55724 RHEL-56929] {CVE-2024-57839}
- i40e: add ability to reset VF for Tx and Rx MDD events (Michal Schmidt) [RHEL-73034]
Resolves: RHEL-55724, RHEL-56929, RHEL-61740, RHEL-68296, RHEL-73034, RHEL-74024, RHEL-74034, RHEL-74037, RHEL-74142, RHEL-74222, RHEL-74229, RHEL-74327, RHEL-74386
* Mon Jan 20 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-43.el10]
- net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged (CKI Backport Bot) [RHEL-39340]
- vfio/pci: Fallback huge faults for unaligned pfn (Alex Williamson) [RHEL-72822]
- iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context (Luis Claudio R. Goncalves) [RHEL-74342]
- net: sched: fix ordering of qlen adjustment (CKI Backport Bot) [RHEL-73395] {CVE-2024-53164}
- net_sched: sch_fq: don't follow the fast path if Tx is behind now (CKI Backport Bot) [RHEL-73395]
- s390/uvdevice: Support longer secret lists (Mete Durlu) [RHEL-25204]
- s390/uv: Retrieve UV secrets sysfs support (Mete Durlu) [RHEL-25204]
- s390/uvdevice: Increase indent in IOCTL definitions (Mete Durlu) [RHEL-25204]
- s390/uvdevice: Add Retrieve Secret IOCTL (Mete Durlu) [RHEL-25204]
- s390/uv: Retrieve UV secrets support (Mete Durlu) [RHEL-25204]
- s390/uv: Use a constant for more-data rc (Mete Durlu) [RHEL-25204]
- s390/uv: Provide host-key hashes in sysfs (Mete Durlu) [RHEL-47110]
- s390/uv: Refactor uv-sysfs creation (Mete Durlu) [RHEL-47110]
- net/l2tp: fix warning in l2tp_exit_net found by syzbot (Guillaume Nault) [RHEL-73846]
- geneve: do not assume mac header is set in geneve_xmit_skb() (Guillaume Nault) [RHEL-73846]
- net: Fix netns for ip_tunnel_init_flow() (Guillaume Nault) [RHEL-73846]
- futex: fix user access on powerpc (Waiman Long) [RHEL-70187]
- x86: fix off-by-one in access_ok() (Waiman Long) [RHEL-70187]
- futex: improve user space accesses (Waiman Long) [RHEL-70187]
- s390/pci: Add pci_msg debug view to PCI report (Mete Durlu) [RHEL-24144]
- s390/debug: Add a reverse mode for debug_dump() (Mete Durlu) [RHEL-24144]
- s390/debug: Add debug_dump() to write debug view to a string buffer (Mete Durlu) [RHEL-24144]
- s390/debug: Split private data alloc/free out of file operations (Mete Durlu) [RHEL-24144]
- s390/debug: Simplify and document debug_next_entry() logic (Mete Durlu) [RHEL-24144]
- s390/pci: Report PCI error recovery results via SCLP (Mete Durlu) [RHEL-24144]
- s390/debug: Pass in and enforce output buffer size for format handlers (Mete Durlu) [RHEL-24144]
- s390/sclp: Allow user-space to provide PCI reports for optical modules (Mete Durlu) [RHEL-71264]
Resolves: RHEL-24144, RHEL-25204, RHEL-39340, RHEL-47110, RHEL-70187, RHEL-71264, RHEL-72822, RHEL-73395, RHEL-73846, RHEL-74342
* Wed Jan 15 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-42.el10]
- net: sched: fix erspan_opt settings in cls_flower (Xin Long) [RHEL-73195]
- KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits (Vitaly Kuznetsov) [RHEL-71416]
- redhat/configs: enable ARCH_TEGRA_241_SOC (Mark Salter) [RHEL-67684]
- x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation (Steve Best) [RHEL-68393]
- net: sysctl: allow dump_cpumask to handle higher numbers of CPUs (Antoine Tenart) [RHEL-73199]
- net: sysctl: do not reserve an extra char in dump_cpumask temporary buffer (Antoine Tenart) [RHEL-73199]
- net: sysctl: remove always-true condition (Antoine Tenart) [RHEL-73199]
- net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason() (Antoine Tenart) [RHEL-73172]
- compiler_types: Add noinline_for_tracing annotation (Antoine Tenart) [RHEL-73172]
- net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND (Antoine Tenart) [RHEL-73172]
- net: vxlan: use kfree_skb_reason() in encap_bypass_if_local() (Antoine Tenart) [RHEL-73172]
- net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass() (Antoine Tenart) [RHEL-73172]
- net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit() (Antoine Tenart) [RHEL-73172]
- net: vxlan: add drop reasons support to vxlan_xmit_one() (Antoine Tenart) [RHEL-73172]
- net: vxlan: use kfree_skb_reason() in vxlan_xmit() (Antoine Tenart) [RHEL-73172]
- net: vxlan: make vxlan_set_mac() return drop reasons (Antoine Tenart) [RHEL-73172]
- net: vxlan: make vxlan_snoop() return drop reasons (Antoine Tenart) [RHEL-73172]
- net: vxlan: make vxlan_remcsum() return drop reasons (Antoine Tenart) [RHEL-73172]
- net: vxlan: add skb drop reasons to vxlan_rcv() (Antoine Tenart) [RHEL-73172]
- net: tunnel: make skb_vlan_inet_prepare() return drop reasons (Antoine Tenart) [RHEL-73172]
- net: tunnel: add pskb_inet_may_pull_reason() helper (Antoine Tenart) [RHEL-73172]
- net: skb: add pskb_network_may_pull_reason() helper (Antoine Tenart) [RHEL-73172]
- redhat: Install bpftool into BPF selftests dir (Viktor Malik) [RHEL-73480]
- redhat: Drop bpftool from kernel spec (Viktor Malik) [RHEL-73480]
- tools/power turbostat: Add initial support for GraniteRapids-D (Eddie Kovsky) [RHEL-29354]
- rtc: check if __rtc_read_time was successful in rtc_timer_do_work() (Steve Best) [RHEL-73490] {CVE-2024-56739}
- powerpc/mm/fault: Fix kfence page fault reporting (Mamatha Inamdar) [RHEL-73630]
- bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL (CKI Backport Bot) [RHEL-73198]
- bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features (CKI Backport Bot) [RHEL-73198]
- net, team, bonding: Add netdev_base_features helper (CKI Backport Bot) [RHEL-73198]
- bonding: add ESP offload features when slaves support (CKI Backport Bot) [RHEL-73198]
- Documentation: bonding: add XDP support explanation (CKI Backport Bot) [RHEL-73198]
- bonding: return detailed error when loading native XDP fails (CKI Backport Bot) [RHEL-73198]
Resolves: RHEL-29354, RHEL-67684, RHEL-68393, RHEL-71416, RHEL-73172, RHEL-73195, RHEL-73198, RHEL-73199, RHEL-73480, RHEL-73490, RHEL-73630
* Tue Jan 14 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-41.el10]
- netfilter: IDLETIMER: Fix for possible ABBA deadlock (Phil Sutter) [RHEL-70301]
- tcp: Fix use-after-free of nreq in reqsk_timer_handler(). (Guillaume Nault) [RHEL-73194]
- netfilter: nf_tables: do not defer rule destruction via call_rcu (Florian Westphal) [RHEL-68691]
- sched/numa: fix memory leak due to the overwritten vma->numab_state (Phil Auld) [RHEL-67478]
- netfilter: ipset: Fix for recursive locking warning (Phil Sutter) [RHEL-71827]
- NFSD: Mark exports of NFS as unsupported (Benjamin Coddington) [RHEL-50656]
- netdev-genl: Hold rcu_read_lock in napi_get (Paolo Abeni) [RHEL-73205]
- net: avoid potential UAF in default_operstate() (Paolo Abeni) [RHEL-73205] {CVE-2024-56635}
- net: defer final 'struct net' free in netns dismantle (Paolo Abeni) [RHEL-73205] {CVE-2024-56658}
- net: restrict SO_REUSEPORT to inet sockets (Paolo Abeni) [RHEL-73205]
- Revert "rtnetlink: add guard for RTNL" (Paolo Abeni) [RHEL-73205]
- netlink: fix false positive warning in extack during dumps (Paolo Abeni) [RHEL-73205] {CVE-2024-53212}
- tcp: check space before adding MPTCP SYN options (Paolo Abeni) [RHEL-73143]
- net: fix memory leak in tcp_conn_request() (Paolo Abeni) [RHEL-73143]
- Revert "udp: avoid calling sock_def_readable() if possible" (Paolo Abeni) [RHEL-73132]
- netfilter: ipset: Hold module reference while requesting a module (Phil Sutter) [RHEL-69538]
- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov) [RHEL-72983]
- KVM: arm64: Fix S1/S2 combination when FWB==1 and S2 has Device memory type (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overridden (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translation (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: selftests: Add tests for MMIO external abort injection (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: selftests: Convert to kernel's ESR terminology (Shaoqin Huang) [RHEL-68039]
- tools: arm64: Grab a copy of esr.h from kernel (Shaoqin Huang) [RHEL-68039]
- KVM: selftests: Don't bother deleting memslots in KVM when freeing VMs (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizes (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definition (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic: Make vgic_get_irq() more robust (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Pass on SVE mapping failures (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVM (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Just advertise SEIS as 0 when emulating ICC_CTLR_EL1 (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Don't retire aborted MMIO instruction (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Get rid of userspace_irqchip_in_use (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Initialize trap register values in hyp in pKVM (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Initialize the hypervisor's VM state at EL2 (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu() (Shaoqin Huang) [RHEL-68039]
- KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE (Shaoqin Huang) [RHEL-68039]
Resolves: RHEL-50656, RHEL-67478, RHEL-68039, RHEL-68691, RHEL-69538, RHEL-70301, RHEL-71827, RHEL-72983, RHEL-73132, RHEL-73143, RHEL-73194, RHEL-73205
* Sun Jan 12 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-40.el10]
- selftests: netfilter: Stabilize rpath.sh (Phil Sutter) [RHEL-71139]
- redhat/configs: automotive: disable CONFIG_AIO (Davide Caratti) [RHEL-71905]
- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-73371]
- RHEL: Set correct config option for CRYPTO_HMAC_S390 (Mete Durlu) [RHEL-24137]
- redhat/configs: automotive: disable CONFIG_NET_DROP_MONITOR (Davide Caratti) [RHEL-70868]
- qed: put cond_resched() in qed_dmae_operation_wait() (CKI Backport Bot) [RHEL-71560]
- qed: allow the callee of qed_mcp_nvm_read() to sleep (CKI Backport Bot) [RHEL-71560]
- qed: put cond_resched() in qed_grc_dump_ctx_data() (CKI Backport Bot) [RHEL-71560]
- qed: make 'ethtool -d' 10 times faster (CKI Backport Bot) [RHEL-71560]
- x86/sev: Convert shared memory back to private on kexec (Vitaly Kuznetsov) [RHEL-68482]
- x86/mm: Refactor __set_clr_pte_enc() (Vitaly Kuznetsov) [RHEL-68482]
- x86/boot: Skip video memory access in the decompressor for SEV-ES/SNP (Vitaly Kuznetsov) [RHEL-68482]
Resolves: RHEL-24137, RHEL-68482, RHEL-70868, RHEL-71139, RHEL-71560, RHEL-71905, RHEL-73371
* Thu Jan 09 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-39.el10]
- platform/x86/intel/pmc: Disable C1 auto-demotion during suspend (Steve Best) [RHEL-66570]
- platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume() (Steve Best) [RHEL-66570]
- redhat/configs: Enable CONFIG_NETKIT for RHEL (Toke Høiland-Jørgensen) [RHEL-51429]
- bnxt_en: Unregister PTP during PCI shutdown and suspend (Michal Schmidt) [RHEL-54644 RHEL-69499]
- bnxt_en: Refactor bnxt_ptp_init() (Michal Schmidt) [RHEL-54644 RHEL-69499]
- bnxt_en: Fix receive ring space parameters when XDP is active (Michal Schmidt) [RHEL-54644]
- bnxt_en: Fix queue start to update vnic RSS table (Michal Schmidt) [RHEL-54644]
- bnxt_en: Set backplane link modes correctly for ethtool (Michal Schmidt) [RHEL-54644]
- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down (Michal Schmidt) [RHEL-54644]
- bnxt_en: use irq_update_affinity_hint() (Michal Schmidt) [RHEL-54644]
- bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rules (Michal Schmidt) [RHEL-54644]
- bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAW (Michal Schmidt) [RHEL-54644]
- s390/cio: Externalize full CMG characteristics (Mete Durlu) [RHEL-24140]
- s390/pci: Expose FIDPARM attribute in sysfs (Mete Durlu) [RHEL-71374]
- perf machine: Initialize machine->env to address a segfault (Michael Petlan) [RHEL-70278]
- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar) [RHEL-70863]
- rtla/timerlat: Fix histogram ALL for zero samples (Tomas Glozar) [RHEL-72691]
- s390/pci: Fix leak of struct zpci_dev when zpci_add_device() fails (Mete Durlu) [RHEL-24143]
- s390/pci: Ignore RID for isolated VFs (Mete Durlu) [RHEL-24143]
- s390/pci: Use topology ID for multi-function devices (Mete Durlu) [RHEL-24143]
- s390/pci: Sort PCI functions prior to creating virtual busses (Mete Durlu) [RHEL-24143]
Resolves: RHEL-24140, RHEL-24143, RHEL-51429, RHEL-54644, RHEL-66570, RHEL-69499, RHEL-70278, RHEL-70863, RHEL-71374, RHEL-72691
* Mon Jan 06 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-38.el10]
- virtio_ring: add a func argument 'recycle_done' to virtqueue_reset() (Cindy Lu) [RHEL-56981]
- virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize (Cindy Lu) [RHEL-56981]
- virtio_ring: add a func argument 'recycle_done' to virtqueue_resize() (Cindy Lu) [RHEL-56981]
- virtio_net: correct netdev_tx_reset_queue() invocation point (Cindy Lu) [RHEL-56981]
- intel_idle: add Granite Rapids Xeon D support (David Arcari) [RHEL-68122]
- sched/dlserver: Fix dlserver time accounting (Phil Auld) [RHEL-68342]
- sched/dlserver: Fix dlserver double enqueue (Phil Auld) [RHEL-68342]
- sched/fair: Fix NEXT_BUDDY (Phil Auld) [RHEL-68342]
- sched/fair: Fix sched_can_stop_tick() for fair tasks (Phil Auld) [RHEL-68342]
- sched/eevdf: More PELT vs DELAYED_DEQUEUE (Phil Auld) [RHEL-68342]
Resolves: RHEL-56981, RHEL-68122, RHEL-68342
* Fri Dec 20 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-37.el10]
- vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data() (Alex Williamson) [RHEL-69747]
- vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (Alex Williamson) [RHEL-69747]
- i40e: Fix handling changed priv flags (Kamal Heib) [RHEL-69737]
- RHEL-only: mark ublk as tech preview (Ming Lei) [RHEL-50740]
- Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" (Ming Lei) [RHEL-67720]
- block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (Ming Lei) [RHEL-70861]
- loop: fix type of block size (Ming Lei) [RHEL-65631]
- x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC (Phil Auld) [RHEL-70901]
- sched/deadline: Fix warning in migrate_enable for boosted tasks (Phil Auld) [RHEL-70901]
- sched/core: Prevent wakeup of ksoftirqd during idle load balance (Phil Auld) [RHEL-70901]
- sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning busy (Phil Auld) [RHEL-70901]
- sched/core: Remove the unnecessary need_resched() check in nohz_csd_func() (Phil Auld) [RHEL-70901]
- sched: fix warning in sched_setaffinity (Phil Auld) [RHEL-70901]
- softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel (Phil Auld) [RHEL-70901]
- sched/deadline: Fix replenish_dl_new_period dl_server condition (Phil Auld) [RHEL-70901]
- vfio/mlx5: Align the page tracking max message size with the device capability (CKI Backport Bot) [RHEL-69932]
- tools/rtla: Improve exception handling in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
- tools/rtla: Enhance argument parsing in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
- tools/rtla: Improve code readability in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
- rtla/timerlat: Do not set params->user_workload with -U (Luis Claudio R. Goncalves) [RHEL-69739]
- rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long long (Luis Claudio R. Goncalves) [RHEL-69739]
- rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long (Luis Claudio R. Goncalves) [RHEL-69739]
- tools/rtla: fix collision with glibc sched_attr/sched_set_attr (Luis Claudio R. Goncalves) [RHEL-69739]
- tools/rtla: drop __NR_sched_getattr (Luis Claudio R. Goncalves) [RHEL-69739]
- rtla: Fix consistency in getopt_long for timerlat_hist (Luis Claudio R. Goncalves) [RHEL-69739]
- rtla: use the definition for stdout fd when calling isatty() (Luis Claudio R. Goncalves) [RHEL-69739]
- x86/cacheinfo: Delete global num_cache_leaves (David Arcari) [RHEL-22703]
- cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU (David Arcari) [RHEL-22703]
Resolves: RHEL-22703, RHEL-50740, RHEL-65631, RHEL-67720, RHEL-69737, RHEL-69739, RHEL-69747, RHEL-69932, RHEL-70861, RHEL-70901
* Tue Dec 17 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-36.el10]
- configs: synchronize CONFIG_HP_ILO between flavors & enable on x86/arm (Charles Mirabile) [RHEL-65590]
- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) [RHEL-70652]
- s390/virtio_ccw: Fix dma_parm pointer not set up (Thomas Huth) [RHEL-69815]
- fsnotify: fix sending inotify event with unexpected filename (Ian Kent) [RHEL-68847]
- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) [RHEL-68140]
- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) [RHEL-68140]
- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) [RHEL-68140]
- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) [RHEL-68140]
Resolves: RHEL-65590, RHEL-68140, RHEL-68847, RHEL-69815, RHEL-70652
* Fri Dec 13 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-35.el10]
- redhat: gating.yaml: drop unstable test (Jan Stancek)
- CI: provide pipelines for automotive variant (Julio Faracco)
- fadump: reserve param area if below boot_mem_top (Mamatha Inamdar) [RHEL-67986]
- powerpc/fadump: allocate memory for additional parameters early (Mamatha Inamdar) [RHEL-67986]
- cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids (Steve Best) [RHEL-70009]
- scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error (Cathy Avery) [RHEL-60525]
- RHEL: disable the btt driver (Jeff Moyer) [RHEL-68504]
- vfio/pci: Properly hide first-in-list PCIe extended capability (Alex Williamson) [RHEL-69745]
- xfs: fix sparse inode limits on runt AG (Pavel Reichl) [RHEL-68542]
Resolves: RHEL-60525, RHEL-67986, RHEL-68504, RHEL-68542, RHEL-69745, RHEL-70009
* Tue Dec 10 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-34.el10]
- iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (Jerry Snitselaar) [RHEL-67995]
- crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (Vladis Dronov) [RHEL-23197]
- crypto: qat - Fix typo "accelaration" (Vladis Dronov) [RHEL-23197]
- crypto: qat - Constify struct pm_status_row (Vladis Dronov) [RHEL-23197]
- crypto: qat - remove faulty arbiter config reset (Vladis Dronov) [RHEL-23197]
- crypto: qat - remove unused adf_devmgr_get_first (Vladis Dronov) [RHEL-23197]
- crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
- crypto: qat/qat_420xx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
- crypto: qat - remove check after debugfs_create_dir() (Vladis Dronov) [RHEL-23197]
- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) [RHEL-40744]
- rtla: Documentation: Mention --deepest-idle-state (Tomas Glozar) [RHEL-40744]
- rtla/timerlat: Add --deepest-idle-state for hist (Tomas Glozar) [RHEL-40744]
- rtla/timerlat: Add --deepest-idle-state for top (Tomas Glozar) [RHEL-40744]
- rtla/utils: Add idle state disabling via libcpupower (Tomas Glozar) [RHEL-40744]
- rtla: Add optional dependency on libcpupower (Tomas Glozar) [RHEL-40744]
- tools/build: Add libcpupower dependency detection (Tomas Glozar) [RHEL-40744]
- mm/memcg: Free percpu stats memory of dying memcg's (Waiman Long) [RHEL-67445]
Resolves: RHEL-23197, RHEL-40744, RHEL-67445, RHEL-67995
* Fri Dec 06 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-33.el10]
- redhat: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA for x86 (Vitaly Kuznetsov) [RHEL-41133]
- HID: hyperv: streamline driver probe to avoid devres issues (Vitaly Kuznetsov) [RHEL-67329]
- powerpc: security: Lock down the kernel if booted in secure boot mode (Mamatha Inamdar) [RHEL-57024]
Resolves: RHEL-41133, RHEL-57024, RHEL-65698, RHEL-67329
* Mon Dec 02 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-32.el10]
- selftests/bpf: Remove ksyms_weak_lskel test (Artem Savkov) [RHEL-48593]
- redhat/spec: Add libxml2-devel dependency for selftests build (Viktor Malik) [RHEL-48593]
- redhat/spec: Bypass check-rpaths for kselftests/bpf/urandom_read (Viktor Malik) [RHEL-48593]
- redhat/spec: Do not use source fortification for selftests (Viktor Malik) [RHEL-48593]
- redhat/spec: Fix BPF selftests build with PIE (Viktor Malik) [RHEL-48593]
- redhat/spec: Add EXTRA_CXXFLAGS to bpf samples and selftests make (Artem Savkov) [RHEL-48593]
- selftests/bpf: Allow building with extra flags (Viktor Malik) [RHEL-48593]
- selftests/bpf: Disable warnings on unused flags for Clang builds (Viktor Malik) [RHEL-48593]
- bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile (Viktor Malik) [RHEL-48593]
Resolves: RHEL-48593
* Mon Nov 25 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-31.el10]
- RHEL-only: mark io_uring tech preview and disable by default (Jeff Moyer) [RHEL-65347]
Resolves: RHEL-65347, RHEL-65498
* Mon Nov 18 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-30.el10]
- Linux 6.12 (Linus Torvalds)
- x86/mm: Fix a kdump kernel failure on SME system when CONFIG_IMA_KEXEC=y (Baoquan He)
- x86/stackprotector: Work around strict Clang TLS symbol requirements (Ard Biesheuvel)
- x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client (Mario Limonciello)
- redhat/configs: cleanup CONFIG_DEV_DAX (David Hildenbrand)
- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE_MADVISE for Fedora (David Hildenbrand)
- redhat/configs: cleanup CONFIG_TRANSPARENT_HUGEPAGE (David Hildenbrand)
- redhat/configs: enable CONFIG_TRANSPARENT_HUGEPAGE on s390x in Fedora (David Hildenbrand)
- redhat/configs: automotive: Enable j784s4evm am3359 tscadc configs (Joel Slebodnick)
- mm: revert "mm: shmem: fix data-race in shmem_getattr()" (Andrew Morton)
- ocfs2: uncache inode which has failed entering the group (Dmitry Antipov)
- mm: fix NULL pointer dereference in alloc_pages_bulk_noprof (Jinjiang Tu)
- mm, doc: update read_ahead_kb for MADV_HUGEPAGE (Yafang Shao)
- fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() (Dan Carpenter)
- sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers (Qun-Wei Lin)
- crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32 (Dave Vasilevsky)
- mm/mremap: fix address wraparound in move_page_tables() (Jann Horn)
- tools/mm: fix compile error (Motiejus JakÅ`tys)
- mm, swap: fix allocation and scanning race with swapoff (Kairui Song)
- ARM: fix cacheflush with PAN (Russell King (Oracle))
- ARM: 9435/1: ARM/nommu: Fix typo "absence" (WangYuli)
- ARM: 9434/1: cfi: Fix compilation corner case (Linus Walleij)
- ARM: 9420/1: smp: Fix SMP for xip kernels (Harith G)
- ARM: 9419/1: mm: Fix kernel memory mapping for xip kernels (Harith G)
- Revert "drm/amd/pm: correct the workload setting" (Alex Deucher)
- tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording (Steven Rostedt)
- Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug" (Steven Rostedt)
- drivers: perf: Fix wrong put_cpu() placement (Alexandre Ghiti)
- drm/xe/oa: Fix "Missing outer runtime PM protection" warning (Ashutosh Dixit)
- drm/xe: handle flat ccs during hibernation on igpu (Matthew Auld)
- drm/xe: improve hibernation on igpu (Matthew Auld)
- drm/xe: Restore system memory GGTT mappings (Matthew Brost)
- drm/xe: Ensure all locks released in exec IOCTL (Matthew Brost)
- drm/amd: Fix initialization mistake for NBIO 7.7.0 (Vijendar Mukunda)
- Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" (Alex Deucher)
- drm/amd/display: Fix failure to read vram info due to static BP_RESULT (Hamish Claxton)
- drm/amdgpu: enable GTT fallback handling for dGPUs only (Christian König)
- drm/amdgpu/mes12: correct kiq unmap latency (Jack Xiao)
- drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() (Christian König)
- drm/amd/pm: print pp_dpm_mclk in ascending order on SMU v14.0.0 (Tim Huang)
- drm/amdgpu: Fix video caps for H264 and HEVC encode maximum size (David Rosca)
- drm/amd/display: Adjust VSDB parser for replay feature (Rodrigo Siqueira)
- drm/amd/display: Require minimum VBlank size for stutter optimization (Dillon Varone)
- drm/amd/display: Handle dml allocation failure to avoid crash (Ryan Seto)
- drm/amd/display: Fix Panel Replay not update screen correctly (Tom Chung)
- drm/amd/display: Change some variable name of psr (Tom Chung)
- drm/bridge: tc358768: Fix DSI command tx (Francesco Dolcini)
- drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle (Chen Ridong)
- nouveau/dp: handle retries for AUX CH transfers with GSP. (Dave Airlie)
- nouveau: handle EBUSY and EAGAIN for GSP aux errors. (Dave Airlie)
- nouveau: fw: sync dma after setup is called. (Dave Airlie)
- drm/panthor: Fix handling of partial GPU mapping of BOs (Akash Goel)
- drm/rockchip: vop: Fix a dereferenced before check warning (Andy Yan)
- drm/i915: Grab intel_display from the encoder to avoid potential oopsies (Ville Syrjälä)
- drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW. (Daniele Ceraolo Spurio)
- Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan" (Leon Romanovsky)
- RDMA/bnxt_re: Remove some dead code (Christophe JAILLET)
- RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe() (Christophe JAILLET)
- mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag (Sibi Sankar)
- firmware: arm_scmi: Report duplicate opps as firmware bugs (Sibi Sankar)
- firmware: arm_scmi: Skip opp duplicates (Cristian Marussi)
- pmdomain: imx93-blk-ctrl: correct remove path (Peng Fan)
- pmdomain: arm: Use FLAG_DEV_NAME_FW to ensure unique names (Sibi Sankar)
- pmdomain: core: Add GENPD_FLAG_DEV_NAME_FW flag (Sibi Sankar)
- Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K" (Aurelien Jarno)
- mmc: sunxi-mmc: Fix A100 compatible description (Andre Przywara)
- ASoC: max9768: Fix event generation for playback mute (Mark Brown)
- ASoC: intel: sof_sdw: add quirk for Dell SKU (Deep Harsora)
- ASoC: audio-graph-card2: Purge absent supplies for device tree nodes (John Watts)
- ALSA: hda/realtek - update set GPIO3 to default for Thinkpad with ALC1318 (Kailang Yang)
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP EliteBook 645 G10 (Maksym Glubokiy)
- ALSA: hda/realtek - Fixed Clevo platform headset Mic issue (Kailang Yang)
- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (Eryk Zagorski)
- crypto: mips/crc32 - fix the CRC32C implementation (Eric Biggers)
- sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST (Tejun Heo)
- btrfs: fix incorrect comparison for delayed refs (Josef Bacik)
- redhat/configs: delete renamed CONFIG_MLX5_EN_MACSEC (Michal Schmidt)
- rhel: disable DELL_RBU and cleanup related deps (Peter Robinson)
- crypto: rng - Ensure stdrng is tested before user-space starts (Herbert Xu)
- gitlab-ci: Add CKI_RETRIGGER_PIPELINE (Tales da Aparecida)
- redhat: configs: disable the qla4xxx iSCSI driver (Chris Leech) [RHEL-1242]
- Remove duplicated CONFIGs between automotive and RHEL (Julio Faracco)
- redhat: update self-test data for addition of automotive (Scott Weaver)
- gitlab-ci: enable automotive pipeline (Scott Weaver)
- automotive: move pending configs to automotive/generic (Scott Weaver)
- redhat/configs: change Renesas eMMC driver and dependencies to built-in (Radu Rendec)
- redhat/configs: automotive: Remove automotive specific override CONFIG_OMAP2PLUS_MBOX
- Config enablement of the Renesas R-Car S4 SoC (Radu Rendec) [RHEL-44306]
- redhat/configs: automotive: Enable USB_CDNS3_TI for TI platforms (Andrew Halaney)
- redhat/configs: automotive: Enable j784s4evm SPI configs (Joel Slebodnick)
- redhat/configs: automotive: Enable TPS6594 MFD (Joel Slebodnick)
- redhat/configs: automotive: stop overriding CRYPTO_ECDH (Andrew Halaney)
- redhat/configs: automotive: Enable PCI_J721E (Andrew Halaney)
- redhat/configs: change some TI platform drivers to built-in (Enric Balletbo i Serra)
- redhat/configs: automotive: Enable TI j784s4evm display dependencies (Andrew Halaney)
- redhat/configs: automotive: match ark configs to cs9 main-automotive (Shawn Doherty) [RHEL-35995]
- redhat/configs: automotive: Enable TI's watchdog driver (Andrew Halaney)
- redhat/configs: automotive: Enable TI's UFS controller (Andrew Halaney)
- redhat/configs: automotive: Enable networking on the J784S4EVM (Andrew Halaney) [RHEL-29245]
- Disable unsupported kernel variants for automotive (Don Zickus)
- Disable CONFIG_RTW88_22BU (Don Zickus)
- redhat: Delete CONFIG_EFI_ZBOOT to use the common CONFIG (Julio Faracco)
- redhat: Update automotive SPEC file with new standards (Julio Faracco)
- redhat: Disable WERROR for automotive temporarily (Julio Faracco)
- redhat: Update spec file with automotive macros (Julio Faracco)
- redhat: Add automotive CONFIGs (Julio Faracco)
- net: sched: u32: Add test case for systematic hnode IDR leaks (Alexandre Ferrieux)
- selftests: bonding: add ns multicast group testing (Hangbin Liu)
- bonding: add ns target multicast address to slave device (Hangbin Liu)
- net: ti: icssg-prueth: Fix 1 PPS sync (Meghana Malladi)
- stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines (Vitalii Mordan)
- net: Make copy_safe_from_sockptr() match documentation (Michal Luczaj)
- net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol (Nícolas F. R. A. Prado)
- ipmr: Fix access to mfc_cache_list without lock held (Breno Leitao)
- samples: pktgen: correct dev to DEV (Wei Fang)
- net: phylink: ensure PHY momentary link-fails are handled (Russell King (Oracle))
- mptcp: pm: use _rcu variant under rcu_read_lock (Matthieu Baerts (NGI0))
- mptcp: hold pm lock when deleting entry (Geliang Tang)
- mptcp: update local address flags when setting it (Geliang Tang)
- net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes. (Alexandre Ferrieux)
- MAINTAINERS: Re-add cancelled Renesas driver sections (Geert Uytterhoeven)
- Revert "igb: Disable threaded IRQ for igb_msix_other" (Wander Lairson Costa)
- Bluetooth: btintel: Direct exception event to bluetooth stack (Kiran K)
- Bluetooth: hci_core: Fix calling mgmt_device_connected (Luiz Augusto von Dentz)
- virtio/vsock: Improve MSG_ZEROCOPY error handling (Michal Luczaj)
- vsock: Fix sk_error_queue memory leak (Michal Luczaj)
- virtio/vsock: Fix accept_queue memory leak (Michal Luczaj)
- net/mlx5e: Disable loopback self-test on multi-PF netdev (Carolina Jubran)
- net/mlx5e: CT: Fix null-ptr-deref in add rule err flow (Moshe Shemesh)
- net/mlx5e: clear xdp features on non-uplink representors (William Tu)
- net/mlx5e: kTLS, Fix incorrect page refcounting (Dragos Tatulea)
- net/mlx5: fs, lock FTE when checking if active (Mark Bloch)
- net/mlx5: Fix msix vectors to respect platform limit (Parav Pandit)
- net/mlx5: E-switch, unload IB representors when unloading ETH representors (Chiara Meiohas)
- mptcp: cope racing subflow creation in mptcp_rcv_space_adjust (Paolo Abeni)
- mptcp: error out earlier on disconnect (Paolo Abeni)
- net: clarify SO_DEVMEM_DONTNEED behavior in documentation (Mina Almasry)
- net: fix SO_DEVMEM_DONTNEED looping too long (Mina Almasry)
- net: fix data-races around sk->sk_forward_alloc (Wang Liang)
- selftests: net: add netlink-dumps to .gitignore (Jakub Kicinski)
- net: vertexcom: mse102x: Fix tx_bytes calculation (Stefan Wahren)
- sctp: fix possible UAF in sctp_v6_available() (Eric Dumazet)
- selftests: net: add a test for closing a netlink socket ith dump in progress (Jakub Kicinski)
- netlink: terminate outstanding dump on socket close (Jakub Kicinski)
- bcachefs: Fix assertion pop in bch2_ptr_swab() (Kent Overstreet)
- bcachefs: Fix journal_entry_dev_usage_to_text() overrun (Kent Overstreet)
- bcachefs: Allow for unknown key types in backpointers fsck (Kent Overstreet)
- bcachefs: Fix assertion pop in topology repair (Kent Overstreet)
- bcachefs: Fix hidden btree errors when reading roots (Kent Overstreet)
- bcachefs: Fix validate_bset() repair path (Kent Overstreet)
- bcachefs: Fix missing validation for bch_backpointer.level (Kent Overstreet)
- bcachefs: Fix bch_member.btree_bitmap_shift validation (Kent Overstreet)
- bcachefs: bch2_btree_write_buffer_flush_going_ro() (Kent Overstreet)
- cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling() (Rafael J. Wysocki)
- tpm: Disable TPM on tpm2_create_primary() failure (Jarkko Sakkinen)
- tpm: Opt-in in disable PCR integrity protection (Jarkko Sakkinen)
- bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6 (Jiawei Ye)
- bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx (Zijian Zhang)
- selftests/bpf: Use -4095 as the bad address for bits iterator (Hou Tao)
- LoongArch: Fix AP booting issue in VM mode (Bibo Mao)
- LoongArch: Add WriteCombine shadow mapping in KASAN (Kanglong Wang)
- LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabits (Huacai Chen)
- LoongArch: Make KASAN work with 5-level page-tables (Huacai Chen)
- LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS (Yuli Wang)
- LoongArch: Fix early_numa_add_cpu() usage for FDT systems (Huacai Chen)
- LoongArch: For all possible CPUs setup logical-physical CPU mapping (Huacai Chen)
- mm: swapfile: fix cluster reclaim work crash on rotational devices (Johannes Weiner)
- selftests: hugetlb_dio: fixup check for initial conditions to skip in the start (Donet Tom)
- mm/thp: fix deferred split queue not partially_mapped: fix (Hugh Dickins)
- mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM cases (John Hubbard)
- nommu: pass NULL argument to vma_iter_prealloc() (Hajime Tazaki)
- ocfs2: fix UBSAN warning in ocfs2_verify_volume() (Dmitry Antipov)
- nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint (Ryusuke Konishi)
- nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint (Ryusuke Konishi)
- mm: page_alloc: move mlocked flag clearance into free_pages_prepare() (Roman Gushchin)
- mm: count zeromap read and set for swapout and swapin (Barry Song)
- Fedora configs for 6.12 (Justin M. Forbes)
- redhat/configs: Add CONFIG_CRYPTO_HMAC_S390 config (Mete Durlu) [RHEL-50799]
- vdpa/mlx5: Fix PA offset with unaligned starting iotlb map (Si-Wei Liu)
- KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN (Sean Christopherson)
- KVM: x86: Unconditionally set irr_pending when updating APICv state (Sean Christopherson)
- kvm: svm: Fix gctx page leak on invalid inputs (Dionna Glaze)
- KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB (John Sperbeck)
- KVM: SVM: Propagate error from snp_guest_req_init() to userspace (Sean Christopherson)
- KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled (Sean Christopherson)
- KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported (Sean Christopherson)
- KVM: selftests: Disable strict aliasing (Sean Christopherson)
- KVM: selftests: fix unintentional noop test in guest_memfd_test.c (Patrick Roy)
- KVM: selftests: memslot_perf_test: increase guest sync timeout (Maxim Levitsky)
- dm-cache: fix warnings about duplicate slab caches (Mikulas Patocka)
- dm-bufio: fix warnings about duplicate slab caches (Mikulas Patocka)
- integrity: Use static_assert() to check struct sizes (Gustavo A. R. Silva)
- evm: stop avoidably reading i_writecount in evm_file_release (Mateusz Guzik)
- ima: fix buffer overrun in ima_eventdigest_init_common (Samasth Norway Ananda)
- landlock: Optimize scope enforcement (Mickaël Salaün)
- landlock: Refactor network access mask management (Mickaël Salaün)
- landlock: Refactor filesystem access mask management (Mickaël Salaün)
- samples/landlock: Clarify option parsing behaviour (Matthieu Buffet)
- samples/landlock: Refactor help message (Matthieu Buffet)
- samples/landlock: Fix port parsing in sandboxer (Matthieu Buffet)
- landlock: Fix grammar issues in documentation (Daniel Burgener)
- landlock: Improve documentation of previous limitations (Mickaël Salaün)
- sched_ext: Handle cases where pick_task_scx() is called without preceding balance_scx() (Tejun Heo)
- sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new type (Tejun Heo)
- sched_ext: Add a missing newline at the end of an error message (Tejun Heo)
- vdpa/mlx5: Fix error path during device add (Dragos Tatulea)
- vp_vdpa: fix id_table array not null terminated error (Xiaoguang Wang)
- virtio_pci: Fix admin vq cleanup by using correct info pointer (Feng Liu)
- vDPA/ifcvf: Fix pci_read_config_byte() return code handling (Yuan Can)
- Fix typo in vringh_test.c (Shivam Chaudhary)
- vdpa: solidrun: Fix UB bug with devres (Philipp Stanner)
- vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans (Hyunwoo Kim)
- redhat: configs: common: generic: Clean up EM28XX that are masked behind CONFIG_VIDEO_EM28XX (Kate Hsuan)
- redhat/configs: Update powerpc NR_CPUS config (Mamatha Inamdar)
- redhat: use stricter rule for kunit.ko (Jan Stancek)
- filtermod: fix clk kunit test and kunit location (Nico Pache)
- redhat/configs: enable xr_serial on rhel (Desnes Nunes)
- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez)
- Linux 6.12-rc7 (Linus Torvalds)
- clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags (Abel Vesa)
- clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks (Qiang Yu)
- clk: qcom: clk-alpha-pll: Fix pll post div mask when width is not set (Barnabás Czémán)
- clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs (Johan Hovold)
- i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set (Liu Peibao)
- i2c: muxes: Fix return value check in mule_i2c_mux_probe() (Yang Yingliang)
- filemap: Fix bounds checking in filemap_read() (Trond Myklebust)
- irqchip/gic-v3: Force propagation of the active state with a read-back (Marc Zyngier)
- mailmap: add entry for Thorsten Blum (Thorsten Blum)
- ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() (Andrew Kanner)
- signal: restore the override_rlimit logic (Roman Gushchin)
- fs/proc: fix compile warning about variable 'vmcore_mmap_ops' (Qi Xi)
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Andrei Vagin)
- selftests: hugetlb_dio: check for initial conditions to skip in the start (Muhammad Usama Anjum)
- mm: fix docs for the kernel parameter ``thp_anon=`` (Maíra Canal)
- mm/damon/core: avoid overflow in damon_feed_loop_next_input() (SeongJae Park)
- mm/damon/core: handle zero schemes apply interval (SeongJae Park)
- mm/damon/core: handle zero {aggregation,ops_update} intervals (SeongJae Park)
- mm/mlock: set the correct prev on failure (Wei Yang)
- objpool: fix to make percpu slot allocation more robust (Masami Hiramatsu (Google))
- mm/page_alloc: keep track of free highatomic (Yu Zhao)
- mm: resolve faulty mmap_region() error path behaviour (Lorenzo Stoakes)
- mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling (Lorenzo Stoakes)
- mm: refactor map_deny_write_exec() (Lorenzo Stoakes)
- mm: unconditionally close VMAs on error (Lorenzo Stoakes)
- mm: avoid unsafe VMA hook invocation when error arises on mmap hook (Lorenzo Stoakes)
- mm/thp: fix deferred split unqueue naming and locking (Hugh Dickins)
- mm/thp: fix deferred split queue not partially_mapped (Hugh Dickins)
- USB: serial: qcserial: add support for Sierra Wireless EM86xx (Jack Wu)
- USB: serial: io_edgeport: fix use after free in debug printk (Dan Carpenter)
- USB: serial: option: add Quectel RG650V (Benoît Monin)
- USB: serial: option: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- thunderbolt: Fix connection issue with Pluggable UD-4VPD dock (Mika Westerberg)
- thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGINING (Mika Westerberg)
- usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() (Dan Carpenter)
- usb: dwc3: fix fault at system suspend if device was already runtime suspended (Roger Quadros)
- usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier (Rex Nie)
- usb: musb: sunxi: Fix accessing an released usb phy (Zijun Hu)
- staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation (Umang Jain)
- staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation (Umang Jain)
- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan)
- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld)
- NFSD: Fix READDIR on NFSv3 mounts of ext4 exports (Chuck Lever)
- smb: client: Fix use-after-free of network namespace. (Kuniyuki Iwashima)
- nvme/host: Fix RCU list traversal to use SRCU primitive (Breno Leitao)
- thermal/of: support thermal zones w/o trips subnode (Icenowy Zheng)
- tools/lib/thermal: Remove the thermal.h soft link when doing make clean (zhang jiao)
- tools/lib/thermal: Fix sampling handler context ptr (Emil Dahl Juhl)
- thermal/drivers/qcom/lmh: Remove false lockdep backtrace (Dmitry Baryshkov)
- cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initially (Rafael J. Wysocki)
- cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registration (Rafael J. Wysocki)
- ACPI: processor: Move arch_init_invariance_cppc() call later (Mario Limonciello)
- ksmbd: check outstanding simultaneous SMB operations (Namjae Jeon)
- ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp (Namjae Jeon)
- ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create (Namjae Jeon)
- ksmbd: Fix the missing xa_store error check (Jinjie Ruan)
- scsi: ufs: core: Start the RTC update work later (Bart Van Assche)
- scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer (Johannes Thumshirn)
- drm/xe: Stop accumulating LRC timestamp on job_free (Lucas De Marchi)
- drm/xe/pf: Fix potential GGTT allocation leak (Michal Wajdeczko)
- drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL (Matthew Brost)
- drm/xe: Fix possible exec queue leak in exec IOCTL (Matthew Brost)
- drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout (Nirmoy Das)
- drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout (Nirmoy Das)
- drm/xe: Move LNL scheduling WA to xe_device.h (Nirmoy Das)
- drm/xe: Use the filelist from drm for ccs_mode change (Balasubramani Vivekanandan)
- drm/xe: Set mask bits for CCS_MODE register (Balasubramani Vivekanandan)
- drm/panthor: Be stricter about IO mapping flags (Jann Horn)
- drm/panthor: Lock XArray when getting entries for the VM (Liviu Dudau)
- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict (Hans de Goede)
- drm/imagination: Break an object reference loop (Brendan King)
- drm/imagination: Add a per-file PVR context list (Brendan King)
- drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() (Alex Deucher)
- drm/amdgpu: Adjust debugfs eviction and IB access permissions (Alex Deucher)
- drm/amdgpu: Adjust debugfs register access permissions (Alex Deucher)
- drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 (Lijo Lazar)
- drm/amd/pm: correct the workload setting (Kenneth Feng)
- drm/amd/pm: always pick the pptable from IFWI (Kenneth Feng)
- drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported (Antonio Quartulli)
- drm/amd/display: parse umc_info or vram_info based on ASIC (Aurabindo Pillai)
- drm/amd/display: Fix brightness level not retained over reboot (Tom Chung)
- ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (Jyri Sarha)
- ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div() (Luo Yifan)
- ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate() (Luo Yifan)
- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6 (Markus Petri)
- ASoC: SOF: amd: Fix for incorrect DMA ch status register offset (Venkata Prasad Potturu)
- ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022 (Mingcong Bai)
- ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove (Amelie Delaunay)
- MAINTAINERS: Generic Sound Card section (Kuninori Morimoto)
- ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip (Shenghao Ding)
- ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (Takashi Iwai)
- ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init() (Murad Masimov)
- ALSA: ump: Don't enumeration invalid groups for legacy rawmidi (Takashi Iwai)
- Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown" (Jarosław Janik)
- media: videobuf2-core: copy vb planes unconditionally (Tudor Ambarus)
- media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set (Mauro Carvalho Chehab)
- media: vivid: fix buffer overwrite when using > 32 buffers (Hans Verkuil)
- media: pulse8-cec: fix data timestamp at pulse8_setup() (Mauro Carvalho Chehab)
- media: cec: extron-da-hd-4k-plus: don't use -1 as an error code (Mauro Carvalho Chehab)
- media: stb0899_algo: initialize cfr before using it (Mauro Carvalho Chehab)
- media: adv7604: prevent underflow condition when reporting colorspace (Mauro Carvalho Chehab)
- media: cx24116: prevent overflows on SNR calculus (Mauro Carvalho Chehab)
- media: ar0521: don't overflow when checking PLL values (Mauro Carvalho Chehab)
- media: s5p-jpeg: prevent buffer overflows (Mauro Carvalho Chehab)
- media: av7110: fix a spectre vulnerability (Mauro Carvalho Chehab)
- media: mgb4: protect driver against spectre (Mauro Carvalho Chehab)
- media: dvb_frontend: don't play tricks with underflow values (Mauro Carvalho Chehab)
- media: dvbdev: prevent the risk of out of memory access (Mauro Carvalho Chehab)
- media: v4l2-tpg: prevent the risk of a division by zero (Mauro Carvalho Chehab)
- media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl() (Mauro Carvalho Chehab)
- media: dvb-core: add missing buffer index check (Hans Verkuil)
- mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_create (Koichiro Den)
- btrfs: fix the length of reserved qgroup to free (Haisu Wang)
- btrfs: reinitialize delayed ref list after deleting it from the list (Filipe Manana)
- btrfs: fix per-subvolume RO/RW flags with new mount API (Qu Wenruo)
- bcachefs: Fix UAF in __promote_alloc() error path (Kent Overstreet)
- bcachefs: Change OPT_STR max to be 1 less than the size of choices array (Piotr Zalewski)
- bcachefs: btree_cache.freeable list fixes (Kent Overstreet)
- bcachefs: check the invalid parameter for perf test (Hongbo Li)
- bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket (Pei Xiao)
- bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery (Kent Overstreet)
- bcachefs: Fix topology errors on split after merge (Kent Overstreet)
- bcachefs: Ancient versions with bad bkey_formats are no longer supported (Kent Overstreet)
- bcachefs: Fix error handling in bch2_btree_node_prefetch() (Kent Overstreet)
- bcachefs: Fix null ptr deref in bucket_gen_get() (Kent Overstreet)
- arm64: Kconfig: Make SME depend on BROKEN for now (Mark Rutland)
- arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (Mark Rutland)
- arm64/sve: Discard stale CPU state when handling SVE traps (Mark Brown)
- KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts (Gautam Menghani)
- Fedora 6.12 configs part 1 (Justin M. Forbes)
- MAINTAINERS: update AMD SPI maintainer (Raju Rangoju)
- regulator: rk808: Add apply_bit for BUCK3 on RK809 (Mikhail Rudenko)
- regulator: rtq2208: Fix uninitialized use of regulator_config (ChiYuan Huang)
- drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path (Wentao Liang)
- net/smc: do not leave a dangling sk pointer in __smc_create() (Eric Dumazet)
- rxrpc: Fix missing locking causing hanging calls (David Howells)
- net/smc: Fix lookup of netdev by using ib_device_get_netdev() (Wenjia Zhang)
- netfilter: nf_tables: wait for rcu grace period on net_device removal (Pablo Neira Ayuso)
- net: arc: rockchip: fix emac mdio node support (Johan Jonker)
- net: arc: fix the device for dma_map_single/dma_unmap_single (Johan Jonker)
- virtio_net: Update rss when set queue (Philo Lu)
- virtio_net: Sync rss config to device when virtnet_probe (Philo Lu)
- virtio_net: Add hash_key_length check (Philo Lu)
- virtio_net: Support dynamic rss indirection table size (Philo Lu)
- net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case (Nícolas F. R. A. Prado)
- net: vertexcom: mse102x: Fix possible double free of TX skb (Stefan Wahren)
- e1000e: Remove Meteor Lake SMBUS workarounds (Vitaly Lifshits)
- i40e: fix race condition by adding filter's intermediate sync state (Aleksandr Loktionov)
- idpf: fix idpf_vc_core_init error path (Pavan Kumar Linga)
- idpf: avoid vport access in idpf_get_link_ksettings (Pavan Kumar Linga)
- ice: change q_index variable type to s16 to store -1 value (Mateusz Polchlopek)
- ice: Fix use after free during unload with ports in bridge (Marcin Szycik)
- mptcp: use sock_kfree_s instead of kfree (Geliang Tang)
- mptcp: no admin perm to list endpoints (Matthieu Baerts (NGI0))
- net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (Diogo Silva)
- net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns() (Roger Quadros)
- net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7 (Roger Quadros)
- net: hns3: fix kernel crash when uninstalling driver (Peiyang Wang)
- Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'" (Jakub Kicinski)
- can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation (Marc Kleine-Budde)
- can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes (Marc Kleine-Budde)
- can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST (Jean Delvare)
- can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIP (Geert Uytterhoeven)
- can: c_can: fix {rx,tx}_errors statistics (Dario Binacchi)
- can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices (Marc Kleine-Budde)
- can: {cc770,sja1000}_isa: allow building on x86_64 (Thomas Mühlbacher)
- can: j1939: fix error in J1939 documentation. (Alexander Hölzl)
- net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts (Suraj Gupta)
- MAINTAINERS: Remove self from DSA entry (Florian Fainelli)
- net: enetc: allocate vf_state during PF probes (Wei Fang)
- sctp: properly validate chunk size in sctp_sf_ootb() (Xin Long)
- net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc() (Jinjie Ruan)
- dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value (Suraj Gupta)
- net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepoint (Vladimir Oltean)
- net: enetc: set MAC address to the VF net_device (Wei Fang)
- MAINTAINERS: add self as reviewer for AXI PWM GENERATOR (Trevor Gamblin)
- pwm: imx-tpm: Use correct MODULO value for EPWM mode (Erik Schumacher)
- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width (David Wang)
- nfs: avoid i_lock contention in nfs_clear_invalid_mapping (Mike Snitzer)
- nfs_common: fix localio to cope with racing nfs_local_probe() (Mike Snitzer)
- NFS: Further fixes to attribute delegation a/mtime changes (Trond Myklebust)
- NFS: Fix attribute delegation behaviour on exclusive create (Trond Myklebust)
- nfs: Fix KMSAN warning in decode_getfattr_attrs() (Roberto Sassu)
- NFSv3: only use NFS timeout for MOUNT when protocols are compatible (NeilBrown)
- sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() (NeilBrown)
- KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation (David Gstir)
- security/keys: fix slab-out-of-bounds in key_task_permission (Chen Ridong)
- tracing/selftests: Add tracefs mount options test (Kalesh Singh)
- tracing: Document tracefs gid mount option (Kalesh Singh)
- tracing: Fix tracefs mount options (Kalesh Singh)
- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed (Vishnu Sankar)
- platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys (Renato Caldas)
- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events (Kurt Borja)
- platform/x86: dell-smbios-base: Extends support to Alienware products (Kurt Borja)
- platform/x86/amd/pmc: Detect when STB is not available (Corey Hickey)
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (Shyam Sundar S K)
- dm cache: fix potential out-of-bounds access on the first resume (Ming-Hung Tsai)
- dm cache: optimize dirty bit checking with find_next_bit when resizing (Ming-Hung Tsai)
- dm cache: fix out-of-bounds access to the dirty bitset when resizing (Ming-Hung Tsai)
- dm cache: fix flushing uninitialized delayed_work on cache_ctr error (Ming-Hung Tsai)
- dm cache: correct the number of origin blocks to match the target length (Ming-Hung Tsai)
- dm-verity: don't crash if panic_on_corruption is not selected (Mikulas Patocka)
- dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow (Zichen Xie)
- dm: fix a crash if blk_alloc_disk fails (Mikulas Patocka)
- HID: core: zero-initialize the report buffer (Jiri Kosina)
- redhat: set new gcov configs (Jan Stancek)
- Don't ignore gitkeep files for ark-infra (Don Zickus)
- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek)
- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez)
- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov)
- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov)
- fedora: arm: updates for 6.12 (Peter Robinson)
- soc: qcom: pmic_glink: Handle GLINK intent allocation rejections (Bjorn Andersson)
- rpmsg: glink: Handle rejected intent request better (Bjorn Andersson)
- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() (Manikanta Mylavarapu)
- firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enabling (Qingqing Zhou)
- EDAC/qcom: Make irq configuration optional (Rajendra Nayak)
- firmware: qcom: scm: fix a NULL-pointer dereference (Bartosz Golaszewski)
- firmware: qcom: scm: suppress download mode error (Johan Hovold)
- soc: qcom: Add check devm_kasprintf() returned value (Charles Han)
- MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings (Simon Horman)
- arm64: dts: qcom: x1e80100: fix PCIe5 interconnect (Johan Hovold)
- arm64: dts: qcom: x1e80100: fix PCIe4 interconnect (Johan Hovold)
- arm64: dts: qcom: x1e80100: Fix up BAR spaces (Konrad Dybcio)
- arm64: dts: qcom: x1e80100-qcp: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-microsoft-romulus: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-yoga-slim7x: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-vivobook-s15: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-crd: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e78100-t14s: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-crd Rename "Twitter" to "Tweeter" (Maya Matuszczyk)
- arm64: dts: qcom: x1e80100: Fix PCIe 6a lanes description (Abel Vesa)
- arm64: dts: qcom: sm8450 fix PIPE clock specification for pcie1 (Dmitry Baryshkov)
- arm64: dts: qcom: x1e80100: Add Broadcast_AND region in LLCC block (Abel Vesa)
- arm64: dts: qcom: x1e80100: fix PCIe5 PHY clocks (Johan Hovold)
- arm64: dts: qcom: x1e80100: fix PCIe4 and PCIe6a PHY clocks (Johan Hovold)
- arm64: dts: qcom: msm8939: revert use of APCS mbox for RPM (Fabien Parent)
- firmware: arm_scmi: Use vendor string in max-rx-timeout-ms (Cristian Marussi)
- dt-bindings: firmware: arm,scmi: Add missing vendor string (Cristian Marussi)
- firmware: arm_scmi: Reject clear channel request on A2P (Cristian Marussi)
- firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier() (Xinqi Zhang)
- MAINTAINERS: invert Misc RISC-V SoC Support's pattern (Conor Dooley)
- riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64 (E Shattow)
- riscv: dts: starfive: disable unused csi/camss nodes (Conor Dooley)
- firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors (Conor Dooley)
- arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes (Diederik de Haas)
- arm64: dts: rockchip: Drop invalid clock-names from es8388 codec nodes (Cristian Ciocaltea)
- ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin (Heiko Stuebner)
- ARM: dts: rockchip: Fix the spi controller on rk3036 (Heiko Stuebner)
- ARM: dts: rockchip: drop grf reference from rk3036 hdmi (Heiko Stuebner)
- ARM: dts: rockchip: fix rk3036 acodec node (Heiko Stuebner)
- arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro (Heiko Stuebner)
- arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus (Heiko Stuebner)
- arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (Heiko Stuebner)
- arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion (Heiko Stuebner)
- arm64: dts: rockchip: Remove undocumented supports-emmc property (Heiko Stuebner)
- arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (Heiko Stuebner)
- arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo (Heiko Stuebner)
- arm64: dts: rockchip: Drop regulator-init-microvolt from two boards (Heiko Stuebner)
- arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v (Heiko Stuebner)
- arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes (Diederik de Haas)
- arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node (Diederik de Haas)
- arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (Diederik de Haas)
- arm64: dts: rockchip: Designate Turing RK1's system power controller (Sam Edwards)
- arm64: dts: rockchip: Start cooling maps numbering from zero on ROCK 5B (Dragan Simic)
- arm64: dts: rockchip: Move L3 cache outside CPUs in RK3588(S) SoC dtsi (Dragan Simic)
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator (Geert Uytterhoeven)
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 (Geert Uytterhoeven)
- riscv: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port devices (Uwe Kleine-König)
- arm64: dts: imx8mp-phyboard-pollux: Set Video PLL1 frequency to 506.8 MHz (Marek Vasut)
- arm64: dts: imx8mp: correct sdhc ipg clk (Peng Fan)
- arm64: dts: imx8mp-skov-revb-mi1010ait-1cp1: Assign "media_isp" clock rate (Liu Ying)
- arm64: dts: imx8: Fix lvds0 device tree (Diogo Silva)
- arm64: dts: imx8ulp: correct the flexspi compatible string (Haibo Chen)
- arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs (Alexander Stein)
- mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process (Ben Chuang)
- mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function (Ben Chuang)
- tpm: Lock TPM chip in tpm_pm_suspend() first (Jarkko Sakkinen)
- Make setting of cma_pernuma tech preview (Chris von Recklinghausen) [RHEL-59621]
- gitlab-ci: provide consistent kcidb_tree_name (Michael Hofmann)
- Linux 6.12-rc6 (Linus Torvalds)
- mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify() (Yu Zhao)
- mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats (Yu Zhao)
- mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes (Vlastimil Babka)
- mm: shrinker: avoid memleak in alloc_shrinker_info (Chen Ridong)
- .mailmap: update e-mail address for Eugen Hristev (Eugen Hristev)
- vmscan,migrate: fix page count imbalance on node stats when demoting pages (Gregory Price)
- mailmap: update Jarkko's email addresses (Jarkko Sakkinen)
- mm: allow set/clear page_type again (Yu Zhao)
- nilfs2: fix potential deadlock with newly created symlinks (Ryusuke Konishi)
- Squashfs: fix variable overflow in squashfs_readpage_block (Phillip Lougher)
- kasan: remove vmalloc_percpu test (Andrey Konovalov)
- tools/mm: -Werror fixes in page-types/slabinfo (Wladislav Wiebe)
- mm, swap: avoid over reclaim of full clusters (Kairui Song)
- mm: fix PSWPIN counter for large folios swap-in (Barry Song)
- mm: avoid VM_BUG_ON when try to map an anon large folio to zero page. (Zi Yan)
- mm/codetag: fix null pointer check logic for ref and tag (Hao Ge)
- mm/gup: stop leaking pinned pages in low memory conditions (John Hubbard)
- phy: tegra: xusb: Add error pointer check in xusb.c (Dipendra Khadka)
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries (Abel Vesa)
- phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check (Richard Zhu)
- phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLK (Cristian Ciocaltea)
- phy: ti: phy-j721e-wiz: fix usxgmii configuration (Siddharth Vadapalli)
- phy: starfive: jh7110-usb: Fix link configuration to controller (Jan Kiszka)
- phy: qcom: qmp-pcie: drop bogus x1e80100 qref supplies (Johan Hovold)
- phy: qcom: qmp-combo: move driver data initialisation earlier (Johan Hovold)
- phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend (Johan Hovold)
- phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend (Johan Hovold)
- phy: qcom: qmp-usb: fix NULL-deref on runtime suspend (Johan Hovold)
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: add missing x1e80100 pipediv2 clocks (Johan Hovold)
- phy: usb: disable COMMONONN for dual mode (Justin Chen)
- phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control register (Bartosz Wawrzyniak)
- phy: usb: Fix missing elements in BCM4908 USB init array (Sam Edwards)
- dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transfer (Jai Luthra)
- dmaengine: sh: rz-dmac: handle configs where one address is zero (Wolfram Sang)
- Revert "driver core: Fix uevent_show() vs driver detach race" (Greg Kroah-Hartman)
- usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non self-powered devices (Amit Sunil Dhamne)
- usb: phy: Fix API devm_usb_put_phy() can not release the phy (Zijun Hu)
- usb: typec: use cleanup facility for 'altmodes_node' (Javier Carrasco)
- usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes() (Javier Carrasco)
- usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path (Javier Carrasco)
- usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes (Javier Carrasco)
- usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device links (Mathias Nyman)
- Revert "usb: dwc2: Skip clock gating on Broadcom SoCs" (Stefan Wahren)
- xhci: Fix Link TRB DMA in command ring stopped completion event (Faisal Hassan)
- xhci: Use pm_runtime_get to prevent RPM on unsupported systems (Basavaraj Natikar)
- usbip: tools: Fix detach_port() invalid port error path (Zongmin Zhou)
- thunderbolt: Honor TMU requirements in the domain when setting TMU mode (Gil Fine)
- thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan() (Mika Westerberg)
- iio: dac: Kconfig: Fix build error for ltc2664 (Jinjie Ruan)
- iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr() (Zicheng Qu)
- staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() (Zicheng Qu)
- docs: iio: ad7380: fix supply for ad7380-4 (Julien Stephan)
- iio: adc: ad7380: fix supplies for ad7380-4 (Julien Stephan)
- iio: adc: ad7380: add missing supplies (Julien Stephan)
- iio: adc: ad7380: use devm_regulator_get_enable_read_voltage() (Julien Stephan)
- dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply (Julien Stephan)
- iio: light: veml6030: fix microlux value calculation (Javier Carrasco)
- iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() (Jinjie Ruan)
- iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table() (Jinjie Ruan)
- mei: use kvmalloc for read buffer (Alexander Usyskin)
- MAINTAINERS: add netup_unidvb maintainer (Abylay Ospan)
- Input: fix regression when re-registering input handlers (Dmitry Torokhov)
- Input: adp5588-keys - do not try to disable interrupt 0 (Dmitry Torokhov)
- Input: edt-ft5x06 - fix regmap leak when probe fails (Dmitry Torokhov)
- modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host (Masahiro Yamada)
- modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness (Masahiro Yamada)
- kconfig: show sub-menu entries even if the prompt is hidden (Masahiro Yamada)
- kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile (Masahiro Yamada)
- kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile (Masahiro Yamada)
- kbuild: rpm-pkg: disable kernel-devel package when cross-compiling (Masahiro Yamada)
- sumversion: Fix a memory leak in get_src_version() (Elena Salomatkina)
- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (Arnd Bergmann)
- posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone (Benjamin Segall)
- sched/ext: Fix scx vs sched_delayed (Peter Zijlstra)
- sched: Pass correct scheduling policy to __setscheduler_class (Aboorva Devarajan)
- sched/numa: Fix the potential null pointer dereference in task_numa_work() (Shawn Wang)
- sched: Fix pick_next_task_fair() vs try_to_wake_up() race (Peter Zijlstra)
- perf: Fix missing RCU reader protection in perf_event_clear_cpumask() (Kan Liang)
- irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEs (Marc Zyngier)
- genirq/msi: Fix off-by-one error in msi_domain_alloc() (Jinjie Ruan)
- redhat/configs: add bootconfig to kernel-tools package (Brian Masney)
- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810]
- rpcrdma: Always release the rpcrdma_device's xa_array (Chuck Lever)
- NFSD: Never decrement pending_async_copies on error (Chuck Lever)
- NFSD: Initialize struct nfsd4_copy earlier (Chuck Lever)
- xfs: streamline xfs_filestream_pick_ag (Christoph Hellwig)
- xfs: fix finding a last resort AG in xfs_filestream_pick_ag (Christoph Hellwig)
- xfs: Reduce unnecessary searches when searching for the best extents (Chi Zhiling)
- xfs: Check for delayed allocations before setting extsize (Ojaswin Mujoo)
- selftests/watchdog-test: Fix system accidentally reset after watchdog-test (Li Zhijian)
- selftests/intel_pstate: check if cpupower is installed (Alessandro Zanni)
- selftests/intel_pstate: fix operand expected error (Alessandro Zanni)
- selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run (zhouyuhang)
- cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS (Alice Ryhl)
- kbuild: rust: avoid errors with old `rustc`s without LLVM patch version (Miguel Ojeda)
- PCI: Fix pci_enable_acs() support for the ACS quirks (Jason Gunthorpe)
- drm/xe: Don't short circuit TDR on jobs not started (Matthew Brost)
- drm/xe: Add mmio read before GGTT invalidate (Matthew Brost)
- drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume (Imre Deak)
- drm/xe/display: Separate the d3cold and non-d3cold runtime PM handling (Imre Deak)
- drm/xe: Remove runtime argument from display s/r functions (Maarten Lankhorst)
- dt-bindings: display: mediatek: split: add subschema property constraints (Moudy Ho)
- dt-bindings: display: mediatek: dpi: correct power-domains property (Macpaul Lin)
- drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy() (Dan Carpenter)
- drm/mediatek: Fix get efuse issue for MT8188 DPTX (Liankun Yang)
- drm/mediatek: Fix color format MACROs in OVL (Hsin-Te Yuan)
- drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs (Jason-JH.Lin)
- drm/mediatek: ovl: Add blend_modes to driver data (Jason-JH.Lin)
- drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert() (Jason-JH.Lin)
- drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placement (Jason-JH.Lin)
- drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs (Jason-JH.Lin)
- drm/amdgpu/smu13: fix profile reporting (Alex Deucher)
- drm/amd/pm: Vangogh: Fix kernel memory out of bounds write (Tvrtko Ursulin)
- Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35" (Ovidiu Bunea)
- drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/panthor: Report group as timedout when we fail to properly suspend (Boris Brezillon)
- drm/panthor: Fail job creation when the group is dead (Boris Brezillon)
- drm/panthor: Fix firmware initialization on systems with a page size > 4k (Boris Brezillon)
- accel/ivpu: Fix NOC firewall interrupt handling (Andrzej Kacprowski)
- drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM (Matthew Brost)
- drm/tegra: Fix NULL vs IS_ERR() check in probe() (Dan Carpenter)
- cxl/test: Improve init-order fidelity relative to real-world systems (Dan Williams)
- cxl/port: Prevent out-of-order decoder allocation (Dan Williams)
- cxl/port: Fix use-after-free, permit out-of-order decoder shutdown (Dan Williams)
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (Dan Williams)
- cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices() (Dan Williams)
- cxl/port: Fix CXL port initialization order when the subsystem is built-in (Dan Williams)
- cxl/events: Fix Trace DRAM Event Record (Shiju Jose)
- cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI device (Li Zhijian)
- nvme: re-fix error-handling for io_uring nvme-passthrough (Keith Busch)
- nvmet-auth: assign dh_key to NULL after kfree_sensitive (Vitaliy Shevtsov)
- nvme: module parameter to disable pi with offsets (Keith Busch)
- nvme: enhance cns version checking (Keith Busch)
- block: fix queue limits checks in blk_rq_map_user_bvec for real (Christoph Hellwig)
- io_uring/rw: fix missing NOWAIT check for O_DIRECT start write (Jens Axboe)
- ACPI: CPPC: Make rmw_lock a raw_spin_lock (Pierre Gondois)
- gpiolib: fix debugfs dangling chip separator (Johan Hovold)
- gpiolib: fix debugfs newline separators (Johan Hovold)
- gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() call (Andy Shevchenko)
- gpio: fix uninit-value in swnode_find_gpio (Suraj Sonawane)
- riscv: vdso: Prevent the compiler from inserting calls to memset() (Alexandre Ghiti)
- riscv: Remove duplicated GET_RM (Chunyan Zhang)
- riscv: Remove unused GENERATING_ASM_OFFSETS (Chunyan Zhang)
- riscv: Use '%%u' to format the output of 'cpu' (WangYuli)
- riscv: Prevent a bad reference count on CPU nodes (Miquel Sabaté Solà)
- riscv: efi: Set NX compat flag in PE/COFF header (Heinrich Schuchardt)
- RISC-V: disallow gcc + rust builds (Conor Dooley)
- riscv: Do not use fortify in early code (Alexandre Ghiti)
- RISC-V: ACPI: fix early_ioremap to early_memremap (Yunhui Cui)
- arm64: signal: Improve POR_EL0 handling to avoid uaccess failures (Kevin Brodsky)
- firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state() (Xiongfeng Wang)
- Revert "kasan: Disable Software Tag-Based KASAN with GCC" (Marco Elver)
- kasan: Fix Software Tag-Based KASAN with GCC (Marco Elver)
- iomap: turn iomap_want_unshare_iter into an inline function (Christoph Hellwig)
- fsdax: dax_unshare_iter needs to copy entire blocks (Darrick J. Wong)
- fsdax: remove zeroing code from dax_unshare_iter (Darrick J. Wong)
- iomap: share iomap_unshare_iter predicate code with fsdax (Darrick J. Wong)
- xfs: don't allocate COW extents when unsharing a hole (Darrick J. Wong)
- iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP (Hugh Dickins)
- autofs: fix thinko in validate_dev_ioctl() (Ian Kent)
- iov_iter: Fix iov_iter_get_pages*() for folio_queue (David Howells)
- afs: Fix missing subdir edit when renamed between parent dirs (David Howells)
- doc: correcting the debug path for cachefiles (Hongbo Li)
- erofs: use get_tree_bdev_flags() to avoid misleading messages (Gao Xiang)
- fs/super.c: introduce get_tree_bdev_flags() (Gao Xiang)
- btrfs: fix defrag not merging contiguous extents due to merged extent maps (Filipe Manana)
- btrfs: fix extent map merging not happening for adjacent extents (Filipe Manana)
- btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids() (Zhihao Cheng)
- btrfs: fix error propagation of split bios (Naohiro Aota)
- MIPS: export __cmpxchg_small() (David Sterba)
- bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek (Piotr Zalewski)
- bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get() (Gaosheng Cui)
- bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets (Kent Overstreet)
- bcachefs: Don't filter partial list buckets in open_buckets_to_text() (Kent Overstreet)
- bcachefs: Don't keep tons of cached pointers around (Kent Overstreet)
- bcachefs: init freespace inited bits to 0 in bch2_fs_initialize (Piotr Zalewski)
- bcachefs: Fix unhandled transaction restart in fallocate (Kent Overstreet)
- bcachefs: Fix UAF in bch2_reconstruct_alloc() (Kent Overstreet)
- bcachefs: fix null-ptr-deref in have_stripes() (Jeongjun Park)
- bcachefs: fix shift oob in alloc_lru_idx_fragmentation (Jeongjun Park)
- bcachefs: Fix invalid shift in validate_sb_layout() (Gianfranco Trad)
- RDMA/bnxt_re: synchronize the qp-handle table array (Selvin Xavier)
- RDMA/bnxt_re: Fix the usage of control path spin locks (Selvin Xavier)
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (Patrisious Haddad)
- RDMA/cxgb4: Dump vendor specific QP details (Leon Romanovsky)
- bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled (Toke Høiland-Jørgensen)
- selftests/bpf: Add three test cases for bits_iter (Hou Tao)
- bpf: Use __u64 to save the bits in bits iterator (Hou Tao)
- bpf: Check the validity of nr_words in bpf_iter_bits_new() (Hou Tao)
- bpf: Add bpf_mem_alloc_check_size() helper (Hou Tao)
- bpf: Free dynamically allocated bits in bpf_iter_bits_destroy() (Hou Tao)
- bpf: disallow 40-bytes extra stack for bpf_fastcall patterns (Eduard Zingerman)
- selftests/bpf: Add test for trie_get_next_key() (Byeonguk Jeong)
- bpf: Fix out-of-bounds write in trie_get_next_key() (Byeonguk Jeong)
- selftests/bpf: Test with a very short loop (Eduard Zingerman)
- bpf: Force checkpoint when jmp history is too long (Eduard Zingerman)
- bpf: fix filed access without lock (Jiayuan Chen)
- sock_map: fix a NULL pointer dereference in sock_map_link_update_prog() (Cong Wang)
- netfilter: nft_payload: sanitize offset and length before calling skb_checksum() (Pablo Neira Ayuso)
- netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() (Eric Dumazet)
- netfilter: Fix use-after-free in get_info() (Dong Chenchen)
- selftests: netfilter: remove unused parameter (Liu Jing)
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (Sungwoo Kim)
- net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (Jie Wang)
- net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue (Hao Lan)
- net: hns3: initialize reset_timer before hclgevf_misc_irq_init() (Jian Shen)
- net: hns3: don't auto enable misc vector (Jian Shen)
- net: hns3: Resolved the issue that the debugfs query result is inconsistent. (Hao Lan)
- net: hns3: fix missing features due to dev->features configuration too early (Hao Lan)
- net: hns3: fixed reset failure issues caused by the incorrect reset type (Hao Lan)
- net: hns3: add sync command to sync io-pgtable (Jian Shen)
- net: hns3: default enable tx bounce buffer when smmu enabled (Peiyang Wang)
- net: ethernet: mtk_wed: fix path of MT7988 WO firmware (Daniel Golle)
- selftests: forwarding: Add IPv6 GRE remote change tests (Ido Schimmel)
- mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address (Ido Schimmel)
- mlxsw: pci: Sync Rx buffers for device (Amit Cohen)
- mlxsw: pci: Sync Rx buffers for CPU (Amit Cohen)
- mlxsw: spectrum_ptp: Add missing verification before pushing Tx header (Amit Cohen)
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension (Benoît Monin)
- wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_chanctx (Gustavo A. R. Silva)
- wifi: iwlwifi: mvm: fix 6 GHz scan construction (Johannes Berg)
- wifi: cfg80211: clear wdev->cqm_config pointer on free (Johannes Berg)
- mac80211: fix user-power when emulating chanctx (Ben Greear)
- Revert "wifi: iwlwifi: remove retry loops in start" (Emmanuel Grumbach)
- wifi: iwlwifi: mvm: don't add default link in fw restart flow (Emmanuel Grumbach)
- wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd() (Daniel Gabay)
- wifi: iwlwifi: mvm: SAR table alignment (Anjaneyulu)
- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend (Daniel Gabay)
- wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmd (Miri Korenblit)
- wifi: iwlwifi: mvm: don't leak a link on AP removal (Emmanuel Grumbach)
- net: fix crash when config small gso_max_size/gso_ipv4_max_size (Wang Liang)
- net: usb: qmi_wwan: add Quectel RG650V (Benoît Monin)
- net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext() (Vladimir Oltean)
- netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() (Zichen Xie)
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (Pedro Tammela)
- selftests: netfilter: nft_flowtable.sh: make first pass deterministic (Florian Westphal)
- gtp: allow -1 to be specified as file description from userspace (Pablo Neira Ayuso)
- mctp i2c: handle NULL header address (Matt Johnston)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() (Ido Schimmel)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() (Ido Schimmel)
- ice: fix crash on probe for DPLL enabled E810 LOM (Arkadiusz Kubalewski)
- ice: block SF port creation in legacy mode (Michal Swiatkowski)
- igb: Disable threaded IRQ for igb_msix_other (Wander Lairson Costa)
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data (Furong Xu)
- net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values (Ley Foon Tan)
- usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver (Benjamin Große)
- macsec: Fix use-after-free while sending the offloading packet (Jianbo Liu)
- selftests: mptcp: list sysctl data (Matthieu Baerts (NGI0))
- mptcp: init: protect sched with rcu_read_lock (Matthieu Baerts (NGI0))
- docs: networking: packet_mmap: replace dead links with archive.org links (Levi Zim)
- wifi: ath11k: Fix invalid ring usage in full monitor mode (Remi Pommarel)
- wifi: ath10k: Fix memory leak in management tx (Manikanta Pubbisetty)
- wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171 (Bitterblue Smith)
- wifi: rtw88: Fix the RX aggregation in USB 3 mode (Bitterblue Smith)
- wifi: brcm80211: BRCM_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts (Ping-Ke Shih)
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys (Felix Fietkau)
- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings (Gustavo A. R. Silva)
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower (Felix Fietkau)
- wifi: mac80211: Convert color collision detection to wiphy work (Remi Pommarel)
- wifi: cfg80211: Add wiphy_delayed_work_pending() (Remi Pommarel)
- wifi: cfg80211: Do not create BSS entries for unsupported channels (Chenming Huang)
- wifi: mac80211: Fix setting txpower with emulate_chanctx (Ben Greear)
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: iwlegacy: Clear stale interrupts before resuming device (Ville Syrjälä)
- wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd() (Ben Hutchings)
- wifi: mt76: do not increase mcu skb refcount if retry is not supported (Felix Fietkau)
- wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7 (Ping-Ke Shih)
- ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1 (Christoffer Sandberg)
- ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3 (Christoffer Sandberg)
- ALSA: usb-audio: Add quirks for Dell WD19 dock (Jan Schär)
- ASoC: codecs: wcd937x: relax the AUX PDM watchdog (Alexey Klimov)
- ASoC: codecs: wcd937x: add missing LO Switch control (Alexey Klimov)
- ASoC: dt-bindings: rockchip,rk3308-codec: add port property (Dmitry Yashin)
- ASoC: dapm: fix bounds checker error in dapm_widget_list_create (Aleksei Vetrov)
- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error (Hans de Goede)
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe() (Christophe JAILLET)
- ASoC: Intel: sst: Support LPE0F28 ACPI HID (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec (Hans de Goede)
- ASoC: codecs: rt5640: Always disable IRQs from rt5640_cancel_work() (Hans de Goede)
- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 (Piyush Raj Chouhan)
- ALSA: hda/realtek: Limit internal Mic boost on Dell platform (Kailang Yang)
- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes)
- x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user() (Linus Torvalds)
- perf cap: Add __NR_capget to arch/x86 unistd (Ian Rogers)
- tools headers: Update the linux/unaligned.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Arnaldo Carvalho de Melo)
- tools headers: Synchronize {uapi/}linux/bits.h with the kernel sources (Arnaldo Carvalho de Melo)
- tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT (Arnaldo Carvalho de Melo)
- perf test: Handle perftool-testsuite_probe failure due to broken DWARF (Veronika Molnarova)
- tools headers UAPI: Sync kvm headers with the kernel sources (Arnaldo Carvalho de Melo)
- perf trace: Fix non-listed archs in the syscalltbl routines (Jiri Slaby)
- perf build: Change the clang check back to 12.0.1 (Howard Chu)
- perf trace augmented_raw_syscalls: Add more checks to pass the verifier (Howard Chu)
- perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiers (Arnaldo Carvalho de Melo)
- perf trace: The return from 'write' isn't a pid (Arnaldo Carvalho de Melo)
- tools headers UAPI: Sync linux/const.h with the kernel headers (Arnaldo Carvalho de Melo)
- scsi: ufs: core: Fix another deadlock during RTC update (Peter Wang)
- scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length (John Garry)
- Update the RHEL_DIFFERENCES help string (Don Zickus)
- Put build framework for RT kernel in place for Fedora (Clark Williams)
- cgroup: Fix potential overflow issue when checking max_depth (Xiu Jianfeng)
- cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction (Chen Ridong)
- sched_ext: Fix enq_last_no_enq_fails selftest (Tejun Heo)
- sched_ext: Make cast_mask() inline (Tejun Heo)
- scx: Fix raciness in scx_ops_bypass() (David Vernet)
- scx: Fix exit selftest to use custom DSQ (David Vernet)
- sched_ext: Fix function pointer type mismatches in BPF selftests (Vishal Chourasia)
- selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ (Ihor Solodrai)
- mm: krealloc: Fix MTE false alarm in __do_krealloc (Qun-Wei Lin)
- slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof (Pei Xiao)
- mm: avoid unconditional one-tick sleep when swapcache_prepare fails (Barry Song)
- mseal: update mseal.rst (Jeff Xu)
- mm: split critical region in remap_file_pages() and invoke LSMs in between (Kirill A. Shutemov)
- selftests/mm: fix deadlock for fork after pthread_create with atomic_bool (Edward Liaw)
- Revert "selftests/mm: replace atomic_bool with pthread_barrier_t" (Edward Liaw)
- Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM" (Edward Liaw)
- tools: testing: add expand-only mode VMA test (Lorenzo Stoakes)
- mm/vma: add expand-only VMA merge mode and optimise do_brk_flags() (Lorenzo Stoakes)
- resource,kexec: walk_system_ram_res_rev must retain resource flags (Gregory Price)
- nilfs2: fix kernel bug due to missing clearing of checked flag (Ryusuke Konishi)
- mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node id (Nobuhiro Iwamatsu)
- ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow (Edward Adam Davis)
- mm: shmem: fix data-race in shmem_getattr() (Jeongjun Park)
- mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL (Jann Horn)
- x86/traps: move kmsan check after instrumentation_begin (Sabyrzhan Tasbolatov)
- resource: remove dependency on SPARSEMEM from GET_FREE_REGION (Huang Ying)
- mm/mmap: fix race in mmap_region() with ftruncate() (Liam R. Howlett)
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves (Matt Fleming)
- fork: only invoke khugepaged, ksm hooks if no error (Lorenzo Stoakes)
- fork: do not invoke uffd on fork if error occurs (Lorenzo Stoakes)
- mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check (David Hildenbrand)
- tpm: Lazily flush the auth session (Jarkko Sakkinen)
- tpm: Rollback tpm2_load_null() (Jarkko Sakkinen)
- tpm: Return tpm2_sessions_init() when null key creation fails (Jarkko Sakkinen)
- spi: spi-fsl-dspi: Fix crash when not using GPIO chip select (Frank Li)
- spi: geni-qcom: Fix boot warning related to pm_runtime and devres (Georgi Djakov)
- spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops() (Bartosz Golaszewski)
- spi: stm32: fix missing device mode capability in stm32mp25 (Alain Volmat)
- Linux 6.12-rc5 (Linus Torvalds)
- x86/sev: Ensure that RMP table fixups are reserved (Ashish Kalra)
- x86/microcode/AMD: Split load_microcode_amd() (Borislav Petkov (AMD))
- x86/microcode/AMD: Pay attention to the stepping dynamically (Borislav Petkov (AMD))
- x86/lam: Disable ADDRESS_MASKING in most cases (Pawan Gupta)
- fgraph: Change the name of cpuhp state to "fgraph:online" (Steven Rostedt)
- fgraph: Fix missing unlock in register_ftrace_graph() (Li Huafei)
- platform/x86: asus-wmi: Fix thermal profile initialization (Armin Wolf)
- platform/x86: dell-wmi: Ignore suspend notifications (Armin Wolf)
- platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses (Vamsi Krishna Brahmajosyula)
- platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off when suspended" (Marek Maslanka)
- firewire: core: fix invalid port index for parent device (Takashi Sakamoto)
- block: fix sanity checks in blk_rq_map_user_bvec (Xinyu Zhang)
- md/raid10: fix null ptr dereference in raid10_size() (Yu Kuai)
- md: ensure child flush IO does not affect origin bio->bi_status (Li Nan)
- xfs: update the pag for the last AG at recovery time (Christoph Hellwig)
- xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag (Christoph Hellwig)
- xfs: error out when a superblock buffer update reduces the agcount (Christoph Hellwig)
- xfs: update the file system geometry after recoverying superblock buffers (Christoph Hellwig)
- xfs: merge the perag freeing helpers (Christoph Hellwig)
- xfs: pass the exact range to initialize to xfs_initialize_perag (Christoph Hellwig)
- xfs: don't fail repairs on metadata files with no attr fork (Darrick J. Wong)
- generic: enable RPMB for all configs that enable MMC (Peter Robinson)
- fedora: riscv: Don't override MMC platform defaults (Peter Robinson)
- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson)
- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson)
- commong: The KS7010 driver has been removed (Peter Robinson)
- Revert "fs/9p: simplify iget to remove unnecessary paths" (Dominique Martinet)
- Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl" (Dominique Martinet)
- Revert "fs/9p: remove redundant pointer v9ses" (Dominique Martinet)
- Revert " fs/9p: mitigate inode collisions" (Dominique Martinet)
- cifs: fix warning when destroy 'cifs_io_request_pool' (Ye Bin)
- smb: client: Handle kstrdup failures for passwords (Henrique Carvalho)
- fuse: remove stray debug line (Miklos Szeredi)
- Revert "fuse: move initialization of fuse_file to fuse_writepages() instead of in callback" (Miklos Szeredi)
- fuse: update inode size after extending passthrough write (Amir Goldstein)
- fs: pass offset and result to backing_file end_write() callback (Amir Goldstein)
- nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net (Yang Erkun)
- nfsd: fix race between laundromat and free_stateid (Olga Kornievskaia)
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue (Shubham Panwar)
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] (Christian Heusel)
- ACPI: PRM: Clean up guid type in struct prm_handler_info (Dan Carpenter)
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context (Koba Ko)
- powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request() (Yuan Can)
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception (liwei)
- cpufreq: docs: Reflect latency changes in docs (Christian Loehle)
- PCI/pwrctl: Abandon QCom WCN probe on pre-pwrseq device-trees (Bartosz Golaszewski)
- PCI: Hold rescan lock while adding devices during host probe (Bartosz Golaszewski)
- fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS (Arnd Bergmann)
- fbdev: da8xx: remove the driver (Bartosz Golaszewski)
- fbdev: Constify struct sbus_mmap_map (Christophe JAILLET)
- fbdev: nvidiafb: fix inconsistent indentation warning (SurajSonawane2415)
- fbdev: sstfb: Make CONFIG_FB_DEVICE optional (Gonzalo Silvalde Blanco)
- MAINTAINERS: add a keyword entry for the GPIO subsystem (Bartosz Golaszewski)
- ata: libata: Set DID_TIME_OUT for commands that actually timed out (Niklas Cassel)
- ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc (Krzysztof Kozlowski)
- ASoC: fsl_micfil: Add sample rate constraint (Shengjiu Wang)
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue (Jack Yu)
- ASoC: SOF: Intel: hda: Always clean up link DMA during stop (Ranjani Sridharan)
- soundwire: intel_ace2x: Send PDI stream number during prepare (Ranjani Sridharan)
- ASoC: SOF: Intel: hda: Handle prepare without close for non-HDA DAI's (Ranjani Sridharan)
- ASoC: SOF: ipc4-topology: Do not set ALH node_id for aggregated DAIs (Ranjani Sridharan)
- ASoC: fsl_micfil: Add a flag to distinguish with different volume control types (Chancel Liu)
- ASoC: codecs: lpass-rx-macro: fix RXn(rx,n) macro for DSM_CTL and SEC7 regs (Alexey Klimov)
- ASoC: Change my e-mail to gmail (Kirill Marinushkin)
- ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops (Derek Fang)
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA (Ilya Dudikov)
- MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers (Andrei Simion)
- ASoC: qcom: Select missing common Soundwire module code on SDM845 (Krzysztof Kozlowski)
- ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler (Shengjiu Wang)
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing (Lad Prabhakar)
- ASoC: max98388: Fix missing increment of variable slot_found (Colin Ian King)
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA (Christian Heusel)
- ASoC: topology: Bump minimal topology ABI version (Amadeusz Sławiński)
- ASoC: codecs: Fix error handling in aw_dev_get_dsp_status function (Zhu Jun)
- ASoC: qcom: sdm845: add missing soundwire runtime stream alloc (Alexey Klimov)
- ASoC: loongson: Fix component check failed on FDT systems (Binbin Zhou)
- ASoC: dapm: avoid container_of() to get component (Benjamin Bara)
- ASoC: SOF: Intel: hda-loader: do not wait for HDaudio IOC (Kai Vehmanen)
- ASoC: SOF: amd: Fix for ACP SRAM addr for acp7.0 platform (Venkata Prasad Potturu)
- ASoC: SOF: amd: Add error log for DSP firmware validation failure (Venkata Prasad Potturu)
- ASoC: Intel: avs: Update stream status in a separate thread (Amadeusz Sławiński)
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties (Miquel Raynal)
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() (Zichen Xie)
- ALSA: hda/realtek: Update default depop procedure (Kailang Yang)
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE (Eric Biggers)
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593 (José Relvas)
- ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() (Andrey Shumilin)
- drm/xe: Don't restart parallel queues multiple times on GT reset (Nirmoy Das)
- drm/xe/ufence: Prefetch ufence addr to catch bogus address (Nirmoy Das)
- drm/xe: Handle unreliable MMIO reads during forcewake (Shuicheng Lin)
- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout (Badal Nilawar)
- drm/xe: Enlarge the invalidation timeout from 150 to 500 (Shuicheng Lin)
- drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node() (Javier Carrasco)
- drm/bridge: Fix assignment of the of_node of the parent to aux bridge (Abel Vesa)
- i915: fix DRM_I915_GVT_KVMGT dependencies (Arnd Bergmann)
- drm/amdgpu: handle default profile on on devices without fullscreen 3D (Alex Deucher)
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too (Mario Limonciello)
- drm/amdgpu: fix random data corruption for sdma 7 (Frank Min)
- drm/amd/display: temp w/a for DP Link Layer compliance (Aurabindo Pillai)
- drm/amd/display: temp w/a for dGPU to enter idle optimizations (Aurabindo Pillai)
- drm/amd/pm: update deep sleep status on smu v14.0.2/3 (Kenneth Feng)
- drm/amd/pm: update overdrive function on smu v14.0.2/3 (Kenneth Feng)
- drm/amd/pm: update the driver-fw interface file for smu v14.0.2/3 (Kenneth Feng)
- drm/amd: Guard against bad data for ATIF ACPI method (Mario Limonciello)
- x86: fix whitespace in runtime-const assembler output (Linus Torvalds)
- x86: fix user address masking non-canonical speculation issue (Linus Torvalds)
- v6.12-rc4-rt6 (Sebastian Andrzej Siewior)
- sched: Update the lazy-preempt bits. (Sebastian Andrzej Siewior)
- timer: Update the ktimersd series. (Sebastian Andrzej Siewior)
- v6.12-rc4-rt5 (Sebastian Andrzej Siewior)
- bpf: Check validity of link->type in bpf_link_show_fdinfo() (Hou Tao)
- bpf: Add the missing BPF_LINK_TYPE invocation for sockmap (Hou Tao)
- bpf: fix do_misc_fixups() for bpf_get_branch_snapshot() (Andrii Nakryiko)
- bpf,perf: Fix perf_event_detach_bpf_prog error handling (Jiri Olsa)
- selftests/bpf: Add test for passing in uninit mtu_len (Daniel Borkmann)
- selftests/bpf: Add test for writes to .rodata (Daniel Borkmann)
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers (Daniel Borkmann)
- bpf: Fix overloading of MEM_UNINIT's meaning (Daniel Borkmann)
- bpf: Add MEM_WRITE attribute (Daniel Borkmann)
- bpf: Preserve param->string when parsing mount options (Hou Tao)
- bpf, arm64: Fix address emission with tag-based KASAN enabled (Peter Collingbourne)
- net: dsa: mv88e6xxx: support 4000ps cycle counter period (Shenghao Yang)
- net: dsa: mv88e6xxx: read cycle counter period from hardware (Shenghao Yang)
- net: dsa: mv88e6xxx: group cycle counter coefficients (Shenghao Yang)
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (Haiyang Zhang)
- net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x (Tim Harvey)
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (Luiz Augusto von Dentz)
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (Luiz Augusto von Dentz)
- Bluetooth: hci_core: Disable works on hci_unregister_dev (Luiz Augusto von Dentz)
- xfrm: fix one more kernel-infoleak in algo dumping (Petr Vaganov)
- xfrm: validate new SA's prefixlen using SA family when sel.family is unset (Sabrina Dubroca)
- xfrm: policy: remove last remnants of pernet inexact list (Florian Westphal)
- xfrm: respect ip protocols rules criteria when performing dst lookups (Eyal Birger)
- xfrm: extract dst lookup parameters into a struct (Eyal Birger)
- posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (Jinjie Ruan)
- r8169: avoid unsolicited interrupts (Heiner Kallweit)
- net: sched: use RCU read-side critical section in taprio_dump() (Dmitry Antipov)
- net: sched: fix use-after-free in taprio_change() (Dmitry Antipov)
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers (Vladimir Oltean)
- net: usb: usbnet: fix name regression (Oliver Neukum)
- mlxsw: spectrum_router: fix xa_store() error checking (Yuan Can)
- netfilter: xtables: fix typo causing some targets not to load on IPv6 (Pablo Neira Ayuso)
- netfilter: bpf: must hold reference on net namespace (Florian Westphal)
- virtio_net: fix integer overflow in stats (Michael S. Tsirkin)
- net: fix races in netdev_tx_sent_queue()/dev_watchdog() (Eric Dumazet)
- net: wwan: fix global oob in wwan_rtnl_policy (Lin Ma)
- fsl/fman: Fix refcount handling of fman-related devices (Aleksandr Mishin)
- fsl/fman: Save device references taken in mac_probe() (Aleksandr Mishin)
- MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL] (Hangbin Liu)
- mailmap: update entry for Jesper Dangaard Brouer (Jesper Dangaard Brouer)
- net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x (Peter Rashleigh)
- octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx() (Aleksandr Mishin)
- octeon_ep: Implement helper for iterating packets in Rx queue (Aleksandr Mishin)
- bnxt_en: replace ptp_lock with irqsave variant (Vadim Fedorenko)
- net: phy: dp83822: Fix reset pin definitions (Michel Alex)
- MAINTAINERS: add Simon as an official reviewer (Jakub Kicinski)
- net: plip: fix break; causing plip to never transmit (Jakub Boehm)
- be2net: fix potential memory leak in be_xmit() (Wang Hai)
- net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() (Wang Hai)
- net: pse-pd: Fix out of bound for loop (Kory Maincent)
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard (Hans de Goede)
- HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad (Kenneth Albanowski)
- HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad (Bartłomiej Maryńczak)
- LoongArch: KVM: Mark hrtimer to expire in hard interrupt context (Huacai Chen)
- LoongArch: Make KASAN usable for variable cpu_vabits (Huacai Chen)
- LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space (Bibo Mao)
- LoongArch: Don't crash in stack_top() for tasks without vDSO (Thomas Weißschuh)
- LoongArch: Set correct size for vDSO code mapping (Huacai Chen)
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context (Huacai Chen)
- LoongArch: Get correct cores_per_package for SMT systems (Huacai Chen)
- LoongArch: Use "Exception return address" to comment ERA (Yanteng Si)
- tracing: Consider the NULL character when validating the event length (Leo Yan)
- tracing/probes: Fix MAX_TRACE_ARGS limit handling (Mikel Rychliski)
- objpool: fix choosing allocation for percpu slots (Viktor Malik)
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() (Yue Haibing)
- btrfs: reject ro->rw reconfiguration if there are hard ro requirements (Qu Wenruo)
- btrfs: fix read corruption due to race with extent map merging (Boris Burkov)
- btrfs: fix the delalloc range locking if sector size < page size (Qu Wenruo)
- btrfs: qgroup: set a more sane default value for subtree drop threshold (Qu Wenruo)
- btrfs: clear force-compress on remount when compress mount option is given (Filipe Manana)
- btrfs: zoned: fix zone unusable accounting for freed reserved extent (Naohiro Aota)
- jfs: Fix sanity check in dbMount (Dave Kleikamp)
- bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path (Kent Overstreet)
- bcachefs: Mark more errors as AUTOFIX (Kent Overstreet)
- bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocations (Kent Overstreet)
- bcachefs: Don't use wait_event_interruptible() in recovery (Kent Overstreet)
- bcachefs: Fix __bch2_fsck_err() warning (Kent Overstreet)
- bcachefs: fsck: Improve hash_check_key() (Kent Overstreet)
- bcachefs: bch2_hash_set_or_get_in_snapshot() (Kent Overstreet)
- bcachefs: Repair mismatches in inode hash seed, type (Kent Overstreet)
- bcachefs: Add hash seed, type to inode_to_text() (Kent Overstreet)
- bcachefs: INODE_STR_HASH() for bch_inode_unpacked (Kent Overstreet)
- bcachefs: Run in-kernel offline fsck without ratelimit errors (Kent Overstreet)
- bcachefs: skip mount option handle for empty string. (Hongbo Li)
- bcachefs: fix incorrect show_options results (Hongbo Li)
- bcachefs: Fix data corruption on -ENOSPC in buffered write path (Kent Overstreet)
- bcachefs: bch2_folio_reservation_get_partial() is now better behaved (Kent Overstreet)
- bcachefs: fix disk reservation accounting in bch2_folio_reservation_get() (Kent Overstreet)
- bcachefS: ec: fix data type on stripe deletion (Kent Overstreet)
- bcachefs: Don't use commit_do() unnecessarily (Kent Overstreet)
- bcachefs: handle restarts in bch2_bucket_io_time_reset() (Kent Overstreet)
- bcachefs: fix restart handling in __bch2_resume_logged_op_finsert() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_alloc_write_key() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_do_invalidates_work() (Kent Overstreet)
- bcachefs: fix missing restart handling in bch2_read_retry_nodecode() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_fiemap() (Kent Overstreet)
- bcachefs: fix bch2_hash_delete() error path (Kent Overstreet)
- bcachefs: fix restart handling in bch2_rename2() (Kent Overstreet)
- Revert "9p: Enable multipage folios" (Dominique Martinet)
- Trim Changelog for 6.12 (Justin M. Forbes)
- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek)
- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek)
- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa)
- redhat: drop ARK changelog (Jan Stancek) [RHEL-56700]
- redhat: regenerate test-data (Jan Stancek) [RHEL-56700]
- redhat: rpminspect.yaml: more tests to ignore in selftests (Jan Stancek) [RHEL-56700]
- redhat/Makefile.variables: don't set DISTRO (Jan Stancek) [RHEL-56700]
- redhat/Makefile.variables: set PATCHLIST_URL to none (Jan Stancek) [RHEL-56700]
- redhat: gitlab-ci: add initial version (Jan Stancek) [RHEL-56700]
- redhat: update rpminspect with c9s one (Jan Stancek) [RHEL-56700]
- redhat: remove fedora configs and files (Jan Stancek) [RHEL-56700]
- redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) [RHEL-56700]
- redhat: set release version (Jan Stancek) [RHEL-56700]
- redhat: fix CONFIG_PREEMPT config (Jan Stancek) [RHEL-56700]
- KVM: selftests: Fix build on on non-x86 architectures (Mark Brown)
- 9p: fix slab cache name creation for real (Linus Torvalds)
- KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration (Oliver Upton)
- KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS (Oliver Upton)
- KVM: arm64: Fix shift-out-of-bounds bug (Ilkka Koskinen)
- KVM: arm64: Shave a few bytes from the EL2 idmap code (Marc Zyngier)
- KVM: arm64: Don't eagerly teardown the vgic on init error (Marc Zyngier)
- KVM: arm64: Expose S1PIE to guests (Mark Brown)
- KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule (Oliver Upton)
- KVM: arm64: nv: Punt stage-2 recycling to a vCPU request (Oliver Upton)
- KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed (Oliver Upton)
- KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out (Oliver Upton)
- KVM: arm64: Unregister redistributor for failed vCPU creation (Oliver Upton)
- KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guest (Shaoqin Huang)
- KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace (Shameer Kolothum)
- RISCV: KVM: use raw_spinlock for critical section in imsic (Cyan Yang)
- KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups (Sean Christopherson)
- KVM: selftests: x86: Avoid using SSE/AVX instructions (Vitaly Kuznetsov)
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (Sean Christopherson)
- KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset() (Maxim Levitsky)
- KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALL (Sean Christopherson)
- KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range() (Sean Christopherson)
- KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot (Sean Christopherson)
- x86/kvm: Override default caching mode for SEV-SNP and TDX (Kirill A. Shutemov)
- KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic (Dr. David Alan Gilbert)
- KVM: Remove unused kvm_vcpu_gfn_to_pfn (Dr. David Alan Gilbert)
- uprobe: avoid out-of-bounds memory access of fetching args (Qiao Ma)
- proc: Fix W=1 build kernel-doc warning (Thorsten Blum)
- afs: Fix lock recursion (David Howells)
- fs: Fix uninitialized value issue in from_kuid and from_kgid (Alessandro Zanni)
- fs: don't try and remove empty rbtree node (Christian Brauner)
- netfs: Downgrade i_rwsem for a buffered write (David Howells)
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag (Ryusuke Konishi)
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) (Aleksa Sarai)
- netfs: fix documentation build error (Jonathan Corbet)
- netfs: In readahead, put the folio refs as soon extracted (David Howells)
- crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue (Qianqiang Liu)
- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes)
- Linux 6.12-rc4 (Linus Torvalds)
- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (Luiz Augusto von Dentz)
- Bluetooth: bnep: fix wild-memory-access in proto_unregister (Ye Bin)
- Bluetooth: btusb: Fix not being able to reconnect after suspend (Luiz Augusto von Dentz)
- Bluetooth: Remove debugfs directory on module init failure (Aaron Thompson)
- Bluetooth: Call iso_exit() on module unload (Aaron Thompson)
- Bluetooth: ISO: Fix multiple init when debugfs is disabled (Aaron Thompson)
- pinctrl: ocelot: fix system hang on level based interrupts (Sergey Matsievskiy)
- pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func() (Harshit Mogalapalli)
- pinctrl: sophgo: fix double free in cv1800_pctrl_dt_node_to_map() (Harshit Mogalapalli)
- pinctrl: intel: platform: Add Panther Lake to the list of supported (Andy Shevchenko)
- pinctrl: intel: platform: use semicolon instead of comma in ncommunities assignment (Javier Carrasco)
- pinctrl: intel: platform: fix error path in device_for_each_child_node() (Javier Carrasco)
- pinctrl: aw9523: add missing mutex_destroy (Rosen Penev)
- pinctrl: stm32: check devm_kasprintf() returned value (Ma Ke)
- pinctrl: apple: check devm_kasprintf() returned value (Ma Ke)
- misc: rtsx: list supported models in Kconfig help (Yo-Jung (Leo) Lin)
- MAINTAINERS: Remove some entries due to various compliance requirements. (Greg Kroah-Hartman)
- misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP device (Heiko Thiery)
- misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM device (Heiko Thiery)
- parport: Proper fix for array out-of-bounds access (Takashi Iwai)
- iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig (Javier Carrasco)
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries (Javier Carrasco)
- iio: adc: ad4695: Add missing Kconfig select (David Lechner)
- iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency() (Christophe JAILLET)
- iioc: dac: ltc2664: Fix span variable usage in ltc2664_channel_config() (Mohammed Anees)
- iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig (Javier Carrasco)
- iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig (Javier Carrasco)
- iio: resolver: ad2s1210: add missing select (TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: resolver: ad2s1210 add missing select REGMAP in Kconfig (Javier Carrasco)
- iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: pressure: bm1390: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: magnetometer: af8133j: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: chemical: ens160: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig (Javier Carrasco)
- iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: adc: ad7944: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig (Javier Carrasco)
- iio: pressure: sdp500: Add missing select CRC8 (Jonathan Cameron)
- iio: light: veml6030: fix ALS sensor resolution (Javier Carrasco)
- iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume() (Dan Carpenter)
- iio: bmi323: fix copy and paste bugs in suspend resume (Dan Carpenter)
- iio: bmi323: Drop CONFIG_PM guards around runtime functions (Nathan Chancellor)
- dt-bindings: iio: dac: adi,ad56xx: Fix duplicate compatible strings (Rob Herring (Arm))
- iio: light: opt3001: add missing full-scale range value (Emil Gedenryd)
- iio: light: veml6030: fix IIO device retrieval from embedded device (Javier Carrasco)
- iio: accel: bma400: Fix uninitialized variable field_value in tap event handling. (Mikhail Lobanov)
- serial: qcom-geni: rename suspend functions (Johan Hovold)
- serial: qcom-geni: drop unused receive parameter (Johan Hovold)
- serial: qcom-geni: drop flip buffer WARN() (Johan Hovold)
- serial: qcom-geni: fix rx cancel dma status bit (Johan Hovold)
- serial: qcom-geni: fix receiver enable (Johan Hovold)
- serial: qcom-geni: fix dma rx cancellation (Johan Hovold)
- serial: qcom-geni: fix shutdown race (Johan Hovold)
- serial: qcom-geni: revert broken hibernation support (Johan Hovold)
- serial: qcom-geni: fix polled console initialisation (Johan Hovold)
- serial: imx: Update mctrl old_status on RTSD interrupt (Marek Vasut)
- tty: n_gsm: Fix use-after-free in gsm_cleanup_mux (Longlong Xia)
- vt: prevent kernel-infoleak in con_font_get() (Jeongjun Park)
- USB: serial: option: add Telit FN920C04 MBIM compositions (Daniele Palmas)
- USB: serial: option: add support for Quectel EG916Q-GL (Benjamin B. Frost)
- xhci: dbc: honor usb transfer size boundaries. (Mathias Nyman)
- usb: xhci: Fix handling errors mid TD followed by other errors (Michal Pecio)
- xhci: Mitigate failed set dequeue pointer commands (Mathias Nyman)
- xhci: Fix incorrect stream context type macro (Mathias Nyman)
- USB: gadget: dummy-hcd: Fix "task hung" problem (Alan Stern)
- usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store (Kevin Groeneveld)
- usb: dwc3: core: Fix system suspend on TI AM62 platforms (Roger Quadros)
- xhci: tegra: fix checked USB2 port number (Henry Lin)
- usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG (Prashanth K)
- usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF (Jonathan Marek)
- usb: typec: altmode should keep reference to parent (Thadeu Lima de Souza Cascardo)
- MAINTAINERS: usb: raw-gadget: add bug tracker link (Andrey Konovalov)
- MAINTAINERS: Add an entry for the LJCA drivers (Sakari Ailus)
- x86/apic: Always explicitly disarm TSC-deadline timer (Zhang Rui)
- x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode load (John Allen)
- x86/bugs: Use code segment selector for VERW operand (Pawan Gupta)
- x86/entry_32: Clear CPU buffers after register restore in NMI return (Pawan Gupta)
- x86/entry_32: Do not clobber user EFLAGS.ZF (Pawan Gupta)
- x86/resctrl: Annotate get_mem_config() functions as __init (Nathan Chancellor)
- x86/resctrl: Avoid overflow in MB settings in bw_validate() (Martin Kletzander)
- x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20h (Richard Gong)
- irqchip/renesas-rzg2l: Fix missing put_device (Fabrizio Castro)
- irqchip/riscv-intc: Fix SMP=n boot with ACPI (Sunil V L)
- irqchip/sifive-plic: Unmask interrupt in plic_irq_enable() (Nam Cao)
- irqchip/gic-v4: Don't allow a VMOVP on a dying VPE (Marc Zyngier)
- irqchip/sifive-plic: Return error code on failure (Charlie Jenkins)
- irqchip/riscv-imsic: Fix output text of base address (Andrew Jones)
- irqchip/ocelot: Comment sticky register clearing code (Sergey Matsievskiy)
- irqchip/ocelot: Fix trigger register address (Sergey Matsievskiy)
- irqchip: Remove obsolete config ARM_GIC_V3_ITS_PCI (Lukas Bulwahn)
- MAINTAINERS: Add an entry for PREEMPT_RT. (Sebastian Andrzej Siewior)
- sched/fair: Fix external p->on_rq users (Peter Zijlstra)
- sched/psi: Fix mistaken CPU pressure indication after corrupted task state bug (Johannes Weiner)
- sched/core: Dequeue PSI signals for blocked tasks that are delayed (Peter Zijlstra)
- sched: Fix delayed_dequeue vs switched_from_fair() (Peter Zijlstra)
- sched/core: Disable page allocation in task_tick_mm_cid() (Waiman Long)
- sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl() (Phil Auld)
- sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_running (Chen Yu)
- sched: Fix sched_delayed vs cfs_bandwidth (Mike Galbraith)
- xen: Remove dependency between pciback and privcmd (Jiqian Chen)
- dma-mapping: fix tracing dma_alloc/free with vmalloc'd memory (Sean Anderson)
- io_uring/rw: fix wrong NOWAIT check in io_rw_init_file() (Jens Axboe)
- scsi: target: core: Fix null-ptr-deref in target_alloc_device() (Wang Hai)
- scsi: mpi3mr: Validate SAS port assignments (Ranjan Kumar)
- scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down (Seunghwan Baek)
- scsi: ufs: core: Requeue aborted request (Peter Wang)
- scsi: ufs: core: Fix the issue of ICU failure (Peter Wang)
- fgraph: Allocate ret_stack_list with proper size (Steven Rostedt)
- fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks (Steven Rostedt)
- MAINTAINERS: update IPE tree url and Fan Wu's email (Fan Wu)
- ipe: fallback to platform keyring also if key in trusted keyring is rejected (Luca Boccassi)
- ipe: allow secondary and platform keyrings to install/update policies (Luca Boccassi)
- ipe: also reject policy updates with the same version (Luca Boccassi)
- ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower version (Luca Boccassi)
- Input: zinitix - don't fail if linux,keycodes prop is absent (Nikita Travkin)
- Input: xpad - add support for MSI Claw A1M (John Edwards)
- Input: xpad - add support for 8BitDo Ultimate 2C Wireless Controller (Stefan Kerkmann)
- 9p: Avoid creating multiple slab caches with the same name (Pedro Falcato)
- 9p: Enable multipage folios (David Howells)
- 9p: v9fs_fid_find: also lookup by inode if not found dentry (Dominique Martinet)
- cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS (Alice Ryhl)
- kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION` (Gary Guo)
- kbuild: fix issues with rustc-option (Alice Ryhl)
- kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros (Masahiro Yamada)
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW (Timo Grautstueck)
- lib/buildid: Handle memfd_secret() files in build_id_parse() (Andrii Nakryiko)
- selftests/bpf: Add test case for delta propagation (Daniel Borkmann)
- bpf: Fix print_reg_state's constant scalar dump (Daniel Borkmann)
- bpf: Fix incorrect delta propagation between linked registers (Daniel Borkmann)
- bpf: Properly test iter/task tid filtering (Jordan Rome)
- bpf: Fix iter/task tid filtering (Jordan Rome)
- riscv, bpf: Make BPF_CMPXCHG fully ordered (Andrea Parri)
- bpf, vsock: Drop static vsock_bpf_prot initialization (Michal Luczaj)
- vsock: Update msg_count on read_skb() (Michal Luczaj)
- vsock: Update rx_bytes on read_skb() (Michal Luczaj)
- bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock (Michal Luczaj)
- selftests/bpf: Add asserts for netfilter link info (Tyrone Wu)
- bpf: Fix link info netfilter flags to populate defrag flag (Tyrone Wu)
- selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx() (Dimitar Kanaliev)
- selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_size_sx() (Dimitar Kanaliev)
- bpf: Fix truncation bug in coerce_reg_to_size_sx() (Dimitar Kanaliev)
- selftests/bpf: Assert link info uprobe_multi count & path_size if unset (Tyrone Wu)
- bpf: Fix unpopulated path_size when uprobe_multi fields unset (Tyrone Wu)
- selftests/bpf: Fix cross-compiling urandom_read (Tony Ambardar)
- selftests/bpf: Add test for kfunc module order (Simon Sundberg)
- selftests/bpf: Provide a generic [un]load_module helper (Simon Sundberg)
- bpf: fix kfunc btf caching for modules (Toke Høiland-Jørgensen)
- selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc (Tony Ambardar)
- riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled (Pu Lehui)
- selftests/bpf: fix perf_event link info name_len assertion (Tyrone Wu)
- bpf: fix unpopulated name_len field in perf_event link info (Tyrone Wu)
- bpf: use kvzmalloc to allocate BPF verifier environment (Rik van Riel)
- selftests/bpf: Add more test case for field flattening (Hou Tao)
- bpf: Check the remaining info_cnt before repeating btf fields (Hou Tao)
- bpf, lsm: Remove bpf_lsm_key_free hook (Thomas Weißschuh)
- bpf: Fix memory leak in bpf_core_apply (Jiri Olsa)
- bpf: selftests: send packet to devmap redirect XDP (Florian Kauer)
- bpf: devmap: provide rxq after redirect (Florian Kauer)
- bpf: Sync uapi bpf.h header to tools directory (Daniel Borkmann)
- bpf: Make sure internal and UAPI bpf_redirect flags don't overlap (Toke Høiland-Jørgensen)
- selftests/bpf: Verify that sync_linked_regs preserves subreg_def (Eduard Zingerman)
- bpf: sync_linked_regs() must preserve subreg_def (Eduard Zingerman)
- bpf: Use raw_spinlock_t in ringbuf (Wander Lairson Costa)
- selftest: hid: add the missing tests directory (Yun Lu)
- cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed() (Josh Poimboeuf)
- nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function (Nilay Shroff)
- nvme: make keep-alive synchronous operation (Nilay Shroff)
- nvme-loop: flush off pending I/O while shutting down loop controller (Nilay Shroff)
- nvme-pci: fix race condition between reset and nvme_dev_disable() (Maurizio Lombardi)
- nvme-multipath: defer partition scanning (Keith Busch)
- nvme: disable CC.CRIME (NVME_CC_CRIME) (Greg Joyce)
- nvme: delete unnecessary fallthru comment (Tokunori Ikegami)
- nvmet-rdma: use sbitmap to replace rsp free list (Guixin Liu)
- nvme: tcp: avoid race between queue_lock lock and destroy (Hannes Reinecke)
- nvmet-passthru: clear EUID/NGUID/UUID while using loop target (Nilay Shroff)
- block: fix blk_rq_map_integrity_sg kernel-doc (Keith Busch)
- ublk: don't allow user copy for unprivileged device (Ming Lei)
- blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (Omar Sandoval)
- blk-mq: setup queue ->tag_set before initializing hctx (Ming Lei)
- elevator: Remove argument from elevator_find_get (Breno Leitao)
- elevator: do not request_module if elevator exists (Breno Leitao)
- drbd: Remove unused conn_lowest_minor (Dr. David Alan Gilbert)
- block: Fix elevator_get_default() checking for NULL q->tag_set (SurajSonawane2415)
- io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work (Jens Axboe)
- io_uring/rsrc: ignore dummy_ubuf for buffer cloning (Jens Axboe)
- io_uring/sqpoll: close race on waiting for sqring entries (Jens Axboe)
- cifs: Remove unused functions (Dr. David Alan Gilbert)
- smb/client: Fix logically dead code (Advait Dhamorikar)
- smb: client: fix OOBs when building SMB2_IOCTL request (Paulo Alcantara)
- smb: client: fix possible double free in smb2_set_ea() (Su Hui)
- xfs: punch delalloc extents from the COW fork for COW writes (Christoph Hellwig)
- xfs: set IOMAP_F_SHARED for all COW fork allocations (Christoph Hellwig)
- xfs: share more code in xfs_buffered_write_iomap_begin (Christoph Hellwig)
- xfs: support the COW fork in xfs_bmap_punch_delalloc_range (Christoph Hellwig)
- xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock (Christoph Hellwig)
- xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof (Christoph Hellwig)
- xfs: factor out a xfs_file_write_zero_eof helper (Christoph Hellwig)
- iomap: move locking out of iomap_write_delalloc_release (Christoph Hellwig)
- iomap: remove iomap_file_buffered_write_punch_delalloc (Christoph Hellwig)
- iomap: factor out a iomap_last_written_block helper (Christoph Hellwig)
- xfs: fix integer overflow in xrep_bmap (Darrick J. Wong)
- cpufreq/amd-pstate: Use nominal perf for limits when boost is disabled (Mario Limonciello)
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems (Dhananjay Ugwekar)
- powercap: intel_rapl_msr: Add PL4 support for ArrowLake-H (Srinivas Pandruvada)
- [PATCH} hwmon: (jc42) Properly detect TSE2004-compliant devices again (Jean Delvare)
- drm/i915/display: Don't allow tile4 framebuffer to do hflip on display20 or greater (Juha-Pekka Heikkila)
- drm/xe/bmg: improve cache flushing behaviour (Matthew Auld)
- drm/xe/xe_sync: initialise ufence.signalled (Matthew Auld)
- drm/xe/ufence: ufence can be signaled right after wait_woken (Nirmoy Das)
- drm/xe: Use bookkeep slots for external BO's in exec IOCTL (Matthew Brost)
- drm/xe/query: Increase timestamp width (Lucas De Marchi)
- drm/xe: Don't free job in TDR (Matthew Brost)
- drm/xe: Take job list lock in xe_sched_add_pending_job (Matthew Brost)
- drm/xe: fix unbalanced rpm put() with declare_wedged() (Matthew Auld)
- drm/xe: fix unbalanced rpm put() with fence_fini() (Matthew Auld)
- drm/xe/xe2lpg: Extend Wa_15016589081 for xe2lpg (Aradhya Bhatia)
- drm/ast: vga: Clear EDID if no display is connected (Thomas Zimmermann)
- drm/ast: sil164: Clear EDID if no display is connected (Thomas Zimmermann)
- Revert "drm/mgag200: Add vblank support" (Thomas Zimmermann)
- gpu: host1x: Set up device DMA parameters (Thierry Reding)
- gpu: host1x: Fix boot regression for Tegra (Jon Hunter)
- drm/panel: himax-hx83102: Adjust power and gamma to optimize brightness (Cong Yang)
- accel/qaic: Fix the for loop used to walk SG table (Pranjal Ramajor Asha Kanojiya)
- drm/vmwgfx: Remove unnecessary NULL checks before kvfree() (Thorsten Blum)
- drm/vmwgfx: Handle surface check failure correctly (Nikolay Kuratov)
- drm/vmwgfx: Cleanup kms setup without 3d (Zack Rusin)
- drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_check (Ian Forbes)
- drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS (Ian Forbes)
- drm/i915/dp_mst: Don't require DSC hblank quirk for a non-DSC compatible mode (Imre Deak)
- drm/i915/dp_mst: Handle error during DSC BW overhead/slice calculation (Imre Deak)
- drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs (Alex Deucher)
- drm/amdgpu/swsmu: Only force workload setup on init (Alex Deucher)
- drm/radeon: Fix encoder->possible_clones (Ville Syrjälä)
- drm/amdgpu/smu13: always apply the powersave optimization (Alex Deucher)
- drm/amdkfd: Accounting pdd vram_usage for svm (Philip Yang)
- drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring (Srinivasan Shanmugam)
- drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes (Michael Chen)
- drm/amdgpu: prevent BO_HANDLES error from being overwritten (Mohammed Anees)
- drm/amdgpu: enable enforce_isolation sysfs node on VFs (Alex Deucher)
- drm/msm/a6xx+: Insert a fence wait before SMMU table update (Rob Clark)
- drm/msm/dpu: don't always program merge_3d block (Jessica Zhang)
- drm/msm/dpu: Don't always set merge_3d pending flush (Jessica Zhang)
- drm/msm: Allocate memory for disp snapshot with kvzalloc() (Douglas Anderson)
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs() (Douglas Anderson)
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation (Jonathan Marek)
- drm/msm/dsi: improve/fix dsc pclk calculation (Jonathan Marek)
- drm/msm/hdmi: drop pll_cmp_to_fdata from hdmi_phy_8998 (Dmitry Baryshkov)
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds() (Dmitry Baryshkov)
- drm/msm/dpu: move CRTC resource assignment to dpu_encoder_virt_atomic_check (Dmitry Baryshkov)
- drm/msm/dpu: make sure phys resources are properly initialized (Dmitry Baryshkov)
- mm: fix follow_pfnmap API lockdep assert (Linus Torvalds)
- iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices (Lu Baolu)
- iommu/arm-smmu-v3: Convert comma to semicolon (Chen Ni)
- iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32 (Daniel Mentz)
- iommu/arm-smmu: Clarify MMU-500 CPRE workaround (Robin Murphy)
- powerpc/powernv: Free name on error in opal_event_init() (Michael Ellerman)
- s390: Update defconfigs (Heiko Carstens)
- s390: Initialize psw mask in perf_arch_fetch_caller_regs() (Heiko Carstens)
- s390/sclp_vt220: Convert newlines to CRLF instead of LFCR (Thomas Weißschuh)
- s390/sclp: Deactivate sclp after all its users (Thomas Weißschuh)
- s390/pkey_pckmo: Return with success for valid protected key types (Holger Dengler)
- KVM: s390: Change virtual to physical address access in diag 0x258 handler (Michael Mueller)
- KVM: s390: gaccess: Check if guest address is in memslot (Nico Boehr)
- s390/ap: Fix CCA crypto card behavior within protected execution environment (Harald Freudenberger)
- s390/pci: Handle PCI error codes other than 0x3a (Niklas Schnelle)
- x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (Johannes Wikner)
- x86/bugs: Skip RSB fill at VMEXIT (Johannes Wikner)
- x86/entry: Have entry_ibpb() invalidate return predictions (Johannes Wikner)
- x86/cpufeatures: Add a IBPB_NO_RET BUG flag (Johannes Wikner)
- x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (Jim Mattson)
- maple_tree: add regression test for spanning store bug (Lorenzo Stoakes)
- maple_tree: correct tree corruption on spanning store (Lorenzo Stoakes)
- mm/mglru: only clear kswapd_failures if reclaimable (Wei Xu)
- mm/swapfile: skip HugeTLB pages for unuse_vma (Liu Shixin)
- selftests: mm: fix the incorrect usage() info of khugepaged (Nanyong Sun)
- MAINTAINERS: add Jann as memory mapping/VMA reviewer (Jann Horn)
- mm: swap: prevent possible data-race in __try_to_reclaim_swap (Jeongjun Park)
- mm: khugepaged: fix the incorrect statistics when collapsing large file folios (Baolin Wang)
- MAINTAINERS: kasan, kcov: add bugzilla links (Andrey Konovalov)
- mm: don't install PMD mappings when THPs are disabled by the hw/process/vma (David Hildenbrand)
- mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw() (Kefeng Wang)
- Docs/damon/maintainer-profile: update deprecated awslabs GitHub URLs (SeongJae Park)
- Docs/damon/maintainer-profile: add missing '_' suffixes for external web links (SeongJae Park)
- maple_tree: check for MA_STATE_BULK on setting wr_rebalance (Sidhartha Kumar)
- mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace point (Yang Shi)
- mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets() (Jinjie Ruan)
- mm: remove unused stub for can_swapin_thp() (Andy Shevchenko)
- mailmap: add an entry for Andy Chiu (Andy Chiu)
- MAINTAINERS: add memory mapping/VMA co-maintainers (Lorenzo Stoakes)
- fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initialization (Brahmajit Das)
- lib: alloc_tag_module_unload must wait for pending kfree_rcu calls (Florian Westphal)
- mm/mremap: fix move_normal_pmd/retract_page_tables race (Jann Horn)
- mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds. (Sebastian Andrzej Siewior)
- selftests/mm: fix deadlock for fork after pthread_create on ARM (Edward Liaw)
- selftests/mm: replace atomic_bool with pthread_barrier_t (Edward Liaw)
- fat: fix uninitialized variable (OGAWA Hirofumi)
- nilfs2: propagate directory read errors from nilfs_find_entry() (Ryusuke Konishi)
- mm/mmap: correct error handling in mmap_region() (Lorenzo Stoakes)
- clk: test: Fix some memory leaks (Jinjie Ruan)
- clk: samsung: Fix out-of-bound access of of_match_node() (Jinjie Ruan)
- clk: rockchip: fix finding of maximum clock ID (Yao Zi)
- kasan: Disable Software Tag-Based KASAN with GCC (Will Deacon)
- Documentation/protection-keys: add AArch64 to documentation (Joey Gouly)
- arm64: set POR_EL0 for kernel threads (Joey Gouly)
- arm64: probes: Fix uprobes for big-endian kernels (Mark Rutland)
- arm64: probes: Fix simulate_ldr*_literal() (Mark Rutland)
- arm64: probes: Remove broken LDR (literal) uprobe support (Mark Rutland)
- firmware: arm_scmi: Queue in scmi layer for mailbox implementation (Justin Chen)
- firmware: arm_scmi: Give SMC transport precedence over mailbox (Florian Fainelli)
- firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup() (Su Hui)
- firmware: arm_ffa: Avoid string-fortify warning caused by memcpy() (Gavin Shan)
- firmware: arm_ffa: Avoid string-fortify warning in export_uuid() (Arnd Bergmann)
- arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbers (Josua Mayer)
- reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC (Changhuang Liang)
- reset: npcm: convert comma to semicolon (Yan Zhen)
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin (Florian Klink)
- soc: fsl: cpm1: qmc: Fix unused data compilation warning (Herve Codina)
- soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointers (Geert Uytterhoeven)
- Documentation/process: maintainer-soc: clarify submitting patches (Krzysztof Kozlowski)
- dmaengine: cirrus: check that output may be truncated (Alexander Sverdlin)
- dmaengine: cirrus: ERR_CAST() ioremap error (Alexander Sverdlin)
- MAINTAINERS: use the canonical soc mailing list address and mark it as L: (Konstantin Ryabitsev)
- ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2 (Vasiliy Kovalev)
- ALSA/hda: intel-sdw-acpi: add support for sdw-manager-list property read (Pierre-Louis Bossart)
- ALSA/hda: intel-sdw-acpi: simplify sdw-master-count property read (Pierre-Louis Bossart)
- ALSA/hda: intel-sdw-acpi: fetch fwnode once in sdw_intel_scan_controller() (Pierre-Louis Bossart)
- ALSA/hda: intel-sdw-acpi: cleanup sdw_intel_scan_controller (Pierre-Louis Bossart)
- ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects (Baojun Xu)
- ALSA: scarlett2: Add error check after retrieving PEQ filter values (Zhu Jun)
- ALSA: hda/cs8409: Fix possible NULL dereference (Murad Masimov)
- sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML (Julian Vetter)
- ALSA: line6: update contact information (Markus Grabner)
- ALSA: usb-audio: Fix NULL pointer deref in snd_usb_power_domain_set() (Karol Kosik)
- ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2 (Vasiliy Kovalev)
- ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024 (christoph.plattner)
- net/mlx5e: Don't call cleanup on profile rollback failure (Cosmin Ratiu)
- net/mlx5: Unregister notifier on eswitch init failure (Cosmin Ratiu)
- net/mlx5: Fix command bitmask initialization (Shay Drory)
- net/mlx5: Check for invalid vector index on EQ creation (Maher Sanalla)
- net/mlx5: HWS, use lock classes for bwc locks (Cosmin Ratiu)
- net/mlx5: HWS, don't destroy more bwc queue locks than allocated (Cosmin Ratiu)
- net/mlx5: HWS, fixed double free in error flow of definer layout (Yevgeny Kliteynik)
- net/mlx5: HWS, removed wrong access to a number of rules variable (Yevgeny Kliteynik)
- mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow (Matthieu Baerts (NGI0))
- net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init (Felix Fietkau)
- vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame (Daniel Borkmann)
- net: dsa: vsc73xx: fix reception from VLAN-unaware bridges (Vladimir Oltean)
- net: ravb: Only advertise Rx/Tx timestamps if hardware supports it (Niklas Söderlund)
- net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test() (Jinjie Ruan)
- net: phy: mdio-bcm-unimac: Add BCM6846 support (Linus Walleij)
- dt-bindings: net: brcm,unimac-mdio: Add bcm6846-mdio (Linus Walleij)
- udp: Compute L4 checksum as usual when not segmenting the skb (Jakub Sitnicki)
- genetlink: hold RCU in genlmsg_mcast() (Eric Dumazet)
- net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361 (Peter Rashleigh)
- tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink(). (Kuniyuki Iwashima)
- net: bcmasp: fix potential memory leak in bcmasp_xmit() (Wang Hai)
- net: systemport: fix potential memory leak in bcm_sysport_xmit() (Wang Hai)
- net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit() (Wang Hai)
- net: xilinx: axienet: fix potential memory leak in axienet_start_xmit() (Wang Hai)
- selftests: mptcp: join: test for prohibited MPC to port-based endp (Paolo Abeni)
- mptcp: prevent MPC handshake on port-based signal endpoints (Paolo Abeni)
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Li RongQing)
- net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY (Oleksij Rempel)
- net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit() (Wang Hai)
- netdevsim: use cond_resched() in nsim_dev_trap_report_work() (Eric Dumazet)
- macsec: don't increment counters for an unrelated SA (Sabrina Dubroca)
- octeontx2-af: Fix potential integer overflows on integer shifts (Colin Ian King)
- net: stmmac: dwmac-tegra: Fix link bring-up sequence (Paritosh Dixit)
- net: usb: usbnet: fix race in probe failure (Oliver Neukum)
- net/smc: Fix memory leak when using percpu refs (Kai Shen)
- net: lan743x: Remove duplicate check (Jinjie Ruan)
- posix-clock: Fix missing timespec64 check in pc_clock_settime() (Jinjie Ruan)
- MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking drivers (Jakub Kicinski)
- selftests: drivers: net: fix name not defined (Alessandro Zanni)
- selftests: net/rds: add module not found (Alessandro Zanni)
- net: enetc: add missing static descriptor and inline keyword (Wei Fang)
- net: enetc: disable NAPI after all rings are disabled (Wei Fang)
- net: enetc: disable Tx BD rings after they are empty (Wei Fang)
- net: enetc: block concurrent XDP transmissions during ring reconfiguration (Wei Fang)
- net: enetc: remove xdp_drops statistic from enetc_xdp_drop() (Wei Fang)
- net: sparx5: fix source port register when mirroring (Daniel Machon)
- ipv4: give an IPv4 dev to blackhole_netdev (Xin Long)
- RDMA/bnxt_re: Fix the GID table length (Kalesh AP)
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (Bhargava Chenna Marreddy)
- RDMA/bnxt_re: Change the sequence of updating the CQ toggle value (Chandramohan Akula)
- RDMA/bnxt_re: Fix an error path in bnxt_re_add_device (Kalesh AP)
- RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop (Selvin Xavier)
- RDMA/bnxt_re: Fix a possible NULL pointer dereference (Kalesh AP)
- RDMA/bnxt_re: Return more meaningful error (Kalesh AP)
- RDMA/bnxt_re: Fix incorrect dereference of srq in async event (Kashyap Desai)
- RDMA/bnxt_re: Fix out of bound check (Kalesh AP)
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters (Abhishek Mohapatra)
- RDMA/srpt: Make slab cache names unique (Bart Van Assche)
- RDMA/irdma: Fix misspelling of "accept*" (Alexander Zubkov)
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (Anumula Murali Mohan Reddy)
- RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES (Showrya M N)
- RDMA/core: Fix ENODEV error for iWARP test over vlan (Anumula Murali Mohan Reddy)
- RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event (Qianqiang Liu)
- RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode (Selvin Xavier)
- RDMA/bnxt_re: Add a check for memory allocation (Kalesh AP)
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (Saravanan Vajravel)
- RDMA/bnxt_re: Fix a possible memory leak (Kalesh AP)
- btrfs: fix uninitialized pointer free on read_alloc_one_name() error (Roi Martin)
- btrfs: send: cleanup unneeded return variable in changed_verity() (Christian Heusel)
- btrfs: fix uninitialized pointer free in add_inode_ref() (Roi Martin)
- btrfs: use sector numbers as keys for the dirty extents xarray (Filipe Manana)
- ksmbd: add support for supplementary groups (Namjae Jeon)
- ksmbd: fix user-after-free from session log off (Namjae Jeon)
- crypto: marvell/cesa - Disable hash algorithms (Herbert Xu)
- crypto: testmgr - Hide ENOENT errors better (Herbert Xu)
- crypto: api - Fix liveliness check in crypto_alg_tested (Herbert Xu)
- sched_ext: Remove unnecessary cpu_relax() (David Vernet)
- sched_ext: Don't hold scx_tasks_lock for too long (Tejun Heo)
- sched_ext: Move scx_tasks_lock handling into scx_task_iter helpers (Tejun Heo)
- sched_ext: bypass mode shouldn't depend on ops.select_cpu() (Tejun Heo)
- sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl() (Tejun Heo)
- sched_ext: Start schedulers with consistent p->scx.slice values (Tejun Heo)
- Revert "sched_ext: Use shorter slice while bypassing" (Tejun Heo)
- sched_ext: use correct function name in pick_task_scx() warning message (Honglei Wang)
- selftests: sched_ext: Add sched_ext as proper selftest target (Björn Töpel)
- ring-buffer: Fix reader locking when changing the sub buffer order (Petr Pavlu)
- ring-buffer: Fix refcount setting of boot mapped buffers (Steven Rostedt)
- bcachefs: Fix sysfs warning in fstests generic/730,731 (Kent Overstreet)
- bcachefs: Handle race between stripe reuse, invalidate_stripe_to_dev (Kent Overstreet)
- bcachefs: Fix kasan splat in new_stripe_alloc_buckets() (Kent Overstreet)
- bcachefs: Add missing validation for bch_stripe.csum_granularity_bits (Kent Overstreet)
- bcachefs: Fix missing bounds checks in bch2_alloc_read() (Kent Overstreet)
- bcachefs: fix uaf in bch2_dio_write_done() (Kent Overstreet)
- bcachefs: Improve check_snapshot_exists() (Kent Overstreet)
- bcachefs: Fix bkey_nocow_lock() (Kent Overstreet)
- bcachefs: Fix accounting replay flags (Kent Overstreet)
- bcachefs: Fix invalid shift in member_to_text() (Kent Overstreet)
- bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALID (Kent Overstreet)
- bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry (Kent Overstreet)
- bcachefs: Check if stuck in journal_res_get() (Kent Overstreet)
- closures: Add closure_wait_event_timeout() (Kent Overstreet)
- bcachefs: Fix state lock involved deadlock (Alan Huang)
- bcachefs: Fix NULL pointer dereference in bch2_opt_to_text (Mohammed Anees)
- bcachefs: Release transaction before wake up (Alan Huang)
- bcachefs: add check for btree id against max in try read node (Piotr Zalewski)
- bcachefs: Disk accounting device validation fixes (Kent Overstreet)
- bcachefs: bch2_inode_or_descendents_is_open() (Kent Overstreet)
- bcachefs: Kill bch2_propagate_key_to_snapshot_leaves() (Kent Overstreet)
- bcachefs: bcachefs_metadata_version_inode_has_child_snapshots (Kent Overstreet)
- bcachefs: Delete vestigal check_inode() checks (Kent Overstreet)
- bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshots (Kent Overstreet)
- bcachefs: reattach_inode() now correctly handles interior snapshot nodes (Kent Overstreet)
- bcachefs: Split out check_unreachable_inodes() pass (Kent Overstreet)
- bcachefs: Fix lockdep splat in bch2_accounting_read (Kent Overstreet)
- f2fs: allow parallel DIO reads (Jaegeuk Kim)
- erofs: get rid of kaddr in `struct z_erofs_maprecorder` (Gao Xiang)
- erofs: get rid of z_erofs_try_to_claim_pcluster() (Gao Xiang)
- erofs: ensure regular inodes for file-backed mounts (Gao Xiang)
- redhat: configs: decrease CONFIG_PCP_BATCH_SCALE_MAX (Rafael Aquini)
- redhat/configs: Enable CONFIG_RCU_TRACE in Fedora/REHL kernels (Waiman Long)
- HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PEN (Jason Gerecke)
- HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() (Basavaraj Natikar)
- HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad (WangYuli)
- HID: multitouch: Add support for B2402FVA track point (Stefan Blum)
- HID: plantronics: Workaround for an unexcepted opposite volume key (Wade Wang)
- hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma (SurajSonawane2415)
- Linux 6.12-rc3 (Linus Torvalds)
- cifs: Fix creating native symlinks pointing to current or parent directory (Pali Rohár)
- cifs: Improve creating native symlinks pointing to directory (Pali Rohár)
- net/9p/usbg: Fix build error (Jinjie Ruan)
- USB: yurex: kill needless initialization in yurex_read (Oliver Neukum)
- Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant" (Oliver Neukum)
- usb: xhci: Fix problem with xhci resume from suspend (Jose Alberto Reguero)
- usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus support (Radhey Shyam Pandey)
- usb: dwc3: core: Stop processing of pending events if controller is halted (Selvarasu Ganesan)
- usb: dwc3: re-enable runtime PM after failed resume (Roy Luo)
- usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip (Icenowy Zheng)
- usb: gadget: core: force synchronous registration (John Keeping)
- mailmap: update mail for Fiona Behrens (Fiona Behrens)
- rust: device: change the from_raw() function (Guilherme Giacomo Simoes)
- powerpc/8xx: Fix kernel DTLB miss on dcbz (Christophe Leroy)
- scsi: scsi_transport_fc: Allow setting rport state to current state (Benjamin Marzinski)
- scsi: wd33c93: Don't use stale scsi_pointer value (Daniel Palmer)
- scsi: fnic: Move flush_work initialization out of if block (Martin Wilck)
- scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb() (Avri Altman)
- hwmon: (max1668) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (ltc2991) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (adt7470) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (adm9240) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C (Javier Carrasco)
- hwmon: (tmp513) Add missing dependency on REGMAP_I2C (Guenter Roeck)
- hwmon: (adt7475) Fix memory leak in adt7475_fan_pwm_config() (Javier Carrasco)
- hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die Temperature (Peter Colberg)
- ftrace/selftest: Test combination of function_graph tracer and function profiler (Steven Rostedt)
- selftests/rseq: Fix mm_cid test failure (Mathieu Desnoyers)
- selftests: vDSO: Explicitly include sched.h (Yu Liao)
- selftests: vDSO: improve getrandom and chacha error messages (Jason A. Donenfeld)
- selftests: vDSO: unconditionally build getrandom test (Jason A. Donenfeld)
- selftests: vDSO: unconditionally build chacha test (Jason A. Donenfeld)
- of: Skip kunit tests when arm64+ACPI doesn't populate root node (Stephen Boyd)
- of: Fix unbalanced of node refcount and memory leaks (Jinjie Ruan)
- dt-bindings: interrupt-controller: fsl,ls-extirq: workaround wrong interrupt-map number (Frank Li)
- dt-bindings: misc: fsl,qoriq-mc: remove ref for msi-parent (Frank Li)
- dt-bindings: display: elgin,jg10309-01: Add own binding (Fabio Estevam)
- fbdev: Switch back to struct platform_driver::remove() (Uwe Kleine-König)
- gpio: aspeed: Use devm_clk api to manage clock source (Billy Tsai)
- gpio: aspeed: Add the flush write to ensure the write complete. (Billy Tsai)
- NFS: remove revoked delegation from server's delegation list (Dai Ngo)
- nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstp (Mike Snitzer)
- nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT (Mike Snitzer)
- nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put() (Mike Snitzer)
- NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() (Yanjun Zhang)
- SUNRPC: Fix integer overflow in decode_rc_list() (Dan Carpenter)
- sunrpc: fix prog selection loop in svc_process_common (NeilBrown)
- nfs: Remove duplicated include in localio.c (Yang Li)
- rcu/nocb: Fix rcuog wake-up from offline softirq (Frederic Weisbecker)
- x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASE (Juergen Gross)
- io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT (Jens Axboe)
- io_uring/rw: fix cflags posting for single issue multishot read (Jens Axboe)
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support (Zhang Rui)
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support (Zhang Rui)
- powercap: intel_rapl_msr: Add PL4 support for Arrowlake-U (Sumeet Pawnikar)
- powercap: intel_rapl_tpmi: Ignore minor version change (Zhang Rui)
- thermal: intel: int340x: processor: Fix warning during module unload (Zhang Rui)
- powercap: intel_rapl_tpmi: Fix bogus register reading (Zhang Rui)
- thermal: core: Free tzp copy along with the thermal zone (Rafael J. Wysocki)
- thermal: core: Reference count the zone in thermal_zone_get_by_id() (Rafael J. Wysocki)
- ACPI: resource: Fold Asus Vivobook Pro N6506M* DMI quirks together (Hans de Goede)
- ACPI: resource: Fold Asus ExpertBook B1402C* and B1502C* DMI quirks together (Hans de Goede)
- ACPI: resource: Make Asus ExpertBook B2502 matches cover more models (Hans de Goede)
- ACPI: resource: Make Asus ExpertBook B2402 matches cover more models (Hans de Goede)
- PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list() (Ulf Hansson)
- Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()" (Ulf Hansson)
- pmdomain: qcom-cpr: Fix the return of uninitialized variable (Zhang Zekun)
- OPP: fix error code in dev_pm_opp_set_config() (Dan Carpenter)
- mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling (Michal Wilczynski)
- Revert "mmc: mvsdio: Use sg_miter for PIO" (Linus Walleij)
- mmc: core: Only set maximum DMA segment size if DMA is supported (Guenter Roeck)
- ata: libata: Update MAINTAINERS file (Damien Le Moal)
- ata: libata: avoid superfluous disk spin down + spin up during hibernation (Niklas Cassel)
- drm/xe: Make wedged_mode debugfs writable (Matt Roper)
- drm/xe: Restore GT freq on GSC load error (Vinay Belgaumkar)
- drm/xe/guc_submit: fix xa_store() error checking (Matthew Auld)
- drm/xe/ct: fix xa_store() error checking (Matthew Auld)
- drm/xe/ct: prevent UAF in send_recv() (Matthew Auld)
- drm/fbdev-dma: Only cleanup deferred I/O if necessary (Janne Grunau)
- nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error (Yonatan Maman)
- nouveau/dmem: Fix privileged error in copy engine channel (Yonatan Maman)
- drm/vc4: Stop the active perfmon before being destroyed (Maíra Canal)
- drm/v3d: Stop the active perfmon before being destroyed (Maíra Canal)
- drm/nouveau/gsp: remove extraneous ; after mutex (Colin Ian King)
- drm/xe: Drop GuC submit_wq pool (Matthew Brost)
- drm/sched: Use drm sched lockdep map for submit_wq (Matthew Brost)
- drm/i915/hdcp: fix connector refcounting (Jani Nikula)
- drm/radeon: always set GEM function pointer (Christian König)
- drm/amd/display: fix hibernate entry for DCN35+ (Hamza Mahfooz)
- drm/amd/display: Clear update flags after update has been applied (Josip Pavic)
- drm/amdgpu: partially revert powerplay `__counted_by` changes (Alex Deucher)
- drm/radeon: add late_register for connector (Wu Hoi Pok)
- drm/amdkfd: Fix an eviction fence leak (Lang Yu)
- fedora: distable RTL8192E wifi driver (Peter Robinson)
- common: arm64: Fixup and cleanup some SCMI options (Peter Robinson)
- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson)
- v6.12-rc2-rt4 (Sebastian Andrzej Siewior)
- sched: Replace PREEMPT_AUTO with LAZY_PREEMPT. (Sebastian Andrzej Siewior)
- softirq: Clean white space. (Sebastian Andrzej Siewior)
- mm: percpu: Increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds. (Sebastian Andrzej Siewior)
- ARM: vfp: Rename the locking functions. (Sebastian Andrzej Siewior)
- v6.12-rc2-rt3 (Sebastian Andrzej Siewior)
- MAINTAINERS: Add headers and mailing list to UDP section (Simon Horman)
- MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL] (Simon Horman)
- slip: make slhc_remember() more robust against malicious packets (Eric Dumazet)
- net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC (D. Wythe)
- ppp: fix ppp_async_encode() illegal access (Eric Dumazet)
- docs: netdev: document guidance on cleanup patches (Simon Horman)
- phonet: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- mpls: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- mctp: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- bridge: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- vxlan: Handle error of rtnl_register_module(). (Kuniyuki Iwashima)
- rtnetlink: Add bulk registration helpers for rtnetlink message handlers. (Kuniyuki Iwashima)
- selftests: netfilter: conntrack_vrf.sh: add fib test case (Florian Westphal)
- netfilter: fib: check correct rtable in vrf setups (Florian Westphal)
- netfilter: xtables: avoid NFPROTO_UNSPEC where needed (Florian Westphal)
- net: do not delay dst_entries_add() in dst_release() (Eric Dumazet)
- e1000e: change I219 (19) devices to ADP (Vitaly Lifshits)
- igb: Do not bring the device up after non-fatal error (Mohamed Khalfella)
- i40e: Fix macvlan leak by synchronizing access to mac_filter_hash (Aleksandr Loktionov)
- ice: Fix increasing MSI-X on VF (Marcin Szycik)
- ice: Flush FDB entries before reset (Wojciech Drewek)
- ice: Fix netif_is_ice() in Safe Mode (Marcin Szycik)
- ice: Fix entering Safe Mode (Marcin Szycik)
- mptcp: pm: do not remove closing subflows (Matthieu Baerts (NGI0))
- mptcp: fallback when MPTCP opts are dropped after 1st data (Matthieu Baerts (NGI0))
- tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni)
- mptcp: handle consistently DSS corruption (Paolo Abeni)
- net: netconsole: fix wrong warning (Breno Leitao)
- net: dsa: refuse cross-chip mirroring operations (Vladimir Oltean)
- net: fec: don't save PTP state if PTP is unsupported (Wei Fang)
- net: ibm: emac: mal: add dcr_unmap to _remove (Rosen Penev)
- net: ftgmac100: fixed not check status from fixed phy (Jacky Chou)
- net: hns3/hns: Update the maintainer for the HNS3/HNS ethernet driver (Jijie Shao)
- sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start (Xin Long)
- net: amd: mvme147: Fix probe banner message (Daniel Palmer)
- net: phy: realtek: Fix MMD access on RTL8126A-integrated PHY (Heiner Kallweit)
- net: ti: icssg-prueth: Fix race condition for VLAN table access (MD Danish Anwar)
- net: ibm: emac: mal: fix wrong goto (Rosen Penev)
- net/sched: accept TCA_STAB only for root qdisc (Eric Dumazet)
- selftests: make kselftest-clean remove libynl outputs (Greg Thelen)
- selftests: net: rds: add gitignore file for include.sh (Javier Carrasco)
- selftests: net: rds: add include.sh to EXTRA_CLEAN (Javier Carrasco)
- selftests: net: add msg_oob to gitignore (Javier Carrasco)
- net: dsa: b53: fix jumbo frames on 10/100 ports (Jonas Gorski)
- net: dsa: b53: allow lower MTUs on BCM5325/5365 (Jonas Gorski)
- net: dsa: b53: fix max MTU for BCM5325/BCM5365 (Jonas Gorski)
- net: dsa: b53: fix max MTU for 1g switches (Jonas Gorski)
- net: dsa: b53: fix jumbo frame mtu check (Jonas Gorski)
- net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removal (Nicolas Pitre)
- net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removal (Nicolas Pitre)
- net: airoha: Update tx cpu dma ring idx at the end of xmit loop (Lorenzo Bianconi)
- net: phy: Remove LED entry from LEDs list on unregister (Christian Marangi)
- Bluetooth: btusb: Don't fail external suspend requests (Luiz Augusto von Dentz)
- Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync (Luiz Augusto von Dentz)
- Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change (Luiz Augusto von Dentz)
- net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo() (Christophe JAILLET)
- Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled" (Jakub Kicinski)
- net: dsa: lan9303: ensure chip reset and wait for READY status (Anatolij Gustschin)
- net: explicitly clear the sk pointer, when pf->create fails (Ignat Korchagin)
- net: phy: bcm84881: Fix some error handling paths (Christophe JAILLET)
- net: Fix an unsafe loop on the list (Anastasia Kovaleva)
- net: pse-pd: Fix enabled status mismatch (Kory Maincent)
- selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test (Kacper Ludwinski)
- ibmvnic: Inspect header requirements before using scrq direct (Nick Child)
- selftests: add regression test for br_netfilter panic (Andy Roulin)
- netfilter: br_netfilter: fix panic with metadata_dst skb (Andy Roulin)
- net: dsa: sja1105: fix reception from VLAN-unaware bridges (Vladimir Oltean)
- idpf: deinit virtchnl transaction manager after vport and vectors (Larysa Zaremba)
- idpf: use actual mbx receive payload length (Joshua Hay)
- idpf: fix VF dynamic interrupt ctl register initialization (Ahmed Zaki)
- ice: fix VLAN replay after reset (Dave Ertman)
- ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins (Arkadiusz Kubalewski)
- ice: fix memleak in ice_init_tx_topology() (Przemek Kitszel)
- ice: clear port vlan config during reset (Michal Swiatkowski)
- ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count() (Gui-Dong Han)
- ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins() (Gui-Dong Han)
- ice: set correct dst VSI in only LAN filters (Michal Swiatkowski)
- Documentation: networking/tcp_ao: typo and grammar fixes (Leo Stone)
- rxrpc: Fix uninitialised variable in rxrpc_send_data() (David Howells)
- rxrpc: Fix a race between socket set up and I/O thread creation (David Howells)
- tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out (Neal Cardwell)
- tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe (Neal Cardwell)
- tcp: fix to allow timestamp undo if no retransmits were sent (Neal Cardwell)
- net: phy: aquantia: remove usage of phy_set_max_speed (Abhishek Chauhan)
- net: phy: aquantia: AQR115c fix up PMA capabilities (Abhishek Chauhan)
- sfc: Don't invoke xdp_do_flush() from netpoll. (Sebastian Andrzej Siewior)
- net: phy: dp83869: fix memory corruption when enabling fiber (Ingo van Lil)
- ring-buffer: Do not have boot mapped buffers hook to CPU hotplug (Steven Rostedt)
- btrfs: fix clear_dirty and writeback ordering in submit_one_sector() (Naohiro Aota)
- btrfs: zoned: fix missing RCU locking in error message when loading zone info (Filipe Manana)
- btrfs: fix missing error handling when adding delayed ref with qgroups enabled (Filipe Manana)
- btrfs: add cancellation points to trim loops (Luca Stefani)
- btrfs: split remaining space to discard in chunks (Luca Stefani)
- nfsd: fix possible badness in FREE_STATEID (Olga Kornievskaia)
- nfsd: nfsd_destroy_serv() must call svc_destroy() even if nfsd_startup_net() failed (NeilBrown)
- NFSD: Mark filecache "down" if init fails (Chuck Lever)
- xfs: fix a typo (Andrew Kreimer)
- xfs: don't free cowblocks from under dirty pagecache on unshare (Brian Foster)
- xfs: skip background cowblock trims on inodes open for write (Brian Foster)
- xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc (Christoph Hellwig)
- xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc (Christoph Hellwig)
- xfs: don't ifdef around the exact minlen allocations (Christoph Hellwig)
- xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate (Christoph Hellwig)
- xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname (Christoph Hellwig)
- xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split (Christoph Hellwig)
- xfs: return bool from xfs_attr3_leaf_add (Christoph Hellwig)
- xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname (Christoph Hellwig)
- xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate() (Uros Bizjak)
- xfs: scrub: convert comma to semicolon (Yan Zhen)
- xfs: Remove empty declartion in header file (Zhang Zekun)
- MAINTAINERS: add Carlos Maiolino as XFS release manager (Chandan Babu R)
- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede)
- mm: zswap: delete comments for "value" member of 'struct zswap_entry'. (Kanchana P Sridhar)
- CREDITS: sort alphabetically by name (Krzysztof Kozlowski)
- secretmem: disable memfd_secret() if arch cannot set direct map (Patrick Roy)
- .mailmap: update Fangrui's email (Fangrui Song)
- mm/huge_memory: check pmd_special() only after pmd_present() (David Hildenbrand)
- resource, kunit: fix user-after-free in resource_test_region_intersects() (Huang Ying)
- fs/proc/kcore.c: allow translation of physical memory addresses (Alexander Gordeev)
- selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test (Donet Tom)
- device-dax: correct pgoff align in dax_set_mapping() (Kun(llfl))
- kthread: unpark only parked kthread (Frederic Weisbecker)
- Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN" (Michal Hocko)
- bcachefs: do not use PF_MEMALLOC_NORECLAIM (Michal Hocko)
- misc: sgi-gru: Don't disable preemption in GRU driver (Dimitri Sivanich)
- unicode: Don't special case ignorable code points (Gabriel Krisman Bertazi)
- sched_ext: Documentation: Update instructions for running example schedulers (Devaansh-Kumar)
- sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTED (Tejun Heo)
- sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() was called (Tejun Heo)
- sched/core: Make select_task_rq() take the pointer to wake_flags instead of value (Tejun Heo)
- sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init() (Tejun Heo)
- sched_ext: Improve error reporting during loading (Tejun Heo)
- sched_ext: Add __weak markers to BPF helper function decalarations (Vishal Chourasia)
- fs/ntfs3: Format output messages like others fs in kernel (Konstantin Komarov)
- fs/ntfs3: Additional check in ntfs_file_release (Konstantin Komarov)
- fs/ntfs3: Fix general protection fault in run_is_mapped_full (Konstantin Komarov)
- fs/ntfs3: Sequential field availability check in mi_enum_attr() (Konstantin Komarov)
- fs/ntfs3: Additional check in ni_clear() (Konstantin Komarov)
- fs/ntfs3: Fix possible deadlock in mi_read (Konstantin Komarov)
- ntfs3: Change to non-blocking allocation in ntfs_d_hash (Diogo Jahchan Koike)
- fs/ntfs3: Remove unused al_delete_le (Dr. David Alan Gilbert)
- fs/ntfs3: Rename ntfs3_setattr into ntfs_setattr (Konstantin Komarov)
- fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag (Konstantin Komarov)
- fs/ntfs3: Add support for the compression attribute (Konstantin Komarov)
- fs/ntfs3: Implement fallocate for compressed files (Konstantin Komarov)
- fs/ntfs3: Make checks in run_unpack more clear (Konstantin Komarov)
- fs/ntfs3: Add rough attr alloc_size check (Konstantin Komarov)
- fs/ntfs3: Stale inode instead of bad (Konstantin Komarov)
- fs/ntfs3: Refactor enum_rstbl to suppress static checker (Konstantin Komarov)
- fs/ntfs3: Fix sparse warning in ni_fiemap (Konstantin Komarov)
- fs/ntfs3: Fix warning possible deadlock in ntfs_set_state (Konstantin Komarov)
- fs/ntfs3: Fix sparse warning for bigendian (Konstantin Komarov)
- fs/ntfs3: Separete common code for file_read/write iter/splice (Konstantin Komarov)
- fs/ntfs3: Optimize large writes into sparse file (Konstantin Komarov)
- fs/ntfs3: Do not call file_modified if collapse range failed (Konstantin Komarov)
- fs/ntfs3: Check if more than chunk-size bytes are written (Andrew Ballance)
- ntfs3: Add bounds checking to mi_enum_attr() (lei lu)
- fs/ntfs3: Use swap() to improve code (Thorsten Blum)
- perf cs-etm: Fix the assert() to handle captured and unprocessed cpu trace (Ilkka Koskinen)
- perf build: Fix build feature-dwarf_getlocations fail for old libdw (Yang Jihong)
- perf build: Fix static compilation error when libdw is not installed (Yang Jihong)
- perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORT (James Clark)
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Arnaldo Carvalho de Melo)
- perf tools: Cope with differences for lib/list_sort.c copy from the kernel (Arnaldo Carvalho de Melo)
- tools check_headers.sh: Add check variant that excludes some hunks (Arnaldo Carvalho de Melo)
- perf beauty: Update copy of linux/socket.h with the kernel sources (Arnaldo Carvalho de Melo)
- tools headers UAPI: Sync the linux/in.h with the kernel sources (Arnaldo Carvalho de Melo)
- perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools include UAPI: Sync linux/fcntl.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools include UAPI: Sync linux/sched.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools include UAPI: Sync sound/asound.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- perf vdso: Missed put on 32-bit dsos (Ian Rogers)
- perf symbol: Set binary_type of dso when loading (Namhyung Kim)
- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes)
- vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (Haoran Zhang)
- vsock/virtio: use GFP_ATOMIC under RCU read lock (Michael S. Tsirkin)
- virtio_console: fix misc probe bugs (Michael S. Tsirkin)
- virtio_ring: tag event_triggered as racy for KCSAN (Michael S. Tsirkin)
- vdpa/octeon_ep: Fix format specifier for pointers in debug messages (Srujana Challa)
- configs: rhel: Fix designware I2C controllers related config settings (Hans de Goede)
- Enable CONFIG_DMA_NUMA_CMA for x86_64 and aarch64 (Chris von Recklinghausen)
- new config in drivers/phy (Izabela Bakollari)
- configs: fedora: Unset CONFIG_I2C_DESIGNWARE_CORE on s390x (Hans de Goede)
- configs: fedora: Drop duplicate CONFIG_I2C_DESIGNWARE_CORE for x86_64 and aarch64 (Hans de Goede)
- Enable DESIGNWARE_CORE for ppc as well (Justin M. Forbes)
- Fix up I2C_DESIGNWARE_CORE config for Fedora (Justin M. Forbes)
- Linux 6.12-rc2 (Linus Torvalds)
- kbuild: deb-pkg: Remove blank first line from maint scripts (Aaron Thompson)
- kbuild: fix a typo dt_binding_schema -> dt_binding_schemas (Xu Yang)
- scripts: import more list macros (Sami Tolvanen)
- kconfig: qconf: fix buffer overflow in debug links (Masahiro Yamada)
- kconfig: qconf: move conf_read() before drawing tree pain (Masahiro Yamada)
- kconfig: clear expr::val_is_valid when allocated (Masahiro Yamada)
- kconfig: fix infinite loop in sym_calc_choice() (Masahiro Yamada)
- kbuild: move non-boot built-in DTBs to .rodata section (Masahiro Yamada)
- platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors (Hans de Goede)
- platform/x86: wmi: Update WMI driver API documentation (Armin Wolf)
- platform/x86: dell-ddv: Fix typo in documentation (Anaswara T Rajan)
- platform/x86: dell-sysman: add support for alienware products (Crag Wang)
- platform/x86/intel: power-domains: Add Diamond Rapids support (Srinivas Pandruvada)
- platform/x86: ISST: Add Diamond Rapids to support list (Srinivas Pandruvada)
- platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby Lake (Hans de Goede)
- platform/x86: dell-laptop: Do not fail when encountering unsupported batteries (Armin Wolf)
- MAINTAINERS: Update Intel In Field Scan(IFS) entry (Jithu Joseph)
- platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug (Zach Wade)
- KVM: arm64: Fix kvm_has_feat*() handling of negative features (Marc Zyngier)
- KVM: arm64: Another reviewer reshuffle (Marc Zyngier)
- KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM (Mark Brown)
- KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path (Vincent Donnefort)
- x86/reboot: emergency callbacks are now registered by common KVM code (Paolo Bonzini)
- KVM: x86: leave kvm.ko out of the build if no vendor module is requested (Paolo Bonzini)
- KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU (Paolo Bonzini)
- KVM: selftests: Fix build on architectures other than x86_64 (Mark Brown)
- powerpc/vdso: allow r30 in vDSO code generation of getrandom (Jason A. Donenfeld)
- bcachefs: Rework logged op error handling (Kent Overstreet)
- bcachefs: Add warn param to subvol_get_snapshot, peek_inode (Kent Overstreet)
- bcachefs: Kill snapshot arg to fsck_write_inode() (Kent Overstreet)
- bcachefs: Check for unlinked, non-empty dirs in check_inode() (Kent Overstreet)
- bcachefs: Check for unlinked inodes with dirents (Kent Overstreet)
- bcachefs: Check for directories with no backpointers (Kent Overstreet)
- bcachefs: Kill alloc_v4.fragmentation_lru (Kent Overstreet)
- bcachefs: minor lru fsck fixes (Kent Overstreet)
- bcachefs: Mark more errors AUTOFIX (Kent Overstreet)
- bcachefs: Make sure we print error that causes fsck to bail out (Kent Overstreet)
- bcachefs: bkey errors are only AUTOFIX during read (Kent Overstreet)
- bcachefs: Create lost+found in correct snapshot (Kent Overstreet)
- bcachefs: Fix reattach_inode() (Kent Overstreet)
- bcachefs: Add missing wakeup to bch2_inode_hash_remove() (Kent Overstreet)
- bcachefs: Fix trans_commit disk accounting revert (Kent Overstreet)
- bcachefs: Fix bch2_inode_is_open() check (Kent Overstreet)
- bcachefs: Fix return type of dirent_points_to_inode_nowarn() (Kent Overstreet)
- bcachefs: Fix bad shift in bch2_read_flag_list() (Kent Overstreet)
- xen: Fix config option reference in XEN_PRIVCMD definition (Lukas Bulwahn)
- ext4: fix off by one issue in alloc_flex_gd() (Baokun Li)
- ext4: mark fc as ineligible using an handle in ext4_xattr_set() (Luis Henriques (SUSE))
- ext4: use handle to mark fc as ineligible in __track_dentry_update() (Luis Henriques (SUSE))
- EINJ, CXL: Fix CXL device SBDF calculation (Ben Cheatham)
- i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume (Marek Vasut)
- spi: spi-cadence: Fix missing spi_controller_is_target() check (Jinjie Ruan)
- spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled (Jinjie Ruan)
- spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled (Jinjie Ruan)
- spi: s3c64xx: fix timeout counters in flush_fifo (Ben Dooks)
- spi: atmel-quadspi: Fix wrong register value written to MR (Alexander Dahl)
- MAINTAINERS: Add security/Kconfig.hardening to hardening section (Nathan Chancellor)
- hardening: Adjust dependencies in selection of MODVERSIONS (Nathan Chancellor)
- MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list (Kees Cook)
- tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support (Paul Moore)
- selftests: breakpoints: use remaining time to check if suspend succeed (Yifei Liu)
- kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3 (Alessandro Zanni)
- selftest: hid: add missing run-hid-tools-tests.sh (Yun Lu)
- selftests: vDSO: align getrandom states to cache line (Jason A. Donenfeld)
- selftests: exec: update gitignore for load_address (Javier Carrasco)
- selftests: core: add unshare_test to gitignore (Javier Carrasco)
- clone3: clone3_cap_checkpoint_restore: remove unused MAX_PID_NS_LEVEL macro (Ba Jing)
- selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error() (Shuah Khan)
- selftest: rtc: Check if could access /dev/rtc0 before testing (Joseph Jang)
- arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (Easwar Hariharan)
- arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS (Mark Rutland)
- arm64: errata: Expand speculative SSBS workaround once more (Mark Rutland)
- arm64: cputype: Add Neoverse-N3 definitions (Mark Rutland)
- arm64: Force position-independent veneers (Mark Rutland)
- riscv: Fix kernel stack size when KASAN is enabled (Alexandre Ghiti)
- drivers/perf: riscv: Align errno for unsupported perf event (Pu Lehui)
- tracing/hwlat: Fix a race during cpuhp processing (Wei Li)
- tracing/timerlat: Fix a race during cpuhp processing (Wei Li)
- tracing/timerlat: Drop interface_lock in stop_kthread() (Wei Li)
- tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline (Wei Li)
- x86/ftrace: Include <asm/ptrace.h> (Sami Tolvanen)
- rtla: Fix the help text in osnoise and timerlat top tools (Eder Zulian)
- tools/rtla: Fix installation from out-of-tree build (Ben Hutchings)
- tracing: Fix trace_check_vprintf() when tp_printk is used (Steven Rostedt)
- slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in (Vlastimil Babka)
- mm, slab: suppress warnings in test_leak_destroy kunit test (Vlastimil Babka)
- rcu/kvfree: Refactor kvfree_rcu_queue_batch() (Uladzislau Rezki (Sony))
- mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release() (Nilay Shroff)
- ACPI: battery: Fix possible crash when unregistering a battery hook (Armin Wolf)
- ACPI: battery: Simplify battery hook locking (Armin Wolf)
- ACPI: video: Add backlight=native quirk for Dell OptiPlex 5480 AIO (Hans de Goede)
- ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[] (Hans de Goede)
- ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[] (Hans de Goede)
- ACPI: resource: Loosen the Asus E1404GAB DMI match to also cover the E1404GA (Hans de Goede)
- ACPI: resource: Remove duplicate Asus E1504GAB IRQ override (Hans de Goede)
- cpufreq: Avoid a bad reference count on CPU node (Miquel Sabaté Solà)
- cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock (Uwe Kleine-König)
- gpiolib: Fix potential NULL pointer dereference in gpiod_get_label() (Lad Prabhakar)
- gpio: davinci: Fix condition for irqchip registration (Vignesh Raghavendra)
- gpio: davinci: fix lazy disable (Emanuele Ghidoli)
- ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin (Takashi Iwai)
- ALSA: line6: add hw monitor volume control to POD HD500X (Hans P. Moller)
- ALSA: gus: Fix some error handling paths related to get_bpos() usage (Christophe JAILLET)
- ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_init() (Takashi Iwai)
- ALSA: usb-audio: Add native DSD support for Luxman D-08u (Jan Lalinsky)
- ALSA: core: add isascii() check to card ID generator (Jaroslav Kysela)
- MAINTAINERS: ALSA: use linux-sound@vger.kernel.org list (Jaroslav Kysela)
- ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string (Alexey Klimov)
- ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard (Alexey Klimov)
- ASoC: intel: sof_sdw: Add check devm_kasprintf() returned value (Charles Han)
- ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m (Hui Wang)
- ASoC: dt-bindings: davinci-mcasp: Fix interrupts property (Miquel Raynal)
- ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators (Charles Keepax)
- ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item (Bard Liao)
- ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit (Shengjiu Wang)
- ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1 (Wolfram Sang)
- ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (Alexey Klimov)
- ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized (Andrei Simion)
- ASoC: cs35l45: Corrects cs35l45_get_clk_freq_id function data type (Ricardo Rivera-Matos)
- ASoC: topology: Fix incorrect addressing assignments (Tang Bin)
- ASoC: amd: yc: Add quirk for HP Dragonfly pro one (David Lawrence Glanzman)
- ASoC: amd: acp: don't set card long_name (Vijendar Mukunda)
- Revert "ALSA: hda: Conditionally use snooping for AMD HDMI" (Takashi Iwai)
- ALSA: hda: fix trigger_tstamp_latched (Jaroslav Kysela)
- ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200 (Abhishek Tamboli)
- ALSA: hda/generic: Drop obsoleted obey_preferred_dacs flag (Takashi Iwai)
- ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs (Takashi Iwai)
- ALSA: silence integer wrapping warning (Dan Carpenter)
- ALSA: Reorganize kerneldoc parameter names (Julia Lawall)
- ALSA: hda/realtek: Fix the push button function for the ALC257 (Oder Chiou)
- ALSA: hda/conexant: fix some typos (Oldherl Oh)
- ALSA: mixer_oss: Remove some incorrect kfree_const() usages (Christophe JAILLET)
- ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9 (Ai Chao)
- ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET (Lianqin Hu)
- ALSA: Fix typos in comments across various files (Yu Jiaoliang)
- selftest: alsa: check if user has alsa installed (Abdul Rahim)
- ALSA: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Uwe Kleine-König)
- ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop (Baojun Xu)
- ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8 (Nikolai Afanasenkov)
- drm/xe: Fix memory leak when aborting binds (Matthew Brost)
- drm/xe: Prevent null pointer access in xe_migrate_copy (Zhanjun Dong)
- drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream close (José Roberto de Souza)
- drm/xe/queue: move xa_alloc to prevent UAF (Matthew Auld)
- drm/xe/vm: move xa_alloc to prevent UAF (Matthew Auld)
- drm/xe: Clean up VM / exec queue file lock usage. (Matthew Brost)
- drm/xe: Resume TDR after GT reset (Matthew Brost)
- drm/xe/xe2: Add performance tuning for L3 cache flushing (Gustavo Sousa)
- drm/xe/xe2: Extend performance tuning to media GT (Gustavo Sousa)
- drm/xe/mcr: Use Xe2_LPM steering tables for Xe2_HPM (Gustavo Sousa)
- drm/xe: Use helper for ASID -> VM in GPU faults and access counters (Matthew Brost)
- drm/xe: Convert to USM lock to rwsem (Matthew Brost)
- drm/xe: use devm_add_action_or_reset() helper (He Lugang)
- drm/xe: fix UAF around queue destruction (Matthew Auld)
- drm/xe/guc_submit: add missing locking in wedged_fini (Matthew Auld)
- drm/xe: Restore pci state upon resume (Rodrigo Vivi)
- drm/i915/gem: fix bitwise and logical AND mixup (Jani Nikula)
- drm/panthor: Don't add write fences to the shared BOs (Boris Brezillon)
- drm/panthor: Don't declare a queue blocked if deferred operations are pending (Boris Brezillon)
- drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup() (Boris Brezillon)
- drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc() (Boris Brezillon)
- drm/panthor: Add FOP_UNSIGNED_OFFSET to fop_flags (Liviu Dudau)
- drm/sched: revert "Always increment correct scheduler score" (Christian König)
- drm/sched: Always increment correct scheduler score (Tvrtko Ursulin)
- drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job (Tvrtko Ursulin)
- drm/sched: Add locking to drm_sched_entity_modify_sched (Tvrtko Ursulin)
- drm/amd/display: Fix system hang while resume with TBT monitor (Tom Chung)
- drm/amd/display: Enable idle workqueue for more IPS modes (Leo Li)
- drm/amd/display: Add HDR workaround for specific eDP (Alex Hung)
- drm/amd/display: avoid set dispclk to 0 (Charlene Liu)
- drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSC (Fangzhi Zuo)
- drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35 (Yihan Zhu)
- firmware/sysfb: Disable sysfb for firmware buffers with unknown parent (Thomas Zimmermann)
- drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS (Thomas Zimmermann)
- drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes (Derek Foreman)
- drm/sched: Fix dynamic job-flow control race (Rob Clark)
- MAINTAINERS: drm/sched: Add new maintainers (Philipp Stanner)
- drm/panthor: Fix race when converting group handle to group object (Steven Price)
- drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA (Hans de Goede)
- drm/display: fix kerneldocs references (Dmitry Baryshkov)
- drm/dp_mst: Fix DSC decompression detection in Synaptics branch devices (Imre Deak)
- aoe: fix the potential use-after-free problem in more places (Chun-Yi Lee)
- blk_iocost: remove some duplicate irq disable/enables (Dan Carpenter)
- block: fix blk_rq_map_integrity_sg kernel-doc (Keith Busch)
- io_uring/net: harden multishot termination case for recv (Jens Axboe)
- io_uring: fix casts to io_req_flags_t (Min-Hua Chen)
- io_uring: fix memory leak when cache init fail (Guixin Liu)
- inotify: Fix possible deadlock in fsnotify_destroy_mark (Lizhi Xu)
- fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched() (Jan Kara)
- udf: fix uninit-value use in udf_get_fileshortad (Gianfranco Trad)
- udf: refactor inode_bmap() to handle error (Zhao Mengmeng)
- udf: refactor udf_next_aext() to handle error (Zhao Mengmeng)
- udf: refactor udf_current_aext() to handle error (Zhao Mengmeng)
- ceph: fix cap ref leak via netfs init_request (Patrick Donnelly)
- ceph: use struct_size() helper in __ceph_pool_perm_get() (Thorsten Blum)
- btrfs: disable rate limiting when debug enabled (Leo Martins)
- btrfs: wait for fixup workers before stopping cleaner kthread during umount (Filipe Manana)
- btrfs: fix a NULL pointer dereference when failed to start a new trasacntion (Qu Wenruo)
- btrfs: send: fix invalid clone operation for file that got its size decreased (Filipe Manana)
- btrfs: tracepoints: end assignment with semicolon at btrfs_qgroup_extent event class (Filipe Manana)
- btrfs: drop the backref cache during relocation if we commit (Josef Bacik)
- btrfs: also add stripe entries for NOCOW writes (Johannes Thumshirn)
- btrfs: send: fix buffer overflow detection when copying path to cache entry (Filipe Manana)
- cifs: Do not convert delimiter when parsing NFS-style symlinks (Pali Rohár)
- cifs: Validate content of NFS reparse point buffer (Pali Rohár)
- cifs: Fix buffer overflow when parsing NFS reparse points (Pali Rohár)
- smb: client: Correct typos in multiple comments across various files (Shen Lichuan)
- smb: client: use actual path when queryfs (wangrong)
- cifs: Remove intermediate object of failed create reparse call (Pali Rohár)
- Revert "smb: client: make SHA-512 TFM ephemeral" (Steve French)
- smb: Update comments about some reparse point tags (Pali Rohár)
- cifs: Check for UTF-16 null codepoint in SFU symlink target location (Pali Rohár)
- close_range(): fix the logics in descriptor table trimming (Al Viro)
- v6.12-rc1-rt2 (Sebastian Andrzej Siewior)
- Revert "time: Allow to preempt after a callback." + dependencies. (Sebastian Andrzej Siewior)
- Revert "sched/rt: Don't try push tasks if there are none." (Sebastian Andrzej Siewior)
- Add localversion for -RT release (Thomas Gleixner)
- sysfs: Add /sys/kernel/realtime entry (Clark Williams)
- riscv: add PREEMPT_AUTO support (Jisheng Zhang)
- POWERPC: Allow to enable RT (Sebastian Andrzej Siewior)
- powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior)
- powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata)
- powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior)
- powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior)
- powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior)
- ARM: Allow to enable RT (Sebastian Andrzej Siewior)
- ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior)
- ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior)
- ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior)
- ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior)
- arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior)
- ARM: enable irq in translation/section permission fault handlers (Yadi.hu)
- arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner)
- sched: define TIF_ALLOW_RESCHED (Thomas Gleixner)
- Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior)
- drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior)
- drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior)
- drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior)
- drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior)
- drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior)
- drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith)
- drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith)
- time: Allow to preempt after a callback. (Sebastian Andrzej Siewior)
- softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior)
- sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior)
- softirq: Wake ktimers thread also in softirq. (Junxiao Chang)
- tick: Fix timer storm since introduction of timersd (Frederic Weisbecker)
- rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker)
- softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior)
- locking/rt: Annotate unlock followed by lock for sparse. (Sebastian Andrzej Siewior)
- locking/rt: Add sparse annotation for RCU. (Sebastian Andrzej Siewior)
- locking/rt: Remove one __cond_lock() in RT's spin_trylock_irqsave() (Sebastian Andrzej Siewior)
- locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks. (Sebastian Andrzej Siewior)
- sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior)
- serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness)
- serial: 8250: Switch to nbcon console (John Ogness)
Resolves: RHEL-56700
* Mon Nov 11 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-29.el10]
- redhat/configs: enable xr_serial on rhel (Desnes Nunes)
- redhat/configs: enable ATH12K for rhel (Jose Ignacio Tornos Martinez)
- Linux 6.12-rc7 (Linus Torvalds)
- clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags (Abel Vesa)
- clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks (Qiang Yu)
- clk: qcom: clk-alpha-pll: Fix pll post div mask when width is not set (Barnabás Czémán)
- clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs (Johan Hovold)
- i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set (Liu Peibao)
- i2c: muxes: Fix return value check in mule_i2c_mux_probe() (Yang Yingliang)
- filemap: Fix bounds checking in filemap_read() (Trond Myklebust)
- irqchip/gic-v3: Force propagation of the active state with a read-back (Marc Zyngier)
- mailmap: add entry for Thorsten Blum (Thorsten Blum)
- ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() (Andrew Kanner)
- signal: restore the override_rlimit logic (Roman Gushchin)
- fs/proc: fix compile warning about variable 'vmcore_mmap_ops' (Qi Xi)
- ucounts: fix counter leak in inc_rlimit_get_ucounts() (Andrei Vagin)
- selftests: hugetlb_dio: check for initial conditions to skip in the start (Muhammad Usama Anjum)
- mm: fix docs for the kernel parameter ``thp_anon=`` (Maíra Canal)
- mm/damon/core: avoid overflow in damon_feed_loop_next_input() (SeongJae Park)
- mm/damon/core: handle zero schemes apply interval (SeongJae Park)
- mm/damon/core: handle zero {aggregation,ops_update} intervals (SeongJae Park)
- mm/mlock: set the correct prev on failure (Wei Yang)
- objpool: fix to make percpu slot allocation more robust (Masami Hiramatsu (Google))
- mm/page_alloc: keep track of free highatomic (Yu Zhao)
- mm: resolve faulty mmap_region() error path behaviour (Lorenzo Stoakes)
- mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling (Lorenzo Stoakes)
- mm: refactor map_deny_write_exec() (Lorenzo Stoakes)
- mm: unconditionally close VMAs on error (Lorenzo Stoakes)
- mm: avoid unsafe VMA hook invocation when error arises on mmap hook (Lorenzo Stoakes)
- mm/thp: fix deferred split unqueue naming and locking (Hugh Dickins)
- mm/thp: fix deferred split queue not partially_mapped (Hugh Dickins)
- USB: serial: qcserial: add support for Sierra Wireless EM86xx (Jack Wu)
- USB: serial: io_edgeport: fix use after free in debug printk (Dan Carpenter)
- USB: serial: option: add Quectel RG650V (Benoît Monin)
- USB: serial: option: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- thunderbolt: Fix connection issue with Pluggable UD-4VPD dock (Mika Westerberg)
- thunderbolt: Add only on-board retimers when !CONFIG_USB4_DEBUGFS_MARGINING (Mika Westerberg)
- usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() (Dan Carpenter)
- usb: dwc3: fix fault at system suspend if device was already runtime suspended (Roger Quadros)
- usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier (Rex Nie)
- usb: musb: sunxi: Fix accessing an released usb phy (Zijun Hu)
- staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation (Umang Jain)
- staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation (Umang Jain)
- redhat: configs: rhel: generic: x86: Enable IPU6 based MIPI cameras (Kate Hsuan)
- os-build: enable CONFIG_SCHED_CLASS_EXT for RHEL (Phil Auld)
- NFSD: Fix READDIR on NFSv3 mounts of ext4 exports (Chuck Lever)
- smb: client: Fix use-after-free of network namespace. (Kuniyuki Iwashima)
- nvme/host: Fix RCU list traversal to use SRCU primitive (Breno Leitao)
- thermal/of: support thermal zones w/o trips subnode (Icenowy Zheng)
- tools/lib/thermal: Remove the thermal.h soft link when doing make clean (zhang jiao)
- tools/lib/thermal: Fix sampling handler context ptr (Emil Dahl Juhl)
- thermal/drivers/qcom/lmh: Remove false lockdep backtrace (Dmitry Baryshkov)
- cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initially (Rafael J. Wysocki)
- cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registration (Rafael J. Wysocki)
- ACPI: processor: Move arch_init_invariance_cppc() call later (Mario Limonciello)
- ksmbd: check outstanding simultaneous SMB operations (Namjae Jeon)
- ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp (Namjae Jeon)
- ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create (Namjae Jeon)
- ksmbd: Fix the missing xa_store error check (Jinjie Ruan)
- scsi: ufs: core: Start the RTC update work later (Bart Van Assche)
- scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer (Johannes Thumshirn)
- drm/xe: Stop accumulating LRC timestamp on job_free (Lucas De Marchi)
- drm/xe/pf: Fix potential GGTT allocation leak (Michal Wajdeczko)
- drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL (Matthew Brost)
- drm/xe: Fix possible exec queue leak in exec IOCTL (Matthew Brost)
- drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout (Nirmoy Das)
- drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout (Nirmoy Das)
- drm/xe: Move LNL scheduling WA to xe_device.h (Nirmoy Das)
- drm/xe: Use the filelist from drm for ccs_mode change (Balasubramani Vivekanandan)
- drm/xe: Set mask bits for CCS_MODE register (Balasubramani Vivekanandan)
- drm/panthor: Be stricter about IO mapping flags (Jann Horn)
- drm/panthor: Lock XArray when getting entries for the VM (Liviu Dudau)
- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict (Hans de Goede)
- drm/imagination: Break an object reference loop (Brendan King)
- drm/imagination: Add a per-file PVR context list (Brendan King)
- drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() (Alex Deucher)
- drm/amdgpu: Adjust debugfs eviction and IB access permissions (Alex Deucher)
- drm/amdgpu: Adjust debugfs register access permissions (Alex Deucher)
- drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 (Lijo Lazar)
- drm/amd/pm: correct the workload setting (Kenneth Feng)
- drm/amd/pm: always pick the pptable from IFWI (Kenneth Feng)
- drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported (Antonio Quartulli)
- drm/amd/display: parse umc_info or vram_info based on ASIC (Aurabindo Pillai)
- drm/amd/display: Fix brightness level not retained over reboot (Tom Chung)
- ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits (Jyri Sarha)
- ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div() (Luo Yifan)
- ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate() (Luo Yifan)
- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6 (Markus Petri)
- ASoC: SOF: amd: Fix for incorrect DMA ch status register offset (Venkata Prasad Potturu)
- ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022 (Mingcong Bai)
- ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove (Amelie Delaunay)
- MAINTAINERS: Generic Sound Card section (Kuninori Morimoto)
- ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip (Shenghao Ding)
- ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (Takashi Iwai)
- ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init() (Murad Masimov)
- ALSA: ump: Don't enumeration invalid groups for legacy rawmidi (Takashi Iwai)
- Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown" (Jarosław Janik)
- media: videobuf2-core: copy vb planes unconditionally (Tudor Ambarus)
- media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set (Mauro Carvalho Chehab)
- media: vivid: fix buffer overwrite when using > 32 buffers (Hans Verkuil)
- media: pulse8-cec: fix data timestamp at pulse8_setup() (Mauro Carvalho Chehab)
- media: cec: extron-da-hd-4k-plus: don't use -1 as an error code (Mauro Carvalho Chehab)
- media: stb0899_algo: initialize cfr before using it (Mauro Carvalho Chehab)
- media: adv7604: prevent underflow condition when reporting colorspace (Mauro Carvalho Chehab)
- media: cx24116: prevent overflows on SNR calculus (Mauro Carvalho Chehab)
- media: ar0521: don't overflow when checking PLL values (Mauro Carvalho Chehab)
- media: s5p-jpeg: prevent buffer overflows (Mauro Carvalho Chehab)
- media: av7110: fix a spectre vulnerability (Mauro Carvalho Chehab)
- media: mgb4: protect driver against spectre (Mauro Carvalho Chehab)
- media: dvb_frontend: don't play tricks with underflow values (Mauro Carvalho Chehab)
- media: dvbdev: prevent the risk of out of memory access (Mauro Carvalho Chehab)
- media: v4l2-tpg: prevent the risk of a division by zero (Mauro Carvalho Chehab)
- media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl() (Mauro Carvalho Chehab)
- media: dvb-core: add missing buffer index check (Hans Verkuil)
- mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_create (Koichiro Den)
- btrfs: fix the length of reserved qgroup to free (Haisu Wang)
- btrfs: reinitialize delayed ref list after deleting it from the list (Filipe Manana)
- btrfs: fix per-subvolume RO/RW flags with new mount API (Qu Wenruo)
- bcachefs: Fix UAF in __promote_alloc() error path (Kent Overstreet)
- bcachefs: Change OPT_STR max to be 1 less than the size of choices array (Piotr Zalewski)
- bcachefs: btree_cache.freeable list fixes (Kent Overstreet)
- bcachefs: check the invalid parameter for perf test (Hongbo Li)
- bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket (Pei Xiao)
- bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery (Kent Overstreet)
- bcachefs: Fix topology errors on split after merge (Kent Overstreet)
- bcachefs: Ancient versions with bad bkey_formats are no longer supported (Kent Overstreet)
- bcachefs: Fix error handling in bch2_btree_node_prefetch() (Kent Overstreet)
- bcachefs: Fix null ptr deref in bucket_gen_get() (Kent Overstreet)
- arm64: Kconfig: Make SME depend on BROKEN for now (Mark Rutland)
- arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (Mark Rutland)
- arm64/sve: Discard stale CPU state when handling SVE traps (Mark Brown)
- KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts (Gautam Menghani)
- Fedora 6.12 configs part 1 (Justin M. Forbes)
- MAINTAINERS: update AMD SPI maintainer (Raju Rangoju)
- regulator: rk808: Add apply_bit for BUCK3 on RK809 (Mikhail Rudenko)
- regulator: rtq2208: Fix uninitialized use of regulator_config (ChiYuan Huang)
- drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path (Wentao Liang)
- net/smc: do not leave a dangling sk pointer in __smc_create() (Eric Dumazet)
- rxrpc: Fix missing locking causing hanging calls (David Howells)
- net/smc: Fix lookup of netdev by using ib_device_get_netdev() (Wenjia Zhang)
- netfilter: nf_tables: wait for rcu grace period on net_device removal (Pablo Neira Ayuso)
- net: arc: rockchip: fix emac mdio node support (Johan Jonker)
- net: arc: fix the device for dma_map_single/dma_unmap_single (Johan Jonker)
- virtio_net: Update rss when set queue (Philo Lu)
- virtio_net: Sync rss config to device when virtnet_probe (Philo Lu)
- virtio_net: Add hash_key_length check (Philo Lu)
- virtio_net: Support dynamic rss indirection table size (Philo Lu)
- net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case (Nícolas F. R. A. Prado)
- net: vertexcom: mse102x: Fix possible double free of TX skb (Stefan Wahren)
- e1000e: Remove Meteor Lake SMBUS workarounds (Vitaly Lifshits)
- i40e: fix race condition by adding filter's intermediate sync state (Aleksandr Loktionov)
- idpf: fix idpf_vc_core_init error path (Pavan Kumar Linga)
- idpf: avoid vport access in idpf_get_link_ksettings (Pavan Kumar Linga)
- ice: change q_index variable type to s16 to store -1 value (Mateusz Polchlopek)
- ice: Fix use after free during unload with ports in bridge (Marcin Szycik)
- mptcp: use sock_kfree_s instead of kfree (Geliang Tang)
- mptcp: no admin perm to list endpoints (Matthieu Baerts (NGI0))
- net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (Diogo Silva)
- net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns() (Roger Quadros)
- net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7 (Roger Quadros)
- net: hns3: fix kernel crash when uninstalling driver (Peiyang Wang)
- Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'" (Jakub Kicinski)
- can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation (Marc Kleine-Budde)
- can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes (Marc Kleine-Budde)
- can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST (Jean Delvare)
- can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIP (Geert Uytterhoeven)
- can: c_can: fix {rx,tx}_errors statistics (Dario Binacchi)
- can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices (Marc Kleine-Budde)
- can: {cc770,sja1000}_isa: allow building on x86_64 (Thomas Mühlbacher)
- can: j1939: fix error in J1939 documentation. (Alexander Hölzl)
- net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts (Suraj Gupta)
- MAINTAINERS: Remove self from DSA entry (Florian Fainelli)
- net: enetc: allocate vf_state during PF probes (Wei Fang)
- sctp: properly validate chunk size in sctp_sf_ootb() (Xin Long)
- net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc() (Jinjie Ruan)
- dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value (Suraj Gupta)
- net: dpaa_eth: print FD status in CPU endianness in dpaa_eth_fd tracepoint (Vladimir Oltean)
- net: enetc: set MAC address to the VF net_device (Wei Fang)
- MAINTAINERS: add self as reviewer for AXI PWM GENERATOR (Trevor Gamblin)
- pwm: imx-tpm: Use correct MODULO value for EPWM mode (Erik Schumacher)
- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width (David Wang)
- nfs: avoid i_lock contention in nfs_clear_invalid_mapping (Mike Snitzer)
- nfs_common: fix localio to cope with racing nfs_local_probe() (Mike Snitzer)
- NFS: Further fixes to attribute delegation a/mtime changes (Trond Myklebust)
- NFS: Fix attribute delegation behaviour on exclusive create (Trond Myklebust)
- nfs: Fix KMSAN warning in decode_getfattr_attrs() (Roberto Sassu)
- NFSv3: only use NFS timeout for MOUNT when protocols are compatible (NeilBrown)
- sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() (NeilBrown)
- KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation (David Gstir)
- security/keys: fix slab-out-of-bounds in key_task_permission (Chen Ridong)
- tracing/selftests: Add tracefs mount options test (Kalesh Singh)
- tracing: Document tracefs gid mount option (Kalesh Singh)
- tracing: Fix tracefs mount options (Kalesh Singh)
- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed (Vishnu Sankar)
- platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys (Renato Caldas)
- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events (Kurt Borja)
- platform/x86: dell-smbios-base: Extends support to Alienware products (Kurt Borja)
- platform/x86/amd/pmc: Detect when STB is not available (Corey Hickey)
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model (Shyam Sundar S K)
- dm cache: fix potential out-of-bounds access on the first resume (Ming-Hung Tsai)
- dm cache: optimize dirty bit checking with find_next_bit when resizing (Ming-Hung Tsai)
- dm cache: fix out-of-bounds access to the dirty bitset when resizing (Ming-Hung Tsai)
- dm cache: fix flushing uninitialized delayed_work on cache_ctr error (Ming-Hung Tsai)
- dm cache: correct the number of origin blocks to match the target length (Ming-Hung Tsai)
- dm-verity: don't crash if panic_on_corruption is not selected (Mikulas Patocka)
- dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow (Zichen Xie)
- dm: fix a crash if blk_alloc_disk fails (Mikulas Patocka)
- HID: core: zero-initialize the report buffer (Jiri Kosina)
- redhat: set new gcov configs (Jan Stancek)
- Don't ignore gitkeep files for ark-infra (Don Zickus)
- redhat/kernel.spec: don't clear entire libdir when building tools (Jan Stancek)
- redhat/configs: enable usbip for rhel (Jose Ignacio Tornos Martinez)
- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov)
- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov)
- fedora: arm: updates for 6.12 (Peter Robinson)
- soc: qcom: pmic_glink: Handle GLINK intent allocation rejections (Bjorn Andersson)
- rpmsg: glink: Handle rejected intent request better (Bjorn Andersson)
- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() (Manikanta Mylavarapu)
- firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enabling (Qingqing Zhou)
- EDAC/qcom: Make irq configuration optional (Rajendra Nayak)
- firmware: qcom: scm: fix a NULL-pointer dereference (Bartosz Golaszewski)
- firmware: qcom: scm: suppress download mode error (Johan Hovold)
- soc: qcom: Add check devm_kasprintf() returned value (Charles Han)
- MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings (Simon Horman)
- arm64: dts: qcom: x1e80100: fix PCIe5 interconnect (Johan Hovold)
- arm64: dts: qcom: x1e80100: fix PCIe4 interconnect (Johan Hovold)
- arm64: dts: qcom: x1e80100: Fix up BAR spaces (Konrad Dybcio)
- arm64: dts: qcom: x1e80100-qcp: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-microsoft-romulus: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-yoga-slim7x: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-vivobook-s15: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-crd: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e78100-t14s: fix nvme regulator boot glitch (Johan Hovold)
- arm64: dts: qcom: x1e80100-crd Rename "Twitter" to "Tweeter" (Maya Matuszczyk)
- arm64: dts: qcom: x1e80100: Fix PCIe 6a lanes description (Abel Vesa)
- arm64: dts: qcom: sm8450 fix PIPE clock specification for pcie1 (Dmitry Baryshkov)
- arm64: dts: qcom: x1e80100: Add Broadcast_AND region in LLCC block (Abel Vesa)
- arm64: dts: qcom: x1e80100: fix PCIe5 PHY clocks (Johan Hovold)
- arm64: dts: qcom: x1e80100: fix PCIe4 and PCIe6a PHY clocks (Johan Hovold)
- arm64: dts: qcom: msm8939: revert use of APCS mbox for RPM (Fabien Parent)
- firmware: arm_scmi: Use vendor string in max-rx-timeout-ms (Cristian Marussi)
- dt-bindings: firmware: arm,scmi: Add missing vendor string (Cristian Marussi)
- firmware: arm_scmi: Reject clear channel request on A2P (Cristian Marussi)
- firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier() (Xinqi Zhang)
- MAINTAINERS: invert Misc RISC-V SoC Support's pattern (Conor Dooley)
- riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64 (E Shattow)
- riscv: dts: starfive: disable unused csi/camss nodes (Conor Dooley)
- firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors (Conor Dooley)
- arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes (Diederik de Haas)
- arm64: dts: rockchip: Drop invalid clock-names from es8388 codec nodes (Cristian Ciocaltea)
- ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin (Heiko Stuebner)
- ARM: dts: rockchip: Fix the spi controller on rk3036 (Heiko Stuebner)
- ARM: dts: rockchip: drop grf reference from rk3036 hdmi (Heiko Stuebner)
- ARM: dts: rockchip: fix rk3036 acodec node (Heiko Stuebner)
- arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro (Heiko Stuebner)
- arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus (Heiko Stuebner)
- arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (Heiko Stuebner)
- arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion (Heiko Stuebner)
- arm64: dts: rockchip: Remove undocumented supports-emmc property (Heiko Stuebner)
- arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (Heiko Stuebner)
- arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo (Heiko Stuebner)
- arm64: dts: rockchip: Drop regulator-init-microvolt from two boards (Heiko Stuebner)
- arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v (Heiko Stuebner)
- arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes (Diederik de Haas)
- arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node (Diederik de Haas)
- arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (Diederik de Haas)
- arm64: dts: rockchip: Designate Turing RK1's system power controller (Sam Edwards)
- arm64: dts: rockchip: Start cooling maps numbering from zero on ROCK 5B (Dragan Simic)
- arm64: dts: rockchip: Move L3 cache outside CPUs in RK3588(S) SoC dtsi (Dragan Simic)
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator (Geert Uytterhoeven)
- arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 (Geert Uytterhoeven)
- riscv: dts: Replace deprecated snps,nr-gpios property for snps,dw-apb-gpio-port devices (Uwe Kleine-König)
- arm64: dts: imx8mp-phyboard-pollux: Set Video PLL1 frequency to 506.8 MHz (Marek Vasut)
- arm64: dts: imx8mp: correct sdhc ipg clk (Peng Fan)
- arm64: dts: imx8mp-skov-revb-mi1010ait-1cp1: Assign "media_isp" clock rate (Liu Ying)
- arm64: dts: imx8: Fix lvds0 device tree (Diogo Silva)
- arm64: dts: imx8ulp: correct the flexspi compatible string (Haibo Chen)
- arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs (Alexander Stein)
- mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process (Ben Chuang)
- mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function (Ben Chuang)
- tpm: Lock TPM chip in tpm_pm_suspend() first (Jarkko Sakkinen)
- Make setting of cma_pernuma tech preview (Chris von Recklinghausen) [RHEL-59621]
- gitlab-ci: provide consistent kcidb_tree_name (Michael Hofmann)
Resolves: RHEL-56700
* Mon Nov 04 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-28.el10]
- Linux 6.12-rc6 (Linus Torvalds)
- mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify() (Yu Zhao)
- mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats (Yu Zhao)
- mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes (Vlastimil Babka)
- mm: shrinker: avoid memleak in alloc_shrinker_info (Chen Ridong)
- .mailmap: update e-mail address for Eugen Hristev (Eugen Hristev)
- vmscan,migrate: fix page count imbalance on node stats when demoting pages (Gregory Price)
- mailmap: update Jarkko's email addresses (Jarkko Sakkinen)
- mm: allow set/clear page_type again (Yu Zhao)
- nilfs2: fix potential deadlock with newly created symlinks (Ryusuke Konishi)
- Squashfs: fix variable overflow in squashfs_readpage_block (Phillip Lougher)
- kasan: remove vmalloc_percpu test (Andrey Konovalov)
- tools/mm: -Werror fixes in page-types/slabinfo (Wladislav Wiebe)
- mm, swap: avoid over reclaim of full clusters (Kairui Song)
- mm: fix PSWPIN counter for large folios swap-in (Barry Song)
- mm: avoid VM_BUG_ON when try to map an anon large folio to zero page. (Zi Yan)
- mm/codetag: fix null pointer check logic for ref and tag (Hao Ge)
- mm/gup: stop leaking pinned pages in low memory conditions (John Hubbard)
- phy: tegra: xusb: Add error pointer check in xusb.c (Dipendra Khadka)
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries (Abel Vesa)
- phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check (Richard Zhu)
- phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLK (Cristian Ciocaltea)
- phy: ti: phy-j721e-wiz: fix usxgmii configuration (Siddharth Vadapalli)
- phy: starfive: jh7110-usb: Fix link configuration to controller (Jan Kiszka)
- phy: qcom: qmp-pcie: drop bogus x1e80100 qref supplies (Johan Hovold)
- phy: qcom: qmp-combo: move driver data initialisation earlier (Johan Hovold)
- phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend (Johan Hovold)
- phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend (Johan Hovold)
- phy: qcom: qmp-usb: fix NULL-deref on runtime suspend (Johan Hovold)
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: add missing x1e80100 pipediv2 clocks (Johan Hovold)
- phy: usb: disable COMMONONN for dual mode (Justin Chen)
- phy: cadence: Sierra: Fix offset of DEQ open eye algorithm control register (Bartosz Wawrzyniak)
- phy: usb: Fix missing elements in BCM4908 USB init array (Sam Edwards)
- dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transfer (Jai Luthra)
- dmaengine: sh: rz-dmac: handle configs where one address is zero (Wolfram Sang)
- Revert "driver core: Fix uevent_show() vs driver detach race" (Greg Kroah-Hartman)
- usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non self-powered devices (Amit Sunil Dhamne)
- usb: phy: Fix API devm_usb_put_phy() can not release the phy (Zijun Hu)
- usb: typec: use cleanup facility for 'altmodes_node' (Javier Carrasco)
- usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes() (Javier Carrasco)
- usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path (Javier Carrasco)
- usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes (Javier Carrasco)
- usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device links (Mathias Nyman)
- Revert "usb: dwc2: Skip clock gating on Broadcom SoCs" (Stefan Wahren)
- xhci: Fix Link TRB DMA in command ring stopped completion event (Faisal Hassan)
- xhci: Use pm_runtime_get to prevent RPM on unsupported systems (Basavaraj Natikar)
- usbip: tools: Fix detach_port() invalid port error path (Zongmin Zhou)
- thunderbolt: Honor TMU requirements in the domain when setting TMU mode (Gil Fine)
- thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan() (Mika Westerberg)
- iio: dac: Kconfig: Fix build error for ltc2664 (Jinjie Ruan)
- iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr() (Zicheng Qu)
- staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() (Zicheng Qu)
- docs: iio: ad7380: fix supply for ad7380-4 (Julien Stephan)
- iio: adc: ad7380: fix supplies for ad7380-4 (Julien Stephan)
- iio: adc: ad7380: add missing supplies (Julien Stephan)
- iio: adc: ad7380: use devm_regulator_get_enable_read_voltage() (Julien Stephan)
- dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply (Julien Stephan)
- iio: light: veml6030: fix microlux value calculation (Javier Carrasco)
- iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() (Jinjie Ruan)
- iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table() (Jinjie Ruan)
- mei: use kvmalloc for read buffer (Alexander Usyskin)
- MAINTAINERS: add netup_unidvb maintainer (Abylay Ospan)
- Input: fix regression when re-registering input handlers (Dmitry Torokhov)
- Input: adp5588-keys - do not try to disable interrupt 0 (Dmitry Torokhov)
- Input: edt-ft5x06 - fix regmap leak when probe fails (Dmitry Torokhov)
- modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host (Masahiro Yamada)
- modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness (Masahiro Yamada)
- kconfig: show sub-menu entries even if the prompt is hidden (Masahiro Yamada)
- kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile (Masahiro Yamada)
- kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile (Masahiro Yamada)
- kbuild: rpm-pkg: disable kernel-devel package when cross-compiling (Masahiro Yamada)
- sumversion: Fix a memory leak in get_src_version() (Elena Salomatkina)
- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (Arnd Bergmann)
- posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone (Benjamin Segall)
- sched/ext: Fix scx vs sched_delayed (Peter Zijlstra)
- sched: Pass correct scheduling policy to __setscheduler_class (Aboorva Devarajan)
- sched/numa: Fix the potential null pointer dereference in task_numa_work() (Shawn Wang)
- sched: Fix pick_next_task_fair() vs try_to_wake_up() race (Peter Zijlstra)
- perf: Fix missing RCU reader protection in perf_event_clear_cpumask() (Kan Liang)
- irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEs (Marc Zyngier)
- genirq/msi: Fix off-by-one error in msi_domain_alloc() (Jinjie Ruan)
- redhat/configs: add bootconfig to kernel-tools package (Brian Masney)
- Enable CONFIG_SECURITY_LANDLOCK for RHEL (Zbigniew Jędrzejewski-Szmek) [RHEL-8810]
- rpcrdma: Always release the rpcrdma_device's xa_array (Chuck Lever)
- NFSD: Never decrement pending_async_copies on error (Chuck Lever)
- NFSD: Initialize struct nfsd4_copy earlier (Chuck Lever)
- xfs: streamline xfs_filestream_pick_ag (Christoph Hellwig)
- xfs: fix finding a last resort AG in xfs_filestream_pick_ag (Christoph Hellwig)
- xfs: Reduce unnecessary searches when searching for the best extents (Chi Zhiling)
- xfs: Check for delayed allocations before setting extsize (Ojaswin Mujoo)
- selftests/watchdog-test: Fix system accidentally reset after watchdog-test (Li Zhijian)
- selftests/intel_pstate: check if cpupower is installed (Alessandro Zanni)
- selftests/intel_pstate: fix operand expected error (Alessandro Zanni)
- selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run (zhouyuhang)
- cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS (Alice Ryhl)
- kbuild: rust: avoid errors with old `rustc`s without LLVM patch version (Miguel Ojeda)
- PCI: Fix pci_enable_acs() support for the ACS quirks (Jason Gunthorpe)
- drm/xe: Don't short circuit TDR on jobs not started (Matthew Brost)
- drm/xe: Add mmio read before GGTT invalidate (Matthew Brost)
- drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume (Imre Deak)
- drm/xe/display: Separate the d3cold and non-d3cold runtime PM handling (Imre Deak)
- drm/xe: Remove runtime argument from display s/r functions (Maarten Lankhorst)
- dt-bindings: display: mediatek: split: add subschema property constraints (Moudy Ho)
- dt-bindings: display: mediatek: dpi: correct power-domains property (Macpaul Lin)
- drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy() (Dan Carpenter)
- drm/mediatek: Fix get efuse issue for MT8188 DPTX (Liankun Yang)
- drm/mediatek: Fix color format MACROs in OVL (Hsin-Te Yuan)
- drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs (Jason-JH.Lin)
- drm/mediatek: ovl: Add blend_modes to driver data (Jason-JH.Lin)
- drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert() (Jason-JH.Lin)
- drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placement (Jason-JH.Lin)
- drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCs (Jason-JH.Lin)
- drm/amdgpu/smu13: fix profile reporting (Alex Deucher)
- drm/amd/pm: Vangogh: Fix kernel memory out of bounds write (Tvrtko Ursulin)
- Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35" (Ovidiu Bunea)
- drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic() (Jinjie Ruan)
- drm/panthor: Report group as timedout when we fail to properly suspend (Boris Brezillon)
- drm/panthor: Fail job creation when the group is dead (Boris Brezillon)
- drm/panthor: Fix firmware initialization on systems with a page size > 4k (Boris Brezillon)
- accel/ivpu: Fix NOC firewall interrupt handling (Andrzej Kacprowski)
- drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM (Matthew Brost)
- drm/tegra: Fix NULL vs IS_ERR() check in probe() (Dan Carpenter)
- cxl/test: Improve init-order fidelity relative to real-world systems (Dan Williams)
- cxl/port: Prevent out-of-order decoder allocation (Dan Williams)
- cxl/port: Fix use-after-free, permit out-of-order decoder shutdown (Dan Williams)
- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (Dan Williams)
- cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices() (Dan Williams)
- cxl/port: Fix CXL port initialization order when the subsystem is built-in (Dan Williams)
- cxl/events: Fix Trace DRAM Event Record (Shiju Jose)
- cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI device (Li Zhijian)
- nvme: re-fix error-handling for io_uring nvme-passthrough (Keith Busch)
- nvmet-auth: assign dh_key to NULL after kfree_sensitive (Vitaliy Shevtsov)
- nvme: module parameter to disable pi with offsets (Keith Busch)
- nvme: enhance cns version checking (Keith Busch)
- block: fix queue limits checks in blk_rq_map_user_bvec for real (Christoph Hellwig)
- io_uring/rw: fix missing NOWAIT check for O_DIRECT start write (Jens Axboe)
- ACPI: CPPC: Make rmw_lock a raw_spin_lock (Pierre Gondois)
- gpiolib: fix debugfs dangling chip separator (Johan Hovold)
- gpiolib: fix debugfs newline separators (Johan Hovold)
- gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() call (Andy Shevchenko)
- gpio: fix uninit-value in swnode_find_gpio (Suraj Sonawane)
- riscv: vdso: Prevent the compiler from inserting calls to memset() (Alexandre Ghiti)
- riscv: Remove duplicated GET_RM (Chunyan Zhang)
- riscv: Remove unused GENERATING_ASM_OFFSETS (Chunyan Zhang)
- riscv: Use '%%u' to format the output of 'cpu' (WangYuli)
- riscv: Prevent a bad reference count on CPU nodes (Miquel Sabaté Solà)
- riscv: efi: Set NX compat flag in PE/COFF header (Heinrich Schuchardt)
- RISC-V: disallow gcc + rust builds (Conor Dooley)
- riscv: Do not use fortify in early code (Alexandre Ghiti)
- RISC-V: ACPI: fix early_ioremap to early_memremap (Yunhui Cui)
- arm64: signal: Improve POR_EL0 handling to avoid uaccess failures (Kevin Brodsky)
- firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state() (Xiongfeng Wang)
- Revert "kasan: Disable Software Tag-Based KASAN with GCC" (Marco Elver)
- kasan: Fix Software Tag-Based KASAN with GCC (Marco Elver)
- iomap: turn iomap_want_unshare_iter into an inline function (Christoph Hellwig)
- fsdax: dax_unshare_iter needs to copy entire blocks (Darrick J. Wong)
- fsdax: remove zeroing code from dax_unshare_iter (Darrick J. Wong)
- iomap: share iomap_unshare_iter predicate code with fsdax (Darrick J. Wong)
- xfs: don't allocate COW extents when unsharing a hole (Darrick J. Wong)
- iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP (Hugh Dickins)
- autofs: fix thinko in validate_dev_ioctl() (Ian Kent)
- iov_iter: Fix iov_iter_get_pages*() for folio_queue (David Howells)
- afs: Fix missing subdir edit when renamed between parent dirs (David Howells)
- doc: correcting the debug path for cachefiles (Hongbo Li)
- erofs: use get_tree_bdev_flags() to avoid misleading messages (Gao Xiang)
- fs/super.c: introduce get_tree_bdev_flags() (Gao Xiang)
- btrfs: fix defrag not merging contiguous extents due to merged extent maps (Filipe Manana)
- btrfs: fix extent map merging not happening for adjacent extents (Filipe Manana)
- btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids() (Zhihao Cheng)
- btrfs: fix error propagation of split bios (Naohiro Aota)
- MIPS: export __cmpxchg_small() (David Sterba)
- bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek (Piotr Zalewski)
- bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get() (Gaosheng Cui)
- bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open buckets (Kent Overstreet)
- bcachefs: Don't filter partial list buckets in open_buckets_to_text() (Kent Overstreet)
- bcachefs: Don't keep tons of cached pointers around (Kent Overstreet)
- bcachefs: init freespace inited bits to 0 in bch2_fs_initialize (Piotr Zalewski)
- bcachefs: Fix unhandled transaction restart in fallocate (Kent Overstreet)
- bcachefs: Fix UAF in bch2_reconstruct_alloc() (Kent Overstreet)
- bcachefs: fix null-ptr-deref in have_stripes() (Jeongjun Park)
- bcachefs: fix shift oob in alloc_lru_idx_fragmentation (Jeongjun Park)
- bcachefs: Fix invalid shift in validate_sb_layout() (Gianfranco Trad)
- RDMA/bnxt_re: synchronize the qp-handle table array (Selvin Xavier)
- RDMA/bnxt_re: Fix the usage of control path spin locks (Selvin Xavier)
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (Patrisious Haddad)
- RDMA/cxgb4: Dump vendor specific QP details (Leon Romanovsky)
- bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled (Toke Høiland-Jørgensen)
- selftests/bpf: Add three test cases for bits_iter (Hou Tao)
- bpf: Use __u64 to save the bits in bits iterator (Hou Tao)
- bpf: Check the validity of nr_words in bpf_iter_bits_new() (Hou Tao)
- bpf: Add bpf_mem_alloc_check_size() helper (Hou Tao)
- bpf: Free dynamically allocated bits in bpf_iter_bits_destroy() (Hou Tao)
- bpf: disallow 40-bytes extra stack for bpf_fastcall patterns (Eduard Zingerman)
- selftests/bpf: Add test for trie_get_next_key() (Byeonguk Jeong)
- bpf: Fix out-of-bounds write in trie_get_next_key() (Byeonguk Jeong)
- selftests/bpf: Test with a very short loop (Eduard Zingerman)
- bpf: Force checkpoint when jmp history is too long (Eduard Zingerman)
- bpf: fix filed access without lock (Jiayuan Chen)
- sock_map: fix a NULL pointer dereference in sock_map_link_update_prog() (Cong Wang)
- netfilter: nft_payload: sanitize offset and length before calling skb_checksum() (Pablo Neira Ayuso)
- netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() (Eric Dumazet)
- netfilter: Fix use-after-free in get_info() (Dong Chenchen)
- selftests: netfilter: remove unused parameter (Liu Jing)
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (Sungwoo Kim)
- net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (Jie Wang)
- net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue (Hao Lan)
- net: hns3: initialize reset_timer before hclgevf_misc_irq_init() (Jian Shen)
- net: hns3: don't auto enable misc vector (Jian Shen)
- net: hns3: Resolved the issue that the debugfs query result is inconsistent. (Hao Lan)
- net: hns3: fix missing features due to dev->features configuration too early (Hao Lan)
- net: hns3: fixed reset failure issues caused by the incorrect reset type (Hao Lan)
- net: hns3: add sync command to sync io-pgtable (Jian Shen)
- net: hns3: default enable tx bounce buffer when smmu enabled (Peiyang Wang)
- net: ethernet: mtk_wed: fix path of MT7988 WO firmware (Daniel Golle)
- selftests: forwarding: Add IPv6 GRE remote change tests (Ido Schimmel)
- mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address (Ido Schimmel)
- mlxsw: pci: Sync Rx buffers for device (Amit Cohen)
- mlxsw: pci: Sync Rx buffers for CPU (Amit Cohen)
- mlxsw: spectrum_ptp: Add missing verification before pushing Tx header (Amit Cohen)
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension (Benoît Monin)
- wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_chanctx (Gustavo A. R. Silva)
- wifi: iwlwifi: mvm: fix 6 GHz scan construction (Johannes Berg)
- wifi: cfg80211: clear wdev->cqm_config pointer on free (Johannes Berg)
- mac80211: fix user-power when emulating chanctx (Ben Greear)
- Revert "wifi: iwlwifi: remove retry loops in start" (Emmanuel Grumbach)
- wifi: iwlwifi: mvm: don't add default link in fw restart flow (Emmanuel Grumbach)
- wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd() (Daniel Gabay)
- wifi: iwlwifi: mvm: SAR table alignment (Anjaneyulu)
- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend (Daniel Gabay)
- wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmd (Miri Korenblit)
- wifi: iwlwifi: mvm: don't leak a link on AP removal (Emmanuel Grumbach)
- net: fix crash when config small gso_max_size/gso_ipv4_max_size (Wang Liang)
- net: usb: qmi_wwan: add Quectel RG650V (Benoît Monin)
- net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext() (Vladimir Oltean)
- netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() (Zichen Xie)
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (Pedro Tammela)
- selftests: netfilter: nft_flowtable.sh: make first pass deterministic (Florian Westphal)
- gtp: allow -1 to be specified as file description from userspace (Pablo Neira Ayuso)
- mctp i2c: handle NULL header address (Matt Johnston)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() (Ido Schimmel)
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow() (Ido Schimmel)
- ice: fix crash on probe for DPLL enabled E810 LOM (Arkadiusz Kubalewski)
- ice: block SF port creation in legacy mode (Michal Swiatkowski)
- igb: Disable threaded IRQ for igb_msix_other (Wander Lairson Costa)
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data (Furong Xu)
- net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values (Ley Foon Tan)
- usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver (Benjamin Große)
- macsec: Fix use-after-free while sending the offloading packet (Jianbo Liu)
- selftests: mptcp: list sysctl data (Matthieu Baerts (NGI0))
- mptcp: init: protect sched with rcu_read_lock (Matthieu Baerts (NGI0))
- docs: networking: packet_mmap: replace dead links with archive.org links (Levi Zim)
- wifi: ath11k: Fix invalid ring usage in full monitor mode (Remi Pommarel)
- wifi: ath10k: Fix memory leak in management tx (Manikanta Pubbisetty)
- wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171 (Bitterblue Smith)
- wifi: rtw88: Fix the RX aggregation in USB 3 mode (Bitterblue Smith)
- wifi: brcm80211: BRCM_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts (Ping-Ke Shih)
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys (Felix Fietkau)
- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings (Gustavo A. R. Silva)
- wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower (Felix Fietkau)
- wifi: mac80211: Convert color collision detection to wiphy work (Remi Pommarel)
- wifi: cfg80211: Add wiphy_delayed_work_pending() (Remi Pommarel)
- wifi: cfg80211: Do not create BSS entries for unsupported channels (Chenming Huang)
- wifi: mac80211: Fix setting txpower with emulate_chanctx (Ben Greear)
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING (Geert Uytterhoeven)
- wifi: iwlegacy: Clear stale interrupts before resuming device (Ville Syrjälä)
- wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd() (Ben Hutchings)
- wifi: mt76: do not increase mcu skb refcount if retry is not supported (Felix Fietkau)
- wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7 (Ping-Ke Shih)
- ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1 (Christoffer Sandberg)
- ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3 (Christoffer Sandberg)
- ALSA: usb-audio: Add quirks for Dell WD19 dock (Jan Schär)
- ASoC: codecs: wcd937x: relax the AUX PDM watchdog (Alexey Klimov)
- ASoC: codecs: wcd937x: add missing LO Switch control (Alexey Klimov)
- ASoC: dt-bindings: rockchip,rk3308-codec: add port property (Dmitry Yashin)
- ASoC: dapm: fix bounds checker error in dapm_widget_list_create (Aleksei Vetrov)
- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error (Hans de Goede)
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe() (Christophe JAILLET)
- ASoC: Intel: sst: Support LPE0F28 ACPI HID (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet (Hans de Goede)
- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec (Hans de Goede)
- ASoC: codecs: rt5640: Always disable IRQs from rt5640_cancel_work() (Hans de Goede)
- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 (Piyush Raj Chouhan)
- ALSA: hda/realtek: Limit internal Mic boost on Dell platform (Kailang Yang)
- redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes)
- x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user() (Linus Torvalds)
- perf cap: Add __NR_capget to arch/x86 unistd (Ian Rogers)
- tools headers: Update the linux/unaligned.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- tools headers arm64: Sync arm64's cputype.h with the kernel sources (Arnaldo Carvalho de Melo)
- tools headers: Synchronize {uapi/}linux/bits.h with the kernel sources (Arnaldo Carvalho de Melo)
- tools arch x86: Sync the msr-index.h copy with the kernel sources (Arnaldo Carvalho de Melo)
- perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT (Arnaldo Carvalho de Melo)
- perf test: Handle perftool-testsuite_probe failure due to broken DWARF (Veronika Molnarova)
- tools headers UAPI: Sync kvm headers with the kernel sources (Arnaldo Carvalho de Melo)
- perf trace: Fix non-listed archs in the syscalltbl routines (Jiri Slaby)
- perf build: Change the clang check back to 12.0.1 (Howard Chu)
- perf trace augmented_raw_syscalls: Add more checks to pass the verifier (Howard Chu)
- perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiers (Arnaldo Carvalho de Melo)
- perf trace: The return from 'write' isn't a pid (Arnaldo Carvalho de Melo)
- tools headers UAPI: Sync linux/const.h with the kernel headers (Arnaldo Carvalho de Melo)
- scsi: ufs: core: Fix another deadlock during RTC update (Peter Wang)
- scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy length (John Garry)
- Update the RHEL_DIFFERENCES help string (Don Zickus)
- Put build framework for RT kernel in place for Fedora (Clark Williams)
- cgroup: Fix potential overflow issue when checking max_depth (Xiu Jianfeng)
- cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction (Chen Ridong)
- sched_ext: Fix enq_last_no_enq_fails selftest (Tejun Heo)
- sched_ext: Make cast_mask() inline (Tejun Heo)
- scx: Fix raciness in scx_ops_bypass() (David Vernet)
- scx: Fix exit selftest to use custom DSQ (David Vernet)
- sched_ext: Fix function pointer type mismatches in BPF selftests (Vishal Chourasia)
- selftests/sched_ext: add order-only dependency of runner.o on BPFOBJ (Ihor Solodrai)
- mm: krealloc: Fix MTE false alarm in __do_krealloc (Qun-Wei Lin)
- slub/kunit: fix a WARNING due to unwrapped __kmalloc_cache_noprof (Pei Xiao)
- mm: avoid unconditional one-tick sleep when swapcache_prepare fails (Barry Song)
- mseal: update mseal.rst (Jeff Xu)
- mm: split critical region in remap_file_pages() and invoke LSMs in between (Kirill A. Shutemov)
- selftests/mm: fix deadlock for fork after pthread_create with atomic_bool (Edward Liaw)
- Revert "selftests/mm: replace atomic_bool with pthread_barrier_t" (Edward Liaw)
- Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM" (Edward Liaw)
- tools: testing: add expand-only mode VMA test (Lorenzo Stoakes)
- mm/vma: add expand-only VMA merge mode and optimise do_brk_flags() (Lorenzo Stoakes)
- resource,kexec: walk_system_ram_res_rev must retain resource flags (Gregory Price)
- nilfs2: fix kernel bug due to missing clearing of checked flag (Ryusuke Konishi)
- mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node id (Nobuhiro Iwamatsu)
- ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow (Edward Adam Davis)
- mm: shmem: fix data-race in shmem_getattr() (Jeongjun Park)
- mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL (Jann Horn)
- x86/traps: move kmsan check after instrumentation_begin (Sabyrzhan Tasbolatov)
- resource: remove dependency on SPARSEMEM from GET_FREE_REGION (Huang Ying)
- mm/mmap: fix race in mmap_region() with ftruncate() (Liam R. Howlett)
- mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves (Matt Fleming)
- fork: only invoke khugepaged, ksm hooks if no error (Lorenzo Stoakes)
- fork: do not invoke uffd on fork if error occurs (Lorenzo Stoakes)
- mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check (David Hildenbrand)
- tpm: Lazily flush the auth session (Jarkko Sakkinen)
- tpm: Rollback tpm2_load_null() (Jarkko Sakkinen)
- tpm: Return tpm2_sessions_init() when null key creation fails (Jarkko Sakkinen)
- spi: spi-fsl-dspi: Fix crash when not using GPIO chip select (Frank Li)
- spi: geni-qcom: Fix boot warning related to pm_runtime and devres (Georgi Djakov)
- spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops() (Bartosz Golaszewski)
- spi: stm32: fix missing device mode capability in stm32mp25 (Alain Volmat)
Resolves: RHEL-56700
* Tue Oct 29 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-27.el10]
- Linux 6.12-rc5 (Linus Torvalds)
- x86/sev: Ensure that RMP table fixups are reserved (Ashish Kalra)
- x86/microcode/AMD: Split load_microcode_amd() (Borislav Petkov (AMD))
- x86/microcode/AMD: Pay attention to the stepping dynamically (Borislav Petkov (AMD))
- x86/lam: Disable ADDRESS_MASKING in most cases (Pawan Gupta)
- fgraph: Change the name of cpuhp state to "fgraph:online" (Steven Rostedt)
- fgraph: Fix missing unlock in register_ftrace_graph() (Li Huafei)
- platform/x86: asus-wmi: Fix thermal profile initialization (Armin Wolf)
- platform/x86: dell-wmi: Ignore suspend notifications (Armin Wolf)
- platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses (Vamsi Krishna Brahmajosyula)
- platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off when suspended" (Marek Maslanka)
- firewire: core: fix invalid port index for parent device (Takashi Sakamoto)
- block: fix sanity checks in blk_rq_map_user_bvec (Xinyu Zhang)
- md/raid10: fix null ptr dereference in raid10_size() (Yu Kuai)
- md: ensure child flush IO does not affect origin bio->bi_status (Li Nan)
- xfs: update the pag for the last AG at recovery time (Christoph Hellwig)
- xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag (Christoph Hellwig)
- xfs: error out when a superblock buffer update reduces the agcount (Christoph Hellwig)
- xfs: update the file system geometry after recoverying superblock buffers (Christoph Hellwig)
- xfs: merge the perag freeing helpers (Christoph Hellwig)
- xfs: pass the exact range to initialize to xfs_initialize_perag (Christoph Hellwig)
- xfs: don't fail repairs on metadata files with no attr fork (Darrick J. Wong)
- generic: enable RPMB for all configs that enable MMC (Peter Robinson)
- fedora: riscv: Don't override MMC platform defaults (Peter Robinson)
- common: only enable on MMC_DW_BLUEFIELD (Peter Robinson)
- fedora: aarch64: Stop overriding CONFIG_MMC defaults (Peter Robinson)
- commong: The KS7010 driver has been removed (Peter Robinson)
- Revert "fs/9p: simplify iget to remove unnecessary paths" (Dominique Martinet)
- Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl" (Dominique Martinet)
- Revert "fs/9p: remove redundant pointer v9ses" (Dominique Martinet)
- Revert " fs/9p: mitigate inode collisions" (Dominique Martinet)
- cifs: fix warning when destroy 'cifs_io_request_pool' (Ye Bin)
- smb: client: Handle kstrdup failures for passwords (Henrique Carvalho)
- fuse: remove stray debug line (Miklos Szeredi)
- Revert "fuse: move initialization of fuse_file to fuse_writepages() instead of in callback" (Miklos Szeredi)
- fuse: update inode size after extending passthrough write (Amir Goldstein)
- fs: pass offset and result to backing_file end_write() callback (Amir Goldstein)
- nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net (Yang Erkun)
- nfsd: fix race between laundromat and free_stateid (Olga Kornievskaia)
- ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue (Shubham Panwar)
- ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[] (Christian Heusel)
- ACPI: PRM: Clean up guid type in struct prm_handler_info (Dan Carpenter)
- ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context (Koba Ko)
- powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request() (Yuan Can)
- cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception (liwei)
- cpufreq: docs: Reflect latency changes in docs (Christian Loehle)
- PCI/pwrctl: Abandon QCom WCN probe on pre-pwrseq device-trees (Bartosz Golaszewski)
- PCI: Hold rescan lock while adding devices during host probe (Bartosz Golaszewski)
- fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS (Arnd Bergmann)
- fbdev: da8xx: remove the driver (Bartosz Golaszewski)
- fbdev: Constify struct sbus_mmap_map (Christophe JAILLET)
- fbdev: nvidiafb: fix inconsistent indentation warning (SurajSonawane2415)
- fbdev: sstfb: Make CONFIG_FB_DEVICE optional (Gonzalo Silvalde Blanco)
- MAINTAINERS: add a keyword entry for the GPIO subsystem (Bartosz Golaszewski)
- ata: libata: Set DID_TIME_OUT for commands that actually timed out (Niklas Cassel)
- ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc (Krzysztof Kozlowski)
- ASoC: fsl_micfil: Add sample rate constraint (Shengjiu Wang)
- ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue (Jack Yu)
- ASoC: SOF: Intel: hda: Always clean up link DMA during stop (Ranjani Sridharan)
- soundwire: intel_ace2x: Send PDI stream number during prepare (Ranjani Sridharan)
- ASoC: SOF: Intel: hda: Handle prepare without close for non-HDA DAI's (Ranjani Sridharan)
- ASoC: SOF: ipc4-topology: Do not set ALH node_id for aggregated DAIs (Ranjani Sridharan)
- ASoC: fsl_micfil: Add a flag to distinguish with different volume control types (Chancel Liu)
- ASoC: codecs: lpass-rx-macro: fix RXn(rx,n) macro for DSM_CTL and SEC7 regs (Alexey Klimov)
- ASoC: Change my e-mail to gmail (Kirill Marinushkin)
- ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops (Derek Fang)
- ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA (Ilya Dudikov)
- MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers (Andrei Simion)
- ASoC: qcom: Select missing common Soundwire module code on SDM845 (Krzysztof Kozlowski)
- ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler (Shengjiu Wang)
- ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing (Lad Prabhakar)
- ASoC: max98388: Fix missing increment of variable slot_found (Colin Ian King)
- ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA (Christian Heusel)
- ASoC: topology: Bump minimal topology ABI version (Amadeusz Sławiński)
- ASoC: codecs: Fix error handling in aw_dev_get_dsp_status function (Zhu Jun)
- ASoC: qcom: sdm845: add missing soundwire runtime stream alloc (Alexey Klimov)
- ASoC: loongson: Fix component check failed on FDT systems (Binbin Zhou)
- ASoC: dapm: avoid container_of() to get component (Benjamin Bara)
- ASoC: SOF: Intel: hda-loader: do not wait for HDaudio IOC (Kai Vehmanen)
- ASoC: SOF: amd: Fix for ACP SRAM addr for acp7.0 platform (Venkata Prasad Potturu)
- ASoC: SOF: amd: Add error log for DSP firmware validation failure (Venkata Prasad Potturu)
- ASoC: Intel: avs: Update stream status in a separate thread (Amadeusz Sławiński)
- ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties (Miquel Raynal)
- ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() (Zichen Xie)
- ALSA: hda/realtek: Update default depop procedure (Kailang Yang)
- ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE (Eric Biggers)
- ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593 (José Relvas)
- ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() (Andrey Shumilin)
- drm/xe: Don't restart parallel queues multiple times on GT reset (Nirmoy Das)
- drm/xe/ufence: Prefetch ufence addr to catch bogus address (Nirmoy Das)
- drm/xe: Handle unreliable MMIO reads during forcewake (Shuicheng Lin)
- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout (Badal Nilawar)
- drm/xe: Enlarge the invalidation timeout from 150 to 500 (Shuicheng Lin)
- drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node() (Javier Carrasco)
- drm/bridge: Fix assignment of the of_node of the parent to aux bridge (Abel Vesa)
- i915: fix DRM_I915_GVT_KVMGT dependencies (Arnd Bergmann)
- drm/amdgpu: handle default profile on on devices without fullscreen 3D (Alex Deucher)
- drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too (Mario Limonciello)
- drm/amdgpu: fix random data corruption for sdma 7 (Frank Min)
- drm/amd/display: temp w/a for DP Link Layer compliance (Aurabindo Pillai)
- drm/amd/display: temp w/a for dGPU to enter idle optimizations (Aurabindo Pillai)
- drm/amd/pm: update deep sleep status on smu v14.0.2/3 (Kenneth Feng)
- drm/amd/pm: update overdrive function on smu v14.0.2/3 (Kenneth Feng)
- drm/amd/pm: update the driver-fw interface file for smu v14.0.2/3 (Kenneth Feng)
- drm/amd: Guard against bad data for ATIF ACPI method (Mario Limonciello)
- x86: fix whitespace in runtime-const assembler output (Linus Torvalds)
- x86: fix user address masking non-canonical speculation issue (Linus Torvalds)
- v6.12-rc4-rt6 (Sebastian Andrzej Siewior)
- sched: Update the lazy-preempt bits. (Sebastian Andrzej Siewior)
- timer: Update the ktimersd series. (Sebastian Andrzej Siewior)
- v6.12-rc4-rt5 (Sebastian Andrzej Siewior)
- bpf: Check validity of link->type in bpf_link_show_fdinfo() (Hou Tao)
- bpf: Add the missing BPF_LINK_TYPE invocation for sockmap (Hou Tao)
- bpf: fix do_misc_fixups() for bpf_get_branch_snapshot() (Andrii Nakryiko)
- bpf,perf: Fix perf_event_detach_bpf_prog error handling (Jiri Olsa)
- selftests/bpf: Add test for passing in uninit mtu_len (Daniel Borkmann)
- selftests/bpf: Add test for writes to .rodata (Daniel Borkmann)
- bpf: Remove MEM_UNINIT from skb/xdp MTU helpers (Daniel Borkmann)
- bpf: Fix overloading of MEM_UNINIT's meaning (Daniel Borkmann)
- bpf: Add MEM_WRITE attribute (Daniel Borkmann)
- bpf: Preserve param->string when parsing mount options (Hou Tao)
- bpf, arm64: Fix address emission with tag-based KASAN enabled (Peter Collingbourne)
- net: dsa: mv88e6xxx: support 4000ps cycle counter period (Shenghao Yang)
- net: dsa: mv88e6xxx: read cycle counter period from hardware (Shenghao Yang)
- net: dsa: mv88e6xxx: group cycle counter coefficients (Shenghao Yang)
- net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition (Reinhard Speyerer)
- hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (Haiyang Zhang)
- net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x (Tim Harvey)
- Bluetooth: ISO: Fix UAF on iso_sock_timeout (Luiz Augusto von Dentz)
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (Luiz Augusto von Dentz)
- Bluetooth: hci_core: Disable works on hci_unregister_dev (Luiz Augusto von Dentz)
- xfrm: fix one more kernel-infoleak in algo dumping (Petr Vaganov)
- xfrm: validate new SA's prefixlen using SA family when sel.family is unset (Sabrina Dubroca)
- xfrm: policy: remove last remnants of pernet inexact list (Florian Westphal)
- xfrm: respect ip protocols rules criteria when performing dst lookups (Eyal Birger)
- xfrm: extract dst lookup parameters into a struct (Eyal Birger)
- posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (Jinjie Ruan)
- r8169: avoid unsolicited interrupts (Heiner Kallweit)
- net: sched: use RCU read-side critical section in taprio_dump() (Dmitry Antipov)
- net: sched: fix use-after-free in taprio_change() (Dmitry Antipov)
- net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers (Vladimir Oltean)
- net: usb: usbnet: fix name regression (Oliver Neukum)
- mlxsw: spectrum_router: fix xa_store() error checking (Yuan Can)
- netfilter: xtables: fix typo causing some targets not to load on IPv6 (Pablo Neira Ayuso)
- netfilter: bpf: must hold reference on net namespace (Florian Westphal)
- virtio_net: fix integer overflow in stats (Michael S. Tsirkin)
- net: fix races in netdev_tx_sent_queue()/dev_watchdog() (Eric Dumazet)
- net: wwan: fix global oob in wwan_rtnl_policy (Lin Ma)
- fsl/fman: Fix refcount handling of fman-related devices (Aleksandr Mishin)
- fsl/fman: Save device references taken in mac_probe() (Aleksandr Mishin)
- MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL] (Hangbin Liu)
- mailmap: update entry for Jesper Dangaard Brouer (Jesper Dangaard Brouer)
- net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x (Peter Rashleigh)
- octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx() (Aleksandr Mishin)
- octeon_ep: Implement helper for iterating packets in Rx queue (Aleksandr Mishin)
- bnxt_en: replace ptp_lock with irqsave variant (Vadim Fedorenko)
- net: phy: dp83822: Fix reset pin definitions (Michel Alex)
- MAINTAINERS: add Simon as an official reviewer (Jakub Kicinski)
- net: plip: fix break; causing plip to never transmit (Jakub Boehm)
- be2net: fix potential memory leak in be_xmit() (Wang Hai)
- net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() (Wang Hai)
- net: pse-pd: Fix out of bound for loop (Kory Maincent)
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard (Hans de Goede)
- HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad (Kenneth Albanowski)
- HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad (Bartłomiej Maryńczak)
- LoongArch: KVM: Mark hrtimer to expire in hard interrupt context (Huacai Chen)
- LoongArch: Make KASAN usable for variable cpu_vabits (Huacai Chen)
- LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space (Bibo Mao)
- LoongArch: Don't crash in stack_top() for tasks without vDSO (Thomas Weißschuh)
- LoongArch: Set correct size for vDSO code mapping (Huacai Chen)
- LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context (Huacai Chen)
- LoongArch: Get correct cores_per_package for SMT systems (Huacai Chen)
- LoongArch: Use "Exception return address" to comment ERA (Yanteng Si)
- tracing: Consider the NULL character when validating the event length (Leo Yan)
- tracing/probes: Fix MAX_TRACE_ARGS limit handling (Mikel Rychliski)
- objpool: fix choosing allocation for percpu slots (Viktor Malik)
- btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() (Yue Haibing)
- btrfs: reject ro->rw reconfiguration if there are hard ro requirements (Qu Wenruo)
- btrfs: fix read corruption due to race with extent map merging (Boris Burkov)
- btrfs: fix the delalloc range locking if sector size < page size (Qu Wenruo)
- btrfs: qgroup: set a more sane default value for subtree drop threshold (Qu Wenruo)
- btrfs: clear force-compress on remount when compress mount option is given (Filipe Manana)
- btrfs: zoned: fix zone unusable accounting for freed reserved extent (Naohiro Aota)
- jfs: Fix sanity check in dbMount (Dave Kleikamp)
- bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path (Kent Overstreet)
- bcachefs: Mark more errors as AUTOFIX (Kent Overstreet)
- bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocations (Kent Overstreet)
- bcachefs: Don't use wait_event_interruptible() in recovery (Kent Overstreet)
- bcachefs: Fix __bch2_fsck_err() warning (Kent Overstreet)
- bcachefs: fsck: Improve hash_check_key() (Kent Overstreet)
- bcachefs: bch2_hash_set_or_get_in_snapshot() (Kent Overstreet)
- bcachefs: Repair mismatches in inode hash seed, type (Kent Overstreet)
- bcachefs: Add hash seed, type to inode_to_text() (Kent Overstreet)
- bcachefs: INODE_STR_HASH() for bch_inode_unpacked (Kent Overstreet)
- bcachefs: Run in-kernel offline fsck without ratelimit errors (Kent Overstreet)
- bcachefs: skip mount option handle for empty string. (Hongbo Li)
- bcachefs: fix incorrect show_options results (Hongbo Li)
- bcachefs: Fix data corruption on -ENOSPC in buffered write path (Kent Overstreet)
- bcachefs: bch2_folio_reservation_get_partial() is now better behaved (Kent Overstreet)
- bcachefs: fix disk reservation accounting in bch2_folio_reservation_get() (Kent Overstreet)
- bcachefS: ec: fix data type on stripe deletion (Kent Overstreet)
- bcachefs: Don't use commit_do() unnecessarily (Kent Overstreet)
- bcachefs: handle restarts in bch2_bucket_io_time_reset() (Kent Overstreet)
- bcachefs: fix restart handling in __bch2_resume_logged_op_finsert() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_alloc_write_key() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_do_invalidates_work() (Kent Overstreet)
- bcachefs: fix missing restart handling in bch2_read_retry_nodecode() (Kent Overstreet)
- bcachefs: fix restart handling in bch2_fiemap() (Kent Overstreet)
- bcachefs: fix bch2_hash_delete() error path (Kent Overstreet)
- bcachefs: fix restart handling in bch2_rename2() (Kent Overstreet)
- Revert "9p: Enable multipage folios" (Dominique Martinet)
- Trim Changelog for 6.12 (Justin M. Forbes)
- Enable CONFIG_SECURITY_IPE for Fedora (Zbigniew Jędrzejewski-Szmek)
- redhat: allow to override VERSION_ON_UPSTREAM from command line (Jan Stancek)
- redhat: configs: Enable CONFIG_SECURITY_TOMOYO in Fedora kernels (Tetsuo Handa)
Resolves: RHEL-56700
* Wed Oct 23 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-26.el10]
- redhat: drop ARK changelog (Jan Stancek) [RHEL-56700]
- redhat: regenerate test-data (Jan Stancek) [RHEL-56700]
- redhat: rpminspect.yaml: more tests to ignore in selftests (Jan Stancek) [RHEL-56700]
- redhat/Makefile.variables: don't set DISTRO (Jan Stancek) [RHEL-56700]
- redhat/Makefile.variables: set PATCHLIST_URL to none (Jan Stancek) [RHEL-56700]
- redhat: gitlab-ci: add initial version (Jan Stancek) [RHEL-56700]
- redhat: update rpminspect with c9s one (Jan Stancek) [RHEL-56700]
- redhat: remove fedora configs and files (Jan Stancek) [RHEL-56700]
- redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) [RHEL-56700]
- redhat: set release version (Jan Stancek) [RHEL-56700]
- redhat: fix CONFIG_PREEMPT config (Jan Stancek) [RHEL-56700]
- KVM: selftests: Fix build on on non-x86 architectures (Mark Brown)
- 9p: fix slab cache name creation for real (Linus Torvalds)
- KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration (Oliver Upton)
- KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS (Oliver Upton)
- KVM: arm64: Fix shift-out-of-bounds bug (Ilkka Koskinen)
- KVM: arm64: Shave a few bytes from the EL2 idmap code (Marc Zyngier)
- KVM: arm64: Don't eagerly teardown the vgic on init error (Marc Zyngier)
- KVM: arm64: Expose S1PIE to guests (Mark Brown)
- KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule (Oliver Upton)
- KVM: arm64: nv: Punt stage-2 recycling to a vCPU request (Oliver Upton)
- KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed (Oliver Upton)
- KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out (Oliver Upton)
- KVM: arm64: Unregister redistributor for failed vCPU creation (Oliver Upton)
- KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guest (Shaoqin Huang)
- KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1_EL1 (Shaoqin Huang)
- KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace (Shameer Kolothum)
- RISCV: KVM: use raw_spinlock for critical section in imsic (Cyan Yang)
- KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups (Sean Christopherson)
- KVM: selftests: x86: Avoid using SSE/AVX instructions (Vitaly Kuznetsov)
- KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (Sean Christopherson)
- KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset() (Maxim Levitsky)
- KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALL (Sean Christopherson)
- KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range() (Sean Christopherson)
- KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot (Sean Christopherson)
- x86/kvm: Override default caching mode for SEV-SNP and TDX (Kirill A. Shutemov)
- KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic (Dr. David Alan Gilbert)
- KVM: Remove unused kvm_vcpu_gfn_to_pfn (Dr. David Alan Gilbert)
- uprobe: avoid out-of-bounds memory access of fetching args (Qiao Ma)
- proc: Fix W=1 build kernel-doc warning (Thorsten Blum)
- afs: Fix lock recursion (David Howells)
- fs: Fix uninitialized value issue in from_kuid and from_kgid (Alessandro Zanni)
- fs: don't try and remove empty rbtree node (Christian Brauner)
- netfs: Downgrade i_rwsem for a buffered write (David Howells)
- nilfs2: fix kernel bug due to missing clearing of buffer delay flag (Ryusuke Konishi)
- openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) (Aleksa Sarai)
- netfs: fix documentation build error (Jonathan Corbet)
- netfs: In readahead, put the folio refs as soon extracted (David Howells)
- crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue (Qianqiang Liu)
- Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes)
- v6.12-rc2-rt4 (Sebastian Andrzej Siewior)
- sched: Replace PREEMPT_AUTO with LAZY_PREEMPT. (Sebastian Andrzej Siewior)
- softirq: Clean white space. (Sebastian Andrzej Siewior)
- mm: percpu: Increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds. (Sebastian Andrzej Siewior)
- ARM: vfp: Rename the locking functions. (Sebastian Andrzej Siewior)
- v6.12-rc2-rt3 (Sebastian Andrzej Siewior)
- v6.12-rc1-rt2 (Sebastian Andrzej Siewior)
- Revert "time: Allow to preempt after a callback." + dependencies. (Sebastian Andrzej Siewior)
- Revert "sched/rt: Don't try push tasks if there are none." (Sebastian Andrzej Siewior)
- Add localversion for -RT release (Thomas Gleixner)
- sysfs: Add /sys/kernel/realtime entry (Clark Williams)
- riscv: add PREEMPT_AUTO support (Jisheng Zhang)
- POWERPC: Allow to enable RT (Sebastian Andrzej Siewior)
- powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior)
- powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata)
- powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior)
- powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior)
- powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior)
- ARM: Allow to enable RT (Sebastian Andrzej Siewior)
- ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior)
- ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior)
- ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior)
- ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior)
- arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior)
- ARM: enable irq in translation/section permission fault handlers (Yadi.hu)
- arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner)
- sched: define TIF_ALLOW_RESCHED (Thomas Gleixner)
- Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior)
- drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior)
- drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior)
- drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior)
- drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior)
- drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior)
- drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith)
- drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith)
- time: Allow to preempt after a callback. (Sebastian Andrzej Siewior)
- softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior)
- sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior)
- softirq: Wake ktimers thread also in softirq. (Junxiao Chang)
- tick: Fix timer storm since introduction of timersd (Frederic Weisbecker)
- rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker)
- softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior)
- locking/rt: Annotate unlock followed by lock for sparse. (Sebastian Andrzej Siewior)
- locking/rt: Add sparse annotation for RCU. (Sebastian Andrzej Siewior)
- locking/rt: Remove one __cond_lock() in RT's spin_trylock_irqsave() (Sebastian Andrzej Siewior)
- locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks. (Sebastian Andrzej Siewior)
- sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior)
- serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness)
- serial: 8250: Switch to nbcon console (John Ogness)
- Linux v6.12-rc4
Resolves: RHEL-56700