From: mingo@kernel.org (Ingo Molnar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] use -fstack-protector-strong
Date: Wed, 27 Nov 2013 18:54:42 +0100 [thread overview]
Message-ID: <20131127175442.GA28088@gmail.com> (raw)
In-Reply-To: <CAGXu5jLY+AzaB4f92OLA6Orm=Mr9C+G+-mgOmSf-yju+YCmaUg@mail.gmail.com>
* Kees Cook <keescook@chromium.org> wrote:
> On Wed, Nov 27, 2013 at 3:27 AM, Ingo Molnar <mingo@kernel.org> wrote:
> >
> > * Kees Cook <keescook@chromium.org> wrote:
> >
> >> On a defconfig x86_64 build (with CONFIG_CC_STACKPROTECTOR enabled), the
> >> delta in size is just under 9% larger:
> >>
> >> -rwxrwxr-x 1 kees kees 22134340 Nov 26 10:28 vmlinux.gcc-4.8
> >> -rwxrwxr-x 1 kees kees 22123870 Nov 26 10:40 vmlinux.gcc-4.9
> >> -rwxrwxr-x 1 kees kees 24225118 Nov 26 10:42 vmlinux.gcc-4.9+strong
> >
> > Please run it through 'size' so that we know the real text size
> > increases.
>
> text data bss dec hex filename
> 11407474 1453792 1191936 14053202 d66f52 vmlinux.gcc-4.8
> 11458837 1457504 1191936 14108277 d74675 vmlinux.gcc-4.9
> 11682929 1457504 1191936 14332369 dab1d1 vmlinux.gcc-4.9+strong
>
> Looks to be 2% for defconfig. That's way better. Shall I send a v3?
Well, it's better than 9%, but still almost an order of magnitude
higher than the cost is today, and a lot of distros have
CONFIG_CC_STACKPROTECTOR=y.
So it would be nice to measure how much the instruction count goes up
in some realistic system-bound test. How much does something like
kernel/built-in.o increase, as per 'size' output?
Thanks,
Ingo
next prev parent reply other threads:[~2013-11-27 17:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-26 20:37 [PATCH v2] use -fstack-protector-strong Kees Cook
2013-11-27 11:27 ` Ingo Molnar
2013-11-27 17:21 ` Kees Cook
2013-11-27 17:54 ` Ingo Molnar [this message]
2013-11-27 17:55 ` H. Peter Anvin
2013-11-27 18:11 ` Kees Cook
2013-12-17 0:57 ` Kees Cook
2013-12-17 11:29 ` Ingo Molnar
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=20131127175442.GA28088@gmail.com \
--to=mingo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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).