All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."
@ 2022-06-30  8:18 Masahiro Yamada
  2022-06-30 21:00 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2022-06-30  8:18 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Masahiro Yamada, Michal Marek, Nick Desaulniers, linux-kernel

This reverts commit 4d10c223baab8be8f717df3625cfece5be26dead.

Commit 37744feebc08 ("sh: remove sh5 support") removed the sh64 support
entirely.

If ".cranges" section is used for other architectures, it is easy to
get it back.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 scripts/mod/modpost.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 620dc8c4c814..e15227ee58fc 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -742,7 +742,6 @@ static const char *const section_white_list[] =
 {
 	".comment*",
 	".debug*",
-	".cranges",		/* sh64 */
 	".zdebug*",		/* Compressed debug sections. */
 	".GCC.command.line",	/* record-gcc-switches */
 	".mdebug*",        /* alpha, score, mips etc. */
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."
  2022-06-30  8:18 [PATCH] Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." Masahiro Yamada
@ 2022-06-30 21:00 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2022-06-30 21:00 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, Michal Marek, linux-kernel

On Thu, Jun 30, 2022 at 1:19 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> This reverts commit 4d10c223baab8be8f717df3625cfece5be26dead.
>
> Commit 37744feebc08 ("sh: remove sh5 support") removed the sh64 support
> entirely.
>
> If ".cranges" section is used for other architectures, it is easy to
> get it back.

I don't think that will be an issue. BFD has a comment about this
being a sh64-only section.  I couldn't find any other reference to
such a section.
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
>  scripts/mod/modpost.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
> index 620dc8c4c814..e15227ee58fc 100644
> --- a/scripts/mod/modpost.c
> +++ b/scripts/mod/modpost.c
> @@ -742,7 +742,6 @@ static const char *const section_white_list[] =
>  {
>         ".comment*",
>         ".debug*",
> -       ".cranges",             /* sh64 */
>         ".zdebug*",             /* Compressed debug sections. */
>         ".GCC.command.line",    /* record-gcc-switches */
>         ".mdebug*",        /* alpha, score, mips etc. */
> --
> 2.32.0
>


-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-30 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30  8:18 [PATCH] Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." Masahiro Yamada
2022-06-30 21:00 ` Nick Desaulniers

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.