The Linux kernel
Go to file
Julio Faracco 0f8806c981 kernel-6.12.0-91.el10
* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
- tools headers: Sync uapi/linux/fcntl.h with the kernel sources (Ming Lei) [RHEL-83595]
- perf probe: Pick the correct dwarf die while adding probe points (Ming Lei) [RHEL-83595]
- devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-83595]
- VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-83595]
- VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-83595]
- fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-83595]
- libfs: kill empty_dir_getattr() (Ming Lei) [RHEL-83595]
- fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag (Ming Lei) [RHEL-83595]
- fs/stat.c: switch to CLASS(fd_raw) (Ming Lei) [RHEL-83595]
- kill getname_statx_lookup_flags() (Ming Lei) [RHEL-83595]
- io_statx_prep(): use getname_uflags() (Ming Lei) [RHEL-83595]
- getname_maybe_null() - the third variant of pathname copy-in (Ming Lei) [RHEL-83595]
- teach filename_lookup() to treat NULL filename as "" (Ming Lei) [RHEL-83595]
- dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-83595]
- block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-83595]
- block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-83595]
- block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-83595]
- loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-83595]
- loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-83595]
- loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-83595]
- loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-83595]
- block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-83595]
- block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-83595]
- null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-83595]
- block: add for_each_mp_bvec() (Ming Lei) [RHEL-83595]
- block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-83595]
- block: remove unused nseg parameter (Ming Lei) [RHEL-83595]
- io_uring/rw: don't mask in f_iocb_flags (Ming Lei) [RHEL-83595]
- docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-83595]
- block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-83595]
- block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-83595]
- block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-83595]
- ublk: remove io_cmds list in ublk_queue (Ming Lei) [RHEL-83595]
- blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-83595]
- loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-83595]
- block: fix a comment in the queue_attrs[] array (Ming Lei) [RHEL-83595]
- block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-83595]
- block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-83595]
- block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-83595]
- block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-83595]
- block: fix adding folio to bio (Ming Lei) [RHEL-83595]
- block: remove unused parameter (Ming Lei) [RHEL-83595]
- badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (Ming Lei) [RHEL-83595]
- block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone (Ming Lei) [RHEL-83595]
- block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect read_ahead_kb using q->limits_lock (Ming Lei) [RHEL-83595]
- block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-83595]
- block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-83595]
- block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-83595]
- block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-83595]
- block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-83595]
- badblocks: use sector_t instead of int to avoid truncation of badblocks length (Ming Lei) [RHEL-83595]
- badblocks: return boolean from badblocks_set() and badblocks_clear() (Ming Lei) [RHEL-83595]
- badblocks: fix missing bad blocks on retry in _badblocks_check() (Ming Lei) [RHEL-83595]
- badblocks: fix merge issue when new badblocks align with pre+1 (Ming Lei) [RHEL-83595]
- badblocks: try can_merge_front before overlap_front (Ming Lei) [RHEL-83595]
- badblocks: fix the using of MAX_BADBLOCKS (Ming Lei) [RHEL-83595]
- badblocks: return error if any badblock set fails (Ming Lei) [RHEL-83595]
- badblocks: return error directly when setting badblocks exceeds 512 (Ming Lei) [RHEL-83595]
- badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (Ming Lei) [RHEL-83595]
- badblocks: factor out a helper try_adjacent_combine (Ming Lei) [RHEL-83595]
- badblocks: Fix error shift ops (Ming Lei) [RHEL-83595]
- block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-83595]
- block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-83595]
- blk-throttle: carry over directly (Ming Lei) [RHEL-83595]
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-83595]
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-83595]
- blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-83595]
- ublk: enforce ublks_max only for unprivileged devices (Ming Lei) [RHEL-83595]
- loop: Remove struct loop_func_table (Ming Lei) [RHEL-83595]
- ublk: add DMA alignment limit (Ming Lei) [RHEL-83595]
- block: split struct bio_integrity_payload (Ming Lei) [RHEL-83595]
- block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-83595]
- block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-83595]
- null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-83595]
- null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-83595]
- null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-83595]
- null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-83595]
- null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-83595]
- ublk: complete command synchronously on error (Ming Lei) [RHEL-83595]
- blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-83595]
- blk-wbt: Fix some comments (Ming Lei) [RHEL-83595]
- loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-83595]
- loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-83595]
- loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-83595]
- loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-83595]
- block: Remove commented out code (Ming Lei) [RHEL-83595]
- Revert "driver: block: release the lo_work_lock before queue_work" (Ming Lei) [RHEL-83595]
- block: refactor rq_qos_wait() (Ming Lei) [RHEL-83595]
- block: introduce init_wait_func() (Ming Lei) [RHEL-83595]
- loop: release the lo_work_lock before queue_work (Ming Lei) [RHEL-83595]
- blk-crypto: add ioctls to create and prepare hardware-wrapped keys (Ming Lei) [RHEL-83595]
- blk-crypto: show supported key types in sysfs (Ming Lei) [RHEL-83595]
- blk-crypto: add basic hardware-wrapped key support (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE (Ming Lei) [RHEL-83595]
- scsi: ufs: crypto: Add ufs_hba_from_crypto_profile() (Ming Lei) [RHEL-83595]
- scsi: ufs: qcom: Fix crypto key eviction (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: convert to use custom crypto profile (Ming Lei) [RHEL-83595]
- mmc: crypto: add mmc_from_crypto_profile() (Ming Lei) [RHEL-83595]
- mmc: sdhci-msm: fix crypto key eviction (Ming Lei) [RHEL-83595]
- block: Name the RQF flags enum (Ming Lei) [RHEL-83595]
- block: fix conversion of GPT partition name to 7-bit (Ming Lei) [RHEL-83595]
- ublk: set_params: properly check if parameters can be applied (Ming Lei) [RHEL-83595]
- block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-83595]
- scsi: add support for user-meta interface (Ming Lei) [RHEL-83595]
- nvme: add support for passing on the application tag (Ming Lei) [RHEL-83595]
- block: add support to pass user meta buffer (Ming Lei) [RHEL-83595]
- block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-83595]
- io_uring: introduce attributes for read/write and PI support (Ming Lei) [RHEL-83595]
- fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-83595]
- fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-83595]
- block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-83595]
- block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-83595]
- block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-83595]
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74336]
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74336]
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74336]
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-82381]
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87947] {CVE-2025-21963}
- s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues (CKI Backport Bot) [RHEL-87556]
- wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CKI Backport Bot) [RHEL-93267] {CVE-2025-37943}
- selftest/mm: va_high_addr_switch: add ppc64 support check (Chunyu Hu) [RHEL-87654]
- net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-92996]
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92762]
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92762]
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92762]
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92762]
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92762]
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-92762]
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-92762]
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92762]
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92762]
- xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86505]
- redhat: configs: rhel: Enable CX231XX driver (Kate Hsuan) [RHEL-86822]
- iomap: avoid avoid truncating 64-bit offset to 32 bits (Brian Foster) [RHEL-85399]
- iomap: fix zero padding data issue in concurrent append writes (Brian Foster) [RHEL-85399]
- iomap: pass byte granular end position to iomap_add_to_ioend (Brian Foster) [RHEL-85399]
- iomap: elide flush from partial eof zero range (Brian Foster) [RHEL-85399]
- iomap: lift zeroed mapping handling into iomap_zero_range() (Brian Foster) [RHEL-85399]
- iomap: reset per-iter state on non-error iter advances (Brian Foster) [RHEL-85399]
- iomap: warn on zero range of a post-eof folio (Brian Foster) [RHEL-85399]
- iomap: drop an obsolete comment in iomap_dio_bio_iter (Brian Foster) [RHEL-85399]
- iomap: add a merge boundary flag (Brian Foster) [RHEL-85399]
- fs: iomap: Atomic write support (Brian Foster) [RHEL-85399]
- fs: Export generic_atomic_write_valid() (Brian Foster) [RHEL-85399]
Resolves: RHEL-74336, RHEL-82381, RHEL-83595, RHEL-85399, RHEL-86505, RHEL-86822, RHEL-87556, RHEL-87654, RHEL-87947, RHEL-91668, RHEL-92762, RHEL-92996, RHEL-93267

Signed-off-by: Julio Faracco <jfaracco@redhat.com>
2025-06-02 16:14:32 -03: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-87.el10 2025-05-19 10:32:51 -03:00
dracut-virt.conf kernel-6.12.0-61.el10 2025-03-07 18:23:05 -03: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-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-64k-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-automotive-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-automotive-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-rt-64k-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-rt-64k-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-rt-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-aarch64-rt-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03: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-91.el10 2025-06-02 16:14:32 -03:00
kernel-ppc64le-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-s390x-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-s390x-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-s390x-zfcpdump-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-automotive-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-automotive-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-rt-debug-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel-x86_64-rt-rhel.config kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel.changelog kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03:00
kernel.spec kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03: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-91.el10 2025-06-02 16:14:32 -03: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
nvidiagpuoot001.x509 kernel-6.8.0-1.el10 2024-03-24 20:18:25 +01: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
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-30.el10 2024-11-18 12:06:48 +01:00
sources kernel-6.12.0-91.el10 2025-06-02 16:14:32 -03: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
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