From: Michael Ellerman <mpe@ellerman.id.au>
To: Christophe LEROY <christophe.leroy@c-s.fr>,
Segher Boessenkool <segher@kernel.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Paul Mackerras <paulus@samba.org>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 1/2] powerpc/32: add stack protector support
Date: Fri, 28 Sep 2018 22:56:07 +1000 [thread overview]
Message-ID: <8736ttu6fs.fsf@concordia.ellerman.id.au> (raw)
In-Reply-To: <28451b6a-e302-691e-ee28-16521997fb07@c-s.fr>
Christophe LEROY <christophe.leroy@c-s.fr> writes:
> Le 27/09/2018 à 09:45, Segher Boessenkool a écrit :
>> On Thu, Sep 27, 2018 at 08:20:00AM +0200, Christophe LEROY wrote:
...
>>
>>> However this is the canary for initial startup only. Only idle() still
>>> uses this canary once the system is running. A new canary is set for any
>>> new forked task.
>>
>> Ah, that makes things a lot better! Do those new tasks get a canary
>> from something with sufficient entropy though?
>
> For the kernel threads that are started early, probably not. For the
> ones started a bit later, and for user processes, I believe they have
> better entropy. Anyway, all this is handled by the kernel core and is
> out of control of individual arches, as its done in kernel/fork.c in
> function dup_task_struct(). However this function is declared as
> static __latent_entropy struct task_struct *copy_process(). This
> __latent_entropy attibute must help in a way.
>
>>
>>> Maybe should the idle canary be updated later once there is more entropy
>>
>> That is tricky to do, but sure, if you can, that should help.
>>
>>> ? Today there is a new call to boot_init_stack_canary() in
>>> cpu_startup_entry(), but it is enclosed inside #ifdef CONFIG_X86.
>>
>> It needs to know the details of how ssp works on each platform.
>
> Well, that could be for another patch in the future. That's probably
> feasible on x86 and PPC because they both use TLS guard, but not for
> other arches where the guard is global at the moment. So we'll have to
> do it carefully.
>
> I agree with you that we may not for the time being get all the expected
> security against hackers out of it due to that little entropy, but my
> main concern at the time being is to deter developper's bugs clobbering
> the stack, and for that any non trivial canary should make it, shouldn't
> it ?
Yes.
The problem of low entropy at boot on systems without a good hardware
source is sort of unsolvable.
As you say it's up to the core kernel/random code, we shouldn't be
trying to do anything tricky in the arch code.
You don't want your system to take 3 hours to boot because it's waiting
for entropy for the stack canary.
If we can update the canary later once the entropy pool is setup that
would be ideal.
cheers
next prev parent reply other threads:[~2018-09-28 12:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 11:40 Christophe Leroy
2018-09-26 11:40 ` [PATCH v4 2/2] powerpc/64: " Christophe Leroy
2018-09-26 19:16 ` [PATCH v4 1/2] powerpc/32: " Segher Boessenkool
2018-09-27 6:20 ` Christophe LEROY
2018-09-27 7:45 ` Segher Boessenkool
2018-09-27 11:51 ` Christophe LEROY
2018-09-28 12:56 ` Michael Ellerman [this message]
2018-09-28 16:26 ` Segher Boessenkool
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=8736ttu6fs.fsf@concordia.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=benh@kernel.crashing.org \
--cc=christophe.leroy@c-s.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=segher@kernel.crashing.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
Powered by JetHome