]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 14:28:59 +0000 (16:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 14:28:59 +0000 (16:28 +0200)
added patches:
certs-add-x509_revocation_list-to-gitignore.patch

queue-5.12/certs-add-x509_revocation_list-to-gitignore.patch [new file with mode: 0644]
queue-5.12/series

diff --git a/queue-5.12/certs-add-x509_revocation_list-to-gitignore.patch b/queue-5.12/certs-add-x509_revocation_list-to-gitignore.patch
new file mode 100644 (file)
index 0000000..bfb1044
--- /dev/null
@@ -0,0 +1,28 @@
+From 81f202315856edb75a371f3376aa3a47543c16f0 Mon Sep 17 00:00:00 2001
+From: Linus Torvalds <torvalds@linux-foundation.org>
+Date: Mon, 26 Apr 2021 10:48:07 -0700
+Subject: certs: add 'x509_revocation_list' to gitignore
+
+From: Linus Torvalds <torvalds@linux-foundation.org>
+
+commit 81f202315856edb75a371f3376aa3a47543c16f0 upstream.
+
+Commit d1f044103dad ("certs: Add ability to preload revocation certs")
+created a new generated file for revocation certs, but didn't tell git
+to ignore it.  Thus causing unnecessary "git status" noise after a
+kernel build with CONFIG_SYSTEM_REVOCATION_LIST enabled.
+
+Add the proper gitignore magic.
+
+Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ certs/.gitignore |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/certs/.gitignore
++++ b/certs/.gitignore
+@@ -1,2 +1,3 @@
+ # SPDX-License-Identifier: GPL-2.0-only
+ x509_certificate_list
++x509_revocation_list
index f0aea043f853178aef5fafc1dfc6ba7498d77d31..1c9565c3e2891c9717e849a04e0fa85255cd1a66 100644 (file)
@@ -287,3 +287,4 @@ perf-script-python-fix-buffer-size-to-report-iregs-i.patch
 s390-irq-remove-have_irq_exit_on_irq_stack.patch
 mips-vdso-invalid-gic-access-through-vdso.patch
 cpufreq-cppc-fix-potential-memleak-in-cppc_cpufreq_c.patch
+certs-add-x509_revocation_list-to-gitignore.patch