lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 3 Oct 2014 17:51:00 -0700
From:	Josh Triplett <josh@...htriplett.org>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL 3.18] tinification for 3.18

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ