From: Josh Triplett <josh@joshtriplett.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL 3.18] tinification for 3.18
Date: Fri, 3 Oct 2014 17:51:00 -0700 [thread overview]
Message-ID: <20141004005100.GA19912@thin> (raw)
Sending this preview *before* the merge window opens, to make sure I
haven't gotten anything horribly wrong in the process. This is my first
time having a tree in -next and sending direct pull requests for it.
Assuming this looks correct, I'll resend it once the merge window opens.
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/josh/linux.git tags/tiny/for-3.18
for you to fetch changes up to 3cf6b0151ba584714f6eafb99bc66d7326efeed7:
Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next (2014-09-22 23:14:40 -0700)
----------------------------------------------------------------
Tinification for 3.18
----------------------------------------------------------------
Josh Triplett (10):
x86, platform, kconfig: move kvmconfig functionality to a helper
x86: Add "make tinyconfig" to configure the tiniest possible kernel
x86, boot: Use the usual -y -n mechanism for objects in vmlinux
x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE
x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK
x86: Drop support for /proc files when !CONFIG_PROC_FS
x86: Support compiling out human-friendly processor feature names
mm: Support compiling out madvise and fadvise
bloat-o-meter: Ignore syscall aliases SyS_ and compat_SyS_
Merge branches 'tiny/bloat-o-meter-no-SyS', 'tiny/more-procless', 'tiny/no-advice', 'tiny/tinyconfig' and 'tiny/x86-boot-compressed-use-yn' into tiny/next
arch/x86/Kconfig | 12 +++++
arch/x86/Makefile | 7 ---
arch/x86/boot/Makefile | 7 ++-
arch/x86/boot/compressed/Makefile | 19 +++----
arch/x86/boot/compressed/aslr.c | 3 --
arch/x86/boot/compressed/early_serial_console.c | 4 --
arch/x86/boot/cpu.c | 68 +++++++++++++++----------
arch/x86/configs/tiny.config | 1 +
arch/x86/include/asm/cpufeature.h | 7 +++
arch/x86/kernel/cpu/Makefile | 7 ++-
arch/x86/kernel/cpu/common.c | 4 +-
init/Kconfig | 10 ++++
kernel/configs/tiny.config | 4 ++
kernel/sys_ni.c | 3 ++
mm/Makefile | 7 ++-
scripts/bloat-o-meter | 2 +
scripts/kconfig/Makefile | 19 +++++++
17 files changed, 127 insertions(+), 57 deletions(-)
create mode 100644 arch/x86/configs/tiny.config
create mode 100644 kernel/configs/tiny.config
next reply other threads:[~2014-10-04 0:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-04 0:51 Josh Triplett [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-05 23:14 [GIT PULL 3.18] tinification for 3.18 Josh Triplett
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=20141004005100.GA19912@thin \
--to=josh@joshtriplett.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.