From: hch@lst.de (Christoph Hellwig)
To: linux-riscv@lists.infradead.org
Subject: [PATCH] RISC-V: remove the unused return_to_handler export
Date: Tue, 9 Oct 2018 18:15:33 +0200 [thread overview]
Message-ID: <20181009161533.GA21260@lst.de> (raw)
In-Reply-To: <20180921064321.21817-1-hch@lst.de>
ping?
On Fri, Sep 21, 2018 at 08:43:21AM +0200, Christoph Hellwig wrote:
> This export is not only not needed, but also breaks symbol versioning
> due to being an undeclared assembly export.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
> arch/riscv/kernel/mcount.S | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/riscv/kernel/mcount.S b/arch/riscv/kernel/mcount.S
> index 5721624886a1..8a5593ff9ff3 100644
> --- a/arch/riscv/kernel/mcount.S
> +++ b/arch/riscv/kernel/mcount.S
> @@ -75,7 +75,6 @@ ENTRY(return_to_handler)
> RESTORE_RET_ABI_STATE
> jalr a1
> ENDPROC(return_to_handler)
> -EXPORT_SYMBOL(return_to_handler)
> #endif
>
> #ifndef CONFIG_DYNAMIC_FTRACE
> --
> 2.18.0
>
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
---end quoted text---
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: palmer@sifive.com
Cc: linux-riscv@lists.infradead.org
Subject: Re: [PATCH] RISC-V: remove the unused return_to_handler export
Date: Tue, 9 Oct 2018 18:15:33 +0200 [thread overview]
Message-ID: <20181009161533.GA21260@lst.de> (raw)
Message-ID: <20181009161533.zEKDw5bl7OVxmdXd1XG1WkuhuZL-mv_SufQ5qYQ96rg@z> (raw)
In-Reply-To: <20180921064321.21817-1-hch@lst.de>
ping?
On Fri, Sep 21, 2018 at 08:43:21AM +0200, Christoph Hellwig wrote:
> This export is not only not needed, but also breaks symbol versioning
> due to being an undeclared assembly export.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
> arch/riscv/kernel/mcount.S | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/riscv/kernel/mcount.S b/arch/riscv/kernel/mcount.S
> index 5721624886a1..8a5593ff9ff3 100644
> --- a/arch/riscv/kernel/mcount.S
> +++ b/arch/riscv/kernel/mcount.S
> @@ -75,7 +75,6 @@ ENTRY(return_to_handler)
> RESTORE_RET_ABI_STATE
> jalr a1
> ENDPROC(return_to_handler)
> -EXPORT_SYMBOL(return_to_handler)
> #endif
>
> #ifndef CONFIG_DYNAMIC_FTRACE
> --
> 2.18.0
>
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
---end quoted text---
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2018-10-09 16:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-21 6:43 [PATCH] RISC-V: remove the unused return_to_handler export Christoph Hellwig
2018-10-09 16:15 ` Christoph Hellwig [this message]
2018-10-09 16:15 ` Christoph Hellwig
2018-10-09 17:39 ` Palmer Dabbelt
2018-10-09 17:39 ` Palmer Dabbelt
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=20181009161533.GA21260@lst.de \
--to=hch@lst.de \
--cc=linux-riscv@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.