From: Marc Zyngier <maz@kernel.org>
To: Ard Biesheuvel <ardb@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Andre Przywara <andre.przywara@arm.com>,
Linus Walleij <linus.walleij@linaro.org>,
Sudeep Holla <sudeep.holla@arm.com>,
Russell King <linux@armlinux.org.uk>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Mark Brown <broonie@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
kvmarm <kvmarm@lists.cs.columbia.edu>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 4/5] arm64: Add support for SMCCC TRNG entropy source
Date: Thu, 05 Nov 2020 14:48:06 +0000 [thread overview]
Message-ID: <299b7ec794a5f114757078b3eb1bbb8c@kernel.org> (raw)
In-Reply-To: <CAMj1kXEoot13bFKywPRVf4BFhA5tSp+Nate=+Z+JsQdLW1oRrg@mail.gmail.com>
On 2020-11-05 14:34, Ard Biesheuvel wrote:
> On Thu, 5 Nov 2020 at 15:30, Mark Rutland <mark.rutland@arm.com> wrote:
>>
>> On Thu, Nov 05, 2020 at 03:04:57PM +0100, Ard Biesheuvel wrote:
>> > On Thu, 5 Nov 2020 at 15:03, Mark Rutland <mark.rutland@arm.com> wrote:
>> > > On Thu, Nov 05, 2020 at 01:41:42PM +0000, Mark Brown wrote:
>> > > > On Thu, Nov 05, 2020 at 12:56:55PM +0000, Andre Przywara wrote:
>>
>> > > That said, I'm not sure it's great to plumb this under the
>> > > arch_get_random*() interfaces, e.g. given this measn that
>> > > add_interrupt_randomness() will end up trapping to the host all the time
>> > > when it calls arch_get_random_seed_long().
>> >
>> > As it turns out, add_interrupt_randomness() isn't actually used on ARM.
>>
>> It's certainly called on arm64, per a warning I just hacked in:
>>
>> [ 1.083802] ------------[ cut here ]------------
>> [ 1.084802] add_interrupt_randomness called
>> [ 1.085685] WARNING: CPU: 1 PID: 0 at drivers/char/random.c:1267
>> add_interrupt_randomness+0x2e8/0x318
>> [ 1.087599] Modules linked in:
>> [ 1.088258] CPU: 1 PID: 0 Comm: swapper/1 Not tainted
>> 5.10.0-rc2-dirty #13
>> [ 1.089672] Hardware name: linux,dummy-virt (DT)
>> [ 1.090659] pstate: 60400085 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
>> [ 1.091910] pc : add_interrupt_randomness+0x2e8/0x318
>> [ 1.092965] lr : add_interrupt_randomness+0x2e8/0x318
>> [ 1.094021] sp : ffff80001000be80
>> [ 1.094732] x29: ffff80001000be80 x28: ffff2d0c80209840
>> [ 1.095859] x27: 00000000137c3e3a x26: ffff8000100abdd0
>> [ 1.096978] x25: 0000000000000035 x24: ffff67918bda8000
>> [ 1.098100] x23: ffffc57c31923fe8 x22: 00000000fffedc14
>> [ 1.099224] x21: ffff2d0dbef796a0 x20: ffffc57c331d16a0
>> [ 1.100339] x19: ffffc57c33720a48 x18: 0000000000000010
>> [ 1.101459] x17: 0000000000000000 x16: 0000000000000002
>> [ 1.102578] x15: 00000000000000e7 x14: ffff80001000bb20
>> [ 1.103706] x13: 00000000ffffffea x12: ffffc57c337b56e8
>> [ 1.104821] x11: 0000000000000003 x10: ffffc57c3379d6a8
>> [ 1.105944] x9 : ffffc57c3379d700 x8 : 0000000000017fe8
>> [ 1.107073] x7 : c0000000ffffefff x6 : 0000000000000001
>> [ 1.108186] x5 : 0000000000057fa8 x4 : 0000000000000000
>> [ 1.109305] x3 : 00000000ffffffff x2 : ffffc57c337455d0
>> [ 1.110428] x1 : db8dc9c2a1e0f600 x0 : 0000000000000000
>> [ 1.111552] Call trace:
>> [ 1.112083] add_interrupt_randomness+0x2e8/0x318
>> [ 1.113074] handle_irq_event_percpu+0x48/0x90
>> [ 1.114016] handle_irq_event+0x48/0xf8
>> [ 1.114826] handle_fasteoi_irq+0xa4/0x130
>> [ 1.115689] generic_handle_irq+0x30/0x48
>> [ 1.116528] __handle_domain_irq+0x64/0xc0
>> [ 1.117392] gic_handle_irq+0xc0/0x138
>> [ 1.118194] el1_irq+0xbc/0x180
>> [ 1.118870] arch_cpu_idle+0x20/0x30
>> [ 1.119630] default_idle_call+0x8c/0x350
>> [ 1.120479] do_idle+0x224/0x298
>> [ 1.121163] cpu_startup_entry+0x28/0x70
>> [ 1.121994] secondary_start_kernel+0x184/0x198
>>
>> ... and I couldn't immediately spot why 32-bit arm would be
>> different.
>>
>
> Hmm, I actually meant both arm64 and ARM.
>
> Marc looked into this at my request a while ago, and I had a look
> myself as well at the time, and IIRC, we both concluded that we don't
> hit that code path. Darn.
Yes, I remember checking this. Obviously, I need a new pair of
glasses...
M.
--
Jazz is not dead. It just smells funny...
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-11-05 14:49 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 12:56 [PATCH v2 0/5] ARM: arm64: Add SMCCC TRNG entropy service Andre Przywara
2020-11-05 12:56 ` [PATCH v2 1/5] firmware: smccc: Add SMCCC TRNG function call IDs Andre Przywara
2020-11-05 12:56 ` [PATCH v2 2/5] firmware: smccc: Introduce SMCCC TRNG framework Andre Przywara
2020-11-05 12:56 ` [PATCH v2 3/5] ARM: implement support for SMCCC TRNG entropy source Andre Przywara
2020-11-05 17:15 ` kernel test robot
2020-11-05 17:56 ` André Przywara
2020-11-05 17:15 ` kernel test robot
2020-11-06 15:29 ` Marc Zyngier
2020-11-06 15:30 ` Ard Biesheuvel
2020-11-06 15:35 ` Marc Zyngier
2020-11-05 12:56 ` [PATCH v2 4/5] arm64: Add " Andre Przywara
2020-11-05 13:41 ` Mark Brown
2020-11-05 14:03 ` Mark Rutland
2020-11-05 14:04 ` Ard Biesheuvel
2020-11-05 14:30 ` Mark Rutland
2020-11-05 14:34 ` Ard Biesheuvel
2020-11-05 14:45 ` Mark Rutland
2020-11-05 14:48 ` Marc Zyngier [this message]
2020-11-05 14:29 ` Mark Brown
2020-11-05 14:38 ` Mark Rutland
2020-11-12 16:03 ` André Przywara
2020-11-05 14:30 ` André Przywara
2020-11-05 12:56 ` [PATCH v2 5/5] KVM: arm64: implement the TRNG hypervisor call Andre Przywara
2020-11-05 14:13 ` Marc Zyngier
2020-11-05 16:19 ` Ard Biesheuvel
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=299b7ec794a5f114757078b3eb1bbb8c@kernel.org \
--to=maz@kernel.org \
--cc=andre.przywara@arm.com \
--cc=ardb@kernel.org \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lorenzo.pieralisi@arm.com \
--cc=mark.rutland@arm.com \
--cc=sudeep.holla@arm.com \
--cc=will@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).