Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package CoreFreq for openSUSE:Factory checked in at 2026-08-17 16:58:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old) and /work/SRC/openSUSE:Factory/.CoreFreq.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CoreFreq" Mon Aug 17 16:58:17 2026 rev:53 rq:1371429 version:2.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes 2026-06-19 17:06:10.566810125 +0200 +++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1258/CoreFreq.changes 2026-08-17 17:01:53.972194148 +0200 @@ -1,0 +2,53 @@ +Sun Aug 16 07:22:16 UTC 2026 - Michael Pujos <[email protected]> + +- Update to 2.1.4 + * [aarch64] + - Build patch to the version 2.1.3 +- Update to 2.1.3 + * [aarch64] + - Aggregate the Turbo Boost from per CPU collect + - [CPPC] Derive capability frequencies from nominal performance + - [CPPC] Query/Compute the ACPI-CPPC frequencies and EPP registers + - [CPPC] Promote ACPI-CPPC capabilities to COF number + - Gate PMU paths on per-CPU PMUSERENR_EL0 sampled each hrtimer tick + - Make use of kelvin to Celsius conversion kernel helpers + - Fallback to soc-thermal if RK3588 Core is not hybrid + - Improve the Hybrid topology and the big.LITTLE detection + - Rename and fix Query_DeviceTree for ACPI/CPPC + - [armv9] Move out FEAT_FGT from registers access conditions + - Don't query DeviceTree on ACPI machine to avoid a crash + * [Spark] + - Refactor platform detection and thermal path resolution + - Query and reports the activation state of AMU counters + - Route base clock probing by detected Arm v9 platform + - Map ACPI thermal zones per cluster + - Add temperature support for Cortex-A725 and Cortex-X925 + - Access the AMU activity monitor on ASUS GX10 DGX + * [riscv64] + - Preview of the base ISA single-letter extensions + * [AMD] + - CPUID feature: Nested Paging (NP) + - [Zen5] Introducing the Gorgon Halo architecture codename + * [x86_64] + - [AMD][Intel] Display the CPUID features PKS and PKU + * [Kernel] + - smp_call_on_cpu(): now force to run on physical cpu + - [aarch64] Dispatch PMU event mnemonics and counter assignment by platform + - [ppc64][riscv64] Guard cpufreq_for_each_valid_entry against NULL freq_table + - cpufreq: initialize boost_supported at policy init + * [CR] + - Reduce CPU usage within the Child manager loop + - [aarch64] Optimize CPPC: cleanup HWP concept from CLI output and JSON export + - [aarch64] Replace SMBIOS string checks with PLATFORM enum dispatch tables + - [aarch64] Add explicit return at Skip_Normalization label + - [aarch64] Disable PMU-dependent counters when PMU access is lost + - [aarch64] Fix the ACPI Thermal Zone namespace path + - Improve __builtin_strnlen() usage + * [UI] + - [aach64] Right aligned the CPPC ratios + - [aarch64] Extend BaseClock field to 10 digits for 1GHz resolution + - [aarch64] FormatFixedFloat: adaptive fixed-width float formatter + * [Doc] + - [Intel] Complete the VMX-BASIC register bit-fields + +------------------------------------------------------------------- Old: ---- CoreFreq-2.1.2.tar.gz New: ---- CoreFreq-2.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CoreFreq.spec ++++++ --- /var/tmp/diff_new_pack.NgEYiU/_old 2026-08-17 17:01:54.672218881 +0200 +++ /var/tmp/diff_new_pack.NgEYiU/_new 2026-08-17 17:01:54.674218952 +0200 @@ -17,7 +17,7 @@ Name: CoreFreq -Version: 2.1.2 +Version: 2.1.4 Release: 0 Summary: CPU monitoring software for 64-bit processors License: GPL-2.0-or-later @@ -42,6 +42,13 @@ %prep %autosetup -p1 +%if 0%{?suse_version} == 1610 +# for Leap 16.1 because of its older Kernel patched with some recent stuff backported +sed -i \ + -e 's:amd_nb.h:amd/nb.h:' \ + -e 's/x86_spec_ctrl_base = Spec_Ctrl.value;/this_cpu_write(x86_spec_ctrl_current, Spec_Ctrl.value);/' \ + x86_64/corefreqk.c +%endif %build %make_build ++++++ CoreFreq-2.1.2.tar.gz -> CoreFreq-2.1.4.tar.gz ++++++ ++++ 4976 lines of diff (skipped)
