Merge remote-tracking branch 'origin/bug-405495'
authorRobin H. Johnson <robbat2@gentoo.org>
Sat, 10 Mar 2012 21:23:28 +0000 (13:23 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Sat, 10 Mar 2012 21:23:28 +0000 (13:23 -0800)
Conflicts:
ChangeLog
arch/x86_64/modules_load

1  2 
ChangeLog
arch/x86/modules_load
arch/x86_64/modules_load
defaults/modules_load

diff --cc ChangeLog
index 4d9f8666dbb0d21f0be5a4bec5c70f996c1ff7fe,11b18a4de53520785009737820f6be762effc9c6..73f8a9a53ed5f4b3d489d174a511eff1111d299d
+++ b/ChangeLog
  # - 2008-2011 Various authors (see AUTHORS)
  # Distributed under the GPL v2
  # $Id$
 -
++  
+   25 Feb 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
+   arch/x86_64/modules_load, defaults/modules_load:
+   Make sure the sha256 module makes it into the initramfs (bug #405495).
+   Reported by Ogelpre.
  
 +  20 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/linuxrc:
 +  With the new /usr mounting, if the device path that ends up in /proc/mounts
 +  ends up being different than in /etc/fstab due to symlinks, mount -a will
 +  always exit 32. Avoid by resolving symlinks like util-linux does.
 +
 +  14 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh,
 +  gen_initramfs.sh:
 +  dmraid is entirely broken if you try to use the system static
 +  LVM/device-mapper. Instead start always building LVM2 for the initramfs,
 +  using DESTDIR for cleaner install. Dead code paths for old LVM2 build not
 +  removed yet until more users have tested.
 +
 +  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh:
 +  More UTILS_CROSS_COMPILE prefix on strip calls.
 +
 +  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/modules_load,
 +  arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
 +  arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
 +  arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
 +  arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
 +  defaults/modules_load:
 +  Bug #401583: include more DM and MD modules for other RAID/LVM
 +  configurations.
 +
 +  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh:
 +  Bug #265005: ensure CROSS_COMPILE is set for cross-compile strip calls to
 +  work.
 +
 +  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org>
 +  +patches/dmraid/dmraid-1.0.0_rc16-as-needed2.patch,
 +  +patches/dmraid/dmraid-1.0.0_rc16-return-all-sets.patch,
 +  +patches/dmraid/dmraid-1.0.0_rc16-static-build-fixes.patch,
 +  +patches/dmraid/dmraid-1.0.0_rc16-undo-p-rename.patch,
 +  +patches/dmraid/dmraid-1.0.0.rc16-3-staticlink.patch, genkernel.conf:
 +  Bug #398467: Update dmraid. Also add other patches from Portage tree.
 +
 +  12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_cmdline.sh,
 +  gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, genkernel.conf:
 +  device-mapper "update". It was merged into LVM2-2.02.67 upstream in 2010.
 +  Bug #398467 is wrong for the device-mapper update.
 +
 +  09 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
 +  defaults/linuxrc:
 +  Dogfooding of the /usr mount code with the matching OpenRC change to make the
 +  mounts RW revealed some bugs and gotchas in our prior code, now fixed and
 +  verified to work.
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/config.sh,
 +  arch/arm/config.sh, arch/ia64/config.sh, arch/mips/config.sh,
 +  arch/parisc/config.sh, arch/parisc64/config.sh, arch/ppc/config.sh,
 +  arch/ppc64/config.sh, arch/sparc/config.sh, arch/sparc64/config.sh,
 +  arch/um/config.sh, arch/x86/config.sh, arch/x86_64/config.sh:
 +  Ensure default for new initramfs compression is used.
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
 +  Bugfixes in new code branches that I didn't test fully.
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt,
 +  gen_cmdline.sh:
 +  Update documentation for new initramfs compression.
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/config.sh,
 +  gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
 +  Import customizable compression for initramfs, based on Pentoo development.
 +
 +  06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> arch/alpha/modules_load,
 +  arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
 +  arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
 +  arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
 +  arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
 +  defaults/busy-config, defaults/initrd.scripts, defaults/linuxrc,
 +  defaults/modules_load, doc/genkernel.8.txt, gen_cmdline.sh,
 +  gen_determineargs.sh, gen_initramfs.sh, genkernel:
 +  This provides ZFS support, to go with the sys-fs/zfs package.
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
 +  Refactor copy_binaries and multipath slightly for ease of usage and readability.
 +
 +  06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> gen_initramfs.sh:
 +  Refactor multipath initramfs generation using copy_binaries.
 +
 +  06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> gen_initramfs.sh:
 +  copy_binaries utility function for putting binaries and librares into
 +  initramfs (see git commit for full details).
 +
 +  06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts:
 +  Support virtio devices, and provide fallback of all remaining devices.
 +
 +  03 Feb 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
 +  Support SD card readers. Patch by Rick Farina
 +
    24 Jan 2012; Sebastian Pipping <sping@gentoo.org> .gitignore, genkernel:
    Bump version to 3.4.24
  
index 3e9f5ecca02c1e6830ee1dd1bd08e3748326587f,bce80c189478fd2f00bf3fa5cd4aede7461f2acf..2c023e41c8d0a4b00f6b1459ad9bd5f49728fa67
@@@ -25,5 -25,7 +25,7 @@@ MODULES_PCMCIA="pcmcia pcmcia_core yent
  MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
  
  # Filesystems
 -MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
 +MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
  
+ # Crypto
+ MODULES_CRYPTO="sha256_generic"
index 4e7d877a0492fe2abfa5e98f13a2f8303f704736,7ec2d6e48952e1b25980e95518b5215861925981..6d87b805dcac88b89446ec4080a911919ed0fb74
@@@ -24,4 -24,7 +24,7 @@@ MODULES_PCMCIA="pcmcia pcmcia_core yent
  MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd hid-a4tech hid-apple hid-belkin hid-cherry hid-chicony hid-cypress hid-dummy hid-ezkey hid-gyration hid-logitech hid-microsoft hid-monterey hid-petalynx hid-pl hid-samsung hid-sony hid-sunplus"
  
  # Filesystems
 -MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
 +MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
+ # Crypto
+ MODULES_CRYPTO="sha256_generic"
index b72624246ca864ebe5ce46d26b0a5494a5973ba5,82db0844d74f6a77481644cdac6681b0ae9de510..7ebd0dd3a65a529dc1a5f535f056054967c9668c
@@@ -24,5 -24,7 +24,7 @@@ MODULES_PCMCIA="pcmcia pcmcia_core yent
  MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd"
  
  # Filesystems
 -MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs fuse"
 +MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
  
+ # Crypto
+ MODULES_CRYPTO="sha256_generic"