From: Vineet.Gupta1@synopsys.com (Vineet Gupta)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH] ARC: export "abort" for modules
Date: Thu, 19 Sep 2019 13:58:47 -0700 [thread overview]
Message-ID: <20190919205847.4806-1-vgupta@synopsys.com> (raw)
In-Reply-To: <20190919105432.GA2809200@kroah.com>
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 <lkp at intel.com>
CC: stable at vger.kernel.org # 4.4, 4.9
Signed-off-by: Vineet Gupta <vgupta at synopsys.com>
---
arch/arc/kernel/traps.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arc/kernel/traps.c b/arch/arc/kernel/traps.c
index 2fb0cd39a31c..cd6e3615e3d1 100644
--- 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);
--
2.20.1
WARNING: multiple messages have this Message-ID (diff)
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-snps-arc@lists.infradead.org,
Vineet Gupta <Vineet.Gupta1@synopsys.com>,
kbuild test robot <lkp@intel.com>,
stable@vger.kernel.org
Subject: [PATCH] ARC: export "abort" for modules
Date: Thu, 19 Sep 2019 13:58:47 -0700 [thread overview]
Message-ID: <20190919205847.4806-1-vgupta@synopsys.com> (raw)
In-Reply-To: <20190919105432.GA2809200@kroah.com>
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 <lkp@intel.com>
CC: stable@vger.kernel.org # 4.4, 4.9
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
arch/arc/kernel/traps.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arc/kernel/traps.c b/arch/arc/kernel/traps.c
index 2fb0cd39a31c..cd6e3615e3d1 100644
--- 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);
--
2.20.1
next prev parent reply other threads:[~2019-09-19 20:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-18 17:40 stable backport for dc8635b78cd8669 Vineet Gupta
2019-09-18 17:40 ` Vineet Gupta
2019-09-18 18:56 ` Greg Kroah-Hartman
2019-09-18 18:56 ` Greg Kroah-Hartman
2019-09-18 20:10 ` Vineet Gupta
2019-09-18 20:10 ` Vineet Gupta
2019-09-19 10:54 ` Greg Kroah-Hartman
2019-09-19 10:54 ` Greg Kroah-Hartman
2019-09-19 20:58 ` Vineet Gupta [this message]
2019-09-19 20:58 ` [PATCH] ARC: export "abort" for modules Vineet Gupta
2019-09-19 21:11 ` Patch "ARC: export "abort" for modules" has been added to the 4.4-stable tree gregkh
2019-09-19 21:11 ` Patch "ARC: export "abort" for modules" has been added to the 4.9-stable tree gregkh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190919205847.4806-1-vgupta@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=linux-snps-arc@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.