Re: crypto: libcrc32c should select crc32c

2009-01-19 Thread Herbert Xu
On Mon, Jan 19, 2009 at 08:51:49PM +0100, Jan Engelhardt wrote: > > So what will the crypto subsystem try to do then, implementation-wise, > given that kbuild cannot be manually tuned this way? Well if nobody wants to do the work to get the explcit dependencies than I suggest that you hardcode thi

Re: crypto: libcrc32c should select crc32c

2009-01-19 Thread Jan Engelhardt
On Sunday 2009-01-18 21:45, Sam Ravnborg wrote: >On Sun, Jan 18, 2009 at 09:14:16AM +0100, Jan Engelhardt wrote: >> On Sunday 2009-01-18 06:37, Herbert Xu wrote: >> >On Sat, Jan 17, 2009 at 11:48:42PM +0100, Jan Engelhardt wrote: >> >> >> >> Looking at libcrc32c.c shows that it essentially depends

Re: crypto: libcrc32c should select crc32c

2009-01-18 Thread Sam Ravnborg
On Sun, Jan 18, 2009 at 09:14:16AM +0100, Jan Engelhardt wrote: > > On Sunday 2009-01-18 06:37, Herbert Xu wrote: > >On Sat, Jan 17, 2009 at 11:48:42PM +0100, Jan Engelhardt wrote: > >> > >> Looking at libcrc32c.c shows that it essentially depends on the > >> crc32c crypto module, which was not pa

Re: crypto: libcrc32c should select crc32c

2009-01-18 Thread Jan Engelhardt
On Sunday 2009-01-18 06:37, Herbert Xu wrote: >On Sat, Jan 17, 2009 at 11:48:42PM +0100, Jan Engelhardt wrote: >> >> Looking at libcrc32c.c shows that it essentially depends on the >> crc32c crypto module, which was not packed into my initramfs image >> by mkinitrd because.. there is no dependency

Re: crypto: libcrc32c should select crc32c

2009-01-17 Thread Herbert Xu
On Sat, Jan 17, 2009 at 11:48:42PM +0100, Jan Engelhardt wrote: > > Looking at libcrc32c.c shows that it essentially depends on the > crc32c crypto module, which was not packed into my initramfs image > by mkinitrd because.. there is no dependency. Actually the whole point of doing the crc32c/libc

crypto: libcrc32c should select crc32c

2009-01-17 Thread Jan Engelhardt
parent 683fd3522476a2b9e9278d99a7bb367c887faa5a (v2.6.29-rc2-19-g683fd35) commit db86cb2732110f756b95f7d5a2aa37f35ba67cff Author: Jan Engelhardt Date: Sat Jan 17 20:40:45 2009 +0100 crypto: libcrc32c should select crc32c Whilst trying to make use of btrfs of a root fs with 2.6.29-rc1/rc2, I