All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Charlie Jenkins <charlie@rivosinc.com>
Cc: linux-riscv@lists.infradead.org,  linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	 Eric Biederman <ebiederm@xmission.com>,
	Kees Cook <keescook@chromium.org>,
	 Paul Walmsley <paul.walmsley@sifive.com>,
	 Palmer Dabbelt <palmer@dabbelt.com>,
	 Albert Ou <aou@eecs.berkeley.edu>
Subject: Re: [PATCH v3 1/2] riscv: Add remaining module relocations
Date: Mon, 16 Oct 2023 20:12:32 +0200	[thread overview]
Message-ID: <87h6mqo2r3.fsf@igel.home> (raw)
In-Reply-To: <20231016-module_relocations-v3-1-a667fd6071e9@rivosinc.com> (Charlie Jenkins's message of "Mon, 16 Oct 2023 10:36:09 -0700")

On Okt 16 2023, Charlie Jenkins wrote:

> @@ -81,7 +82,7 @@ typedef union __riscv_fp_state elf_fpregset_t;
>  #define R_RISCV_ALIGN		43
>  #define R_RISCV_RVC_BRANCH	44
>  #define R_RISCV_RVC_JUMP	45
> -#define R_RISCV_LUI		46
> +#define R_RISCV_RVC_LUI		46

The latest ELF psABI defines 46 as reserved.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Andreas Schwab <schwab@linux-m68k.org>
To: Charlie Jenkins <charlie@rivosinc.com>
Cc: linux-riscv@lists.infradead.org,  linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	 Eric Biederman <ebiederm@xmission.com>,
	Kees Cook <keescook@chromium.org>,
	 Paul Walmsley <paul.walmsley@sifive.com>,
	 Palmer Dabbelt <palmer@dabbelt.com>,
	 Albert Ou <aou@eecs.berkeley.edu>
Subject: Re: [PATCH v3 1/2] riscv: Add remaining module relocations
Date: Mon, 16 Oct 2023 20:12:32 +0200	[thread overview]
Message-ID: <87h6mqo2r3.fsf@igel.home> (raw)
In-Reply-To: <20231016-module_relocations-v3-1-a667fd6071e9@rivosinc.com> (Charlie Jenkins's message of "Mon, 16 Oct 2023 10:36:09 -0700")

On Okt 16 2023, Charlie Jenkins wrote:

> @@ -81,7 +82,7 @@ typedef union __riscv_fp_state elf_fpregset_t;
>  #define R_RISCV_ALIGN		43
>  #define R_RISCV_RVC_BRANCH	44
>  #define R_RISCV_RVC_JUMP	45
> -#define R_RISCV_LUI		46
> +#define R_RISCV_RVC_LUI		46

The latest ELF psABI defines 46 as reserved.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


  reply	other threads:[~2023-10-16 18:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 17:36 [PATCH v3 0/2] riscv: Add remaining module relocations and tests Charlie Jenkins
2023-10-16 17:36 ` Charlie Jenkins
2023-10-16 17:36 ` [PATCH v3 1/2] riscv: Add remaining module relocations Charlie Jenkins
2023-10-16 17:36   ` Charlie Jenkins
2023-10-16 18:12   ` Andreas Schwab [this message]
2023-10-16 18:12     ` Andreas Schwab
2023-10-16 22:22     ` Charlie Jenkins
2023-10-16 22:22       ` Charlie Jenkins
2023-10-17  7:08   ` Conor Dooley
2023-10-17  7:08     ` Conor Dooley
2023-10-18  5:36     ` Charlie Jenkins
2023-10-18  5:36       ` Charlie Jenkins
2023-10-16 17:36 ` [PATCH v3 2/2] riscv: Add tests for riscv module loading Charlie Jenkins
2023-10-16 17:36   ` Charlie Jenkins

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=87h6mqo2r3.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=charlie@rivosinc.com \
    --cc=ebiederm@xmission.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    /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.