Re: 2.6.23-rc4-mm1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Satyam Sharma
Date: Saturday, September 1, 2007 - 2:09 pm

On Sat, 1 Sep 2007, Herbert Xu wrote:


Tangential, but I've often wondered what are the upsides of keeping
CONFIG_CRYPTO_ALGAPI as a separate config option in the first place? Every
single item in crypto/ ends up "select"ing it (directly or transitively)
so it makes all sense to just do away with it and keep it == CONFIG_CRYPTO
in the Makefile, thusly:


[PATCH] crypto: Remove CONFIG_CRYPTO_ALGAPI config option

Because all other options in crypto/ end up selecting it anyway. So let's
make it a default part of the rest of "core" crypto stuff, that gets built
whenever CONFIG_CRYPTO == y.

Signed-off-by: Satyam Sharma <satyam@infradead.org>

---

 arch/s390/crypto/Kconfig |    4 ----
 crypto/Kconfig           |   37 -------------------------------------
 crypto/Makefile          |    7 ++-----
 drivers/crypto/Kconfig   |    2 --
 4 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/arch/s390/crypto/Kconfig b/arch/s390/crypto/Kconfig
index d1defbb..d35f901 100644
--- a/arch/s390/crypto/Kconfig
+++ b/arch/s390/crypto/Kconfig
@@ -1,7 +1,6 @@
 config CRYPTO_SHA1_S390
 	tristate "SHA1 digest algorithm"
 	depends on S390
-	select CRYPTO_ALGAPI
 	help
 	  This is the s390 hardware accelerated implementation of the
 	  SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
@@ -9,7 +8,6 @@ config CRYPTO_SHA1_S390
 config CRYPTO_SHA256_S390
 	tristate "SHA256 digest algorithm"
 	depends on S390
-	select CRYPTO_ALGAPI
 	help
 	  This is the s390 hardware accelerated implementation of the
 	  SHA256 secure hash standard (DFIPS 180-2).
@@ -20,7 +18,6 @@ config CRYPTO_SHA256_S390
 config CRYPTO_DES_S390
 	tristate "DES and Triple DES cipher algorithms"
 	depends on S390
-	select CRYPTO_ALGAPI
 	select CRYPTO_BLKCIPHER
 	help
 	  This us the s390 hardware accelerated implementation of the
@@ -29,7 +26,6 @@ config CRYPTO_DES_S390
 config CRYPTO_AES_S390
 	tristate "AES cipher algorithms"
 	depends on S390
-	select CRYPTO_ALGAPI
 	select CRYPTO_BLKCIPHER
 	help
 	  This is the s390 hardware accelerated implementation of the
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3d1a1e2..0a52118 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -19,26 +19,18 @@ menuconfig CRYPTO
 
 if CRYPTO
 
-config CRYPTO_ALGAPI
-	tristate
-	help
-	  This option provides the API for cryptographic algorithms.
-
 config CRYPTO_ABLKCIPHER
 	tristate
 	select CRYPTO_BLKCIPHER
 
 config CRYPTO_BLKCIPHER
 	tristate
-	select CRYPTO_ALGAPI
 
 config CRYPTO_HASH
 	tristate
-	select CRYPTO_ALGAPI
 
 config CRYPTO_MANAGER
 	tristate "Cryptographic algorithm manager"
-	select CRYPTO_ALGAPI
 	help
 	  Create default cryptographic template instantiations such as
 	  cbc(aes).
@@ -64,31 +56,26 @@ config CRYPTO_XCBC
 
 config CRYPTO_NULL
 	tristate "Null algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  These are 'Null' algorithms, used by IPsec, which do nothing.
 
 config CRYPTO_MD4
 	tristate "MD4 digest algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  MD4 message digest algorithm (RFC1320).
 
 config CRYPTO_MD5
 	tristate "MD5 digest algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  MD5 message digest algorithm (RFC1321).
 
 config CRYPTO_SHA1
 	tristate "SHA1 digest algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
 
 config CRYPTO_SHA256
 	tristate "SHA256 digest algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  SHA256 secure hash standard (DFIPS 180-2).
 	  
@@ -97,7 +84,6 @@ config CRYPTO_SHA256
 
 config CRYPTO_SHA512
 	tristate "SHA384 and SHA512 digest algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  SHA512 secure hash standard (DFIPS 180-2).
 	  
@@ -109,7 +95,6 @@ config CRYPTO_SHA512
 
 config CRYPTO_WP512
 	tristate "Whirlpool digest algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  Whirlpool hash algorithm 512, 384 and 256-bit hashes
 
@@ -121,7 +106,6 @@ config CRYPTO_WP512
 
 config CRYPTO_TGR192
 	tristate "Tiger digest algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  Tiger hash algorithm 192, 160 and 128-bit hashes
 
@@ -194,20 +178,17 @@ config CRYPTO_CRYPTD
 
 config CRYPTO_DES
 	tristate "DES and Triple DES EDE cipher algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
 
 config CRYPTO_FCRYPT
 	tristate "FCrypt cipher algorithm"
-	select CRYPTO_ALGAPI
 	select CRYPTO_BLKCIPHER
 	help
 	  FCrypt algorithm used by RxRPC.
 
 config CRYPTO_BLOWFISH
 	tristate "Blowfish cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  Blowfish cipher algorithm, by Bruce Schneier.
 	  
@@ -220,7 +201,6 @@ config CRYPTO_BLOWFISH
 
 config CRYPTO_TWOFISH
 	tristate "Twofish cipher algorithm"
-	select CRYPTO_ALGAPI
 	select CRYPTO_TWOFISH_COMMON
 	help
 	  Twofish cipher algorithm.
@@ -242,7 +222,6 @@ config CRYPTO_TWOFISH_COMMON
 config CRYPTO_TWOFISH_586
 	tristate "Twofish cipher algorithms (i586)"
 	depends on (X86 || UML_X86) && !64BIT
-	select CRYPTO_ALGAPI
 	select CRYPTO_TWOFISH_COMMON
 	help
 	  Twofish cipher algorithm.
@@ -258,7 +237,6 @@ config CRYPTO_TWOFISH_586
 config CRYPTO_TWOFISH_X86_64
 	tristate "Twofish cipher algorithm (x86_64)"
 	depends on (X86 || UML_X86) && 64BIT
-	select CRYPTO_ALGAPI
 	select CRYPTO_TWOFISH_COMMON
 	help
 	  Twofish cipher algorithm (x86_64).
@@ -273,7 +251,6 @@ config CRYPTO_TWOFISH_X86_64
 
 config CRYPTO_SERPENT
 	tristate "Serpent cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  Serpent cipher algorithm, by Anderson, Biham & Knudsen.
 
@@ -286,7 +263,6 @@ config CRYPTO_SERPENT
 
 config CRYPTO_AES
 	tristate "AES cipher algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  AES cipher algorithms (FIPS-197). AES uses the Rijndael 
 	  algorithm.
@@ -307,7 +283,6 @@ config CRYPTO_AES
 config CRYPTO_AES_586
 	tristate "AES cipher algorithms (i586)"
 	depends on (X86 || UML_X86) && !64BIT
-	select CRYPTO_ALGAPI
 	help
 	  AES cipher algorithms (FIPS-197). AES uses the Rijndael 
 	  algorithm.
@@ -328,7 +303,6 @@ config CRYPTO_AES_586
 config CRYPTO_AES_X86_64
 	tristate "AES cipher algorithms (x86_64)"
 	depends on (X86 || UML_X86) && 64BIT
-	select CRYPTO_ALGAPI
 	help
 	  AES cipher algorithms (FIPS-197). AES uses the Rijndael 
 	  algorithm.
@@ -348,21 +322,18 @@ config CRYPTO_AES_X86_64
 
 config CRYPTO_CAST5
 	tristate "CAST5 (CAST-128) cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  The CAST5 encryption algorithm (synonymous with CAST-128) is
 	  described in RFC2144.
 
 config CRYPTO_CAST6
 	tristate "CAST6 (CAST-256) cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  The CAST6 encryption algorithm (synonymous with CAST-256) is
 	  described in RFC2612.
 
 config CRYPTO_TEA
 	tristate "TEA, XTEA and XETA cipher algorithms"
-	select CRYPTO_ALGAPI
 	help
 	  TEA cipher algorithm.
 
@@ -379,7 +350,6 @@ config CRYPTO_TEA
 
 config CRYPTO_ARC4
 	tristate "ARC4 cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  ARC4 cipher algorithm.
 
@@ -390,7 +360,6 @@ config CRYPTO_ARC4
 
 config CRYPTO_KHAZAD
 	tristate "Khazad cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  Khazad cipher algorithm.
 
@@ -403,7 +372,6 @@ config CRYPTO_KHAZAD
 
 config CRYPTO_ANUBIS
 	tristate "Anubis cipher algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  Anubis cipher algorithm.
 
@@ -418,7 +386,6 @@ config CRYPTO_ANUBIS
 
 config CRYPTO_DEFLATE
 	tristate "Deflate compression algorithm"
-	select CRYPTO_ALGAPI
 	select ZLIB_INFLATE
 	select ZLIB_DEFLATE
 	help
@@ -429,7 +396,6 @@ config CRYPTO_DEFLATE
 
 config CRYPTO_MICHAEL_MIC
 	tristate "Michael MIC keyed digest algorithm"
-	select CRYPTO_ALGAPI
 	help
 	  Michael MIC is used for message integrity protection in TKIP
 	  (IEEE 802.11i). This algorithm is required for TKIP, but it
@@ -438,7 +404,6 @@ config CRYPTO_MICHAEL_MIC
 
 config CRYPTO_CRC32C
 	tristate "CRC32c CRC algorithm"
-	select CRYPTO_ALGAPI
 	select LIBCRC32C
 	help
 	  Castagnoli, et al Cyclic Redundancy-Check Algorithm.  Used
@@ -449,7 +414,6 @@ config CRYPTO_CRC32C
 config CRYPTO_CAMELLIA
 	tristate "Camellia cipher algorithms"
 	depends on CRYPTO
-	select CRYPTO_ALGAPI
 	help
 	  Camellia cipher algorithms module.
 
@@ -464,7 +428,6 @@ config CRYPTO_CAMELLIA
 config CRYPTO_TEST
 	tristate "Testing module"
 	depends on m
-	select CRYPTO_ALGAPI
 	help
 	  Quick & dirty crypto test module.
 
diff --git a/crypto/Makefile b/crypto/Makefile
index 0cf17f1..a8ea4f6 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -2,11 +2,8 @@
 # Cryptographic API
 #
 
-obj-$(CONFIG_CRYPTO) += api.o scatterwalk.o cipher.o digest.o compress.o
-
-crypto_algapi-$(CONFIG_PROC_FS) += proc.o
-crypto_algapi-objs := algapi.o $(crypto_algapi-y)
-obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o
+obj-$(CONFIG_CRYPTO) += api.o scatterwalk.o cipher.o digest.o compress.o algapi.o
+obj-$(CONFIG_PROC_FS) += proc.o
 
 obj-$(CONFIG_CRYPTO_ABLKCIPHER) += ablkcipher.o
 obj-$(CONFIG_CRYPTO_BLKCIPHER) += blkcipher.o
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index c0fc4ae..90f6c6d 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -13,7 +13,6 @@ if CRYPTO_HW
 config CRYPTO_DEV_PADLOCK
 	tristate "Support for VIA PadLock ACE"
 	depends on X86_32
-	select CRYPTO_ALGAPI
 	default m
 	help
 	  Some VIA processors come with an integrated crypto engine
@@ -56,7 +55,6 @@ source "arch/s390/crypto/Kconfig"
 config CRYPTO_DEV_GEODE
 	tristate "Support for the Geode LX AES engine"
 	depends on X86_32 && PCI
-	select CRYPTO_ALGAPI
 	select CRYPTO_BLKCIPHER
 	default m
 	help
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23-rc4-mm1, Andrew Morton, (Fri Aug 31, 9:58 pm)
Re: 2.6.23-rc4-mm1, KAMEZAWA Hiroyuki, (Fri Aug 31, 11:53 pm)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Fri Aug 31, 11:58 pm)
Re: 2.6.23-rc4-mm1, Herbert Xu, (Sat Sep 1, 1:54 am)
Re: 2.6.23-rc4-mm1, Kamalesh Babulal, (Sat Sep 1, 4:55 am)
2.6.23-rc4-mm1: geode fb compile error, Adrian Bunk, (Sat Sep 1, 7:18 am)
2.6.23-rc4-mm1: two ktime_sub_ns() functions, Adrian Bunk, (Sat Sep 1, 8:19 am)
2.6.23-rc4-mm1: mips compile error, Adrian Bunk, (Sat Sep 1, 8:44 am)
Re: 2.6.23-rc4-mm1, Torsten Kaiser, (Sat Sep 1, 9:07 am)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Sat Sep 1, 9:16 am)
Re: 2.6.23-rc4-mm1: geode fb compile error, Satyam Sharma, (Sat Sep 1, 10:03 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, thunder7, (Sat Sep 1, 11:13 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Jeff Garzik, (Sat Sep 1, 12:05 pm)
Re: 2.6.23-rc4-mm1, Satyam Sharma, (Sat Sep 1, 2:09 pm)
Re: 2.6.23-rc4-mm1 &quot;no CRC&quot; MODPOST warnings, Satyam Sharma, (Sat Sep 1, 3:06 pm)
[PATCH -mm] softlockup-improve-debug-output.patch fix, Satyam Sharma, (Sat Sep 1, 4:12 pm)
Re: 2.6.23-rc4-mm1 &quot;no CRC&quot; MODPOST warnings, Sam Ravnborg, (Sat Sep 1, 4:15 pm)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Satyam Sharma, (Sat Sep 1, 5:54 pm)
Re: 2.6.23-rc4-mm1, Herbert Xu, (Sat Sep 1, 6:46 pm)
Re: 2.6.23-rc4-mm1, Satyam Sharma, (Sat Sep 1, 7:52 pm)
Re: 2.6.23-rc4-mm1, Herbert Xu, (Sat Sep 1, 8:59 pm)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, thunder7, (Sat Sep 1, 10:36 pm)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, thunder7, (Sat Sep 1, 11:19 pm)
2.6.23-rc4-mm1 net bitops compile error, Adrian Bunk, (Sun Sep 2, 2:14 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Satyam Sharma, (Sun Sep 2, 2:55 am)
[-mm patch] IPV6 must select XFRM, Adrian Bunk, (Sun Sep 2, 4:25 am)
Re: 2.6.23-rc4-mm1: broke pata_via cable detection, Laurent Riffard, (Sun Sep 2, 12:01 pm)
Re: 2.6.23-rc4-mm1: boot failure on HPC nx6325, Rafael J. Wysocki, (Sun Sep 2, 1:39 pm)
Re: 2.6.23-rc4-mm1, Randy Dunlap, (Sun Sep 2, 9:30 pm)
Re: 2.6.23-rc4-mm1: boot failure on HPC nx6325, Thomas Gleixner, (Mon Sep 3, 1:36 am)
Re: 2.6.23-rc4-mm1: boot failure on HPC nx6325, Rafael J. Wysocki, (Mon Sep 3, 3:15 am)
Re: [-mm patch] IPV6 must select XFRM, Masahide NAKAMURA, (Mon Sep 3, 3:43 am)
Re: 2.6.23-rc4-mm1, Wim Van Sebroeck, (Mon Sep 3, 12:25 pm)
Re: 2.6.23-rc4-mm1: boot failure on HPC nx6325, Rafael J. Wysocki, (Mon Sep 3, 1:51 pm)
Re: 2.6.23-rc4-mm1, Satyam Sharma, (Mon Sep 3, 3:32 pm)
Re: 2.6.23-rc4-mm1: boot failure on HPC nx6325, Thomas Gleixner, (Mon Sep 3, 6:03 pm)
Re: 2.6.23-rc4-mm1: mips compile error, Mathieu Desnoyers, (Mon Sep 3, 10:27 pm)
Re: 2.6.23-rc4-mm1: mips compile error, Ralf Baechle, (Tue Sep 4, 3:21 am)
Re: 2.6.23-rc4-mm1 net bitops compile error, Jiri Slaby, (Tue Sep 4, 10:53 am)
Re: 2.6.23-rc4-mm1, Zach Carter, (Tue Sep 4, 10:54 am)
Re: 2.6.23-rc4-mm1, Wim Van Sebroeck, (Tue Sep 4, 2:21 pm)
Re: 2.6.23-rc4-mm1, Stephen Hemminger, (Tue Sep 4, 2:36 pm)
Re: 2.6.23-rc4-mm1, Valdis.Kletnieks, (Wed Sep 5, 7:37 am)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Wed Sep 5, 8:12 am)
Re: 2.6.23-rc4-mm1, Balbir Singh, (Wed Sep 5, 8:20 am)
Re: 2.6.23-rc4-mm1, Valdis.Kletnieks, (Wed Sep 5, 8:58 am)
Re: net-26.24 broken with XFRM off, Noriaki TAKAMIYA, (Thu Sep 6, 3:01 am)
Re: 2.6.23-rc4-mm1 myri10ge module link error on x86_64, Mathieu Desnoyers, (Thu Sep 6, 12:37 pm)
Re: 2.6.23-rc4-mm1 myri10ge module link error on x86_64, Daniel Walker, (Fri Sep 7, 5:25 pm)
Re: 2.6.23-rc4-mm1, Mel Gorman, (Sun Sep 9, 5:22 am)
[-mm patch] remove ide_get_error_location(), Adrian Bunk, (Sun Sep 9, 1:24 pm)
[-mm patch] make nfs_wb_page_priority() static, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] kernel/kexec.c: make code static, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] really unexport do_softirq, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] unexport raise_softirq_irqoff, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] mm/memcontrol.c: clenups, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] make tcp_splice_data_recv() static, Adrian Bunk, (Sun Sep 9, 1:25 pm)
[-mm patch] make do_try_to_free_pages() static, Adrian Bunk, (Sun Sep 9, 1:26 pm)
Re: [-mm patch] unexport raise_softirq_irqoff, Christoph Hellwig, (Sun Sep 9, 1:41 pm)
Re: [-mm patch] kernel/kexec.c: make code static, Ken'ichi Ohmichi, (Sun Sep 9, 7:55 pm)
Re: [-mm patch] mm/memcontrol.c: clenups, Balbir Singh, (Mon Sep 10, 1:23 am)
Re: [-mm patch] make do_try_to_free_pages() static, Balbir Singh, (Mon Sep 10, 1:24 am)
Re: [-mm patch] kernel/kexec.c: make code static, Adrian Bunk, (Mon Sep 10, 5:20 am)
Re: 2.6.23-rc4-mm1, Andy Whitcroft, (Mon Sep 10, 10:49 am)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Mon Sep 10, 11:19 am)
Re: 2.6.23-rc4-mm1, Torsten Kaiser, (Mon Sep 10, 11:59 am)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Mon Sep 10, 12:10 pm)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Mon Sep 10, 12:20 pm)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Mon Sep 10, 12:31 pm)
Re: 2.6.23-rc4-mm1, Torsten Kaiser, (Mon Sep 10, 12:38 pm)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Mon Sep 10, 12:42 pm)
Re: [-mm patch] mm/memcontrol.c: clenups, Jan Engelhardt, (Mon Sep 10, 12:58 pm)
Re: [-mm patch] mm/memcontrol.c: clenups, Jan Engelhardt, (Mon Sep 10, 12:59 pm)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Laurent Riffard, (Mon Sep 10, 1:19 pm)
Re: 2.6.23-rc4-mm1, Torsten Kaiser, (Mon Sep 10, 1:43 pm)
Re: [-mm patch] mm/memcontrol.c: clenups, Adrian Bunk, (Mon Sep 10, 2:59 pm)
Re: 2.6.23-rc4-mm1: broke pata_via cable detection, Jeff Garzik, (Mon Sep 10, 6:50 pm)
Re: [-mm patch] mm/memcontrol.c: clenups, Balbir Singh, (Mon Sep 10, 7:41 pm)
Re: [-mm patch] kernel/kexec.c: make code static, Maneesh Soni, (Mon Sep 10, 10:53 pm)
Re: 2.6.23-rc4-mm1, Jens Axboe, (Tue Sep 11, 1:32 am)
Re: [-mm patch] remove ide_get_error_location(), Bartlomiej Zolnierki ..., (Tue Sep 11, 2:27 pm)
Re: [-mm patch] remove ide_get_error_location(), Jens Axboe, (Tue Sep 11, 10:54 pm)
Re: [-mm patch] kernel/kexec.c: make code static, Ken'ichi Ohmichi, (Wed Sep 12, 12:37 am)
Re: [-mm patch] really unexport do_softirq, David Miller, (Wed Sep 12, 6:14 am)
Re: [-mm patch] unexport raise_softirq_irqoff, David Miller, (Wed Sep 12, 6:15 am)
Re: [-mm patch] make tcp_splice_data_recv() static, David Miller, (Wed Sep 12, 6:21 am)
Re: [-mm patch] make tcp_splice_data_recv() static, Jens Axboe, (Wed Sep 12, 10:44 am)
Re: 2.6.23-rc4-mm1, Andy Whitcroft, (Thu Sep 13, 10:34 am)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Laurent Riffard, (Thu Sep 13, 3:50 pm)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Andrew Morton, (Thu Sep 13, 4:05 pm)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Andrew James Wade, (Thu Sep 13, 8:51 pm)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Jens Axboe, (Fri Sep 14, 1:00 am)
Re: 2.6.23-rc4-mm1, Andy Whitcroft, (Fri Sep 14, 1:10 am)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Jens Axboe, (Fri Sep 14, 1:30 am)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Jens Axboe, (Fri Sep 14, 2:33 am)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Jens Axboe, (Fri Sep 14, 4:06 am)
Re: 2.6.23-rc4-mm1, Torsten Kaiser, (Fri Sep 14, 6:01 am)
ath5k driver not working on ThinkPad, Robert de Rooy, (Fri Sep 14, 8:12 am)
Re: 2.6.23-rc4-mm1: git-block.patch broke pktcdvd, Laurent Riffard, (Fri Sep 14, 12:04 pm)
Re: 2.6.23-rc4-mm1, Andrew Morton, (Fri Sep 14, 1:15 pm)
Re: 2.6.23-rc4-mm1, Paul Jackson, (Fri Sep 14, 9:16 pm)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Sat Sep 15, 3:52 am)
Re: 2.6.23-rc4-mm1, Jens Axboe, (Mon Sep 17, 6:28 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Dhaval Giani, (Mon Sep 17, 6:57 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Denis V. Lunev, (Mon Sep 17, 7:07 am)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Mon Sep 17, 7:32 am)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Vlad Yasevich, (Mon Sep 17, 2:00 pm)
Re: 2.6.23-rc4-mm1 OOPS in forcedeth?, Satyam Sharma, (Mon Sep 17, 4:56 pm)
Re: 2.6.23-rc4-mm1, Jens Axboe, (Tue Sep 18, 3:18 am)
Re: 2.6.23-rc4-mm1, FUJITA Tomonori, (Tue Sep 18, 5:25 am)
Re: 2.6.23-rc4-mm1, Jens Axboe, (Tue Sep 18, 5:51 am)
Re: 2.6.23-rc4-mm1 myri10ge module link error on x86_64, Avuton Olrich, (Sat Oct 13, 3:03 pm)