The Linux kernel
Go to file
Rado Vrbovsky 5390f5460f kernel-5.14.0-532.el9
* Tue Nov 19 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-532.el9]
- KVM: selftests: memslot_perf_test: increase guest sync timeout (Maxim Levitsky) [RHEL-66118]
- pinctrl: intel: platform: fix error path in device_for_each_child_node() (Steve Best) [RHEL-66957] {CVE-2024-50197}
- device property: Introduce device_for_each_child_node_scoped() (Steve Best) [RHEL-66957] {CVE-2024-50197}
- device property: Add cleanup.h based fwnode_handle_put() scope based cleanup. (Steve Best) [RHEL-66957] {CVE-2024-50197}
- kernel.spec: add bootconfig to kernel-tools package (Brian Masney) [RHEL-65546]
- bootconfig: Remove duplicate included header file linux/bootconfig.h (Brian Masney) [RHEL-65546]
- bootconfig: Fix the kerneldoc of _xbc_exit() (Brian Masney) [RHEL-65546]
- bootconfig: use memblock_free_late to free xbc memory to buddy (Brian Masney) [RHEL-65546]
- bootconfig: do not put quotes on cmdline items unless necessary (Brian Masney) [RHEL-65546]
- bootconfig: Fix testcase to increase max node (Brian Masney) [RHEL-65546]
- bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=y (Brian Masney) [RHEL-65546]
- tools/bootconfig: fix single & used for logical condition (Brian Masney) [RHEL-65546]
- bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support (Brian Masney) [RHEL-65546]
- bootconfig: Default BOOT_CONFIG_FORCE to y if BOOT_CONFIG_EMBED (Brian Masney) [RHEL-65546]
- Allow forcing unconditional bootconfig processing (Brian Masney) [RHEL-65546]
- Documentation: Fixed a typo in bootconfig.rst (Brian Masney) [RHEL-65546]
- bootconfig: Support embedding a bootconfig file in kernel (Brian Masney) [RHEL-65546]
- bootconfig: Check the checksum before removing the bootconfig from initrd (Brian Masney) [RHEL-65546]
- docs: bootconfig: Add how to embed the bootconfig into kernel (Brian Masney) [RHEL-65546]
- bootconfig: Make the bootconfig.o as a normal object file (Brian Masney) [RHEL-65546]
- bootconfig: Initialize ret in xbc_parse_tree() (Brian Masney) [RHEL-65546]
- lib/bootconfig: Fix the xbc_get_info kerneldoc (Brian Masney) [RHEL-65546]
- lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function (Brian Masney) [RHEL-65546]
- bootconfig: Cleanup dummy headers in tools/bootconfig (Brian Masney) [RHEL-65546]
- bootconfig: Replace u16 and u32 with uint16_t and uint32_t (Brian Masney) [RHEL-65546]
- bootconfig: Remove unused debug function (Brian Masney) [RHEL-65546]
- bootconfig: Split parse-tree part from xbc_init (Brian Masney) [RHEL-65546]
- bootconfig: Rename xbc_destroy_all() to xbc_exit() (Brian Masney) [RHEL-65546]
- tools/bootconfig: Run test script when build all (Brian Masney) [RHEL-65546]
- bootconfig: Add xbc_get_info() for the node information (Brian Masney) [RHEL-65546]
- bootconfig: Allocate xbc_data inside xbc_init() (Brian Masney) [RHEL-65546]
- init/bootconfig: Reorder init parameter from bootconfig and cmdline (Brian Masney) [RHEL-65546]
- init: bootconfig: Remove all bootconfig data when the init memory is removed (Brian Masney) [RHEL-65546]
- tools/bootconfig: Show whole test command for each test case (Brian Masney) [RHEL-65546]
- tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh (Brian Masney) [RHEL-65546]
- docs: bootconfig: Add how to use bootconfig for kernel parameters (Brian Masney) [RHEL-65546]
- tracing/boot: Fix to check the histogram control param is a leaf node (Brian Masney) [RHEL-65546]
- tracing/boot: Fix trace_boot_hist_add_array() to check array is value (Brian Masney) [RHEL-65546]
- bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() (Brian Masney) [RHEL-65546]
- bootconfig/tracing/ktest: Update ktest example for boot-time tracing (Brian Masney) [RHEL-65546]
- docs/trace: fix a label of boottime-trace (Brian Masney) [RHEL-65546]
- Documentation: tracing: Add histogram syntax to boot-time tracing (Brian Masney) [RHEL-65546]
- tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks (Brian Masney) [RHEL-65546]
- tracing/boot: Show correct histogram error command (Brian Masney) [RHEL-65546]
- tracing/boot: Support multiple histograms for each event (Brian Masney) [RHEL-65546]
- tracing: Initialize integer variable to prevent garbage return value (Brian Masney) [RHEL-65546]
- tracing/boot: Support multiple handlers for per-event histogram (Brian Masney) [RHEL-65546]
- tracing/boot: Add per-event histogram action options (Brian Masney) [RHEL-65546]
- tracing/boot: Fix a hist trigger dependency for boot time tracing (Brian Masney) [RHEL-65546]
- tools/bootconfig: Use per-group/all enable option in ftrace2bconf script (Brian Masney) [RHEL-65546]
- tools/bootconfig: Add histogram syntax support to bconf2ftrace.sh (Brian Masney) [RHEL-65546]
- tools/bootconfig: Support per-group/all event enabling option (Brian Masney) [RHEL-65546]
- redhat/configs: set values for CONFIG_BOOT_CONFIG_{EMBED,FORCE} (Brian Masney) [RHEL-65546]
- tools/power/x86/intel-speed-select: v1.20 release (Steve Best) [RHEL-65196]
- tools/power/x86/intel-speed-select: Set TRL MSR in 100 MHz units (Steve Best) [RHEL-65196]
- platform/x86: ISST: Add Diamond Rapids to support list (Steve Best) [RHEL-65196]
- platform/x86: ISST: Fix return value on last invalid resource (Steve Best) [RHEL-65196]
- platform/x86: ISST: Simplify isst_misc_reg() and isst_misc_unreg() (Steve Best) [RHEL-65196]
- platform/x86: intel_speed_select_if: Switch to new Intel CPU model defines (Steve Best) [RHEL-65196]
- platform/x86: ISST: Use only TPMI interface when present (Steve Best) [RHEL-65196]
- platform/x86: ISST: Avoid some SkyLake server models (Steve Best) [RHEL-65196]
- platform/x86: ISST: Add model specific loading for common module (Steve Best) [RHEL-65196]
- x86/cpu: Add two Intel CPU model numbers (Steve Best) [RHEL-65196]
- ext4: fix i_data_sem unlock order in ext4_ind_migrate() (CKI Backport Bot) [RHEL-64540] {CVE-2024-50006}
- ext4: no need to continue when the number of entries is 1 (CKI Backport Bot) [RHEL-64524] {CVE-2024-49967}
- ext4: fix slab-use-after-free in ext4_split_extent_at() (CKI Backport Bot) [RHEL-64147] {CVE-2024-49884}
- ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free (CKI Backport Bot) [RHEL-64010] {CVE-2024-49983}
- ext4: fix timer use-after-free on failed mount (CKI Backport Bot) [RHEL-64008] {CVE-2024-49960}
- ext4: aovid use-after-free in ext4_ext_insert_extent() (CKI Backport Bot) [RHEL-64001] {CVE-2024-49883}
- ext4: fix double brelse() the buffer of the extents path (CKI Backport Bot) [RHEL-63617] {CVE-2024-49882}
- driver core: Fix uevent_show() vs driver detach race (CKI Backport Bot) [RHEL-61583] {CVE-2024-44952}
- thermal: intel: hfi: Give HFI instances package scope (David Arcari) [RHEL-20130]
- thermal: intel: hfi: Increase the number of CPU capabilities per netlink event (David Arcari) [RHEL-20130]
- thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNT (David Arcari) [RHEL-20130]
- thermal: intel: hfi: Shorten the thermal netlink event delay to 100ms (David Arcari) [RHEL-20130]
- thermal: intel: hfi: Rename HFI_UPDATE_INTERVAL (David Arcari) [RHEL-20130]
- thermal: intel: hfi: Enable HFI only when required (David Arcari) [RHEL-20130]
- thermal: netlink: Add genetlink bind/unbind notifications (David Arcari) [RHEL-20130]
- x86/cpu/topology: Rename topology_max_die_per_package() [partial] (David Arcari) [RHEL-20130]
- genetlink: Add per family bind/unbind callbacks (David Arcari) [RHEL-20130]
- thermal: netlink: Rework notify API for cooling devices (David Arcari) [RHEL-20130]
- thermal: netlink: Add thermal_group_has_listeners() helper (David Arcari) [RHEL-20130]
- thermal: netlink: Add enum for mutlicast groups indexes (David Arcari) [RHEL-20130]
- thermal: netlink: Drop thermal_notify_tz_trip_add/delete() (David Arcari) [RHEL-20130]
- thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip() (David Arcari) [RHEL-20130]
- ext4: fix infinite loop when replaying fast_commit (CKI Backport Bot) [RHEL-54846] {CVE-2024-43828}
Resolves: RHEL-20130, RHEL-54846, RHEL-61583, RHEL-63617, RHEL-64001, RHEL-64008, RHEL-64010, RHEL-64147, RHEL-64524, RHEL-64540, RHEL-65196, RHEL-65546, RHEL-66118, RHEL-66957

Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-11-19 14:08:09 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-512.el9 2024-09-23 08:27:41 +00:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-376.el9 2023-10-11 13:48:41 -04:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-367.el9 2023-09-18 13:04:46 -04:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-s390x-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel.changelog kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kernel.spec kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.14.0-448.el9 2024-05-08 17:26:42 -03:00
mod-internal.list kernel-5.14.0-530.el9 2024-11-15 13:33:43 +00:00
mod-kvm.list kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-442.el9 2024-04-22 10:46:16 -03:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-519.el9 2024-10-17 12:13:20 +00:00
sources kernel-5.14.0-532.el9 2024-11-19 14:08:09 +00:00
uki_addons.json kernel-5.14.0-490.el9 2024-08-02 11:47:19 -04:00
uki_create_addons.py kernel-5.14.0-490.el9 2024-08-02 11:47:19 -04:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02: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