The Linux Realtime kernel
Go to file
Luis Claudio R. Goncalves c2364040d0 kernel-rt-5.14.0-175.rt21.175.el9
* Tue Oct 11 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-175.rt21.175.el9]
- [rt] build 5.14.0-175.rt21.175.el9 [2125474]
- x86,config: Enable straight-line-speculation fix (Wander Lairson Costa) [2062632] {CVE-2021-26341}
- nvme-rdma: handle number of queue changes (John Meneghini) [2112025]
- nvme-tcp: handle number of queue changes (John Meneghini) [2112025]
- nvmet: expose max queues to configfs (John Meneghini) [2112025]
- nvme-fabrics: parse nvme connect Linux error codes (John Meneghini) [2112025]
- xfs: flush inode gc workqueue before clearing agi bucket (Brian Foster) [2083143]
- xfs: use invalidate_lock to check the state of mmap_lock (Brian Foster) [2083143]
- xfs: introduce xfs_inodegc_push() (Brian Foster) [2083143]
- xfs: bound maximum wait time for inodegc work (Brian Foster) [2083143]
- xfs: flush inodegc workqueue tasks before cancel (Brian Foster) [2083143]
- xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight (Brian Foster) [2083143]
- xfs: log items should have a xlog pointer, not a mount (Brian Foster) [2083143]
- xfs: async CIL flushes need pending pushes to be made stable (Brian Foster) [2083143]
- xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks (Brian Foster) [2083143]
- xfs: remove xfs_inew_wait (Brian Foster) [2083143]
- xfs: factor out a xfs_buftarg_is_dax helper (Brian Foster) [2083143]
- xfs: only set IOMAP_F_SHARED when providing a srcmap to a write (Brian Foster) [2083143]
- xfs: fix perag structure refcounting error when scrub fails (Brian Foster) [2083143]
- xfs: rename buffer cache index variable b_bn (Brian Foster) [2083143]
- xfs: convert bp->b_bn references to xfs_buf_daddr() (Brian Foster) [2083143]
- xfs: introduce xfs_buf_daddr() (Brian Foster) [2083143]
- xfs: kill xfs_sb_version_has_v3inode() (Brian Foster) [2083143]
- xfs: introduce xfs_sb_is_v5 helper (Brian Foster) [2083143]
- xfs: remove unused xfs_sb_version_has wrappers (Brian Foster) [2083143]
- xfs: convert xfs_sb_version_has checks to use mount features (Brian Foster) [2083143]
- xfs: convert scrub to use mount-based feature checks (Brian Foster) [2083143]
- xfs: open code sb verifier feature checks (Brian Foster) [2083143]
- xfs: convert xfs_fs_geometry to use mount feature checks (Brian Foster) [2083143]
- xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown (Brian Foster) [2083143]
- xfs: convert remaining mount flags to state flags (Brian Foster) [2083143]
- xfs: convert mount flags to features (Brian Foster) [2083143]
- xfs: consolidate mount option features in m_features (Brian Foster) [2083143]
- xfs: replace xfs_sb_version checks with feature flag checks (Brian Foster) [2083143]
- xfs: reflect sb features in xfs_mount (Brian Foster) [2083143]
- xfs: rework attr2 feature and mount options (Brian Foster) [2083143]
- xfs: rename xfs_has_attr() (Brian Foster) [2083143]
- xfs: sb verifier doesn't handle uncached sb buffer (Brian Foster) [2083143]
- xfs: start documenting common units and tags used in tracepoints (Brian Foster) [2083143]
- xfs: decode scrub flags in ftrace output (Brian Foster) [2083143]
- xfs: standardize inode generation formatting in ftrace output (Brian Foster) [2083143]
- xfs: standardize remaining xfs_buf length tracepoints (Brian Foster) [2083143]
- xfs: resolve fork names in trace output (Brian Foster) [2083143]
- xfs: rename i_disk_size fields in ftrace output (Brian Foster) [2083143]
- xfs: disambiguate units for ftrace fields tagged "count" (Brian Foster) [2083143]
- xfs: disambiguate units for ftrace fields tagged "len" (Brian Foster) [2083143]
- xfs: disambiguate units for ftrace fields tagged "offset" (Brian Foster) [2083143]
- xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno" (Brian Foster) [2083143]
- xfs: standardize daddr formatting in ftrace output (Brian Foster) [2083143]
- xfs: standardize rmap owner number formatting in ftrace output (Brian Foster) [2083143]
- xfs: standardize AG block number formatting in ftrace output (Brian Foster) [2083143]
- xfs: standardize AG number formatting in ftrace output (Brian Foster) [2083143]
- xfs: standardize inode number formatting in ftrace output (Brian Foster) [2083143]
- xfs: remove support for untagged lookups in xfs_icwalk* (Brian Foster) [2083143]
- xfs: constify btree function parameters that are not modified (Brian Foster) [2083143]
- xfs: make the start pointer passed to btree update_lastrec functions const (Brian Foster) [2083143]
- xfs: make the start pointer passed to btree alloc_block functions const (Brian Foster) [2083143]
- xfs: make the pointer passed to btree set_root functions const (Brian Foster) [2083143]
- xfs: mark the record passed into xchk_btree functions as const (Brian Foster) [2083143]
- xfs: make the keys and records passed to btree inorder functions const (Brian Foster) [2083143]
- xfs: mark the record passed into btree init_key functions as const (Brian Foster) [2083143]
- xfs: make the record pointer passed to query_range functions const (Brian Foster) [2083143]
- xfs: make the key parameters to all btree query range functions const (Brian Foster) [2083143]
- xfs: make the key parameters to all btree key comparison functions const (Brian Foster) [2083143]
- xfs: add trace point for fs shutdown (Brian Foster) [2083143]
- xfs: remove unnecessary agno variable from struct xchk_ag (Brian Foster) [2083143]
- xfs: make fsmap backend function key parameters const (Brian Foster) [2083143]
- xfs: fix off-by-one error when the last rt extent is in use (Brian Foster) [2083143]
- xfs: make xfs_rtalloc_query_range input parameters const (Brian Foster) [2083143]
- xfs: drop ->writepage completely (Brian Foster) [2083143]
- xfs: move the CIL workqueue to the CIL (Brian Foster) [2083143]
- xfs: CIL work is serialised, not pipelined (Brian Foster) [2083143]
- xfs: AIL needs asynchronous CIL forcing (Brian Foster) [2083143]
- xfs: order CIL checkpoint start records (Brian Foster) [2083143]
- xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() (Brian Foster) [2083143]
- xfs: factor out log write ordering from xlog_cil_push_work() (Brian Foster) [2083143]
- xfs: pass a CIL context to xlog_write() (Brian Foster) [2083143]
- xfs: move xlog_commit_record to xfs_log_cil.c (Brian Foster) [2083143]
- xfs: log head and tail aren't reliable during shutdown (Brian Foster) [2083143]
- xfs: don't run shutdown callbacks on active iclogs (Brian Foster) [2083143]
- xfs: separate out log shutdown callback processing (Brian Foster) [2083143]
- xfs: rework xlog_state_do_callback() (Brian Foster) [2083143]
- xfs: make forced shutdown processing atomic (Brian Foster) [2083143]
- xfs: convert log flags to an operational state field (Brian Foster) [2083143]
- xfs: move recovery needed state updates to xfs_log_mount_finish (Brian Foster) [2083143]
- xfs: XLOG_STATE_IOERROR must die (Brian Foster) [2083143]
- xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() (Brian Foster) [2083143]
- xfs: cleanup __FUNCTION__ usage (Brian Foster) [2083143]
- xfs: Rename __xfs_attr_rmtval_remove (Brian Foster) [2083143]
- xfs: add attr state machine tracepoints (Brian Foster) [2083143]
- xfs: refactor xfs_iget calls from log intent recovery (Brian Foster) [2083143]
- xfs: clear log incompat feature bits when the log is idle (Brian Foster) [2083143]
- xfs: allow setting and clearing of log incompat feature flags (Brian Foster) [2083143]
- xfs: replace kmem_alloc_large() with kvmalloc() (Brian Foster) [2083143]
- xfs: remove kmem_alloc_io() (Brian Foster) [2083143]
- xfs: dump log intent items that cannot be recovered due to corruption (Brian Foster) [2083143]
- xfs: grab active perag ref when reading AG headers (Brian Foster) [2083143]
- xfs: fix silly whitespace problems with kernel libxfs (Brian Foster) [2083143]
- xfs: throttle inode inactivation queuing on memory reclaim (Brian Foster) [2083143]
- xfs: avoid buffer deadlocks when walking fs inodes (Brian Foster) [2083143]
- xfs: use background worker pool when transactions can't get free space (Brian Foster) [2083143]
- xfs: don't run speculative preallocation gc when fs is frozen (Brian Foster) [2083143]
- xfs: flush inode inactivation work when compiling usage statistics (Brian Foster) [2083143]
- xfs: inactivate inodes any time we try to free speculative preallocations (Brian Foster) [2083143]
- xfs: queue inactivation immediately when free realtime extents are tight (Brian Foster) [2083143]
- xfs: queue inactivation immediately when quota is nearing enforcement (Brian Foster) [2083143]
- xfs: queue inactivation immediately when free space is tight (Brian Foster) [2083143]
- xfs: per-cpu deferred inode inactivation queues (Brian Foster) [2083143]
- xfs: detach dquots from inode if we don't need to inactivate it (Brian Foster) [2083143]
- xfs: move xfs_inactive call to xfs_inode_mark_reclaimable (Brian Foster) [2083143]
- xfs: introduce all-mounts list for cpu hotplug notifications (Brian Foster) [2083143]
- xfs: introduce CPU hotplug infrastructure (Brian Foster) [2083143]
- xfs: remove the active vs running quota differentiation (Brian Foster) [2083143]
- xfs: remove the flags argument to xfs_qm_dquot_walk (Brian Foster) [2083143]
- xfs: remove xfs_dqrele_all_inodes (Brian Foster) [2083143]
- xfs: remove support for disabling quota accounting on a mounted file system (Brian Foster) [2083143]
- xfs: Convert double locking of MMAPLOCK to use VFS helpers (Brian Foster) [2083143]
- xfs: Convert to use invalidate_lock (Brian Foster) [2083143]
- xfs: Refactor xfs_isilocked() (Brian Foster) [2083143]
- s390/pai: Fix multiple concurrent event installation (Tobias Huschle) [2110299]
- s390/pai: Prevent invalid event number for pai_crypto PMU (Tobias Huschle) [2110299]
- s390/pai: add support for cryptography counters (Tobias Huschle) [2110299]
- entry: Rename arch_check_user_regs() to arch_enter_from_user_mode() (Tobias Huschle) [2110299]
- irq: remove handle_domain_{irq,nmi}() (Adrien Thierry) [2123744]
- crypto: qat - add limit to linked list parsing (Vladis Dronov) [2122112]
- crypto: qat - use reference to structure in dma_map_single() (Vladis Dronov) [2122112]
- Revert "crypto: qat - reduce size of mapped region" (Vladis Dronov) [2122112]
- crypto: qat - fix DMA transfer direction (Vladis Dronov) [2122112]
- crypto: qat - fix default value of WDT timer (Vladis Dronov) [2122112]
- crypto: drivers - move from strlcpy with unused retval to strscpy (Vladis Dronov) [2122112]
- crypto: qat - add check to validate firmware images (Vladis Dronov) [2122112]
- Documentation: qat: rewrite description (Vladis Dronov) [2122112]
- Documentation: qat: Use code block for qat sysfs example (Vladis Dronov) [2122112]
- thermal: int340x: Add Meteor Lake PCI device ID (David Arcari) [2072653]
- ACPI: DPTF: Support Meteor Lake (David Arcari) [2072653]
- thermal: int340x: Mode setting with new OS handshake (David Arcari) [2072653]
- thermal: int340x: Fix attr.show callback prototype (David Arcari) [2072653]
- thermal: int340x: Clean up _OSC context init (David Arcari) [2072653]
- thermal: int340x: Consolidate freeing of acpi_buffer pointer (David Arcari) [2072653]
- thermal: int340x: Clean up unnecessary acpi_buffer pointer freeing (David Arcari) [2072653]
- gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodes (Bob Peterson) [2121570]
- bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision (Yauheni Kaliuta) [2063058]
Resolves: rhbz#2125474,  rhbz#2062632

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
2022-10-11 15:06:43 -03:00
.gitignore kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
Makefile.rhelver kernel-rt-5.14.0-175.rt21.175.el9 2022-10-11 15:06:43 -03:00
README.rst kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
check-kabi kernel-rt-5.14.0-155.rt21.155.el9 2022-08-24 19:17:04 -03:00
cpupower.config kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
cpupower.service kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
filter-aarch64.sh.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
filter-armv7hl.sh.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
filter-modules.sh.rhel kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
filter-ppc64le.sh.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
filter-s390x.sh.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
filter-x86_64.sh.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
gating.yaml kernel-rt-5.14.0-119.rt21.119.el9 2022-06-24 15:38:28 -03:00
generate_all_configs.sh kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
kernel-local kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
kernel-rt-x86_64-debug-rhel.config kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
kernel-rt-x86_64-rhel.config kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
kernel.spec kernel-rt-5.14.0-175.rt21.175.el9 2022-10-11 15:06:43 -03:00
kvm_stat.logrotate kernel-rt-5.13.0-0.rc7.51.rt3.5 2021-06-23 18:01:05 +02:00
linux-kernel-test.patch kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
merge.pl kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
mod-denylist.sh kernel-rt-5.13.0-1.rt3.1 2021-07-08 14:42:42 +02:00
mod-extra.list.rhel kernel-rt-5.13.0-0.rc2.19.rt3.2 2021-05-25 09:05:08 +02:00
mod-internal.list kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
mod-kvm.list kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
mod-sign.sh kernel-rt-5.13.0-0.rc2.19.rt3.2 2021-05-25 09:05:08 +02:00
parallel_xz.sh kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
partial-kgcov-snip.config kernel-rt-5.14.0-151.rt21.151.el9 2022-08-22 19:44:12 -03:00
patch-5.14-redhat.patch kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
process_configs.sh kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
rheldup3.x509 kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
rhelkpatch1.x509 kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01:00
rpminspect.yaml kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
sources kernel-rt-5.14.0-175.rt21.175.el9 2022-10-11 15:06:43 -03:00
update_scripts.sh kernel-rt-5.14.0-172.rt21.172.el9 2022-10-07 15:36:52 -03:00
x509.genkey.centos kernel-rt-5.14.0-72.rt21.72.el9 2022-03-17 04:26:24 -04:00
x509.genkey.rhel kernel-rt-5.12.0-0.rc1.163.rt9.1 2021-03-05 17:23:42 +01: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