The Linux kernel
Go to file
CKI KWF Bot 743b46cbe9 kernel-6.12.0-227.el10
* Fri May 08 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-227.el10]
- PCI/PTM: Drop pci_enable_ptm() granularity parameter (CKI Backport Bot) [RHEL-172222]
- x86/mce: Remove the redundant mce_hygon_feature_init() (Steve Best) [RHEL-130026]
- x86/mce: Ensure user polling settings are honored when restarting timer (Steve Best) [RHEL-130026]
- x86/mce/amd: Fix threshold limit reset (Steve Best) [RHEL-130026]
- x86/mce/apei: Handle variable SMCA BERT record size (Steve Best) [RHEL-130026]
- x86/mce/mcelog: Use xchg() to get and clear the flags (Steve Best) [RHEL-130026]
- x86/mce/inject: Remove call to mce_notify_irq() (Steve Best) [RHEL-130026]
- x86/mce: use is_copy_from_user() to determine copy-from-user context (Steve Best) [RHEL-130026]
- x86/mce/threshold: Remove the redundant this_cpu_dec_return() (Steve Best) [RHEL-130026]
- x86/mce/amd: Filter bogus hardware errors on Zen3 clients (Steve Best) [RHEL-130026]
- x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRs (Steve Best) [RHEL-130026]
- x86/mce: Handle AMD threshold interrupt storms (Steve Best) [RHEL-130026]
- x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systems (Steve Best) [RHEL-130026]
- x86/mce: Add support for physical address valid bit (Steve Best) [RHEL-130026]
- EDAC/mce_amd: Add support for FRU text in MCA (Steve Best) [RHEL-130026]
- x86/mce: Save and use APEI corrected threshold limit (Steve Best) [RHEL-130026]
- x86/mce/amd: Define threshold restart function for banks (Steve Best) [RHEL-130026]
- x86/mce/amd: Remove redundant reset_block() (Steve Best) [RHEL-130026]
- x86/mce/amd: Support SMCA Corrected Error Interrupt (Steve Best) [RHEL-130026]
- x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems (Steve Best) [RHEL-130026]
- x86/mce: Unify AMD DFR handler with MCA Polling (Steve Best) [RHEL-130026]
- x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers (Steve Best) [RHEL-130026]
- x86/mce: Unify AMD THR handler with MCA Polling (Steve Best) [RHEL-130026]
- x86/mce: Add a clear_bank() helper (Steve Best) [RHEL-130026]
- x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()' (Steve Best) [RHEL-130026]
- x86/mce: Move machine_check_poll() status checks to helper functions (Steve Best) [RHEL-130026]
- x86/mce: Separate global and per-CPU quirks (Steve Best) [RHEL-130026]
- x86/mce: Convert family/model mixed checks to VFM-based checks (Steve Best) [RHEL-130026]
- x86/mce: Do 'UNKNOWN' vendor check early (Steve Best) [RHEL-130026]
- x86/mce: Break up __mcheck_cpu_apply_quirks() (Steve Best) [RHEL-130026]
- x86/mce: Make four functions return bool (Steve Best) [RHEL-130026]
- x86/mce: Add wrapper for struct mce to export vendor specific info (Steve Best) [RHEL-130026]
- x86/mce: Define BSP-only SMCA init (Steve Best) [RHEL-130026]
- x86/mce: Define BSP-only init (Steve Best) [RHEL-130026]
- x86/mce: Set CR4.MCE last during init (Steve Best) [RHEL-130026]
- x86/mce: Remove __mcheck_cpu_init_early() (Steve Best) [RHEL-130026]
- x86/mce: Cleanup bank processing on init (Steve Best) [RHEL-130026]
- x86/mce/amd: Put list_head in threshold_bank (Steve Best) [RHEL-130026]
- x86/mce/amd: Remove smca_banks_map (Steve Best) [RHEL-130026]
- x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device() (Steve Best) [RHEL-130026]
- x86/mce/amd: Rename threshold restart function (Steve Best) [RHEL-130026]
- x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses [partial] (Steve Best) [RHEL-130026]
- x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses [partial] (Steve Best) [RHEL-130026]
- x86/msr: Add the native_rdmsrq() helper (Steve Best) [RHEL-130026]
- x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()' (Steve Best) [RHEL-130026]
- x86/msr: Add explicit includes of <asm/msr.h> [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' [partial] (Steve Best) [RHEL-130026]
- x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h> (Steve Best) [RHEL-130026]
- x86/msr: Standardize on u64 in <asm/msr.h> (Steve Best) [RHEL-130026]
- x86/msr: Harmonize the prototype and definition of do_trace_rdpmc() (Steve Best) [RHEL-130026]
- io_uring/kbuf: check if target buffer list is still legacy on recycle (Jeff Moyer) [RHEL-161187]
- io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX (Jeff Moyer) [RHEL-161187]
- redhat/configs: Enable FFA for TPM on AArch64 (Marcin Juszkiewicz) [RHEL-167985]
- platform/x86/intel/pmc: Remove double empty line (Steve Best) [RHEL-129781]
- platform/x86/intel/pmc: Enable substate residencies for multiple PMCs (Steve Best) [RHEL-129781]
- platform/x86/intel/pmc: Move LPM mode attributes to PMC (Steve Best) [RHEL-129781]
- platform/x86/intel/pmc: Change LPM mode fields to u8 (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Enable SSRAM support for Wildcat Lake (Steve Best) [RHEL-129781]
- platform/x86/intel/pmc: Add Wildcat Lake support to Intel PMC SSRAM Telemetry (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Remove redundant has_die_c6 variable (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Relocate lpm_req_guid to pmc_reg_map (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Rename PMC index variable to pmc_idx (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Add DMU GUID to Arrow Lake U/H (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Add support for multiple DMU GUIDs (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Update Arrow Lake telemetry GUID (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Replace dev_warn() with dev_dbg() (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Enable SSRAM support for Panther Lake (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Show substate requirement for S0ix blockers (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Improve function to show substate header (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Move telemetry endpoint register handling (Steve Best) [RHEL-129781]
- platform/x86:intel/pmc: Enable SSRAM support for Lunar Lake (Steve Best) [RHEL-129781]
- platform/x86/intel/pmc: use kcalloc() instead of kzalloc() (Steve Best) [RHEL-129781]
- redhat: configs: Enable CONFIG_SENSORS_SPD5118 (Jennifer Berringer) [RHEL-168906]
- i3c: master: dw-i3c: Balance PM runtime usage count on probe failure (Jennifer Berringer) [RHEL-168906]
- hwmon: (spd5118) Detect and support 16-bit register addressing (Jennifer Berringer) [RHEL-168906]
- hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses (Jennifer Berringer) [RHEL-168906]
- hwmon: (spd5118) Name chips taking the specification literally (Jennifer Berringer) [RHEL-168906]
- hwmon: (spd5118) Split into common and I2C specific code (Jennifer Berringer) [RHEL-168906]
- hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Jennifer Berringer) [RHEL-168906]
- i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI (Jennifer Berringer) [RHEL-168906]
- i3c: dw: Add shutdown support to dw_i3c_master driver (Jennifer Berringer) [RHEL-168906]
- i3c: dw: Add quirk to address OD/PP timing issue on AMD platform (Jennifer Berringer) [RHEL-168906]
- i3c: dw: Add support for AMDI0015 ACPI ID (Jennifer Berringer) [RHEL-168906]
- i3c: simplify combined i3c/i2c dependencies (Jennifer Berringer) [RHEL-168906]
- i3c: Move device name assignment after i3c_bus_init (Jennifer Berringer) [RHEL-168906]
- i3c: master: Simplify with scoped for each OF child loop (Jennifer Berringer) [RHEL-168906]
- i3c: fix refcount inconsistency in i3c_master_register (Jennifer Berringer) [RHEL-168906]
- device property: Add scoped fwnode child node iterators (Jennifer Berringer) [RHEL-168906]
- i3c: master: Drop duplicate check before calling OF APIs (Jennifer Berringer) [RHEL-168906]
- i3c: master: Improve initialization of numbered I2C adapters (Jennifer Berringer) [RHEL-168906]
- thermal: intel: int340x: soc_slider: Set offset only for balanced mode (Steve Best) [RHEL-130009]
- thermal: int340x: Fix sysfs group leak on DLVR registration failure (Steve Best) [RHEL-130009]
- drivers: thermal: intel: tcc_cooling: Drop redundant local variable (Steve Best) [RHEL-130009]
- thermal: intel: x86_pkg_temp_thermal: Handle invalid temperature (Steve Best) [RHEL-130009]
- thermal: intel: Use sysfs_emit() in a sysfs show function (Steve Best) [RHEL-130009]
- thermal: intel: fix typo "nagative" in comment for cpu argument (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Use sysfs_emit{_at}() in sysfs show functions (Steve Best) [RHEL-130009]
- thermal: int340x: processor_thermal: Enable slow workload type hints (Steve Best) [RHEL-130009]
- thermal: intel: intel_pch_thermal: Drop explicit driver data clearing (Steve Best) [RHEL-130009]
- thermal: intel: intel_tcc_cooling: Add CPU models in the support list (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Enable power slider interface for Wildcat Lake (Steve Best) [RHEL-130009]
- ACPI: DPTF: Support Nova Lake (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Add DLVR support for Nova Lake (Steve Best) [RHEL-130009]
- thermal: int340x: processor_thermal: Add Nova Lake processor thermal device (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Replace sprintf() with sysfs_emit() (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Use symbolic constant for UUID comparison (Steve Best) [RHEL-130009]
- thermal: intel: Select INT340X_THERMAL from INTEL_SOC_DTS_THERMAL (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Power Slider: Validate slider_balance range (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Add module parameter to change slider offset (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Add module parameter for balanced Slider (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Enable power slider interface for Panther Lake (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Add support for power slider (Steve Best) [RHEL-130009]
- thermal: intel: int340x: Remove redundant acpi_has_method() call (Steve Best) [RHEL-130009]
- tools/power/x86/intel-speed-select: v1.25 release (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: Allow non root users (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: Fix file descriptor leak in isolate_cpus() (Krzysztof Pawlinski) [RHEL-133093]
- platform/x86: ISST: Optimize suspend/resume callbacks (Krzysztof Pawlinski) [RHEL-133093]
- platform/x86: ISST: Check for admin capability for write commands (Krzysztof Pawlinski) [RHEL-133093]
- platform/x86: ISST: Store and restore all domains data (Krzysztof Pawlinski) [RHEL-133093]
- platform/x86: ISST: Add missing write block check (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: Use pkg-config for libnl-3.0 detection (Krzysztof Pawlinski) [RHEL-133093]
- platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: v1.24 release (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: Reset isst_turbo_freq_info for invalid buckets (Krzysztof Pawlinski) [RHEL-133093]
- tools/power/x86/intel-speed-select: Check feature status (Krzysztof Pawlinski) [RHEL-133093]
- rh_message.h: update support status of mlx5 devices (Scott Weaver) [RHEL-142605 RHEL-142608 RHEL-166116]
- arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faults (Charles Mirabile) [RHEL-154155]
- x86/resctrl: Fix SNC detection (Phil Auld) [RHEL-147186]
- x86/topo: Fix SNC topology mess (Phil Auld) [RHEL-147186]
- x86/topo: Replace x86_has_numa_in_package (Phil Auld) [RHEL-147186]
- x86/topo: Add topology_num_nodes_per_package() (Phil Auld) [RHEL-147186]
- x86/numa: Store extra copy of numa_nodes_parsed (Phil Auld) [RHEL-147186]
- sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting (Phil Auld) [RHEL-145610]
- sched/core: Fix wakeup_preempt's next_class tracking (Phil Auld) [RHEL-147186]
- sched/fair: Only set slice protection at pick time (Phil Auld) [RHEL-147186]
- sched/eevdf: Update se->vprot in reweight_entity() (Phil Auld) [RHEL-147186]
- sched/fair: Fix lag clamp (Phil Auld) [RHEL-147186]
- sched/fair: Fix zero_vruntime tracking (Phil Auld) [RHEL-147186]
- sched/clock: Avoid false sharing for sched_clock_irqtime (Phil Auld) [RHEL-147186]
- sched/rt: Skip currently executing CPU in rto_next_cpu() (Phil Auld) [RHEL-147186]
- sched/cpufreq: Use %%pe format for PTR_ERR() printing (Phil Auld) [RHEL-147186]
- sched: Re-evaluate scheduling when migrating queued tasks out of throttled cgroups (Phil Auld) [RHEL-147186]
- sched/debug: Fix dl_server (re)start conditions (Phil Auld) [RHEL-147186]
- sched/debug: Add support to change sched_ext server params (Phil Auld) [RHEL-147186]
- sched_ext: Add a DL server for sched_ext tasks (Phil Auld) [RHEL-147186]
- sched/debug: Stop and start server based on if it was active (Phil Auld) [RHEL-147186]
- sched/deadline: Clear the defer params (Phil Auld) [RHEL-147186]
- sched/debug: Fix updating of ppos on server write ops (Phil Auld) [RHEL-147186]
- sched/deadline: Fix 'stuck' dl_server (Phil Auld) [RHEL-147186]
- sched/fair: Revert force wakeup preemption (Phil Auld) [RHEL-147186]
- sched/fair: Disable scheduler feature NEXT_BUDDY (Phil Auld) [RHEL-147186]
- sched: Update rq->avg_idle when a task is moved to an idle CPU (Phil Auld) [RHEL-147186]
- sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user() (Phil Auld) [RHEL-147186]
- sched/fair: Fix pelt clock sync when entering idle (Phil Auld) [RHEL-147186]
- sched/fair: Remove nohz.nr_cpus and use weight of cpumask instead (Phil Auld) [RHEL-147186]
- sched/fair: Change likelyhood of nohz.nr_cpus (Phil Auld) [RHEL-147186]
- sched/fair: Fix math notation errors in avg_vruntime comment (Phil Auld) [RHEL-147186]
- sched/fair: Move checking for nohz cpus after time check (Phil Auld) [RHEL-147186]
- sched: Audit MOVE vs balance_callbacks (Phil Auld) [RHEL-147186]
- sched: Deadline has dynamic priority (Phil Auld) [RHEL-147186]
- sched/deadline: Use ENQUEUE_MOVE to allow priority change (Phil Auld) [RHEL-147186]
- sched/deadline: Ensure get_prio_dl() is up-to-date (Phil Auld) [RHEL-147186]
- sched/deadline: Avoid double update_rq_clock() (Phil Auld) [RHEL-147186]
- sched: Fold rq-pin swizzle into __balance_callbacks() (Phil Auld) [RHEL-147186]
- sched: Provide idle_rq() helper (Phil Auld) [RHEL-147186]
- sched/deadline: Fix server stopping with runnable tasks (Phil Auld) [RHEL-147186]
- sched/deadline: Fix potential race in dl_add_task_root_domain() (Phil Auld) [RHEL-147186]
- sched/deadline: Remove unnecessary comment in dl_add_task_root_domain() (Phil Auld) [RHEL-147186]
- sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu() (Phil Auld) [RHEL-147186]
- sched/fair: Simplify task_numa_find_cpu() (Phil Auld) [RHEL-147186]
- sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group() (Phil Auld) [RHEL-147186]
- sched: Reorder some fields in struct rq (Phil Auld) [RHEL-147186]
- sched/fair: Fix sched_avg fold (Phil Auld) [RHEL-147186]
- sched: Fix faulty assertion in sched_change_end() (Phil Auld) [RHEL-147186]
- sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*() (Phil Auld) [RHEL-147186]
- sched_ext: Rename pnt_seq to kick_sync (Phil Auld) [RHEL-147186]
- sched_ext: Don't kick CPUs running higher classes (Phil Auld) [RHEL-147186]
- sched_ext: Fix SCX_KICK_WAIT to work reliably (Phil Auld) [RHEL-147186]
- sched_ext: Allow forcibly picking an scx task (Phil Auld) [RHEL-147186]
- sched_ext: fix flag check for deferred callbacks (Phil Auld) [RHEL-147186]
- sched/ext: Fold balance_scx() into pick_task_scx() (Phil Auld) [RHEL-147186]
- sched_ext: defer queue_balance_callback() until after ops.dispatch (Phil Auld) [RHEL-147186]
- sched_ext: Move internal type and accessor definitions to ext_internal.h (Phil Auld) [RHEL-147186]
- sched_ext: Make explicit scx_task_iter_relock() calls unnecessary (Phil Auld) [RHEL-147186]
- sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks (Phil Auld) [RHEL-147186]
- sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers for wrapped-signed aritmetics (Phil Auld) [RHEL-147186]
- sched/fair: Sort out 'blocked_load*' namespace noise (Phil Auld) [RHEL-147186]
- sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions (Phil Auld) [RHEL-147186]
- sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight (Phil Auld) [RHEL-147186]
- sched/fair: Clean up comments in 'struct cfs_rq' (Phil Auld) [RHEL-147186]
- sched/fair: Fold the sched_avg update (Phil Auld) [RHEL-147186]
- <linux/compiler_types.h>: Add the __signed_scalar_typeof() helper (Phil Auld) [RHEL-147186]
- sched/fair: Remove superfluous rcu_read_lock() (Phil Auld) [RHEL-147186]
- sched/fair: Avoid rq->lock bouncing in sched_balance_newidle() (Phil Auld) [RHEL-147186]
- sched/fair: Switch to rcu_dereference_all() (Phil Auld) [RHEL-147186]
- sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference_sched_domain() (Phil Auld) [RHEL-147186]
- sched/fair: Limit hrtick work (Phil Auld) [RHEL-147186]
- sched/core: Add assertions to QUEUE_CLASS (Phil Auld) [RHEL-147186]
- sched/core: Fix psi_dequeue() for Proxy Execution (Phil Auld) [RHEL-147186]
- sched/headers: Remove whitespace noise from kernel/sched/sched.h (Phil Auld) [RHEL-147186]
- sched/rt: Remove a preempt-disable section in rt_mutex_setprio() (Phil Auld) [RHEL-147186]
- sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug (Phil Auld) [RHEL-147186]
- cgroup/cpuset: Introduce cpuset_cpus_allowed_locked() (Phil Auld) [RHEL-147186]
- sched/fair: Enable scheduler feature NEXT_BUDDY (Phil Auld) [RHEL-147186]
- sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals (Phil Auld) [RHEL-147186]
- sched/deadline: Use cpumask_weight_and() in dl_bw_cpus (Phil Auld) [RHEL-147186]
- sched/deadline: Minor cleanup in select_task_rq_dl() (Phil Auld) [RHEL-147186]
- sched/deadline: Document dl_server (Phil Auld) [RHEL-147186]
- sched/deadline: Fix dl_server stop condition (Phil Auld) [RHEL-147186]
- sched/eevdf: Fix min_vruntime vs avg_vruntime (Phil Auld) [RHEL-147186]
- sched: Fix proxy/current (push,pull)ability (Phil Auld) [RHEL-147186]
- sched: Start blocked_on chain processing in find_proxy_task() (Phil Auld) [RHEL-147186]
- sched: Add an initial sketch of the find_proxy_task() function (Phil Auld) [RHEL-147186]
- sched: Fix runtime accounting w/ split exec & sched contexts (Phil Auld) [RHEL-147186]
- sched: Move update_curr_task logic into update_curr_se (Phil Auld) [RHEL-147186]
- configs: Make sure PROXY_EXEC is off (Phil Auld) [RHEL-147186]
- sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable (Phil Auld) [RHEL-147186]
- locking/mutex: Rework task_struct::blocked_on (Phil Auld) [RHEL-147186]
- sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked() (Phil Auld) [RHEL-147186]
- sched/deadline: Fix dl_server time accounting (Phil Auld) [RHEL-147186]
- sched/core: Optimize core cookie matching check (Phil Auld) [RHEL-147186]
- sched/core: Add comment explaining force-idle vruntime snapshots (Phil Auld) [RHEL-147186]
- sched/proxy: Yield the donor task (Phil Auld) [RHEL-147186]
- sched: Fix the do_set_cpus_allowed() locking fix (Phil Auld) [RHEL-147186]
- sched: Remove never used code in mm_cid_get() (Phil Auld) [RHEL-147186]
- sched: Detect per-class runqueue changes (Phil Auld) [RHEL-147186]
- sched: Add support to pick functions to take rf (Phil Auld) [RHEL-147186]
- sched: Match __task_rq_{,un}lock() (Phil Auld) [RHEL-147186]
- sched: Mandate shared flags for sched_change (Phil Auld) [RHEL-147186]
- sched: Cleanup the sched_change NOCLOCK usage (Phil Auld) [RHEL-147186]
- sched: Make __do_set_cpus_allowed() use the sched_change pattern (Phil Auld) [RHEL-147186]
- sched: Rename do_set_cpus_allowed() (Phil Auld) [RHEL-147186]
- sched: Add locking comments to sched_class methods (Phil Auld) [RHEL-147186]
- sched: Move sched_class::prio_changed() into the change pattern (Phil Auld) [RHEL-147186]
- sched: Fix do_set_cpus_allowed() locking (Phil Auld) [RHEL-147186]
- sched: Fix migrate_disable_switch() locking (Phil Auld) [RHEL-147186]
- sched/deadline: Prepare for switched_from() change (Phil Auld) [RHEL-147186]
- sched: Cleanup sched_delayed handling for class switches (Phil Auld) [RHEL-147186]
- sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern (Phil Auld) [RHEL-147186]
- sched/fair: Only update stats for allowed CPUs when looking for dst group (Phil Auld) [RHEL-147186]
- sched: Employ sched_change guards (Phil Auld) [RHEL-147186]
- cleanup: Fix documentation build error for ACQUIRE updates (Phil Auld) [RHEL-147186]
- tools/testing: add linux/args.h header and fix radix, VMA tests (Phil Auld) [RHEL-147186]
- cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditional locks (Phil Auld) [RHEL-147186]
- iio: Drop iio_device_claim_direct_scoped() and related infrastructure (Phil Auld) [RHEL-147186]
- sched: Re-arrange the {EN,DE}QUEUE flags (Phil Auld) [RHEL-147186]
- sched/topology,x86: Fix build warning (Phil Auld) [RHEL-147186]
- sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 mode (Phil Auld) [RHEL-147186]
- sched/fair: Forfeit vruntime on yield (Phil Auld) [RHEL-147186]
- sched/deadline: only set free_cpus for online runqueues (Phil Auld) [RHEL-147186]
- sched: Create architecture specific sched domain distances (Phil Auld) [RHEL-147186]
- sched/deadline: Fix race in push_dl_task() (Phil Auld) [RHEL-147186]
- vfio/nvgrace-gpu: register device memory for poison handling (Aristeu Rozanski) [RHEL-73608]
- mm: add stubs for PFNMAP memory failure registration functions (Aristeu Rozanski) [RHEL-73608]
- mm: fixup pfnmap memory failure handling to use pgoff (Aristeu Rozanski) [RHEL-73608]
- mm: handle poisoning of pfn without struct pages (Aristeu Rozanski) [RHEL-73608]
- mm: change ghes code to allow poison of non-struct pfn (Aristeu Rozanski) [RHEL-73608]
Resolves: RHEL-129781, RHEL-130009, RHEL-130026, RHEL-133093, RHEL-142605, RHEL-142608, RHEL-145610, RHEL-147186, RHEL-154155, RHEL-161187, RHEL-166116, RHEL-167985, RHEL-168906, RHEL-172222, RHEL-73608

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-05-08 09:13:35 +00: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-204.el10 2026-02-11 11:24:32 +00:00
dracut-virt.conf kernel-6.12.0-205.el10 2026-02-12 13:32:22 +00: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-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00: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-227.el10 2026-05-08 09:13:35 +00:00
kernel-ppc64le-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-riscv64-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-riscv64-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-s390x-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-s390x-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-x86_64-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel.changelog kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
kernel.sbat.template kernel-6.12.0-143.el10 2025-10-21 17:03:42 -04:00
kernel.spec kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00: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-227.el10 2026-05-08 09:13:35 +00: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
nvidiabfdpu.x509 kernel-6.12.0-217.el10 2026-03-30 23:25:36 +02:00
nvidiagpuoot001.x509 kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01:00
nvidiajetsonsoc.x509 kernel-6.12.0-217.el10 2026-03-30 23:25:36 +02: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
redhatsecureboot504.cer kernel-6.12.0-143.el10 2025-10-21 17:03:42 -04: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-224.el10 2026-04-21 18:44:46 +00:00
sources kernel-6.12.0-227.el10 2026-05-08 09:13:35 +00:00
uki_addons.json kernel-6.12.0-89.el10 2025-05-23 01:02:28 -03:00
uki_create_addons.py kernel-6.12.0-89.el10 2025-05-23 01:02:28 -03:00
uki-addons.sbat.template kernel-6.12.0-131.el10 2025-09-17 14:01:48 -04:00
uki.sbat.template kernel-6.12.0-131.el10 2025-09-17 14:01:48 -04: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