From: Greg Kroah-Hartman Date: Mon, 19 Jul 2021 14:28:40 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v5.13.4~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c11578f99f37c85e50713d5979bd940f06d31ec;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: certs-add-x509_revocation_list-to-gitignore.patch --- diff --git a/queue-5.10/certs-add-x509_revocation_list-to-gitignore.patch b/queue-5.10/certs-add-x509_revocation_list-to-gitignore.patch new file mode 100644 index 00000000000..bfb1044912a --- /dev/null +++ b/queue-5.10/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.10/series b/queue-5.10/series index 43e07db3c19..ebe3c450287 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -1,3 +1,4 @@ +certs-add-x509_revocation_list-to-gitignore.patch cifs-handle-reconnect-of-tcon-when-there-is-no-cached-dfs-referral.patch kvm-mmio-fix-use-after-free-read-in-kvm_vm_ioctl_unregister_coalesced_mmio.patch kvm-x86-use-guest-maxphyaddr-from-cpuid.0x8000_0008-iff-tdp-is-enabled.patch