From: Greg Kroah-Hartman Date: Sat, 16 Jun 2018 09:43:08 +0000 (+0200) Subject: 4.9 patch X-Git-Tag: v4.16.17~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71b32823c9168ac03156223355b592a1b3ae7b06;p=thirdparty%2Fkernel%2Fstable-queue.git 4.9 patch --- diff --git a/queue-4.9/objtool-ignore.patch b/queue-4.9/objtool-ignore.patch new file mode 100644 index 00000000000..eb0215661d3 --- /dev/null +++ b/queue-4.9/objtool-ignore.patch @@ -0,0 +1,25 @@ +From foo@baz Sat Jun 16 11:27:56 CEST 2018 +Date: Sat, 16 Jun 2018 11:27:56 +0200 +To: Greg KH +From: Greg Kroah-Hartman +Subject: objtool: update .gitignore file + +From: Greg Kroah-Hartman + +With the recent sync with objtool from 4.14.y, the objtool .gitignore +file was forgotten. Fix that up now to properly handle the change in +where the autogenerated files live. + +Signed-off-by: Greg Kroah-Hartman + +--- + tools/objtool/.gitignore | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/tools/objtool/.gitignore ++++ b/tools/objtool/.gitignore +@@ -1,3 +1,3 @@ +-arch/x86/insn/inat-tables.c ++arch/x86/lib/inat-tables.c + objtool + fixdep diff --git a/queue-4.9/series b/queue-4.9/series new file mode 100644 index 00000000000..8319abcc016 --- /dev/null +++ b/queue-4.9/series @@ -0,0 +1 @@ +objtool-ignore.patch