1
0
forked from rpms/kernel

kernel-6.12.0-78.el10

* 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

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
This commit is contained in:
Julio Faracco 2025-04-28 23:54:41 -03:00
parent 5236055e86
commit 91a0bd7b67
27 changed files with 553 additions and 129 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 1
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 77
RHEL_RELEASE = 78
#
# RHEL_REBASE_NUM

View File

@ -12,25 +12,12 @@ packages:
depends-on:
- modules-core
- modules
- name: modules-rt-kvm
if_variant_in: ["rt"]
depends-on:
- modules-core
- name: modules-rt-64k-kvm
if_variant_in: ["rt-64k"]
depends-on:
- modules-core
- name: modules-partner
depends-on:
- modules-core
- modules
rules:
- arch/x86/kvm/kvm(-amd|-intel|\.).*: modules-rt-kvm
if_variant_in: ["rt"]
- arch/x86/kvm/kvm(-amd|-intel|\.).*: modules-rt-64k-kvm
if_variant_in: ["rt-64k"]
- arch/.*: modules-core
- block/t10-pi.ko: modules-core
- crypto/.*: modules-core
@ -83,10 +70,6 @@ rules:
- drivers/gpio/gpio-dln2.*: modules-extra
- drivers/gpio/gpio-ljca.*: modules
- drivers/gpio/.*: modules-core
- drivers/gpu/drm/i915/kvmgt.*: modules-rt-kvm
if_variant_in: ["rt"]
- drivers/gpu/drm/i915/kvmgt.*: modules-rt-64k-kvm
if_variant_in: ["rt-64k"]
- drivers/gpu/drm/display/drm_.*: modules-core
- drivers/gpu/drm/drm.*: modules-core
- drivers/gpu/drm/etnaviv/.*: modules-core
@ -269,10 +252,6 @@ rules:
- drivers/powercap/intel_rapl_tpmi.*: modules
- drivers/powercap/.*: modules-core
- drivers/pps/.*: modules-core
- drivers/ptp/ptp_kvm.*: modules-rt-kvm
if_variant_in: ["rt"]
- drivers/ptp/ptp_kvm.*: modules-rt-64k-kvm
if_variant_in: ["rt-64k"]
- drivers/ptp/ptp_mock.*: modules-internal
- drivers/ptp/ptp_dfl_tod.*: modules
- drivers/ptp/.*: modules-core

View File

@ -823,11 +823,11 @@ class FiltermodTests(unittest.TestCase):
do_pictures=FiltermodTests.do_pictures,
variants=['rt'])
self.assertIsNotNone(self.pkg_list.get('rt-kvm'))
self.assertIsNotNone(self.pkg_list.get('modules-other'))
self._is_kmod_pkg('kmod1', 'modules-core')
self._is_kmod_pkg('kmod2', 'modules-core')
self._is_kmod_pkg('kmod3', 'modules')
self._is_kmod_pkg('kmod4', 'rt-kvm')
self._is_kmod_pkg('kmod4', 'modules-other')
def test2(self):
self.pkg_list, self.kmod_list = sort_kmods(get_td('test2.dep'), get_td('test2.yaml'),

View File

@ -623,6 +623,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7193,7 +7194,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7841,7 +7841,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -623,6 +623,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7168,7 +7169,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7816,7 +7816,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -668,6 +668,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7819,7 +7820,6 @@ CONFIG_TELCLOCK=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -8579,7 +8579,7 @@ CONFIG_UTS_NS=y
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -668,6 +668,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7794,7 +7795,6 @@ CONFIG_TELCLOCK=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -8554,7 +8554,7 @@ CONFIG_UTS_NS=y
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -621,6 +621,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7189,7 +7190,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7837,7 +7837,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -621,6 +621,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7164,7 +7165,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7812,7 +7812,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -623,6 +623,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7241,7 +7242,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7890,7 +7890,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -623,6 +623,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7216,7 +7217,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7865,7 +7865,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -621,6 +621,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7237,7 +7238,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7886,7 +7886,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -621,6 +621,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7212,7 +7213,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7861,7 +7861,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -465,6 +465,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -6657,7 +6658,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7284,7 +7284,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -465,6 +465,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -6634,7 +6635,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7261,7 +7261,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -464,6 +464,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -6626,7 +6627,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7262,7 +7262,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -464,6 +464,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -6603,7 +6604,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7239,7 +7239,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -465,6 +465,7 @@ CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -6624,7 +6625,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7261,7 +7261,7 @@ CONFIG_UV_SYSFS=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -505,6 +505,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7272,7 +7273,6 @@ CONFIG_TELCLOCK=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7930,7 +7930,7 @@ CONFIG_UV_MMTIMER=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -505,6 +505,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7248,7 +7249,6 @@ CONFIG_TELCLOCK=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7906,7 +7906,7 @@ CONFIG_UV_MMTIMER=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -494,6 +494,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7035,7 +7036,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7673,7 +7673,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -494,6 +494,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7011,7 +7012,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7649,7 +7649,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -494,6 +494,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7083,7 +7084,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7722,7 +7722,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -494,6 +494,7 @@ CONFIG_BINFMT_MISC=m
CONFIG_BINFMT_SCRIPT=y
CONFIG_BITFIELD_KUNIT=m
CONFIG_BITS_TEST=m
CONFIG_BLACKHOLE_DEV_KUNIT_TEST=m
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOLATENCY=y
@ -7059,7 +7060,6 @@ CONFIG_TERANETICS_PHY=m
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITOPS is not set
# CONFIG_TEST_BLACKHOLE_DEV is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_TEST_CPUMASK=m
@ -7698,7 +7698,7 @@ CONFIG_VDPA=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
# CONFIG_VDPA_USER is not set
CONFIG_VDPA_USER=m
# CONFIG_VEML6030 is not set
# CONFIG_VEML6040 is not set
# CONFIG_VEML6070 is not set

View File

@ -1,3 +1,251 @@
* 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]

View File

@ -162,15 +162,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 77
%define pkgrelease 78
%define kversion 6
%define tarfile_release 6.12.0-77.el10
%define tarfile_release 6.12.0-78.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 77%{?buildid}%{?dist}
%define specrelease 78%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-77.el10
%define kabiversion 6.12.0-78.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -767,6 +767,9 @@ BuildRequires: libcap-devel libcap-ng-devel
BuildRequires: python3-docutils
BuildRequires: libtraceevent-devel
BuildRequires: libtracefs-devel
BuildRequires: libbpf-devel
BuildRequires: bpftool
BuildRequires: clang
%ifnarch s390x
BuildRequires: pciutils-devel
@ -1323,6 +1326,7 @@ Epoch: %{gemini}
Summary: Real-Time Linux Analysis tools
Requires: libtraceevent
Requires: libtracefs
Requires: libbpf
%ifarch %{cpupowerarchs}
Requires: %{package_name}-tools-libs = %{version}-%{release}
%endif
@ -1575,25 +1579,6 @@ Provides: installonlypkg(kernel)\
The meta-package for the %{1} kernel\
%{nil}
%if %{with_realtime} || %{with_realtime_arm64_64k}
#
# this macro creates a kernel-rt-<subpackage>-kvm package
# %%kernel_kvm_package <subpackage>
#
%define kernel_kvm_package() \
%package %{?1:%{1}-}kvm\
Summary: KVM modules for package kernel%{?1:-%{1}}\
Group: System Environment/Kernel\
Requires: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:%{1}}}\
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
Provides: installonlypkg(kernel-module)\
Provides: kernel%{?1:-%{1}}-kvm-%{_target_cpu} = %{version}-%{release}\
AutoReq: no\
%description -n kernel%{?1:-%{1}}-kvm\
This package provides KVM modules for package kernel%{?1:-%{1}}.\
%{nil}
%endif
#
# This macro creates a kernel-<subpackage> and its -devel and -debuginfo too.
# %%define variant_summary The Linux kernel compiled for <configuration>
@ -1624,10 +1609,7 @@ Requires: kernel-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{uname_variant %{
%endif\
%{expand:%%kernel_debuginfo_package %{?1:%{1}}}\
%endif\
%if "%{1}" == "rt" || "%{1}" == "rt-debug" || "%{1}" == "rt-64k" || "%{1}" == "rt-64k-debug"\
%{expand:%%kernel_kvm_package %{?1:%{1}} %{!?{-n}:%{1}}%{?{-n}:%{-n*}}}\
%else \
%if %{with_efiuki}\
%if %{with_efiuki} && ("%{1}" != "rt" && "%{1}" != "rt-debug" && "%{1}" != "rt-64k" && "%{1}" != "rt-64k-debug")\
%package %{?1:%{1}-}uki-virt\
Summary: %{variant_summary} unified kernel image for virtual machines\
Provides: installonlypkg(kernel)\
@ -1641,7 +1623,6 @@ Provides: installonlypkg(kernel)\
Requires: kernel%{?1:-%{1}}-uki-virt = %{specrpmversion}-%{release}\
Requires(pre): systemd >= 254-1\
%endif\
%endif\
%if %{with_gcov}\
%{expand:%%kernel_gcov_package %{?1:%{1}}}\
%endif\
@ -2909,12 +2890,6 @@ BuildKernel() {
create_module_file_list "kernel" ../modules.list ../kernel${Variant:+-${Variant}}-modules.list 0 0
create_module_file_list "internal" ../modules-internal.list ../kernel${Variant:+-${Variant}}-modules-internal.list 0 1
create_module_file_list "kernel" ../modules-extra.list ../kernel${Variant:+-${Variant}}-modules-extra.list 0 1
if [[ "$Variant" == "rt" || "$Variant" == "rt-debug" ]]; then
create_module_file_list "kvm" ../modules-rt-kvm.list ../kernel${Variant:+-${Variant}}-modules-rt-kvm.list 0 1
fi
if [[ "$Variant" == "rt-64k" || "$Variant" == "rt-64k-debug" ]]; then
create_module_file_list "kvm" ../modules-rt-64k-kvm.list ../kernel${Variant:+-${Variant}}-modules-rt-64k-kvm.list 0 1
fi
%if 0%{!?fedora:1}
create_module_file_list "partner" ../modules-partner.list ../kernel${Variant:+-${Variant}}-modules-partner.list 1 1
%endif
@ -3744,21 +3719,6 @@ fi\
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
%{nil}
%if %{with_realtime} || %{with_realtime_arm64_64k}
#
# This macro defines a %%post script for a kernel*-kvm package.
# It also defines a %%postun script that does the same thing.
# %%kernel_kvm_post [<subpackage>]
#
%define kernel_kvm_post() \
%{expand:%%post %{?1:%{1}-}kvm}\
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
%{nil}\
%{expand:%%postun %{?1:%{1}-}kvm}\
/sbin/depmod -a %{KVERREL}%{?1:+%{1}}\
%{nil}
%endif
#
# This macro defines a %%post script for a kernel*-modules package.
# It also defines a %%postun script that does the same thing.
@ -3924,7 +3884,6 @@ fi\
%if %{with_realtime_base}
%kernel_variant_preun -v rt
%kernel_variant_post -v rt -r kernel
%kernel_kvm_post rt
%endif
%if %{with_automotive_base}
@ -3935,7 +3894,6 @@ fi\
%if %{with_realtime} && %{with_debug}
%kernel_variant_preun -v rt-debug
%kernel_variant_post -v rt-debug
%kernel_kvm_post rt-debug
%endif
%if %{with_realtime_arm64_64k_base}
@ -4231,14 +4189,7 @@ fi\
%{expand:%%files -f debuginfo%{?3}.list %{?3:%{3}-}debuginfo}\
%endif\
%endif\
%if "%{3}" == "rt" || "%{3}" == "rt-debug" || "%{3}" == "rt-64k" || "%{3}" == "rt-64k-debug"\
%if "%{3}" == "rt" || "%{3}" == "rt-debug"\
%{expand:%%files -f kernel-%{?3:%{3}-}modules-rt-kvm.list %{?3:%{3}-}kvm}\
%else\
%{expand:%%files -f kernel-%{?3:%{3}-}modules-rt-64k-kvm.list %{?3:%{3}-}kvm}\
%endif\
%else\
%if %{with_efiuki}\
%if %{with_efiuki} && "%{3}" != "rt" && "%{3}" != "rt-debug" && "%{3}" != "rt-64k" && "%{3}" != "rt-64k-debug"\
%{expand:%%files %{?3:%{3}-}uki-virt}\
%dir /lib/modules\
%dir /lib/modules/%{KVERREL}%{?3:+%{3}}\
@ -4253,7 +4204,6 @@ fi\
%dir /lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi.extra.d/ \
/lib/modules/%{KVERREL}%{?3:+%{3}}/%{?-k:%{-k*}}%{!?-k:vmlinuz}-virt.efi.extra.d/*.addon.efi\
%endif\
%endif\
%if %{?3:1} %{!?3:0}\
%{expand:%%files %{3}}\
%endif\
@ -4334,6 +4284,253 @@ fi\
#
#
%changelog
* 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}
* 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]

View File

@ -1,5 +1,5 @@
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
SHA512 (linux-6.12.0-77.el10.tar.xz) = d8f2542f7b2884aa361a419c38bf46c5b97e8d392d674a6aa262e2b9dbd49b4d5715a5450d5d25c91f5c43ed9d5fe92a50b94af4745d14542ec1de69da7b0215
SHA512 (kernel-abi-stablelists-6.12.0-77.el10.tar.xz) = ebd2c36e72152c23dc8647a8f88e498340d28796600f3e8e403cb7e387ff76ffc4dd40ed4e4b4ff82809739356db5a1a7566583aced3dfb399cc125c7ffb1a90
SHA512 (kernel-kabi-dw-6.12.0-77.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d
SHA512 (linux-6.12.0-78.el10.tar.xz) = 7a10e6e2d17c83cc9c02fb75d4d082dea4bcbb66c08fac7f18a5a1d8b314f8fbfaf2ffbfa08da8f6aaa913e7b94723db52b7429bc303ca432f8b7ccae95ee0c1
SHA512 (kernel-abi-stablelists-6.12.0-78.el10.tar.xz) = abc13bba9d0226b676e62a0cf301ce803bfe7a3bd64c0f274d917343b1f3d22036185e54f6b06d515361b9dc8147fae372a90769d74f080a76b4a405c694935a
SHA512 (kernel-kabi-dw-6.12.0-78.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d