Re: [PATCH v6 07/15] x86/stackprotector/64: Convert to normal percpu variable
From: Ingo Molnar
Date: Tue Feb 18 2025 - 04:14:57 EST
* Brian Gerst <brgerst@xxxxxxxxx> wrote:
> GCC 8.1 supports redefining where the canary is located, allowng it to
> become a normal percpu variable instead of at a fixed location. This
> removes the contraint that the percpu section must be zero-based.
So there's two typos in this paragraph alone. Might be time to invest
into an editor that does spellchecking for you?
s/allowng
/allowing
s/contraint
/constraint
Thanks,
Ingo