diff --git a/Makefile.rhelver b/Makefile.rhelver index b7f2546..8992b44 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 = 216 +RHEL_RELEASE = 217 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.217 +RTBUILD:=.218 diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index 7a97db3..c084dce 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -6673,7 +6673,7 @@ CONFIG_X86_ACPI_CPUFREQ_CPB=y CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_AMD_FREQ_SENSITIVITY=m CONFIG_X86_AMD_PLATFORM_DEVICE=y -CONFIG_X86_AMD_PSTATE=m +CONFIG_X86_AMD_PSTATE=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_CMPXCHG64=y diff --git a/kernel-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index df8c2ab..1e61787 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -6650,7 +6650,7 @@ CONFIG_X86_ACPI_CPUFREQ_CPB=y CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_AMD_FREQ_SENSITIVITY=m CONFIG_X86_AMD_PLATFORM_DEVICE=y -CONFIG_X86_AMD_PSTATE=m +CONFIG_X86_AMD_PSTATE=y # CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_CMPXCHG64=y diff --git a/kernel.spec b/kernel.spec index 50c90d9..077afa6 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 216.rt14.217 +%define pkgrelease 217.rt14.218 %define kversion 5 -%define tarfile_release 5.14.0-216.rt14.217.el9 +%define tarfile_release 5.14.0-217.rt14.218.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 216.rt14.217%{?buildid}%{?dist} +%define specrelease 217.rt14.218%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-216.rt14.217.el9 +%define kabiversion 5.14.0-217.rt14.218.el9 # # End of genspec.sh variables @@ -3236,6 +3236,60 @@ fi # # %changelog +* Fri Dec 16 2022 Luis Claudio R. Goncalves [5.14.0-217.rt14.218.el9] +- [rt] build kernel-rt-5.14.0-217.rt14.218.el9 [2125474] +- igc: Correct the launchtime offset (Corinna Vinschen) [2104471] +- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Corinna Vinschen) [2104471] +- igc: Remove IGC_MDIC_INT_EN definition (Corinna Vinschen) [2104471] +- igc: add xdp frags support to ndo_xdp_xmit (Corinna Vinschen) [2104471] +- igc: Remove forced_speed_duplex value (Corinna Vinschen) [2104471] +- igc: Remove MSI-X PBA Clear register (Corinna Vinschen) [2104471] +- igc: Lift TAPRIO schedule restriction (Corinna Vinschen) [2104471] +- PCI: vmd: Fix secondary bus reset for Intel bridges (Myron Stowe) [2136299] +- PCI: vmd: Disable MSI remapping after suspend (Myron Stowe) [2136299] +- KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field (Thomas Huth) [2140899] +- scsi: qla2xxx: Fix crash when I/O abort times out (Nilesh Javali) [2115892] +- redhat/configs: Change the amd-pstate to builtin (David Arcari) [2150425] +- Documentation: amd-pstate: add driver working mode introduction (David Arcari) [2150425] +- cpufreq: amd-pstate: add amd-pstate driver parameter for mode selection (David Arcari) [2150425] +- cpufreq: amd-pstate: change amd-pstate driver to be built-in type (David Arcari) [2150425] +- cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init (David Arcari) [2150425] +- Documentation: amd-pstate: Add unit test introduction (David Arcari) [2150425] +- cpufreq: amd-pstate: Expose struct amd_cpudata (David Arcari) [2150425] +- cpufreq: amd-pstate: Fix initial highest_perf value (David Arcari) [2150425] +- cpufreq: amd-pstate: update pstate frequency transition delay time (David Arcari) [2150425] +- cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor (David Arcari) [2150425] +- cpufreq: amd_pstate: fix wrong lowest perf fetch (David Arcari) [2150425] +- cpufreq: amd-pstate: fix white-space (David Arcari) [2150425] +- cpufreq: amd-pstate: simplify cpudata pointer assignment (David Arcari) [2150425] +- ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() (David Arcari) [2150425] +- cpufreq: amd-pstate: Add resume and suspend callbacks (David Arcari) [2150425] +- Documentation: amd-pstate: grammar and sentence structure updates (David Arcari) [2150425] +- Documentation: amd-pstate: add tracer tool introduction (David Arcari) [2150425] +- MAINTAINERS: Add AMD P-State driver maintainer entry (David Arcari) [2150425] +- Documentation: amd-pstate: Add AMD P-State driver introduction (David Arcari) [2150425] +- arm64: dts: imx93-pinfunc: drop execution permission (Steve Best) [2144998] +- dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93 (Steve Best) [2140034] +- dt-bindings: i2c: i2c-imx-lpi2c: add dmas property (Steve Best) [2140034] +- dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk (Steve Best) [2140034] +- dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string (Steve Best) [2140034] +- dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match (Steve Best) [2140034] +- dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QM compatible matching (Steve Best) [2140034] +- dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers (Steve Best) [2140034] +- dt-bindings: soc: add i.MX93 SRC (Steve Best) [2140034] +- hwmon: Handle failure to register sensor with thermal zone correctly (d.marlin) [2122394] +- openvswitch: add nf_ct_is_confirmed check before assigning the helper (Antoine Tenart) [2134560] +- net: openvswitch: allow conntrack in non-initial user namespace (Antoine Tenart) [2134560] +- net: openvswitch: allow metering in non-initial user namespace (Antoine Tenart) [2134560] +- openvswitch: Change the return type for vport_ops.send function hook to int (Antoine Tenart) [2134560] +- net: openvswitch: fix repeated words in comments (Antoine Tenart) [2134560] +- openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests (Antoine Tenart) [2134560] +- openvswitch: allow specifying ifindex of new interfaces (Antoine Tenart) [2134560] +- openvswitch: move from strlcpy with unused retval to strscpy (Antoine Tenart) [2134560] +- openvswitch: Fix overreporting of drops in dropwatch (Antoine Tenart) [2134560] +- openvswitch: Fix double reporting of drops in dropwatch (Antoine Tenart) [2134560] +- openvswitch: fix memory leak at failed datapath creation (Antoine Tenart) [2134560] + * Fri Dec 16 2022 Luis Claudio R. Goncalves [5.14.0-216.rt14.217.el9] - [rt] build kernel-rt-5.14.0-216.rt14.217.el9 [2125474] - mailbox: imx: fix RST channel support (Al Stone) [2122400 2129154 2139961] diff --git a/sources b/sources index b69f3c7..1f5ce26 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-216.rt14.217.el9.tar.xz) = 20bf9f4798eadc1734af2280c965b2bb8957b3cdfca3d477208105539f8f9ce4d3e8a4446a83f584573f1048b50784fe71eb48ebb2c9d90c4fcd1d5676d49f24 -SHA512 (kernel-abi-stablelists-5.14.0-216.rt14.217.el9.tar.bz2) = 6ebcd3ac68c5b7febc6bedd146522711f1e71f71390724660ed82456c4f6275d1404d81327fad9ceba73911e01def6c0d1e376a3b815d65d33891b45d3974465 -SHA512 (kernel-kabi-dw-5.14.0-216.rt14.217.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-217.rt14.218.el9.tar.xz) = 7faec2639ebc0d67748894483d30d1a8a3cd557c2d5431540afef0ef2c00d7ae2317d28a3a8dbdc037356ac26389ce4c33271522a71c8cdaab91576f52e0efc5 +SHA512 (kernel-abi-stablelists-5.14.0-217.rt14.218.el9.tar.bz2) = 02896fa6cf46a7412aa3c5362f3d5a1968caabbdedc0068405e77e3105fa3e49fca12d7e60640d9351e2c24e123c39b480a1803cde8b08159fdb23c09ba729d1 +SHA512 (kernel-kabi-dw-5.14.0-217.rt14.218.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578