The Linux kernel
Go to file
Rado Vrbovsky 4974df0363 kernel-5.14.0-548.el9
* Fri Jan 03 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-548.el9]
- Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" (Ming Lei) [RHEL-68422]
- block: remove zone append special casing from the direct I/O path (Ming Lei) [RHEL-68422]
- block: fix queue limits checks in blk_rq_map_user_bvec for real (Ming Lei) [RHEL-68422]
- block: fix sanity checks in blk_rq_map_user_bvec (Ming Lei) [RHEL-68422]
- elevator: Remove argument from elevator_find_get (Ming Lei) [RHEL-68422]
- elevator: do not request_module if elevator exists (Ming Lei) [RHEL-68422]
- drbd: Remove unused conn_lowest_minor (Ming Lei) [RHEL-68422]
- block: Fix elevator_get_default() checking for NULL q->tag_set (Ming Lei) [RHEL-68422]
- aoe: fix the potential use-after-free problem in more places (Ming Lei) [RHEL-68422]
- blk_iocost: remove some duplicate irq disable/enables (Ming Lei) [RHEL-68422]
- block: fix blk_rq_map_integrity_sg kernel-doc (Ming Lei) [RHEL-68422]
- block: Remove unused blk_limits_io_{min,opt} (Ming Lei) [RHEL-68422]
- drbd: Fix atomicity violation in drbd_uuid_set_bm() (Ming Lei) [RHEL-68422]
- block: remove bogus union (Ming Lei) [RHEL-68422]
- block: change wait on bd_claiming to use a var_waitqueue (Ming Lei) [RHEL-68422]
- blk-integrity: improved sg segment mapping (Ming Lei) [RHEL-68422]
- block: unexport blk_rq_count_integrity_sg (Ming Lei) [RHEL-68422]
- nvme-rdma: use request to get integrity segments (Ming Lei) [RHEL-68422]
- scsi: use request to get integrity segments (Ming Lei) [RHEL-68422]
- block: provide a request helper for user integrity segments (Ming Lei) [RHEL-68422]
- blk-integrity: consider entire bio list for merging (Ming Lei) [RHEL-68422]
- blk-integrity: properly account for segments (Ming Lei) [RHEL-68422]
- blk-mq: set the nr_integrity_segments from bio (Ming Lei) [RHEL-68422]
- blk-mq: unconditional nr_integrity_segments (Ming Lei) [RHEL-68422]
- blk_iocost: make read-only static array vrate_adj_pct const (Ming Lei) [RHEL-68422]
- block: unpin user pages belonging to a folio at once (Ming Lei) [RHEL-68422]
- mm: release number of pages of a folio (Ming Lei) [RHEL-68422]
- block: introduce folio awareness and add a bigger size from folio (Ming Lei) [RHEL-68422]
- block: Added folio-ized version of bio_add_hw_page() (Ming Lei) [RHEL-68422]
- block, bfq: factor out a helper to split bfqq in bfq_init_rq() (Ming Lei) [RHEL-68422]
- block, bfq: remove local variable 'bfqq_already_existing' in bfq_init_rq() (Ming Lei) [RHEL-68422]
- block, bfq: remove local variable 'split' in bfq_init_rq() (Ming Lei) [RHEL-68422]
- block, bfq: remove bfq_log_bfqg() (Ming Lei) [RHEL-68422]
- block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator() (Ming Lei) [RHEL-68422]
- block, bfq: fix procress reference leakage for bfqq in merge chain (Ming Lei) [RHEL-68422]
- block, bfq: fix uaf for accessing waker_bfqq after splitting (Ming Lei) [RHEL-68422]
- blk-throttle: support prioritized processing of metadata (Ming Lei) [RHEL-68422]
- blk-throttle: remove last_low_overflow_time (Ming Lei) [RHEL-68422]
- drbd: Add NULL check for net_conf to prevent dereference in state validation (Ming Lei) [RHEL-68422]
- blk-mq: add missing unplug trace event (Ming Lei) [RHEL-68422]
- mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init() (Ming Lei) [RHEL-68422]
- nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL (Ming Lei) [RHEL-68422]
- nbd: implement the WRITE_ZEROES command (Ming Lei) [RHEL-68422]
- MAINTAINERS: Move the BFQ io scheduler to Odd Fixes state (Ming Lei) [RHEL-68422]
- block: fix comment to use set_current_state (Ming Lei) [RHEL-68422]
- MAINTAINERS: move the BFQ io scheduler to orphan state (Ming Lei) [RHEL-68422]
- block, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move() (Ming Lei) [RHEL-68422]
- block, bfq: don't break merge chain in bfq_split_bfqq() (Ming Lei) [RHEL-68422]
- block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator() (Ming Lei) [RHEL-68422]
- block, bfq: fix possible UAF for bfqq->bic with merge chain (Ming Lei) [RHEL-68422]
- block: don't use bio_split_rw on misc operations (Ming Lei) [RHEL-68422]
- block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits (Ming Lei) [RHEL-68422]
- block: constify the lim argument to queue_limits_max_zone_append_sectors (Ming Lei) [RHEL-68422]
- block: rework bio splitting (Ming Lei) [RHEL-68422]
- block: export bio_split_rw (Ming Lei) [RHEL-68422]
- block/rnbd-srv: Add sanity check and remove redundant assignment (Ming Lei) [RHEL-68422]
- drbd: Remove an unused field in struct drbd_device (Ming Lei) [RHEL-68422]
- pktcdvd: remove unnecessary debugfs_create_dir() error check (Ming Lei) [RHEL-68422]
- blk-cgroup: Remove unused declaration blkg_path() (Ming Lei) [RHEL-68422]
- block: constify ext_pi_ref_escape() (Ming Lei) [RHEL-68422]
- block: delete module stuff from t10-pi (Ming Lei) [RHEL-68422]
- drbd: Remove unused extern declarations (Ming Lei) [RHEL-68422]
- nbd: add support for rotational devices (Ming Lei) [RHEL-68422]
- blk-ioprio: remove per-disk structure (Ming Lei) [RHEL-68422]
- blk-ioprio: remove ioprio_blkcg_from_bio() (Ming Lei) [RHEL-68422]
- blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy() (Ming Lei) [RHEL-68422]
- block: Fix dio_cleanup() to advance the head index (Ming Lei) [RHEL-68422]
- block: Use iov_iter_extract_pages() and page pinning in direct-io.c (Ming Lei) [RHEL-68422]
- block: convert bio_map_user_iov to use iov_iter_extract_pages (Ming Lei) [RHEL-68422]
- block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages (Ming Lei) [RHEL-68422]
- block: Add BIO_PAGE_PINNED and associated infrastructure (Ming Lei) [RHEL-68422]
- block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic (Ming Lei) [RHEL-68422]
- block: Fix bio_flagged() so that gcc can better optimise it (Ming Lei) [RHEL-68422]
- iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing (Ming Lei) [RHEL-68422]
Resolves: RHEL-68422

Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2025-01-03 09:50:55 +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-539.el9 2024-12-05 16:22:46 +00: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-547.el9 2024-12-30 07:51:39 -05:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-aarch64-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -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-547.el9 2024-12-30 07:51:39 -05:00
kernel-ppc64le-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-s390x-debug-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-s390x-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-x86_64-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-547.el9 2024-12-30 07:51:39 -05:00
kernel.changelog kernel-5.14.0-548.el9 2025-01-03 09:50:55 +00:00
kernel.spec kernel-5.14.0-548.el9 2025-01-03 09:50:55 +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-548.el9 2025-01-03 09:50:55 +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-545.el9 2024-12-17 14:23:55 +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-548.el9 2025-01-03 09:50:55 +00:00
uki_addons.json kernel-5.14.0-535.el9 2024-11-27 14:54:41 +00:00
uki_create_addons.py kernel-5.14.0-535.el9 2024-11-27 14:54:41 +00: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