forked from rpms/kernel
1
0
Fork 0
The Linux kernel
Go to file
Jan Stancek e394519dbb kernel-5.14.0-289.el9
* Sat Mar 18 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-289.el9]
- s390/dcssblk: fix deadlock when adding a DCSS (Tobias Huschle) [2177648]
- hv_netvsc: Check status in SEND_RNDIS_PKT completion message (Mohammed Gamal) [2172439]
- hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC (Mohammed Gamal) [2172439]
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap() (Mohammed Gamal) [2172439]
- Drivers: hv: Make remove callback of hyperv driver void returned (Mohammed Gamal) [2172439]
- net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filter (Mohammed Gamal) [2172439]
- selftests/powerpc: Account for offline cpus in perf-hwbreak test (Mamatha Inamdar) [2152470]
- selftests/powerpc: Bump up rlimit for perf-hwbreak test (Mamatha Inamdar) [2152470]
- selftests/powerpc: Move perror closer to its use (Mamatha Inamdar) [2152470]
- KVM: s390: pv: support for Destroy fast UVC (Thomas Huth) [2044350]
- KVM: s390: pv: module parameter to fence asynchronous destroy (Thomas Huth) [2001934]
- KVM: s390: pv: avoid export before import if possible (Thomas Huth) [2001934]
- KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE (Thomas Huth) [2001934]
- KVM: s390: pv: api documentation for asynchronous destroy (Thomas Huth) [2001934]
- KVM: x86: Delete duplicate documentation for KVM_X86_SET_MSR_FILTER (Thomas Huth) [2001934]
- KVM: s390: pv: asynchronous destroy for reboot (Thomas Huth) [2001934]
- s390/mm: KVM: pv: when tearing down, try to destroy protected pages (Thomas Huth) [2001934]
- KVM: s390: interrupt: use READ_ONCE() before cmpxchg() (Thomas Huth) [2169293]
- vfio/ap: Validate iova during dma_unmap and trigger irq disable (Thomas Huth) [2169293]
- KVM: s390: remove unused gisa_clear_ipm_gisc() function (Thomas Huth) [2169293]
- s390/vfio-ap: GISA: sort out physical vs virtual pointers usage (Thomas Huth) [2169293]
- KVM: s390: pci: Fix allocation size of aift kzdev elements (Thomas Huth) [2169293]
- KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page (Thomas Huth) [2169293]
- KVM: s390: pv: sort out physical vs virtual pointers usage (Thomas Huth) [2169293]
- KVM: s390: sida: sort out physical vs virtual pointers usage (Thomas Huth) [2169293]
- KVM: s390: sort out physical vs virtual pointers usage (Thomas Huth) [2169293]
- s390/boot: simplify and fix kernel memory layout setup (Tobias Huschle) [2177651]
- s390/extmem: return correct segment type in __segment_load() (Tobias Huschle) [2177647]
- net/mlx5: Serialize module cleanup with reload and remove (Mohammad Kabat) [2166480]
- net/mlx5e: Remove redundant allocation of spec in create indirect fwd group (Mohammad Kabat) [2168640]
- net/mlx5e: Support Geneve and GRE with VF tunnel offload (Mohammad Kabat) [2168640]
- net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev mode (Amir Tzin) [2055536]
- ice/ptp: fix the PTP worker retrying indefinitely if the link went down (Petr Oros) [2173049]
- ice: reschedule ice_ptp_wait_for_offset_valid during reset (Petr Oros) [2173049]
- ice: make Tx and Rx vernier offset calibration independent (Petr Oros) [2173049]
- ice: only check set bits in ice_ptp_flush_tx_tracker (Petr Oros) [2173049]
- ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp (Petr Oros) [2173049]
- ice: cleanup allocations in ice_ptp_alloc_tx_tracker (Petr Oros) [2173049]
- ice: protect init and calibrating check in ice_ptp_request_ts (Petr Oros) [2173049]
- ice: check Tx timestamp memory register for ready timestamps (Petr Oros) [2173049]
- ice: handle discarding old Tx requests in ice_ptp_tx_tstamp (Petr Oros) [2173049]
- ice: always call ice_ptp_link_change and make it void (Petr Oros) [2173049]
- ice: fix misuse of "link err" with "link status" (Petr Oros) [2173049]
- ice: Reset TS memory for all quads (Petr Oros) [2173049]
- ice: Remove the E822 vernier "bypass" logic (Petr Oros) [2173049]
- ice: Use more generic names for ice_ptp_tx fields (Petr Oros) [2173049]
- ice: Merge pin initialization of E810 and E810T adapters (Petr Oros) [2173049]
- ice: Check if reset in progress while waiting for offsets (Petr Oros) [2173049]
- drm/nouveau/fb/tu102-: fix register used to determine scrub status (Karol Herbst) [2168647]
- drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETED (Karol Herbst) [2168647]
- l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() (Guillaume Nault) [2174451]
- self-tests: more rps self tests (Paolo Abeni) [2168875]
- net: make default_rps_mask a per netns attribute (Paolo Abeni) [2168875]
- self-tests: introduce self-tests for RPS default mask (Paolo Abeni) [2168875]
- net: introduce default_rps_mask netns attribute (Paolo Abeni) [2168875]
- net-sysctl: factor-out rpm mask manipulation helpers (Paolo Abeni) [2168875]
- net-sysctl: factor out cpumask parsing helper (Paolo Abeni) [2168875]
- net: mana: Fix IRQ name - add PCI and queue number (Mohammed Gamal) [2172863]
- crypto: rng - Use a different crypto_rng for reseeding (Herbert Xu) [2174928]
Resolves: rhbz#2001934, rhbz#2044350, rhbz#2152470, rhbz#2169293, rhbz#2172439, rhbz#2177647, rhbz#2177648, rhbz#2177651

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2023-03-18 19:07:21 +01:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-289.el9 2023-03-18 19:07:21 +01: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-172.el9 2022-10-03 05:42:53 -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-0.rc4.35.el9 2021-08-02 17:07:47 -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-283.el9 2023-02-23 20:38:10 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01: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-283.el9 2023-02-23 20:38:10 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-s390x-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-283.el9 2023-02-23 20:38:10 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-288.el9 2023-03-16 12:31:29 +01:00
kernel-x86_64-rhel.config kernel-5.14.0-288.el9 2023-03-16 12:31:29 +01:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-288.el9 2023-03-16 12:31:29 +01:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-288.el9 2023-03-16 12:31:29 +01:00
kernel.spec kernel-5.14.0-289.el9 2023-03-18 19:07:21 +01: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.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -04:00
mod-internal.list kernel-5.14.0-229.el9 2023-01-05 13:27:39 +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-272.el9 2023-02-15 19:08:53 +00:00
mod-sign.sh kernel-5.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -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-172.el9 2022-10-03 05:42:53 -04:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05: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-288.el9 2023-03-16 12:31:29 +01:00
sources kernel-5.14.0-289.el9 2023-03-18 19:07:21 +01:00
update_scripts.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -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