All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: linux-riscv <linux-riscv@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>
Cc: Stephen Boyd <swboyd@chromium.org>,
	Phil Elwell <phil@raspberrypi.com>,
	 Ard Biesheuvel <ardb@kernel.org>,
	Russel King <linux@armlinux.org.uk>,
	 Catalin Marinas <catalin.marinas@arm.com>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	 Palmer Dabbelt <palmer@dabbelt.com>
Subject: Re: [PATCH] riscv: initialize jump labels before early_init_dt_scan()
Date: Wed, 8 Jun 2022 10:17:52 +0200	[thread overview]
Message-ID: <CAHmME9pycN94eCArsqNhr-6no=vDqPhdVyRhpRHGn=sO3bM2hA@mail.gmail.com> (raw)
In-Reply-To: <20220607195752.1146431-1-Jason@zx2c4.com>

This patch isn't needed in the end. An equivalent patch is needed on
xtensa, powerpc, arc, mips, arm32, arm64, riscv. That's a bit much and
points to a larger issue. So I'll fix this the ugly way in the
random.c code :(.

H o w e v e r, I'm pretty sure that you do need to move the sbi_init()
call above the existing jump_label_init() call as already existing. So
you might consider doing that.

Jason

_______________________________________________
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: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: linux-riscv <linux-riscv@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>
Cc: Stephen Boyd <swboyd@chromium.org>,
	Phil Elwell <phil@raspberrypi.com>,
	Ard Biesheuvel <ardb@kernel.org>,
	Russel King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Paul Walmsley <paul.walmsley@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>
Subject: Re: [PATCH] riscv: initialize jump labels before early_init_dt_scan()
Date: Wed, 8 Jun 2022 10:17:52 +0200	[thread overview]
Message-ID: <CAHmME9pycN94eCArsqNhr-6no=vDqPhdVyRhpRHGn=sO3bM2hA@mail.gmail.com> (raw)
In-Reply-To: <20220607195752.1146431-1-Jason@zx2c4.com>

This patch isn't needed in the end. An equivalent patch is needed on
xtensa, powerpc, arc, mips, arm32, arm64, riscv. That's a bit much and
points to a larger issue. So I'll fix this the ugly way in the
random.c code :(.

H o w e v e r, I'm pretty sure that you do need to move the sbi_init()
call above the existing jump_label_init() call as already existing. So
you might consider doing that.

Jason

  reply	other threads:[~2022-06-08  8:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 19:57 [PATCH] riscv: initialize jump labels before early_init_dt_scan() Jason A. Donenfeld
2022-06-07 19:57 ` Jason A. Donenfeld
2022-06-08  8:17 ` Jason A. Donenfeld [this message]
2022-06-08  8:17   ` Jason A. Donenfeld
2022-06-08 16:20 ` Jisheng Zhang
2022-06-08 16:20   ` Jisheng Zhang

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='CAHmME9pycN94eCArsqNhr-6no=vDqPhdVyRhpRHGn=sO3bM2hA@mail.gmail.com' \
    --to=jason@zx2c4.com \
    --cc=ardb@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=phil@raspberrypi.com \
    --cc=swboyd@chromium.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.