summaryrefslogtreecommitdiffstats
path: root/meta-integrity
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-06-21 12:42:15 +0200
committerArmin Kuster <akuster808@gmail.com>2023-06-25 15:05:28 -0400
commitea97a23986d26f9d2b96c157964fdfdf5079ec6c (patch)
tree0db054f685173616526112a1734717cd9fd0a3f6 /meta-integrity
parent2b052a616530a963d591165b36dd06a70badf917 (diff)
downloadmeta-security-ea97a23986d26f9d2b96c157964fdfdf5079ec6c.tar.gz
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 0 (0%) meta-parsec N/A (0%) meta-hardening 1 (100%) meta-integrity 15 (68%) meta-tpm 27 (61%) meta-security Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-integrity')
-rw-r--r--meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch
index 3624576..f0d8975 100644
--- a/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch
+++ b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch
@@ -13,6 +13,8 @@ ioctl is not supported by the filesystem.
13 13
14Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> 14Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
15--- 15---
16Upstream-Status: Pending
17
16 src/evmctl.c | 2 +- 18 src/evmctl.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-) 19 1 file changed, 1 insertion(+), 1 deletion(-)
18 20
@@ -30,6 +32,8 @@ index 6d2bb67..c35a28c 100644
30 int fd = open(file, 0); 32 int fd = open(file, 0);
31 33
32--- 34---
35Upstream-Status: Pending
36
332.39.2 372.39.2
34 38
35 39