* [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/
@ 2011-06-13 19:51 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2011-06-13 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 4392bc93ab7f7f5858451d1cb72e7c9da1efee26
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jun 13 19:50:06 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 19:50:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=4392bc93
Unset CONFIG_IDE on archs amd64/x86/default (bug #357213)
---
ChangeLog | 4 ++++
arch/x86/kernel-config | 2 +-
arch/x86_64/kernel-config | 2 +-
defaults/kernel-config | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3c8c32a..20eca7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
# Distributed under the GPL v2
# $Id$
+ 13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
+ arch/x86_64/kernel-config, defaults/kernel-config:
+ Unset CONFIG_IDE on archs amd64/x86/default (bug #357213)
+
07 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
Bump version to 3.4.16
diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index 829ad84..ab38c09 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -1041,7 +1041,7 @@ CONFIG_SONYPI_COMPAT=y
CONFIG_THINKPAD_ACPI=m
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
-CONFIG_IDE=y
+# CONFIG_IDE is not set
CONFIG_BLK_DEV_IDE=y
#
diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index cc714c2..ef43dc1 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -1097,7 +1097,7 @@ CONFIG_EEPROM_93CX6=m
# CONFIG_CB710_CORE is not set
# CONFIG_IWMC3200TOP is not set
CONFIG_HAVE_IDE=y
-CONFIG_IDE=y
+# CONFIG_IDE is not set
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
diff --git a/defaults/kernel-config b/defaults/kernel-config
index 62de5e7..9ea854b 100644
--- a/defaults/kernel-config
+++ b/defaults/kernel-config
@@ -1041,7 +1041,7 @@ CONFIG_SONYPI_COMPAT=y
CONFIG_THINKPAD_ACPI=m
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
-CONFIG_IDE=y
+# CONFIG_IDE is not set
CONFIG_BLK_DEV_IDE=y
#
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/
@ 2011-06-13 20:31 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2011-06-13 20:31 UTC (permalink / raw
To: gentoo-commits
commit: b20494438aa689bb66677f6c6968c0ecbdfd769c
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Jun 13 20:31:18 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 20:31:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=b2049443
Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983)
---
ChangeLog | 4 ++++
arch/x86/kernel-config | 2 +-
arch/x86_64/kernel-config | 2 +-
defaults/kernel-config | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 20eca7c..c019af4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
arch/x86_64/kernel-config, defaults/kernel-config:
+ Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983)
+
+ 13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
+ arch/x86_64/kernel-config, defaults/kernel-config:
Unset CONFIG_IDE on archs amd64/x86/default (bug #357213)
07 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index ab38c09..259defc 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=y
#
# USB Input Devices
#
-CONFIG_USB_HID=m
+CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT_POWERBOOK=y
CONFIG_HID_FF=y
CONFIG_HID_PID=y
diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index ef43dc1..5a0f58e 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -2546,7 +2546,7 @@ CONFIG_HIDRAW=y
#
# USB Input Devices
#
-CONFIG_USB_HID=m
+CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y
diff --git a/defaults/kernel-config b/defaults/kernel-config
index 9ea854b..b4f2899 100644
--- a/defaults/kernel-config
+++ b/defaults/kernel-config
@@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=y
#
# USB Input Devices
#
-CONFIG_USB_HID=m
+CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT_POWERBOOK=y
CONFIG_HID_FF=y
CONFIG_HID_PID=y
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/
@ 2012-05-12 18:48 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2012-05-12 18:48 UTC (permalink / raw
To: gentoo-commits
commit: b476a988ea2559904bcb40cc44633d237f790823
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat May 12 18:42:29 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:43:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=b476a988
Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
---
ChangeLog | 4 ++++
arch/x86/kernel-config | 1 +
arch/x86_64/kernel-config | 2 +-
defaults/kernel-config | 1 +
4 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d7c0960..27a3630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
# Distributed under the GPL v2
# $Id$
+ 12 May 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
+ arch/x86_64/kernel-config, defaults/kernel-config:
+ Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
+
12 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
Bump version to 3.4.31
diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config
index df9e34f..8b5adad 100644
--- a/arch/x86/kernel-config
+++ b/arch/x86/kernel-config
@@ -946,6 +946,7 @@ CONFIG_RFKILL_LEDS=y
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index b6c9d8d..627ca9e 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -986,7 +986,7 @@ CONFIG_NET_9P=m
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/udevadm"
-# CONFIG_DEVTMPFS is not set
+CONFIG_DEVTMPFS=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
diff --git a/defaults/kernel-config b/defaults/kernel-config
index b4f2899..065d146 100644
--- a/defaults/kernel-config
+++ b/defaults/kernel-config
@@ -946,6 +946,7 @@ CONFIG_RFKILL_LEDS=y
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/
@ 2012-06-02 21:32 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2012-06-02 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 21b2c4aab32bf35e9ffa2c215fbeeecfc6a8f1ac
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jun 2 21:31:07 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 21:31:07 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=21b2c4aa
Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk encryption are included with the initramfs (bug #416973)
---
ChangeLog | 5 +++++
arch/x86/modules_load | 2 +-
arch/x86_64/modules_load | 2 +-
defaults/modules_load | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 44edb00..76102bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
# Distributed under the GPL v2
# $Id$
+ 02 Jun 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
+ arch/x86_64/modules_load, defaults/modules_load:
+ Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk
+ encryption are included with the initramfs (bug #416973)
+
28 May 2012; Sebastian Pipping <sping@gentoo.org> gen_funcs.sh:
Fix an e2fsprogs compilation leftover (bug #417095), reported by Juergen Rose
diff --git a/arch/x86/modules_load b/arch/x86/modules_load
index 2c023e4..72506fd 100644
--- a/arch/x86/modules_load
+++ b/arch/x86/modules_load
@@ -28,4 +28,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes_586 aesni-intel"
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 6d87b80..4f6eb2d 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes-x86_64 aesni-intel"
diff --git a/defaults/modules_load b/defaults/modules_load
index 7ebd0dd..001c97e 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic"
+MODULES_CRYPTO="sha256_generic cbc aes_generic"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/
@ 2012-07-08 17:36 Sebastian Pipping
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2012-07-08 17:36 UTC (permalink / raw
To: gentoo-commits
commit: c261693b9265555eff75cee04a9c1a2c2ee07eac
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Jul 8 17:35:24 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul 8 17:35:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=c261693b
Add xts to MODULES_CRYPTO (bug #425028)
---
ChangeLog | 4 ++++
arch/x86/modules_load | 2 +-
arch/x86_64/modules_load | 2 +-
defaults/modules_load | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 08d064b..d3bcf58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
# Distributed under the GPL v2
# $Id$
+ 08 Jul 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
+ arch/x86_64/modules_load, defaults/modules_load:
+ Add xts to MODULES_CRYPTO (bug #425028)
+
01 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
gen_package.sh:
Support --kernel-config=/proc/config.gz (bug #421027)
diff --git a/arch/x86/modules_load b/arch/x86/modules_load
index 72506fd..38d9757 100644
--- a/arch/x86/modules_load
+++ b/arch/x86/modules_load
@@ -28,4 +28,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic aes_586 aesni-intel"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes_586 aesni-intel xts"
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 4f6eb2d..e94bdd3 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic aes-x86_64 aesni-intel"
+MODULES_CRYPTO="sha256_generic cbc aes_generic aes-x86_64 aesni-intel xts"
diff --git a/defaults/modules_load b/defaults/modules_load
index 001c97e..c46f865 100644
--- a/defaults/modules_load
+++ b/defaults/modules_load
@@ -27,4 +27,4 @@ MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl8
MODULES_FS="ext2 ext3 ext4 btrfs reiserfs jfs nfs xfs zfs fuse"
# Crypto
-MODULES_CRYPTO="sha256_generic cbc aes_generic"
+MODULES_CRYPTO="sha256_generic cbc aes_generic xts"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-08 17:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 20:31 [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2012-07-08 17:36 Sebastian Pipping
2012-06-02 21:32 Sebastian Pipping
2012-05-12 18:48 Sebastian Pipping
2011-06-13 19:51 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox