From 91a84c82fce88bfca2f5403e3ae9e0cf4a9e7ada Mon Sep 17 00:00:00 2001 From: Jialin Zhang Date: Thu, 14 Dec 2023 09:59:17 +0800 Subject: [PATCH] release 5.10.0-178.0.0 --- SOURCE | 2 +- kernel.spec | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 631a06c..3aa5f5d 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-177.0.0 +5.10.0-178.0.0 diff --git a/kernel.spec b/kernel.spec index c549048..d8904f9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 177 +%global devel_release 178 %global maintenance_release .0.0 -%global pkg_release .82 +%global pkg_release .83 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -921,6 +921,16 @@ fi %endif %changelog +* Thu Dec 14 2023 Jialin Zhang - 5.10.0-178.0.0.83 +- !3374 cpumask: cleanup nr_cpu_ids vs nr_cpumask_bits mess +- config: Add FORCE_NR_CPUS to openeuler_defconfig +- powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined +- lib/cpumask: add FORCE_NR_CPUS config option +- lib/cpumask: deprecate nr_cpumask_bits +- lib/cpumask: delete misleading comment +- smp: add set_nr_cpu_ids() +- smp: don't declare nr_cpu_ids if NR_CPUS == 1 + * Tue Dec 12 2023 Jialin Zhang - 5.10.0-177.0.0.82 - Fix kernel rpm build failure that libperf-jvmti.so is missing - Enable kabi checking and adapt the check-kabi script