The Linux Realtime kernel
* Mon Sep 20 2021 Juri Lelli <juri.lelli@redhat.com> [5.14-3.rt21.3] - redhat: Fix lasttag for kernel-rt (Juri Lelli) - misc/pvpanic-pci: Allow automatic loading (Eric Auger) [1977192] - md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard (Nigel Croxon) [1965294] - rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long) [1998549] - Enable bridge jobs for scratch pipelines (Michael Hofmann) - CI: use 9.0-beta-rt branch for -rt pipeline (Jan Stancek) - crypto: ccp - Add support for new CCP/PSP device ID (Vladis Dronov) [1987099] - crypto: ccp - shutdown SEV firmware on kexec (Vladis Dronov) [1987099] - v5.14.2-rt21 (Clark Williams) [2002474] - lockdep: Let lock_is_held_type() detect recursive read as read (Clark Williams) [2002474] - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Clark Williams) [2002474] - drm/i915/gt: Queue and wait for the irq_work item. (Clark Williams) [2002474] - irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT (Clark Williams) [2002474] - irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support. (Clark Williams) [2002474] - virt: acrn: Remove unsued acrn_irqfds_mutex. (Clark Williams) [2002474] - smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING block (Clark Williams) [2002474] - ASoC: mediatek: mt8195: Remove unsued irqs_lock. (Clark Williams) [2002474] - mm: Update Vlastimil Babka's SLUB series (Clark Williams) [2002474] - locking: Remove rt_rwlock_is_contended() (Clark Williams) [2002474] - locking/rtmutex: Fix ww_mutex deadlock check (Clark Williams) [2002474] - sched: Make the idle timer expire always in hardirq context. (Clark Williams) [2002474] - futex: Avoid redundant task lookup (Clark Williams) [2002474] - futex: Clarify comment for requeue_pi_wake_futex() (Clark Williams) [2002474] - futex: Prevent inconsistent state and exit race (Clark Williams) [2002474] - futex: Return error code instead of assigning it without effect (Clark Williams) [2002474] - lockdep: Let lock_is_held_type() detect recursive read as read (Clark Williams) [2002474] - kcov: Replace local_irq_save() with a local_lock_t. (Clark Williams) [2002474] - kcov: Avoid enable+disable interrupts if !in_task(). (Clark Williams) [2002474] - kcov: Allocate per-CPU memory on the relevant node. (Clark Williams) [2002474] - Documentation/kcov: Define `ip' in the example. (Clark Williams) [2002474] - Documentation/kcov: Include types.h in the example. (Clark Williams) [2002474] - sched: Prevent balance_push() on remote runqueues (Clark Williams) [2002474] Resolves: rhbz#2002474 |
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| filter-aarch64.sh.fedora | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.fedora | ||
| filter-armv7hl.sh.rhel | ||
| filter-i686.sh.fedora | ||
| filter-i686.sh.rhel | ||
| filter-modules.sh.fedora | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.fedora | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.fedora | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.fedora | ||
| filter-x86_64.sh.rhel | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| generate_crashkernel_default.sh | ||
| kernel-local | ||
| kernel-rt-x86_64-debug-rhel.config | ||
| kernel-rt-x86_64-rhel.config | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.fedora | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-kvm.list | ||
| mod-sign.sh | ||
| parallel_xz.sh | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| redhatsecureboot003.cer | ||
| redhatsecureboot401.cer | ||
| redhatsecurebootca2.cer | ||
| redhatsecurebootca4.cer | ||
| rheldup3.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| update_scripts.sh | ||
| x509.genkey.fedora | ||
| x509.genkey.rhel | ||
=================== 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