]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.17-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 18:41:19 +0000 (10:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 18:41:19 +0000 (10:41 -0800)
added patches:
x86-build-add-arch-x86-purgatory-make-generated-files-to-gitignore.patch

queue-3.17/x86-build-add-arch-x86-purgatory-make-generated-files-to-gitignore.patch [new file with mode: 0644]

diff --git a/queue-3.17/x86-build-add-arch-x86-purgatory-make-generated-files-to-gitignore.patch b/queue-3.17/x86-build-add-arch-x86-purgatory-make-generated-files-to-gitignore.patch
new file mode 100644 (file)
index 0000000..9709afd
--- /dev/null
@@ -0,0 +1,34 @@
+From 4ea48a01bb1a99f4185b77cd90cf962730336cc4 Mon Sep 17 00:00:00 2001
+From: Shuah Khan <shuahkh@osg.samsung.com>
+Date: Mon, 29 Sep 2014 12:41:56 -0600
+Subject: x86/build: Add arch/x86/purgatory/ make generated files to gitignore
+
+From: Shuah Khan <shuahkh@osg.samsung.com>
+
+commit 4ea48a01bb1a99f4185b77cd90cf962730336cc4 upstream.
+
+The following generated files are missing from gitignore
+and show up in git status after x86_64 build. Add them
+to gitignore.
+
+    arch/x86/purgatory/kexec-purgatory.c
+    arch/x86/purgatory/purgatory.ro
+
+Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
+Link: http://lkml.kernel.org/r/1412016116-7213-1-git-send-email-shuahkh@osg.samsung.com
+Signed-off-by: Ingo Molnar <mingo@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ arch/x86/.gitignore |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/arch/x86/.gitignore
++++ b/arch/x86/.gitignore
+@@ -1,4 +1,6 @@
+ boot/compressed/vmlinux
+ tools/test_get_len
+ tools/insn_sanity
++purgatory/kexec-purgatory.c
++purgatory/purgatory.ro