release 5.10.0-178.0.0

This commit is contained in:
Jialin Zhang 2023-12-14 09:59:17 +08:00
parent 42d1adeb96
commit 91a84c82fc
2 changed files with 13 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
5.10.0-177.0.0
5.10.0-178.0.0

View File

@ -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 <zhangjialin11@huawei.com> - 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 <zhangjialin11@huawei.com> - 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