From: Greg Kroah-Hartman Date: Mon, 19 Jul 2021 14:28:59 +0000 (+0200) Subject: 5.12-stable patches X-Git-Tag: v5.13.4~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b500ca7672bf2cdd429977f3f4506dee85697607;p=thirdparty%2Fkernel%2Fstable-queue.git 5.12-stable patches added patches: certs-add-x509_revocation_list-to-gitignore.patch --- 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 index 00000000000..bfb1044912a --- /dev/null +++ b/queue-5.12/certs-add-x509_revocation_list-to-gitignore.patch @@ -0,0 +1,28 @@ +From 81f202315856edb75a371f3376aa3a47543c16f0 Mon Sep 17 00:00:00 2001 +From: Linus Torvalds +Date: Mon, 26 Apr 2021 10:48:07 -0700 +Subject: certs: add 'x509_revocation_list' to gitignore + +From: Linus Torvalds + +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 +Signed-off-by: Greg Kroah-Hartman +--- + 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 diff --git a/queue-5.12/series b/queue-5.12/series index f0aea043f85..1c9565c3e28 100644 --- a/queue-5.12/series +++ b/queue-5.12/series @@ -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