forked from rpms/kernel
1
0
Fork 0
The Linux kernel
Go to file
Scott Weaver 3774a3eb8c kernel-5.14.0-419.el9
* Wed Feb 07 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-419.el9]
- macsec: add functions to get macsec real netdevice and check offload (Ivan Vecera) [RHEL-22386]
- selftests: net: explicitly wait for listener ready (Lucas Karpinski) [RHEL-23051]
- selftests: net: List helper scripts in TEST_FILES Makefile variable (Lucas Karpinski) [RHEL-23051]
- selftests: net: Remove executable bits from library scripts (Lucas Karpinski) [RHEL-23051]
- selftests: net: included needed helper in the install targets (Lucas Karpinski) [RHEL-23051]
- selftests/net: synchronize udpgro tests' tx and rx connection (Lucas Karpinski) [RHEL-23051]
- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: Use device_get_match_data() (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: Mark driver as non removable (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: refactor deprecated strncpy (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: Use list_for_each_entry() helper (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: Fixup documentation errors (Andrew Halaney) [RHEL-23901]
- clk: keystone: sci-clk: check return value of kasprintf() (Andrew Halaney) [RHEL-23901]
- clk: keystone: Convert to platform remove callback returning void (Andrew Halaney) [RHEL-23901]
- irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: inproper error handling of ti_sci_probe (Andrew Halaney) [RHEL-23901]
- firmware: ti_sci: rm: remove unneeded semicolon (Andrew Halaney) [RHEL-23901]
- soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs() (Andrew Halaney) [RHEL-23901]
- ext4: fix warning in ext4_dio_write_end_io() (Carlos Maiolino) [RHEL-23635]
- ext4: properly sync file size update after O_SYNC direct IO (Carlos Maiolino) [RHEL-23635]
- iomap: update ki_pos a little later in iomap_dio_complete (Carlos Maiolino) [RHEL-23635]
- Revert "ext4: properly sync file size update after O_SYNC direct IO" (Carlos Maiolino) [RHEL-23635]
- Revert "ext4: fix warning in ext4_dio_write_end_io()" (Carlos Maiolino) [RHEL-23635]
- gve: Remove dependency on 4k page size. (Joshua Washington) [RHEL-22208]
- gve: Add page size register to the register_page_list command. (Joshua Washington) [RHEL-22208]
- gve: Remove obsolete checks that rely on page size. (Joshua Washington) [RHEL-22208]
- gve: Deprecate adminq_pfn for pci revision 0x1. (Joshua Washington) [RHEL-22208]
- gve: Perform adminq allocations through a dma_pool. (Joshua Washington) [RHEL-22208]
- gve: add gve_features_check() (Joshua Washington) [RHEL-22208]
- gve: Fixes for napi_poll when budget is 0 (Joshua Washington) [RHEL-22208]
- gve: Do not fully free QPL pages on prefill errors (Joshua Washington) [RHEL-22208]
- gve: Use size_add() in call to struct_size() (Joshua Washington) [RHEL-22208]
- gve: fix frag_list chaining (Joshua Washington) [RHEL-22208]
- gve: RX path for DQO-QPL (Joshua Washington) [RHEL-22208 RHEL-9879]
- gve: Tx path for DQO-QPL (Joshua Washington) [RHEL-22208 RHEL-9879]
- gve: Control path for DQO-QPL (Joshua Washington) [RHEL-22208 RHEL-9879]
- gve: trivial spell fix Recive to Receive (Joshua Washington) [RHEL-22208]
- gve: unify driver name usage (Joshua Washington) [RHEL-22208]
- gve: Set default duplex configuration to full (Joshua Washington) [RHEL-22208]
- gve: use vmalloc_array and vcalloc (Joshua Washington) [RHEL-22208]
- gve: Support IPv6 Big TCP on DQ (Joshua Washington) [RHEL-22208]
- gve: Remove the code of clearing PBA bit (Joshua Washington) [RHEL-22208]
- gve: Secure enough bytes in the first TX desc for all TCP pkts (Joshua Washington) [RHEL-22208]
- gve: Cache link_speed value from device (Joshua Washington) [RHEL-22208]
- gve: Add AF_XDP zero-copy support for GQI-QPL format (Joshua Washington) [RHEL-22208]
- gve: Add XDP REDIRECT support for GQI-QPL format (Joshua Washington) [RHEL-22208]
- gve: Add XDP DROP and TX support for GQI-QPL format (Joshua Washington) [RHEL-22208]
- gve: Changes to add new TX queues (Joshua Washington) [RHEL-22208]
- gve: XDP support GQI-QPL: helper function changes (Joshua Washington) [RHEL-22208]
- gve: Fix gve interrupt names (Joshua Washington) [RHEL-22208]
- gve: Handle alternate miss completions (Joshua Washington) [RHEL-22208]
- gve: Adding a new AdminQ command to verify driver (Joshua Washington) [RHEL-22208]
- gve: Fix error return code in gve_prefill_rx_pages() (Joshua Washington) [RHEL-22208]
- gve: Reduce alloc and copy costs in the GQ rx path (Joshua Washington) [RHEL-22208]
- google/gve:fix repeated words in comments (Joshua Washington) [RHEL-22208]
- gve: Fix spelling mistake "droping" -> "dropping" (Joshua Washington) [RHEL-22208]
- gve: enhance no queue page list detection (Joshua Washington) [RHEL-22208]
- perf test: Basic branch counter support (Michael Petlan) [RHEL-15660]
- perf tools: Add branch counter knob (Michael Petlan) [RHEL-15660]
- perf header: Support num and width of branch counters (Michael Petlan) [RHEL-15660]
- tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernel (Michael Petlan) [RHEL-15660]
- perf/x86/intel: Support branch counters logging (Michael Petlan) [RHEL-15660]
- perf/x86/intel: Reorganize attrs and is_visible (Michael Petlan) [RHEL-15660]
- perf: Add branch_sample_call_stack (Michael Petlan) [RHEL-15660]
- perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flag (Michael Petlan) [RHEL-15660]
- perf: Add branch stack counters (Michael Petlan) [RHEL-15660]
- redhat/configs/x86: Set CONFIG_KVM_MAX_NR_VCPUS=4096 (Vitaly Kuznetsov) [RHEL-11579]
- KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUs (Vitaly Kuznetsov) [RHEL-11579]
- cgroup: Avoid false cacheline sharing of read mostly rstat_cpu (Waiman Long) [RHEL-21091]
- cgroup/rstat: Optimize cgroup_rstat_updated_list() (Waiman Long) [RHEL-21091]
- cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked() (Waiman Long) [RHEL-21091]
- clk: composite: Fix 'switching' to same clock (Eric Chanudet) [RHEL-20493]
- clk: composite: Use rate_ops.determine_rate when also a mux is available (Eric Chanudet) [RHEL-20493]
- clk: composite: Also consider .determine_rate for rate + mux composites (Eric Chanudet) [RHEL-20493]
- clk: imx: clk-divider-gate: Switch to clk_divider.determine_rate (Eric Chanudet) [RHEL-20493]
- clk: divider: Implement and wire up .determine_rate by default (Eric Chanudet) [RHEL-20493]
- clk: imx: Add 519.75MHz frequency support for imx9 pll (Eric Chanudet) [RHEL-20493]
- clk: imx93: Add PDM IPG clk (Eric Chanudet) [RHEL-20493]
- dt-bindings: clock: imx93: Add PDM IPG clk (Eric Chanudet) [RHEL-20493]
- dt-bindings: clock: imx93: add NIC, A55 and ARM PLL CLK (Eric Chanudet) [RHEL-20493]
- clk: imx: fracn-gppll: Add 300MHz freq support for imx9 (Eric Chanudet) [RHEL-20493]
- clk: imx: fracn-gppll: support integer pll (Eric Chanudet) [RHEL-20493]
- clk: imx: fracn-gppll: disable hardware select control (Eric Chanudet) [RHEL-20493]
- clk: imx: fracn-gppll: fix the rate table (Eric Chanudet) [RHEL-20493]
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (Tony Camuso) [RHEL-15109]
- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID (Tony Camuso) [RHEL-15109]
Resolves: RHEL-11579, RHEL-15109, RHEL-15660, RHEL-20493, RHEL-21091, RHEL-22208, RHEL-22386, RHEL-23051, RHEL-23635, RHEL-23901, RHEL-9879

Signed-off-by: Scott Weaver <scweaver@redhat.com>
2024-02-07 13:32:29 -05:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05: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
README.rst 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-276.el9 2023-02-17 00:33:35 +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-419.el9 2024-02-07 13:32:29 -05:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-aarch64-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05: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-419.el9 2024-02-07 13:32:29 -05:00
kernel-ppc64le-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-s390x-debug-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-s390x-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-x86_64-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05:00
kernel.spec kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05: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
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-343.el9 2023-07-21 17:50:09 +02:00
mod-internal.list kernel-5.14.0-404.el9 2024-01-04 12:36:46 -05: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
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-151.el9 2022-08-22 14:19:18 +00: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
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima_centos.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-408.el9 2024-01-12 14:10:05 -05:00
sources kernel-5.14.0-419.el9 2024-02-07 13:32:29 -05: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

README.rst

===================
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