* Regression in 2.6.27-rc2 when cross-building the kernel
@ 2008-08-16 2:38 Larry Finger
2008-08-18 19:32 ` Sam Ravnborg
0 siblings, 1 reply; 10+ messages in thread
From: Larry Finger @ 2008-08-16 2:38 UTC (permalink / raw)
To: LKML
One of my i386 systems used just for testing can take up to 18 hours
to build a new kernel with about 200 modules. When performing a
bisection, this gets rather tedious. As a result, I moved the kernel
sources to an NFS volume, do the majority of the work as a cross-build
on my x86_64 computer, and only switch to the slow machine to install
the kernel and modules. Somewhere between 2.6.27-rc1 and -rc2, the
module installation broke because the build leaves
scripts/basic/fixdep as a 64-bit program that will not run on the
32-bit system. Once I get to the i386 machine, I delete the two
programs from scripts/basic/, manually rebuild them with a 'make
scripts/basic/' and then do the final 'make modules_install install'.
Larry
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-16 2:38 Regression in 2.6.27-rc2 when cross-building the kernel Larry Finger
@ 2008-08-18 19:32 ` Sam Ravnborg
2008-08-18 22:39 ` Larry Finger
0 siblings, 1 reply; 10+ messages in thread
From: Sam Ravnborg @ 2008-08-18 19:32 UTC (permalink / raw)
To: Larry Finger; +Cc: LKML
On Fri, Aug 15, 2008 at 09:38:16PM -0500, Larry Finger wrote:
> One of my i386 systems used just for testing can take up to 18 hours
> to build a new kernel with about 200 modules. When performing a
> bisection, this gets rather tedious. As a result, I moved the kernel
> sources to an NFS volume, do the majority of the work as a cross-build
> on my x86_64 computer, and only switch to the slow machine to install
> the kernel and modules. Somewhere between 2.6.27-rc1 and -rc2, the
> module installation broke because the build leaves
> scripts/basic/fixdep as a 64-bit program that will not run on the
> 32-bit system. Once I get to the i386 machine, I delete the two
> programs from scripts/basic/, manually rebuild them with a 'make
> scripts/basic/' and then do the final 'make modules_install install'.
Can you try do do a "make V=1 modules_install install" and post the
output up to and including the first call to fixdep.
Neither of these targets should use fixdep and I assume it is
down in firmware/ but lets see.
Thanks,
Sam
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-18 22:39 ` Larry Finger
@ 2008-08-18 22:27 ` Alan Cox
2008-08-19 4:48 ` Sam Ravnborg
1 sibling, 0 replies; 10+ messages in thread
From: Alan Cox @ 2008-08-18 22:27 UTC (permalink / raw)
To: Larry Finger; +Cc: Sam Ravnborg, LKML
> gcc -Wp,-MD,firmware/.ihex2fw.d -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -o firmware/ihex2fw firmware/ihex2fw.c
> /bin/sh: scripts/basic/fixdep: cannot execute binary file
> make[1]: *** [firmware/ihex2fw] Error 126
> make: *** [_modinst_post] Error 2
Ditto here when building ARCH=i386 on 64bit then NFS doing "make
modules_install". Also breaks if the NFS mount is ro
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-18 19:32 ` Sam Ravnborg
@ 2008-08-18 22:39 ` Larry Finger
2008-08-18 22:27 ` Alan Cox
2008-08-19 4:48 ` Sam Ravnborg
0 siblings, 2 replies; 10+ messages in thread
From: Larry Finger @ 2008-08-18 22:39 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: LKML
Sam Ravnborg wrote:
>
> Can you try do do a "make V=1 modules_install install" and post the
> output up to and including the first call to fixdep.
>
> Neither of these targets should use fixdep and I assume it is
> down in firmware/ but lets see.
finger@mtech:/ide1/mtech/wireless-testing> sudo make V=1
modules_install install
make -f /ide1/mtech/wireless-testing/scripts/Makefile.modinst
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto; cp
arch/x86/crypto/aes-i586.ko
/lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto/aes-i586.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/aead.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/aead.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/aes_generic.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/aes_generic.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/anubis.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/anubis.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/arc4.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/arc4.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/authenc.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/authenc.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/blowfish.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/blowfish.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/cast5.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/cast5.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/cast6.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/cast6.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp crypto/cbc.ko
/lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/cbc.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/crc32c.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/crc32c.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/crypto_blkcipher.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ;
true /lib/modules/2.6.27-rc2-wl/kernel/crypto/crypto_blkcipher.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
crypto/crypto_null.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
/lib/modules/2.6.27-rc2-wl/kernel/crypto/crypto_null.ko
-- snipped similar commands that were repeated --
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97; cp
sound/pci/ac97/snd-ac97-codec.ko
/lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97 ; true
/lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97/snd-ac97-codec.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound/pci; cp
sound/pci/snd-es1938.ko /lib/modules/2.6.27-rc2-wl/kernel/sound/pci ;
true /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/snd-es1938.ko
mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound; cp
sound/soundcore.ko /lib/modules/2.6.27-rc2-wl/kernel/sound ; true
/lib/modules/2.6.27-rc2-wl/kernel/sound/soundcore.ko
make -f /ide1/mtech/wireless-testing/scripts/Makefile.fwinst
obj=firmware __fw_modinst
gcc -Wp,-MD,firmware/.ihex2fw.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -o firmware/ihex2fw firmware/ihex2fw.c
/bin/sh: scripts/basic/fixdep: cannot execute binary file
make[1]: *** [firmware/ihex2fw] Error 126
make: *** [_modinst_post] Error 2
As you suspected, it is when building firmware.
Larry
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-18 22:39 ` Larry Finger
2008-08-18 22:27 ` Alan Cox
@ 2008-08-19 4:48 ` Sam Ravnborg
2008-08-19 7:48 ` David Woodhouse
1 sibling, 1 reply; 10+ messages in thread
From: Sam Ravnborg @ 2008-08-19 4:48 UTC (permalink / raw)
To: Larry Finger, David Woodhouse; +Cc: LKML
On Mon, Aug 18, 2008 at 05:39:01PM -0500, Larry Finger wrote:
> Sam Ravnborg wrote:
> >
> >Can you try do do a "make V=1 modules_install install" and post the
> >output up to and including the first call to fixdep.
> >
> >Neither of these targets should use fixdep and I assume it is
> >down in firmware/ but lets see.
And Larry log say it is so.
David - did you have a patch to fix this already?
[See details below]
Sam
>
> finger@mtech:/ide1/mtech/wireless-testing> sudo make V=1
> modules_install install
> make -f /ide1/mtech/wireless-testing/scripts/Makefile.modinst
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto; cp
> arch/x86/crypto/aes-i586.ko
> /lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/arch/x86/crypto/aes-i586.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/aead.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/aead.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/aes_generic.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/aes_generic.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/anubis.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/anubis.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/arc4.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/arc4.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/authenc.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/authenc.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/blowfish.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/blowfish.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/cast5.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/cast5.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/cast6.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/cast6.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp crypto/cbc.ko
> /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/cbc.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/crc32c.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/crc32c.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/crypto_blkcipher.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ;
> true /lib/modules/2.6.27-rc2-wl/kernel/crypto/crypto_blkcipher.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/crypto; cp
> crypto/crypto_null.ko /lib/modules/2.6.27-rc2-wl/kernel/crypto ; true
> /lib/modules/2.6.27-rc2-wl/kernel/crypto/crypto_null.ko
>
> -- snipped similar commands that were repeated --
>
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97; cp
> sound/pci/ac97/snd-ac97-codec.ko
> /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97 ; true
> /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/ac97/snd-ac97-codec.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound/pci; cp
> sound/pci/snd-es1938.ko /lib/modules/2.6.27-rc2-wl/kernel/sound/pci ;
> true /lib/modules/2.6.27-rc2-wl/kernel/sound/pci/snd-es1938.ko
> mkdir -p /lib/modules/2.6.27-rc2-wl/kernel/sound; cp
> sound/soundcore.ko /lib/modules/2.6.27-rc2-wl/kernel/sound ; true
> /lib/modules/2.6.27-rc2-wl/kernel/sound/soundcore.ko
> make -f /ide1/mtech/wireless-testing/scripts/Makefile.fwinst
> obj=firmware __fw_modinst
> gcc -Wp,-MD,firmware/.ihex2fw.d -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -o firmware/ihex2fw firmware/ihex2fw.c
> /bin/sh: scripts/basic/fixdep: cannot execute binary file
> make[1]: *** [firmware/ihex2fw] Error 126
> make: *** [_modinst_post] Error 2
>
>
> As you suspected, it is when building firmware.
>
> Larry
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-19 4:48 ` Sam Ravnborg
@ 2008-08-19 7:48 ` David Woodhouse
2008-08-19 16:56 ` Larry Finger
0 siblings, 1 reply; 10+ messages in thread
From: David Woodhouse @ 2008-08-19 7:48 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Larry Finger, LKML
On Tue, 2008-08-19 at 06:48 +0200, Sam Ravnborg wrote:
>
> And Larry log say it is so.
>
> David - did you have a patch to fix this already?
The fix was to 'build' the firmware blobs at the same time as 'make
modules', so that they're already built and don't need to be built at
modules_install time. That went in a while ago though.
Why is ihex2fw being rebuilt?
--
David Woodhouse Open Source Technology Centre
David.Woodhouse@intel.com Intel Corporation
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-19 7:48 ` David Woodhouse
@ 2008-08-19 16:56 ` Larry Finger
2008-08-19 17:03 ` David Woodhouse
2008-08-19 19:25 ` Sam Ravnborg
0 siblings, 2 replies; 10+ messages in thread
From: Larry Finger @ 2008-08-19 16:56 UTC (permalink / raw)
To: David Woodhouse; +Cc: Sam Ravnborg, LKML
David Woodhouse wrote:
> On Tue, 2008-08-19 at 06:48 +0200, Sam Ravnborg wrote:
>> And Larry log say it is so.
>>
>> David - did you have a patch to fix this already?
>
> The fix was to 'build' the firmware blobs at the same time as 'make
> modules', so that they're already built and don't need to be built at
> modules_install time. That went in a while ago though.
>
> Why is ihex2fw being rebuilt?
>
sudo make V=2 modules_install says:
HOSTCC firmware/ihex2fw - due to: /usr/include/gnu/stubs-64.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/stddef.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/limits.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/syslimits.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/stdarg.h
/bin/sh: scripts/basic/fixdep: cannot execute binary file
make[1]: *** [firmware/ihex2fw] Error 126
make: *** [_modinst_post] Error 2
Larry
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-19 16:56 ` Larry Finger
@ 2008-08-19 17:03 ` David Woodhouse
2008-08-19 19:25 ` Sam Ravnborg
1 sibling, 0 replies; 10+ messages in thread
From: David Woodhouse @ 2008-08-19 17:03 UTC (permalink / raw)
To: Larry Finger; +Cc: Sam Ravnborg, LKML
On Tue, 2008-08-19 at 11:56 -0500, Larry Finger wrote:
> David Woodhouse wrote:
> > On Tue, 2008-08-19 at 06:48 +0200, Sam Ravnborg wrote:
> >> And Larry log say it is so.
> >>
> >> David - did you have a patch to fix this already?
> >
> > The fix was to 'build' the firmware blobs at the same time as 'make
> > modules', so that they're already built and don't need to be built at
> > modules_install time. That went in a while ago though.
> >
> > Why is ihex2fw being rebuilt?
> >
>
> sudo make V=2 modules_install says:
Yeah, but why does anything require ihex2fw in the first place?
--
David Woodhouse Open Source Technology Centre
David.Woodhouse@intel.com Intel Corporation
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-19 16:56 ` Larry Finger
2008-08-19 17:03 ` David Woodhouse
@ 2008-08-19 19:25 ` Sam Ravnborg
2008-08-19 22:10 ` Larry Finger
1 sibling, 1 reply; 10+ messages in thread
From: Sam Ravnborg @ 2008-08-19 19:25 UTC (permalink / raw)
To: Larry Finger; +Cc: David Woodhouse, LKML
On Tue, Aug 19, 2008 at 11:56:44AM -0500, Larry Finger wrote:
> David Woodhouse wrote:
> >On Tue, 2008-08-19 at 06:48 +0200, Sam Ravnborg wrote:
> >>And Larry log say it is so.
> >>
> >>David - did you have a patch to fix this already?
> >
> >The fix was to 'build' the firmware blobs at the same time as 'make
> >modules', so that they're already built and don't need to be built at
> >modules_install time. That went in a while ago though.
> >
> >Why is ihex2fw being rebuilt?
> >
>
> sudo make V=2 modules_install says:
>
> HOSTCC firmware/ihex2fw - due to: /usr/include/gnu/stubs-64.h
> /usr/lib64/gcc/x86_64-suse-linux/4.3/include/stddef.h
> /usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/limits.h
> /usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/syslimits.h
> /usr/lib64/gcc/x86_64-suse-linux/4.3/include/stdarg.h
> /bin/sh: scripts/basic/fixdep: cannot execute binary file
> make[1]: *** [firmware/ihex2fw] Error 126
> make: *** [_modinst_post] Error 2
Do you have some logging info before we start to build ihex2fw?
Sam
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Regression in 2.6.27-rc2 when cross-building the kernel
2008-08-19 19:25 ` Sam Ravnborg
@ 2008-08-19 22:10 ` Larry Finger
0 siblings, 0 replies; 10+ messages in thread
From: Larry Finger @ 2008-08-19 22:10 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: David Woodhouse, LKML
Sam Ravnborg wrote:
> On Tue, Aug 19, 2008 at 11:56:44AM -0500, Larry Finger wrote:
>> sudo make V=2 modules_install says:
>>
>> HOSTCC firmware/ihex2fw - due to: /usr/include/gnu/stubs-64.h
>> /usr/lib64/gcc/x86_64-suse-linux/4.3/include/stddef.h
>> /usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/limits.h
>> /usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/syslimits.h
>> /usr/lib64/gcc/x86_64-suse-linux/4.3/include/stdarg.h
>> /bin/sh: scripts/basic/fixdep: cannot execute binary file
>> make[1]: *** [firmware/ihex2fw] Error 126
>> make: *** [_modinst_post] Error 2
>
> Do you have some logging info before we start to build ihex2fw?
Only one line like these for each of the modules, followed immediately
by the build of ihex2fw:
INSTALL sound/core/snd.ko - due to target is PHONY
INSTALL sound/drivers/mpu401/snd-mpu401-uart.ko - due to target is
PHONY
INSTALL sound/drivers/mpu401/snd-mpu401.ko - due to target is PHONY
INSTALL sound/drivers/opl3/snd-opl3-lib.ko - due to target is PHONY
INSTALL sound/drivers/opl3/snd-opl3-synth.ko - due to target is PHONY
INSTALL sound/pci/ac97/snd-ac97-codec.ko - due to target is PHONY
INSTALL sound/pci/snd-es1938.ko - due to target is PHONY
INSTALL sound/soundcore.ko - due to target is PHONY
HOSTCC firmware/ihex2fw - due to: /usr/include/gnu/stubs-64.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/stddef.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/limits.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include-fixed/syslimits.h
/usr/lib64/gcc/x86_64-suse-linux/4.3/include/stdarg.h
/bin/sh: scripts/basic/fixdep: cannot execute binary file
make[1]: *** [firmware/ihex2fw] Error 126
make: *** [_modinst_post] Error 2
Larry
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-08-19 22:11 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-16 2:38 Regression in 2.6.27-rc2 when cross-building the kernel Larry Finger
2008-08-18 19:32 ` Sam Ravnborg
2008-08-18 22:39 ` Larry Finger
2008-08-18 22:27 ` Alan Cox
2008-08-19 4:48 ` Sam Ravnborg
2008-08-19 7:48 ` David Woodhouse
2008-08-19 16:56 ` Larry Finger
2008-08-19 17:03 ` David Woodhouse
2008-08-19 19:25 ` Sam Ravnborg
2008-08-19 22:10 ` Larry Finger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox