1
0
forked from rpms/kernel
The Linux kernel
Go to file
Julio Faracco 91a0bd7b67 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>
2025-04-28 23:54:41 -03:00
.gitignore kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 2020-04-14 17:53:23 -04:00
check-kabi kernel-6.0.0-0.rc7.20220927gita1375562c0a8.48 2022-09-27 09:26:17 -05:00
def_variants.yaml.rhel kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
dracut-virt.conf kernel-6.12.0-61.el10 2025-03-07 18:23:05 -03:00
fedoraimaca.x509 kernel-6.10.0-0.rc2.8.el10 2024-06-04 09:40:59 +02:00
filtermods.py kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
flavors kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
gating.yaml kernel-6.12.0-54.el10 2025-02-14 07:54:48 +01:00
generate_all_configs.sh kernel-6.5.0-0.rc7.20230822gitf7757129e3de.51 2023-08-22 07:04:59 -05:00
kernel-aarch64-64k-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-automotive-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-automotive-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-local Change method of configuration generation 2016-12-06 12:07:10 -08:00
kernel-ppc64le-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-ppc64le-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-s390x-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-s390x-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-automotive-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-automotive-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel.changelog kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kernel.spec kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
kvm_stat.logrotate kernel-5.13.0-0.rc3.20210527gitad9f25d33860.28 2021-05-27 11:30:07 -05:00
linux-kernel-test.patch kernel-5.17-0.rc0.20220121gitc2c94b3b187d.73 2022-01-21 11:03:01 -06:00
Makefile.rhelver kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
merge.py kernel-6.4.0-0.rc0.20230425git173ea743bf7a.3 2023-04-25 11:01:29 -05:00
mod-denylist.sh kernel-6.9.0-0.rc4.2.el10 2024-04-22 08:02:15 +02:00
mod-sign.sh kernel-6.5.0-0.rc7.20230822gitf7757129e3de.51 2023-08-22 07:04:59 -05:00
Module.kabi_aarch64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_aarch64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_ppc64le Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_riscv64 kernel-6.11.0-25.el10 2024-09-16 16:22:29 +02:00
Module.kabi_dup_s390x Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_dup_x86_64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_ppc64le Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_riscv64 kernel-6.11.0-25.el10 2024-09-16 16:22:29 +02:00
Module.kabi_s390x Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
Module.kabi_x86_64 Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00
nvidiagpuoot001.x509 kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
partial-clang_lto-aarch64-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-aarch64-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-x86_64-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang_lto-x86_64-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang-debug-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-clang-snip.config kernel-6.11.0-0.rc5.21.el10 2024-08-26 11:42:21 +02:00
partial-kgcov-debug-snip.config kernel-6.11.0-29.el10 2024-11-11 13:22:14 +01:00
partial-kgcov-snip.config kernel-6.11.0-29.el10 2024-11-11 13:22:14 +01:00
patch-6.12-redhat.patch kernel-6.12.0-30.el10 2024-11-18 12:06:48 +01:00
process_configs.sh kernel-6.8.0-0.rc3.20240207git6d280f4d760e.29 2024-02-07 13:22:20 -06:00
README.rst kernel-5.7.0-0.rc4.1 2020-05-04 12:40:44 -05:00
redhatsecureboot501.cer kernel-6.9.0-0.rc7.5.el10 2024-05-07 14:59:41 +02:00
redhatsecurebootca5.cer kernel-6.9.0-0.rc7.5.el10 2024-05-07 14:59:41 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149 2021-02-08 09:59:50 -06:00
rhelima_centos.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelima.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelimaca1.x509 kernel-6.9.0-7.el10 2024-05-20 13:51:56 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149 2021-02-08 09:59:50 -06:00
rpminspect.yaml kernel-6.12.0-30.el10 2024-11-18 12:06:48 +01:00
sources kernel-6.12.0-78.el10 2025-04-28 23:54:41 -03:00
uki_addons.json kernel-6.12.0-56.el10 2025-02-20 23:45:53 -03:00
uki_create_addons.py kernel-6.11.0-29.el10 2024-11-11 13:22:14 +01:00
x509.genkey.centos kernel-5.17-0.rc1.20220127git626b2dda7651.78 2022-01-27 08:59:41 -06:00
x509.genkey.rhel Sync up on adding a bunch of files 2019-11-13 10:01:45 -05:00

===================
The Kernel dist-git
===================

The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.

The `documentation`_ for the source tree covers how to contribute and maintain
the tree.

If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches