diff --git a/Makefile.rhelver b/Makefile.rhelver index 3f900d8..19346d0 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -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 diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 3ac6780..0cb43f4 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5126,6 +5126,7 @@ CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 000fd74..bd6203b 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -5104,6 +5104,7 @@ CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index f97fac9..806c235 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -4692,6 +4692,7 @@ CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 90fd848..1b1881b 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -4672,6 +4672,7 @@ CONFIG_SLIP_COMPRESSED=y CONFIG_SLIP=m # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index d1707d7..361546e 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -4676,6 +4676,7 @@ CONFIG_SLIP_COMPRESSED=y # CONFIG_SLIP is not set # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 9af24a4..b671745 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -4656,6 +4656,7 @@ CONFIG_SLIP_COMPRESSED=y # CONFIG_SLIP is not set # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 1b76b47..2acfacd 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -4678,6 +4678,7 @@ CONFIG_SLIP_COMPRESSED=y # CONFIG_SLIP is not set # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_SLIP_SMART=y +CONFIG_SLS=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_DEBUG=y diff --git a/kernel.spec b/kernel.spec index 7e7dd77..b13809b 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 174 +%define pkgrelease 175 %define kversion 5 -%define tarfile_release 5.14.0-174.el9 +%define tarfile_release 5.14.0-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%{?buildid}%{?dist} +%define specrelease 175%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-174.el9 +%define kabiversion 5.14.0-175.el9 # # End of genspec.sh variables @@ -3057,6 +3057,149 @@ fi # # %changelog +* Tue Oct 11 2022 Frantisek Hrbata [5.14.0-175.el9] +- x86,config: Enable straight-line-speculation fix (Wander Lairson Costa) [2062177] {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] + * Fri Oct 07 2022 Frantisek Hrbata [5.14.0-174.el9] - kabi: add symbol yield to stablelist (Čestmír Kalina) [2120286] - kabi: add symbol xa_find_after to stablelist (Čestmír Kalina) [2120286] diff --git a/sources b/sources index 4b658e3..7bd09f6 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-174.el9.tar.xz) = b9dd21ef205e4f65240f21a11eea1884a588423d8f548fcfe97d0ebdc6f05966bb5d29a42d5295c3f4a079392d3e715cdf20170cb2fc3d2986ba6cddd4e6a60d -SHA512 (kernel-abi-stablelists-5.14.0-174.el9.tar.bz2) = a6e8c3e273542a88451cfc4944504edc08ae802582f678c4d5bf303492c1b4ac5ad9d2fc77d547b09bd80f9d31f012e73ca08aa1b8751eb0a7c4d11f356a674b -SHA512 (kernel-kabi-dw-5.14.0-174.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b +SHA512 (linux-5.14.0-175.el9.tar.xz) = e67df0b9d03bb98504f912899b5fdc7d89d6fa108929265d1c7b5ab4329303b99a5225b792d85f4333052416a7f72a1a793c54821e8889e8c5026a75ddd5d5c4 +SHA512 (kernel-abi-stablelists-5.14.0-175.el9.tar.bz2) = 1a9b553eaed64b305c0fa25f4bad56e0f157f0bc1eabf660f276a87f1e7ef60073d00e5d17a0aca5866448205feb9e64bb2ca3c64568c42be25313edcd3b818c +SHA512 (kernel-kabi-dw-5.14.0-175.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b