Defuzz rt kernel meta patches

Reduce noise in logs.  Our patches are supposed to be
fuzz free.  This results in no actual code change.

Change-Id: Ic1d714530210efb365a4a335e9ac543ad81294e3
Closes-Bug: 1877387
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
This commit is contained in:
Jim Somerville 2020-05-07 13:49:18 -04:00
parent 6b5416349a
commit b19d6269b4
2 changed files with 14 additions and 11 deletions

View File

@ -1,7 +1,8 @@
From 4a2a30175a859e5a60b5a0e999c9edfde03eee7c Mon Sep 17 00:00:00 2001 From 8f38a28fc2750dc526363dc4b7cce3c152bb913b Mon Sep 17 00:00:00 2001
Message-Id: <8f38a28fc2750dc526363dc4b7cce3c152bb913b.1588873412.git.Jim.Somerville@windriver.com>
From: Jim Somerville <Jim.Somerville@windriver.com> From: Jim Somerville <Jim.Somerville@windriver.com>
Date: Mon, 23 Apr 2018 15:18:45 -0400 Date: Mon, 23 Apr 2018 15:18:45 -0400
Subject: [PATCH] Build logic and sources for TiC Subject: [PATCH 1/2] Build logic and sources for TiC
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
Signed-off-by: Robin Lu <bin1.lu@intel.com> Signed-off-by: Robin Lu <bin1.lu@intel.com>
@ -11,7 +12,7 @@ Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
1 file changed, 53 insertions(+), 34 deletions(-) 1 file changed, 53 insertions(+), 34 deletions(-)
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
index f9cfea3..4930a83 100644 index f9cfea3..b89db57 100644
--- a/SPECS/kernel-rt.spec --- a/SPECS/kernel-rt.spec
+++ b/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec
@@ -36,9 +36,9 @@ Summary: The Linux kernel @@ -36,9 +36,9 @@ Summary: The Linux kernel
@ -254,5 +255,5 @@ index f9cfea3..4930a83 100644
%kernel_variant_files %{with_vdso_install} %{with_zfcpdump} zfcpdump %kernel_variant_files %{with_vdso_install} %{with_zfcpdump} zfcpdump
%endif %endif
-- --
2.7.4 1.8.3.1

View File

@ -1,8 +1,10 @@
From 0a8e423b2d06a4604c51a1e5bfcc305203d49a62 Mon Sep 17 00:00:00 2001 From b736a139f26f6323d8da5e42f2b254c7935de3c9 Mon Sep 17 00:00:00 2001
Message-Id: <0a8e423b2d06a4604c51a1e5bfcc305203d49a62.1584650624.git.Jim.Somerville@windriver.com> Message-Id: <b736a139f26f6323d8da5e42f2b254c7935de3c9.1588873412.git.Jim.Somerville@windriver.com>
In-Reply-To: <8f38a28fc2750dc526363dc4b7cce3c152bb913b.1588873412.git.Jim.Somerville@windriver.com>
References: <8f38a28fc2750dc526363dc4b7cce3c152bb913b.1588873412.git.Jim.Somerville@windriver.com>
From: Jim Somerville <Jim.Somerville@windriver.com> From: Jim Somerville <Jim.Somerville@windriver.com>
Date: Fri, 13 Mar 2020 16:15:29 -0400 Date: Fri, 13 Mar 2020 16:15:29 -0400
Subject: [PATCH 1/2] Kernel source patches for TiC Subject: [PATCH 2/2] Kernel source patches for TiC
Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com> Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
@ -11,10 +13,10 @@ Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
1 file changed, 30 insertions(+) 1 file changed, 30 insertions(+)
diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec diff --git a/SPECS/kernel-rt.spec b/SPECS/kernel-rt.spec
index c48b73e..c549d7e 100644 index b89db57..68a91e0 100644
--- a/SPECS/kernel-rt.spec --- a/SPECS/kernel-rt.spec
+++ b/SPECS/kernel-rt.spec +++ b/SPECS/kernel-rt.spec
@@ -432,6 +432,22 @@ Source3001: ima_signing_key.pub @@ -431,6 +431,22 @@ Source3000: centos.cer
Source30000: kernel-rt-4.18.0-x86_64.config.tis_extra Source30000: kernel-rt-4.18.0-x86_64.config.tis_extra
## Patches needed for building this package ## Patches needed for building this package
@ -37,7 +39,7 @@ index c48b73e..c549d7e 100644
# END OF PATCH DEFINITIONS # END OF PATCH DEFINITIONS
@@ -937,6 +953,20 @@ cd linux-%{KVERREL} @@ -936,6 +952,20 @@ cd linux-%{KVERREL}
# END OF PATCH APPLICATIONS # END OF PATCH APPLICATIONS
@ -59,5 +61,5 @@ index c48b73e..c549d7e 100644
%if %{with_realtime} %if %{with_realtime}
-- --
2.7.4 1.8.3.1