From: Greg Kroah-Hartman Date: Thu, 19 Sep 2019 21:11:15 +0000 (+0200) Subject: 4.9-stable patches X-Git-Tag: v4.4.194~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f46b1a42fe10833a8f84ba9551b72ca8dcf1c42;p=thirdparty%2Fkernel%2Fstable-queue.git 4.9-stable patches added patches: arc-export-abort-for-modules.patch --- diff --git a/queue-4.9/arc-export-abort-for-modules.patch b/queue-4.9/arc-export-abort-for-modules.patch new file mode 100644 index 00000000000..0104bb55c93 --- /dev/null +++ b/queue-4.9/arc-export-abort-for-modules.patch @@ -0,0 +1,34 @@ +From Vineet.Gupta1@synopsys.com Thu Sep 19 23:10:40 2019 +From: Vineet Gupta +Date: Thu, 19 Sep 2019 13:58:47 -0700 +Subject: ARC: export "abort" for modules +To: Greg Kroah-Hartman +Cc: linux-snps-arc@lists.infradead.org, Vineet Gupta , kbuild test robot , stable@vger.kernel.org +Message-ID: <20190919205847.4806-1-vgupta@synopsys.com> + +From: Vineet Gupta + +This is a custom patch (no mainline equivalent) for stable backport only +to address 0-Day kernel test infra ARC 4.x.y builds errors. + +The reason for this custom patch as that it is a single patch, touches +only ARC, vs. atleast two 7c2c11b208be09c1, dc8635b78cd8669 which touch +atleast 3 other arches (one long removed) and could potentially have a +fallout. + +Reported-by: kbuild test robot +CC: stable@vger.kernel.org # 4.4, 4.9 +Signed-off-by: Vineet Gupta +Signed-off-by: Greg Kroah-Hartman + +--- + arch/arc/kernel/traps.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/arch/arc/kernel/traps.c ++++ b/arch/arc/kernel/traps.c +@@ -163,3 +163,4 @@ void abort(void) + { + __asm__ __volatile__("trap_s 5\n"); + } ++EXPORT_SYMBOL(abort); diff --git a/queue-4.9/series b/queue-4.9/series index 948ab732786..4afa43edb79 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -71,3 +71,4 @@ keys-fix-missing-null-pointer-check-in-request_key_a.patch iommu-amd-fix-race-in-increase_address_space.patch floppy-fix-usercopy-direction.patch media-technisat-usb2-break-out-of-loop-at-end-of-buffer.patch +arc-export-abort-for-modules.patch