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>
This commit is contained in:
Luis Claudio R. Goncalves 2022-10-11 15:06:43 -03:00
parent e92da5a99c
commit c2364040d0
3 changed files with 153 additions and 9 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 2
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 174
RHEL_RELEASE = 175
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.174
RTBUILD:=.175

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 174.rt21.174
%define pkgrelease 175.rt21.175
%define kversion 5
%define tarfile_release 5.14.0-174.rt21.174.el9
%define tarfile_release 5.14.0-175.rt21.175.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 174.rt21.174%{?buildid}%{?dist}
%define specrelease 175.rt21.175%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-174.rt21.174.el9
%define kabiversion 5.14.0-175.rt21.175.el9
#
# End of genspec.sh variables
@ -3187,6 +3187,150 @@ fi
#
#
%changelog
* 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]
* Sat Oct 08 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-174.rt21.174.el9]
- [rt] build 5.14.0-174.rt21.174.el9 [2125474]
- kabi: add symbol yield to stablelist (Čestmír Kalina) [2120286]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-174.rt21.174.el9.tar.xz) = cc2638bca25528c972839dae31843adb193db0d277012861af844ca6e42ff196197a64947cd44e100d02257848a2593cecb8de121bcd0363c4a0f60fed6ec8ec
SHA512 (kernel-abi-stablelists-5.14.0-174.rt21.174.el9.tar.bz2) = 54084f65f1ed12568c2f51629627ef2a3d1ca406f2228edfcbed1f5ad142b46ba9c0bf7d6a4169e30fb6a33c2e70a57d2dea1f82d2df9e08f7f5fb25ae58d25e
SHA512 (kernel-kabi-dw-5.14.0-174.rt21.174.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-175.rt21.175.el9.tar.xz) = f34975cc7c593092235d736799bcf27e044d82d32e1744eb73b278dfd1a5bd5639cbe7dc0cfe22f781674e68ebf3217f36123955c799002286fedc0355fa230b
SHA512 (kernel-abi-stablelists-5.14.0-175.rt21.175.el9.tar.bz2) = e8a7ffc9e0bc303dd55709a424a5e52475e4c212efcde413a7138aaab45c2341cb4660be1066f891ea7bafba25dd59321642e9af37fb9765f9ea11ca2f1332db
SHA512 (kernel-kabi-dw-5.14.0-175.rt21.175.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578