From 0c9ed8a886dbcd3c49009cb5b02fa784ee29ec3e Mon Sep 17 00:00:00 2001 From: zhuhongbo Date: Tue, 31 Dec 2024 16:06:00 +0800 Subject: [PATCH] fix data-races around --- Makefile.common | 2 +- download | 2 +- kernel.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile.common b/Makefile.common index 9eabf3f..cf142c3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -9,7 +9,7 @@ RPMVERSION:=3.10.0 # marker is git tag which we base off of for exporting patches MARKER:=v3.10 PREBUILD:= -BUILD:=1160.125.1 +BUILD:=1160.128.1 DIST:=.el7 SPECFILE:=kernel.spec RPM:=$(REDHAT)/rpm diff --git a/download b/download index c2c56e9..f1a5d2b 100644 --- a/download +++ b/download @@ -1,3 +1,3 @@ dd4c41c2b2b5e2237fa63282e7bbdd7c kernel-abi-whitelists-1160.tar.bz2 85ce224ff3a41d590b5d0a5f7aa08bab kernel-kabi-dw-1160.tar.bz2 -e4ccadcab249d69f2d77ea7d9f1c3f2a linux-3.10.0-1160.125.1.el7.tar.xz +5c3c9553dc7e92f45fa91c2888a44839 linux-3.10.0-1160.128.1.el7.tar.xz diff --git a/kernel.spec b/kernel.spec index 24e01ce..6cded49 100644 --- a/kernel.spec +++ b/kernel.spec @@ -3,7 +3,7 @@ Summary: The Linux kernel -%define dist .an7 +%define dist .el7 # % define buildid .local @@ -20,10 +20,10 @@ Summary: The Linux kernel %global distro_build 1160 %define specversion 3.10.0 -%define pkgrelease 1160.125.1.el7 +%define pkgrelease 1160.128.1.el7 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 1160.125.1%{?dist} +%define specrelease 1160.128.1%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -1827,6 +1827,9 @@ fi %kernel_variant_files %{with_kdump} kdump %changelog +* Mon Dec 30 2024 zhuhongbo - [3.10.0-1160.128.1.el7] +- fix: fix data-races around + * Tue Nov 05 2024 zhuhongbo - [3.10.0-1160.125.1.0.1.an7] - update to kernel-3.10.0-1160.125.1 - cve: fix CVE-2024-2201 CVE-2024-41071 -- Gitee