All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charlie Jenkins <charlie@rivosinc.com>
To: Andreas Schwab <schwab@linux-m68k.org>
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 15:22:51 -0700	[thread overview]
Message-ID: <ZS23u+NvzU6RmFbj@ghost> (raw)
In-Reply-To: <87h6mqo2r3.fsf@igel.home>

On Mon, Oct 16, 2023 at 08:12:32PM +0200, Andreas Schwab wrote:
> 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.
I will remove that in the next version. Thank you.

- Charlie
> 
> -- 
> 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: Charlie Jenkins <charlie@rivosinc.com>
To: Andreas Schwab <schwab@linux-m68k.org>
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 15:22:51 -0700	[thread overview]
Message-ID: <ZS23u+NvzU6RmFbj@ghost> (raw)
In-Reply-To: <87h6mqo2r3.fsf@igel.home>

On Mon, Oct 16, 2023 at 08:12:32PM +0200, Andreas Schwab wrote:
> 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.
I will remove that in the next version. Thank you.

- Charlie
> 
> -- 
> 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 22:23 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
2023-10-16 18:12     ` Andreas Schwab
2023-10-16 22:22     ` Charlie Jenkins [this message]
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=ZS23u+NvzU6RmFbj@ghost \
    --to=charlie@rivosinc.com \
    --cc=aou@eecs.berkeley.edu \
    --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 \
    --cc=schwab@linux-m68k.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.