kernel-rt-5.14.0-83.rt21.83.el9
* Mon May 02 2022 Fernando Pacheco <fpacheco@redhat.com> [5.14.0-83.rt21.83.el9] - [rt] build kernel-rt-5.14.0-83.rt21.83.el9 [2061574] - redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) [2077664] - x86/platform/uv: Log gap hole end size (Frank Ramsay) [2074097] - x86/platform/uv: Update TSC sync state for UV5 (Frank Ramsay) [2074097] - x86/platform/uv: Update NMI Handler for UV5 (Frank Ramsay) [2074097] - tun: annotate access to queue->trans_start (Ivan Vecera) [2073453] - stmmac: fix build due to brainos in trans_start changes (Ivan Vecera) [2073453] - net: no longer stop all TX queues in dev_watchdog() (Ivan Vecera) [2073453] - net: do not inline netif_tx_lock()/netif_tx_unlock() (Ivan Vecera) [2073453] - net: annotate accesses to queue->trans_start (Ivan Vecera) [2073453] - net: use an atomic_long_t for queue->trans_timeout (Ivan Vecera) [2073453] - virtio_net: introduce TX timeout watchdog (Ivan Vecera) [2073453] - net: remove the unnecessary check in cipso_v4_doi_free (Guillaume Nault) [2074605] - net: fix NULL pointer reference in cipso_v4_doi_free (Guillaume Nault) [2074605] - selftest/powerpc: Add PAPR sysfs attributes sniff test (Steve Best) [1869665] - powerpc/pseries: Interface to represent PAPR firmware attributes (Steve Best) [1869665] - x86: intel_epb: Allow model specific normal EPB value (David Arcari) [2068330] - redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) [2039239] - ACPI: CPPC: Amend documentation in the comments (David Arcari) [1961725] - ACPI: CPPC: Drop redundant local variable from cpc_read() (David Arcari) [1961725] - ACPI: CPPC: Fix up I/O port access in cpc_read() (David Arcari) [1961725] - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State (David Arcari) [1961725] - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment (David Arcari) [1961725] - cpufreq: amd-pstate: Add AMD P-State performance attributes (David Arcari) [1961725] - cpufreq: amd-pstate: Add AMD P-State frequencies attributes (David Arcari) [1961725] - cpufreq: amd-pstate: Add boost mode support for AMD P-State (David Arcari) [1961725] - cpufreq: amd-pstate: Add trace for AMD P-State module (David Arcari) [1961725] - cpufreq: amd-pstate: Introduce the support for the processors with shared memory solution (David Arcari) [1961725] - cpufreq: amd-pstate: Add fast switch function for AMD P-State (David Arcari) [1961725] - redhat/configs: enable CONFIG_X86_AMD_PSTATE (David Arcari) [1961725] - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future processors (David Arcari) [1961725] - tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [1961725] - x86/msr: Add AMD CPPC MSR definitions (David Arcari) [1961725] - tools headers cpufeatures: Sync with the kernel sources (David Arcari) [1961725] - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature flag (David Arcari) [1961725] - ACPI: CPPC: Add CPPC enable register function (David Arcari) [1961725] - ACPI: CPPC: Check present CPUs for determining _CPC is valid (David Arcari) [1961725] - ACPI: CPPC: Implement support for SystemIO registers (David Arcari) [1961725] Resolves: rhbz#2061574, rhbz#2077664, rhbz#2074097, rhbz#2073453, rhbz#2074605, rhbz#1869665, rhbz#2068330, rhbz#2039239, rhbz#1961725 Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
parent
5899488bd6
commit
05a2d9fb50
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 82
|
||||
RHEL_RELEASE = 83
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.82
|
||||
RTBUILD:=.83
|
||||
|
@ -6426,6 +6426,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=y
|
||||
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
|
||||
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
|
||||
CONFIG_X86_CMPXCHG64=y
|
||||
|
@ -6403,6 +6403,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=y
|
||||
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
|
||||
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
|
||||
CONFIG_X86_CMPXCHG64=y
|
||||
|
54
kernel.spec
54
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 82.rt21.82.el9
|
||||
%define pkgrelease 83.rt21.83.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 82.rt21.82%{?buildid}%{?dist}
|
||||
%define specrelease 83.rt21.83%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -704,7 +704,7 @@ BuildRequires: lld
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14.0-82.rt21.82.el9.tar.xz
|
||||
Source0: linux-5.14.0-83.rt21.83.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1417,8 +1417,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-82.rt21.82.el9 -c
|
||||
mv linux-5.14.0-82.rt21.82.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-83.rt21.83.el9 -c
|
||||
mv linux-5.14.0-83.rt21.83.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3102,8 +3102,48 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Apr 28 2022 Fernando Pacheco <fpacheco@redhat.com> [5.14.0-82.rt21.82.el9]
|
||||
- [rt] build kernel-rt-5.14.0-82.rt21.82.el9 [2061574]
|
||||
* Mon May 02 2022 Fernando Pacheco <fpacheco@redhat.com> [5.14.0-83.rt21.83.el9]
|
||||
- [rt] build kernel-rt-5.14.0-83.rt21.83.el9 [2061574]
|
||||
|
||||
* Mon May 02 2022 Fernando Pacheco <fpacheco@redhat.com> [5.14.0-83.rt21.83.el9]
|
||||
- [rt] build kernel-rt-5.14.0-83.rt21.83.el9 [2061574]
|
||||
- redhat/configs: aarch64: enable CPU_FREQ_GOV_SCHEDUTIL (Mark Salter) [2077664]
|
||||
- x86/platform/uv: Log gap hole end size (Frank Ramsay) [2074097]
|
||||
- x86/platform/uv: Update TSC sync state for UV5 (Frank Ramsay) [2074097]
|
||||
- x86/platform/uv: Update NMI Handler for UV5 (Frank Ramsay) [2074097]
|
||||
- tun: annotate access to queue->trans_start (Ivan Vecera) [2073453]
|
||||
- stmmac: fix build due to brainos in trans_start changes (Ivan Vecera) [2073453]
|
||||
- net: no longer stop all TX queues in dev_watchdog() (Ivan Vecera) [2073453]
|
||||
- net: do not inline netif_tx_lock()/netif_tx_unlock() (Ivan Vecera) [2073453]
|
||||
- net: annotate accesses to queue->trans_start (Ivan Vecera) [2073453]
|
||||
- net: use an atomic_long_t for queue->trans_timeout (Ivan Vecera) [2073453]
|
||||
- virtio_net: introduce TX timeout watchdog (Ivan Vecera) [2073453]
|
||||
- net: remove the unnecessary check in cipso_v4_doi_free (Guillaume Nault) [2074605]
|
||||
- net: fix NULL pointer reference in cipso_v4_doi_free (Guillaume Nault) [2074605]
|
||||
- selftest/powerpc: Add PAPR sysfs attributes sniff test (Steve Best) [1869665]
|
||||
- powerpc/pseries: Interface to represent PAPR firmware attributes (Steve Best) [1869665]
|
||||
- x86: intel_epb: Allow model specific normal EPB value (David Arcari) [2068330]
|
||||
- redhat: configs: Disable CONFIG_MPLS for s390x/zfcpdump (Guillaume Nault) [2039239]
|
||||
- ACPI: CPPC: Amend documentation in the comments (David Arcari) [1961725]
|
||||
- ACPI: CPPC: Drop redundant local variable from cpc_read() (David Arcari) [1961725]
|
||||
- ACPI: CPPC: Fix up I/O port access in cpc_read() (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Add AMD P-State performance attributes (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Add AMD P-State frequencies attributes (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Add boost mode support for AMD P-State (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Add trace for AMD P-State module (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Introduce the support for the processors with shared memory solution (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Add fast switch function for AMD P-State (David Arcari) [1961725]
|
||||
- redhat/configs: enable CONFIG_X86_AMD_PSTATE (David Arcari) [1961725]
|
||||
- cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future processors (David Arcari) [1961725]
|
||||
- tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [1961725]
|
||||
- x86/msr: Add AMD CPPC MSR definitions (David Arcari) [1961725]
|
||||
- tools headers cpufeatures: Sync with the kernel sources (David Arcari) [1961725]
|
||||
- x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature flag (David Arcari) [1961725]
|
||||
- ACPI: CPPC: Add CPPC enable register function (David Arcari) [1961725]
|
||||
- ACPI: CPPC: Check present CPUs for determining _CPC is valid (David Arcari) [1961725]
|
||||
- ACPI: CPPC: Implement support for SystemIO registers (David Arcari) [1961725]
|
||||
|
||||
* Thu Apr 28 2022 Fernando Pacheco <fpacheco@redhat.com> [5.14.0-82.rt21.82.el9]
|
||||
- [rt] build kernel-rt-5.14.0-82.rt21.82.el9 [2061574]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-82.rt21.82.el9.tar.xz) = 3566d2e7376898e50af76f784c1ed244ff454c81d9b1d826de5422fc3498e26d7f9c90542eedcecfb0eb170af5bf7f952b8f39af04042b5e830423a6a1081d1b
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-82.rt21.82.el9.tar.bz2) = f55800b87b3ddd386347d5f9b72b54afe5f9dee0c31048419022d314a9ae1e33b03874b4ae652355ba3f2c9ed846bee2bb9148b14f9409375632a81ea7e328f2
|
||||
SHA512 (kernel-kabi-dw-5.14.0-82.rt21.82.el9.tar.bz2) = f48c87da1305f27edb6978f09d3ddef1604f6f064094a9b8ab9c39a5f9451c9155419f680227af536db9172609e6c6f8ba7629f707088e64eeb01a43bbf4670e
|
||||
SHA512 (linux-5.14.0-83.rt21.83.el9.tar.xz) = a2baac3fb50d1e96b68d66bb93be924a4a66b8dcd033187285817257abc7b5a6eccfa8fb5982300f1a45e8dd4e91af2053fdb5f41d74213d0df36e6ae532f476
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-83.rt21.83.el9.tar.bz2) = 08cd7f290491435cfc70331fa2be5533eae1e636468796bcd5fe3f1c4e38f4c80c5c25ab5ede3bed1b9c833b7727638da90938d965600635513c20dd2344155f
|
||||
SHA512 (kernel-kabi-dw-5.14.0-83.rt21.83.el9.tar.bz2) = f48c87da1305f27edb6978f09d3ddef1604f6f064094a9b8ab9c39a5f9451c9155419f680227af536db9172609e6c6f8ba7629f707088e64eeb01a43bbf4670e
|
||||
|
Loading…
Reference in New Issue
Block a user