From 5b7c8b3114f024bdb1e501c5ef1f3345ea8ddec5 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Wed, 27 Sep 2023 09:35:55 +0800 Subject: [PATCH] add loongarch64 and sw_64 support --- kpatch.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kpatch.spec b/kpatch.spec index cb9b274..424d46a 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -1,7 +1,7 @@ Name: kpatch Epoch: 1 Version: 0.9.5 -Release: 8 +Release: 9 Summary: A Linux dynamic kernel patching infrastructure License: GPLv2 @@ -61,6 +61,10 @@ Patch0045:0045-backport-create-diff-object-add-support-for-.return_sites-sec.pat Patch0046:0046-create-diff-object-ignore-entsize-change-of-.return_.patch Patch0047:0047-lookup-skip-duplicate-local-symbol-table-check-for-f.patch +# architecture support +Patch1000:1000-kpatch-0.9.5-sw_64.patch +Patch1001:1001-kpatch-0.9.5-loongarch64.patch + BuildRequires: gcc elfutils-libelf-devel kernel-devel git Requires: bc make gcc patch bison flex openssl-devel Recommends: %{name}-help = %{version}-%{release} @@ -120,6 +124,12 @@ popd %{_mandir}/man1/*.1.gz %changelog +* Wed Sep 27 2023 panchenbo - 1:0.9.5-9 +- TYPE:bugfix +- ID:NA +- SUG:NA +- DESC: add support for sw_64 and loongarch64 + * Mon Sep 25 2023 wangjiang - 1:0.9.5-8 - Type:bugfix - ID:NA -- Gitee