|
|
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
|
|
|
%define specrpmversion 6.12.0
|
|
|
|
%define specrpmversion 6.12.0
|
|
|
|
%define specversion 6.12.0
|
|
|
|
%define specversion 6.12.0
|
|
|
|
%define patchversion 6.12
|
|
|
|
%define patchversion 6.12
|
|
|
|
%define pkgrelease 33
|
|
|
|
%define pkgrelease 36
|
|
|
|
%define kversion 6
|
|
|
|
%define kversion 6
|
|
|
|
%define tarfile_release 6.12.0-33.el10
|
|
|
|
%define tarfile_release 6.12.0-36.el10
|
|
|
|
# This is needed to do merge window version magic
|
|
|
|
# This is needed to do merge window version magic
|
|
|
|
%define patchlevel 12
|
|
|
|
%define patchlevel 12
|
|
|
|
# This allows pkg_release to have configurable %%{?dist} tag
|
|
|
|
# This allows pkg_release to have configurable %%{?dist} tag
|
|
|
|
%define specrelease 33%{?buildid}%{?dist}
|
|
|
|
%define specrelease 36%{?buildid}%{?dist}
|
|
|
|
# This defines the kabi tarball version
|
|
|
|
# This defines the kabi tarball version
|
|
|
|
%define kabiversion 6.12.0-33.el10
|
|
|
|
%define kabiversion 6.12.0-36.el10
|
|
|
|
|
|
|
|
|
|
|
|
# If this variable is set to 1, a bpf selftests build failure will cause a
|
|
|
|
# If this variable is set to 1, a bpf selftests build failure will cause a
|
|
|
|
# fatal kernel package build error
|
|
|
|
# fatal kernel package build error
|
|
|
@ -3106,6 +3106,13 @@ chmod +x tools/perf/check-headers.sh
|
|
|
|
%global tools_make \
|
|
|
|
%global tools_make \
|
|
|
|
CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" EXTRA_CFLAGS="${RPM_OPT_FLAGS}" %{make} %{?make_opts}
|
|
|
|
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}
|
|
|
|
%if %{with_tools}
|
|
|
|
%ifarch %{cpupowerarchs}
|
|
|
|
%ifarch %{cpupowerarchs}
|
|
|
|
# cpupower
|
|
|
|
# cpupower
|
|
|
@ -3165,7 +3172,7 @@ pushd tools/verification/rv/
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
pushd tools/tracing/rtla
|
|
|
|
pushd tools/tracing/rtla
|
|
|
|
%{log_msg "build rtla"}
|
|
|
|
%{log_msg "build rtla"}
|
|
|
|
%{tools_make}
|
|
|
|
%{rtla_make}
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -4290,6 +4297,46 @@ fi\
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 17 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-36.el10]
|
|
|
|
|
|
|
|
- configs: synchronize CONFIG_HP_ILO between flavors & enable on x86/arm (Charles Mirabile) [RHEL-65590]
|
|
|
|
|
|
|
|
- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) [RHEL-70652]
|
|
|
|
|
|
|
|
- s390/virtio_ccw: Fix dma_parm pointer not set up (Thomas Huth) [RHEL-69815]
|
|
|
|
|
|
|
|
- fsnotify: fix sending inotify event with unexpected filename (Ian Kent) [RHEL-68847]
|
|
|
|
|
|
|
|
- Revert "nvme: Return BLK_STS_TARGET if the DNR bit is set" (Benjamin Marzinski) [RHEL-68140]
|
|
|
|
|
|
|
|
- Revert "nvme: allow local retry and proper failover for REQ_FAILFAST_TRANSPORT" (Benjamin Marzinski) [RHEL-68140]
|
|
|
|
|
|
|
|
- Revert "nvme: decouple basic ANA log page re-read support from native multipathing" (Benjamin Marzinski) [RHEL-68140]
|
|
|
|
|
|
|
|
- Revert "nvme: nvme_mpath_init remove multipath check" (Benjamin Marzinski) [RHEL-68140]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 13 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-35.el10]
|
|
|
|
|
|
|
|
- redhat: gating.yaml: drop unstable test (Jan Stancek)
|
|
|
|
|
|
|
|
- CI: provide pipelines for automotive variant (Julio Faracco)
|
|
|
|
|
|
|
|
- fadump: reserve param area if below boot_mem_top (Mamatha Inamdar) [RHEL-67986]
|
|
|
|
|
|
|
|
- powerpc/fadump: allocate memory for additional parameters early (Mamatha Inamdar) [RHEL-67986]
|
|
|
|
|
|
|
|
- cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids (Steve Best) [RHEL-70009]
|
|
|
|
|
|
|
|
- scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN as an error (Cathy Avery) [RHEL-60525]
|
|
|
|
|
|
|
|
- RHEL: disable the btt driver (Jeff Moyer) [RHEL-68504]
|
|
|
|
|
|
|
|
- vfio/pci: Properly hide first-in-list PCIe extended capability (Alex Williamson) [RHEL-69745]
|
|
|
|
|
|
|
|
- xfs: fix sparse inode limits on runt AG (Pavel Reichl) [RHEL-68542]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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]
|
|
|
|
* 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]
|
|
|
|
- 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]
|
|
|
|
- HID: hyperv: streamline driver probe to avoid devres issues (Vitaly Kuznetsov) [RHEL-67329]
|
|
|
|