From: Eric Sandeen <sandeen@redhat.com>
To: linux-kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Peter Zijlstra <peterz@infradead.org>
Subject: [PATCH 0/4] mark various functions as noinline_for_stack
Date: Tue, 22 Apr 2008 10:39:18 -0500 [thread overview]
Message-ID: <480E06A6.1080803@redhat.com> (raw)
After I noinlined a few sys_mount helpers for stack reasons, there was
discussion of a special self-documenting noinline. I said I'd send a
patch to do that, but shirked my duty. I see that Andrew has put
"noinline_for_stack" into place already.... as penance, I've gone
through a few subsystems using "noinline" and where specific
stack-related comments existed, I replaced noinline with
noinline_for_stack and removed the comments.
Thanks,
-Eric
next reply other threads:[~2008-04-22 15:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-22 15:39 Eric Sandeen [this message]
2008-04-22 15:51 ` [PATCH 1/4] mark sys_mount helper functions as noinline_for_stack Eric Sandeen
2008-04-22 15:54 ` [PATCH 2/4] mark lockdep " Eric Sandeen
2008-04-22 15:55 ` [PATCH 3/4] mark loop " Eric Sandeen
2008-04-22 15:57 ` [PATCH 4/4] mark inflate " Eric Sandeen
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=480E06A6.1080803@redhat.com \
--to=sandeen@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@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 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.