The Linux kernel
* 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>
|
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| dracut-virt.conf | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.rhel | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.rhel | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| kernel-aarch64-64k-debug-rhel.config | ||
| kernel-aarch64-64k-rhel.config | ||
| kernel-aarch64-debug-rhel.config | ||
| kernel-aarch64-rhel.config | ||
| kernel-aarch64-rt-debug-rhel.config | ||
| kernel-aarch64-rt-rhel.config | ||
| kernel-local | ||
| kernel-ppc64le-debug-rhel.config | ||
| kernel-ppc64le-rhel.config | ||
| kernel-s390x-debug-rhel.config | ||
| kernel-s390x-rhel.config | ||
| kernel-s390x-zfcpdump-rhel.config | ||
| kernel-x86_64-debug-rhel.config | ||
| kernel-x86_64-rhel.config | ||
| kernel-x86_64-rt-debug-rhel.config | ||
| kernel-x86_64-rt-rhel.config | ||
| kernel.changelog | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-kvm.list | ||
| mod-partner.list | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| nvidiagpuoot001.x509 | ||
| parallel_xz.sh | ||
| partial-kgcov-snip.config | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| uki_addons.json | ||
| uki_create_addons.py | ||
| update_scripts.sh | ||
| x509.genkey.centos | ||
| 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