kernel-6.12.0-34.el10
* Tue Dec 10 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-34.el10] - iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (Jerry Snitselaar) [RHEL-67995] - crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (Vladis Dronov) [RHEL-23197] - crypto: qat - Fix typo "accelaration" (Vladis Dronov) [RHEL-23197] - crypto: qat - Constify struct pm_status_row (Vladis Dronov) [RHEL-23197] - crypto: qat - remove faulty arbiter config reset (Vladis Dronov) [RHEL-23197] - crypto: qat - remove unused adf_devmgr_get_first (Vladis Dronov) [RHEL-23197] - crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197] - crypto: qat/qat_420xx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197] - crypto: qat - remove check after debugfs_create_dir() (Vladis Dronov) [RHEL-23197] - redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) [RHEL-40744] - rtla: Documentation: Mention --deepest-idle-state (Tomas Glozar) [RHEL-40744] - rtla/timerlat: Add --deepest-idle-state for hist (Tomas Glozar) [RHEL-40744] - rtla/timerlat: Add --deepest-idle-state for top (Tomas Glozar) [RHEL-40744] - rtla/utils: Add idle state disabling via libcpupower (Tomas Glozar) [RHEL-40744] - rtla: Add optional dependency on libcpupower (Tomas Glozar) [RHEL-40744] - tools/build: Add libcpupower dependency detection (Tomas Glozar) [RHEL-40744] - mm/memcg: Free percpu stats memory of dying memcg's (Waiman Long) [RHEL-67445] Resolves: RHEL-23197, RHEL-40744, RHEL-67445, RHEL-67995 Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
d7d64d7a02
commit
ee187daba3
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 33
|
||||
RHEL_RELEASE = 34
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -1,3 +1,23 @@
|
||||
* Tue Dec 10 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-34.el10]
|
||||
- iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (Jerry Snitselaar) [RHEL-67995]
|
||||
- crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - Fix typo "accelaration" (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - Constify struct pm_status_row (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove faulty arbiter config reset (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove unused adf_devmgr_get_first (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat/qat_420xx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove check after debugfs_create_dir() (Vladis Dronov) [RHEL-23197]
|
||||
- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- rtla: Documentation: Mention --deepest-idle-state (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/timerlat: Add --deepest-idle-state for hist (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/timerlat: Add --deepest-idle-state for top (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/utils: Add idle state disabling via libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- rtla: Add optional dependency on libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- tools/build: Add libcpupower dependency detection (Tomas Glozar) [RHEL-40744]
|
||||
- mm/memcg: Free percpu stats memory of dying memcg's (Waiman Long) [RHEL-67445]
|
||||
Resolves: RHEL-23197, RHEL-40744, RHEL-67445, RHEL-67995
|
||||
|
||||
* Fri Dec 06 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-33.el10]
|
||||
- redhat: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA for x86 (Vitaly Kuznetsov) [RHEL-41133]
|
||||
- HID: hyperv: streamline driver probe to avoid devres issues (Vitaly Kuznetsov) [RHEL-67329]
|
||||
|
36
kernel.spec
36
kernel.spec
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 33
|
||||
%define pkgrelease 34
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-33.el10
|
||||
%define tarfile_release 6.12.0-34.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 33%{?buildid}%{?dist}
|
||||
%define specrelease 34%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-33.el10
|
||||
%define kabiversion 6.12.0-34.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -3106,6 +3106,13 @@ chmod +x tools/perf/check-headers.sh
|
||||
%global tools_make \
|
||||
CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" EXTRA_CFLAGS="${RPM_OPT_FLAGS}" %{make} %{?make_opts}
|
||||
|
||||
%ifarch %{cpupowerarchs}
|
||||
# link against in-tree libcpupower for idle state support
|
||||
%global rtla_make %{tools_make} LDFLAGS="%{__global_ldflags} -L../../power/cpupower" INCLUDES="-I../../power/cpupower/lib"
|
||||
%else
|
||||
%global rtla_make %{tools_make}
|
||||
%endif
|
||||
|
||||
%if %{with_tools}
|
||||
%ifarch %{cpupowerarchs}
|
||||
# cpupower
|
||||
@ -3165,7 +3172,7 @@ pushd tools/verification/rv/
|
||||
popd
|
||||
pushd tools/tracing/rtla
|
||||
%{log_msg "build rtla"}
|
||||
%{tools_make}
|
||||
%{rtla_make}
|
||||
popd
|
||||
%endif
|
||||
|
||||
@ -4290,6 +4297,25 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Dec 10 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-34.el10]
|
||||
- iommu/tegra241-cmdqv: Fix alignment failure at max_n_shift (Jerry Snitselaar) [RHEL-67995]
|
||||
- crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - Fix typo "accelaration" (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - Constify struct pm_status_row (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove faulty arbiter config reset (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove unused adf_devmgr_get_first (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat/qat_420xx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-23197]
|
||||
- crypto: qat - remove check after debugfs_create_dir() (Vladis Dronov) [RHEL-23197]
|
||||
- redhat/kernel.spec.template: Link rtla against in-tree libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- rtla: Documentation: Mention --deepest-idle-state (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/timerlat: Add --deepest-idle-state for hist (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/timerlat: Add --deepest-idle-state for top (Tomas Glozar) [RHEL-40744]
|
||||
- rtla/utils: Add idle state disabling via libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- rtla: Add optional dependency on libcpupower (Tomas Glozar) [RHEL-40744]
|
||||
- tools/build: Add libcpupower dependency detection (Tomas Glozar) [RHEL-40744]
|
||||
- mm/memcg: Free percpu stats memory of dying memcg's (Waiman Long) [RHEL-67445]
|
||||
|
||||
* Fri Dec 06 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-33.el10]
|
||||
- redhat: Re-enable CONFIG_INFINIBAND_VMWARE_PVRDMA for x86 (Vitaly Kuznetsov) [RHEL-41133]
|
||||
- HID: hyperv: streamline driver probe to avoid devres issues (Vitaly Kuznetsov) [RHEL-67329]
|
||||
|
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-33.el10.tar.xz) = ecbadeffd38063115365c2ee1214b0bf3c8b54042f62b37a874baef0163624dce19e55910633a7185f90de82803ab186107e8046ef00e5097cd7a280371a0c25
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-33.el10.tar.xz) = bf044b441fe321eafe821bf610a65bb8038bcd5323958ff2b3e3a7923111849913d1953ea0b81c6fc19ce7fb8a5fc88e52b7922262e19499efbd0c4131012133
|
||||
SHA512 (kernel-kabi-dw-6.12.0-33.el10.tar.xz) = 89d207b0d3fa865b7174786a97c019a0fafeca6637069b765af569b4cf060b0926f82e9adfc854570c6f3226dfb8aa0aad9b17b923b7fea215270a0614439e9b
|
||||
SHA512 (linux-6.12.0-34.el10.tar.xz) = 20d62417aca78a2abe87a1dafd4043d0fb89738795eb4c814312eaf2989a7ac25fb0852985bf7837a5ce5ffbd2d9ae7bb9b0c0b08faa79333dbb3181b014dcb1
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-34.el10.tar.xz) = 380454130b48002f462b5f61f1924519f2fa02ef6de115bc878cd0c28304098f0a89538bbe250fa783b7ffd475af1750da1c1836337719cae4760f8022d9f7bb
|
||||
SHA512 (kernel-kabi-dw-6.12.0-34.el10.tar.xz) = 0dfa371efb61f0d44868d473141ed8ef168ed9b5170c6ae6048f72f6f3b9410691ecd32f9367ddb1fa888083607e0659f467fc55c216dec72c55d431e44540c0
|
||||
|
Loading…
Reference in New Issue
Block a user