linux-2.6.13-rc2-mm2: kconfig: warning: defaults for choice values not supported

2005-07-12 Thread Grant Coady
Hi there, Lately in 2.6.13-rc* I've noticed a warning pop up: [EMAIL PROTECTED]:/usr/src/linux-2.6.13-rc2-mm2a$ make menuconfig ... scripts/kconfig/mconf arch/i386/Kconfig net/ipv4/Kconfig:92:warning: defaults for choice values not supported <<== ?? # # using defaults found in .conf

Re: Linux 2.6.13-rc2

2005-07-07 Thread Takashi Iwai
At Thu, 7 Jul 2005 11:39:29 -0700, Greg KH wrote: > > On Thu, Jul 07, 2005 at 11:46:26AM +0200, Takashi Iwai wrote: > > At Wed, 6 Jul 2005 08:51:03 -0700, > > Greg KH wrote: > > > > > > On Wed, Jul 06, 2005 at 08:42:16AM -0700, Linus Torvalds wrote: > > > > > > > > > > > > On Wed, 6 Jul 2005, E

Re: Linux 2.6.13-rc2

2005-07-07 Thread Greg KH
On Thu, Jul 07, 2005 at 11:46:26AM +0200, Takashi Iwai wrote: > At Wed, 6 Jul 2005 08:51:03 -0700, > Greg KH wrote: > > > > On Wed, Jul 06, 2005 at 08:42:16AM -0700, Linus Torvalds wrote: > > > > > > > > > On Wed, 6 Jul 2005, Eyal Lebedinsky wrote: > > > > > > > > CC [M] sound/pci/bt87x.o > >

Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data

2005-07-07 Thread Paulo Marques
Alexis Ballier wrote: Yes, that fixed it. Ok, it is probably the same problem, then. However, there was no problem with rc1 with the same .config. That's just the nature of it. It only triggers if you're unlucky. For more details check these threads: http://lkml.org/lkml/2005/5/10/70 ht

Re: Linux 2.6.13-rc2

2005-07-07 Thread Takashi Iwai
At Wed, 6 Jul 2005 08:51:03 -0700, Greg KH wrote: > > On Wed, Jul 06, 2005 at 08:42:16AM -0700, Linus Torvalds wrote: > > > > > > On Wed, 6 Jul 2005, Eyal Lebedinsky wrote: > > > > > > CC [M] sound/pci/bt87x.o > > > sound/pci/bt87x.c: In function `snd_bt87x_detect_card': > > > sound/pci/bt87x

Re: compilation error sound/pci/bt87x.c:807 [Re: Linux 2.6.13-rc2]

2005-07-06 Thread Alexandre Buisse
nd/pci/bt87x.c:807: error: for each function it appears in.) >make[2]: *** [sound/pci/bt87x.o] Error 1 >make[1]: *** [sound/pci] Error 2 >make: *** [sound] Error 2 > > Hi, The attached patch should fix it. Regards, Alexandre Signed-off-by: Alexandre Buisse <[EMAIL PROTECTED]&

Re: Linux 2.6.13-rc2

2005-07-06 Thread Greg KH
On Wed, Jul 06, 2005 at 05:53:05PM +0200, Jan Dittmer wrote: > Linus Torvalds wrote: > > > > On Wed, 6 Jul 2005, Jan Dittmer wrote: > > > >>Linus Torvalds wrote: > >> > >>>Ok, > >>> -rc3 is pretty small, with the bulk of the diff being some defconfig > >> > >>... > >> > >>>Linus Torvalds: > >>>

Re: Linux 2.6.13-rc2

2005-07-06 Thread Linus Torvalds
On Wed, 6 Jul 2005, Eyal Lebedinsky wrote: > > CC [M] sound/pci/bt87x.o > sound/pci/bt87x.c: In function `snd_bt87x_detect_card': > sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this function) > sound/pci/bt87x.c:807: error: (Each undeclared identifier is reported only > onc

Re: Linux 2.6.13-rc2

2005-07-06 Thread Greg KH
On Wed, Jul 06, 2005 at 08:42:16AM -0700, Linus Torvalds wrote: > > > On Wed, 6 Jul 2005, Eyal Lebedinsky wrote: > > > > CC [M] sound/pci/bt87x.o > > sound/pci/bt87x.c: In function `snd_bt87x_detect_card': > > sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this > > function)

Re: Linux 2.6.13-rc2 (build error with no CONFIG_HOTPLUG_PCI)

2005-07-06 Thread Steven Cole
Linus Torvalds wrote: Ok, -rc3 is pretty small, with the bulk of the diff being some defconfig updates, and cleanup of xtensa (notably removal of another copy of zlib). Greg Kroah-Hartman: PCI: clean up dynamic pci id logic PCI: Fix up PCI routing in parent bridge Without CONFIG_HOTPLU

Re: Linux 2.6.13-rc2

2005-07-06 Thread Jan Dittmer
Linus Torvalds wrote: > > On Wed, 6 Jul 2005, Jan Dittmer wrote: > >>Linus Torvalds wrote: >> >>>Ok, >>> -rc3 is pretty small, with the bulk of the diff being some defconfig >> >>... >> >>>Linus Torvalds: >>> Linux v2.6.13-rc3 >> >>Confused?! > > > Constantly. > > Let's hope that commit namin

Re: Linux 2.6.13-rc2

2005-07-06 Thread Linus Torvalds
On Wed, 6 Jul 2005, Jan Dittmer wrote: > > Linus Torvalds wrote: > > Ok, > > -rc3 is pretty small, with the bulk of the diff being some defconfig > ... > > Linus Torvalds: > > Linux v2.6.13-rc3 > > Confused?! Constantly. Let's hope that commit naming bug was the worst part of the release..

Re: Linux 2.6.13-rc2

2005-07-06 Thread Linus Torvalds
On Wed, 6 Jul 2005, Greg KH wrote: > > --- gregkh-2.6.orig/sound/pci/bt87x.c 2005-07-06 08:48:29.0 -0700 > +++ gregkh-2.6/sound/pci/bt87x.c 2005-07-06 08:48:54.0 -0700 > @@ -798,6 +798,8 @@ > {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ > }; > > +static

Re: Linux 2.6.13-rc2

2005-07-06 Thread Greg KH
On Wed, Jul 06, 2005 at 09:22:05AM -0700, Linus Torvalds wrote: > > > On Wed, 6 Jul 2005, Greg KH wrote: > > > > --- gregkh-2.6.orig/sound/pci/bt87x.c 2005-07-06 08:48:29.0 > > -0700 > > +++ gregkh-2.6/sound/pci/bt87x.c2005-07-06 08:48:54.0 -0700 > > @@ -798,6 +798,8 @

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Greg KH
On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.0 > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.1 > PCI: Failed to allocate I/O resource #7:[EMAIL PROTECTED] for :02:01.1

Re: Linux 2.6.13-rc2 Compile error in bt87x.c

2005-07-06 Thread Greg KH
On Wed, Jul 06, 2005 at 01:44:05PM +0200, Ben Castricum wrote: > > CC [M] sound/pci/bt87x.o > sound/pci/bt87x.c: In function `snd_bt87x_detect_card': > sound/pci/bt87x.c:807: `driver' undeclared (first use in this function) > sound/pci/bt87x.c:807: (Each undeclared identifier is reported only o

Re: Linux 2.6.13-rc2 Compile error in bt87x.c

2005-07-06 Thread Alexander Fieroch
Ben Castricum wrote: CC [M] sound/pci/bt87x.o sound/pci/bt87x.c: In function `snd_bt87x_detect_card': sound/pci/bt87x.c:807: `driver' undeclared (first use in this function) sound/pci/bt87x.c:807: (Each undeclared identifier is reported only once sound/pci/bt87x.c:807: for each function it app

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Ivan Kokshaysky
On Thu, Jul 07, 2005 at 12:15:19AM +0200, Rafael J. Wysocki wrote: > > Does the appended one-liner fix that? > > Yes, it does, but I'm still getting these in dmesg: > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.0 > PCI: Failed to allocate mem resource #10:[EMAIL PR

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Rafael J. Wysocki
On Wednesday, 6 of July 2005 23:43, Ivan Kokshaysky wrote: > On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > > albercik:~ # cardmgr > > cardmgr[4702]: no sockets found! > .. > > PCI: Device :02:01.0 not available because of resource collisions > > PCI: Device :02:01.1 n

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Ivan Kokshaysky
On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > albercik:~ # cardmgr > cardmgr[4702]: no sockets found! ... > PCI: Device :02:01.0 not available because of resource collisions > PCI: Device :02:01.1 not available because of resource collisions Thanks for the report. Do

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Rafael J. Wysocki
On Wednesday, 6 of July 2005 18:47, Greg KH wrote: > On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.0 > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.1 > > PCI: Failed to

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Rafael J. Wysocki
On Wednesday, 6 of July 2005 19:16, Linus Torvalds wrote: > > On Wed, 6 Jul 2005, Greg KH wrote: > > > > On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for > > > :02:01.0 > > > PCI: Failed to allocate mem res

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Linus Torvalds
On Wed, 6 Jul 2005, Greg KH wrote: > > On Wed, Jul 06, 2005 at 11:28:49AM +0200, Rafael J. Wysocki wrote: > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.0 > > PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for :02:01.1 > > PCI: Failed to allocate I/O

Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data

2005-07-06 Thread Alexis Ballier
Yes, that fixed it. However, there was no problem with rc1 with the same .config. 2005/7/6, Paulo Marques <[EMAIL PROTECTED]>: > Alexis Ballier wrote: > > Hi ! > > > > I have a problem building the rc2 (or rc3, whatever ;) ) > > > > Here is the end of the log : > > > > [...] > > Inconsistent k

Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data

2005-07-06 Thread Paulo Marques
Alexis Ballier wrote: Hi ! I have a problem building the rc2 (or rc3, whatever ;) ) Here is the end of the log : [...] Inconsistent kallsyms data Try setting CONFIG_KALLSYMS_EXTRA_PASS make: *** [vmlinux] Erreur 1 Can you try to change this setting in scripts/kallsyms.c: #define WORKING_

Re: Linux 2.6.13-rc2

2005-07-06 Thread Paolo Ciarrocchi
2005/7/6, Florian Weimer <[EMAIL PROTECTED]>: > * Linus Torvalds: > > > Ok, > > -rc3 is pretty small, > > Is it -rc2 or -rc3? (Makefile and log message don't agree, either.) -rc2 -- http://paoloc.blogspot.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Linux 2.6.13-rc2 Compile error in bt87x.c

2005-07-06 Thread Ben Castricum
CC [M] sound/pci/bt87x.o sound/pci/bt87x.c: In function `snd_bt87x_detect_card': sound/pci/bt87x.c:807: `driver' undeclared (first use in this function) sound/pci/bt87x.c:807: (Each undeclared identifier is reported only once sound/pci/bt87x.c:807: for each function it appears in.) sound/pci/bt

Re: Linux 2.6.13-rc2

2005-07-06 Thread Matthias Andree
[resending different route to circumvent bogus SPF restrictions] On Tue, 05 Jul 2005, Linus Torvalds wrote: > Ok, > -rc3 is pretty small, with the bulk of the diff being some defconfig > updates, and cleanup of xtensa (notably removal of another copy of zlib). CC [M] sound/pci/bt87x.o sound/

Re: Linux 2.6.13-rc2

2005-07-06 Thread Matthias Andree
On Tue, 05 Jul 2005, Linus Torvalds wrote: > Ok, > -rc3 is pretty small, with the bulk of the diff being some defconfig > updates, and cleanup of xtensa (notably removal of another copy of zlib). CC [M] sound/pci/bt87x.o sound/pci/bt87x.c: In function `snd_bt87x_detect_card': sound/pci/bt87x.

compilation error sound/pci/bt87x.c:807 [Re: Linux 2.6.13-rc2]

2005-07-06 Thread Tomasz Torcz
CC [M] sound/pci/bt87x.o sound/pci/bt87x.c: In function `snd_bt87x_detect_card': sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this function) sound/pci/bt87x.c:807: error: (Each undeclared identifier is reported only once sound/pci/bt87x.c:807: error: for each function it app

Re: Linux 2.6.13-rc2

2005-07-06 Thread Eyal Lebedinsky
CC [M] sound/pci/bt87x.o sound/pci/bt87x.c: In function `snd_bt87x_detect_card': sound/pci/bt87x.c:807: error: `driver' undeclared (first use in this function) sound/pci/bt87x.c:807: error: (Each undeclared identifier is reported only once sound/pci/bt87x.c:807: error: for each function it appea

Re: Linux 2.6.13-rc2: PCMCIA problem on AMD64

2005-07-06 Thread Rafael J. Wysocki
On Wednesday, 6 of July 2005 06:32, Linus Torvalds wrote: > > Ok, > -rc3 is pretty small, with the bulk of the diff being some defconfig > updates, and cleanup of xtensa (notably removal of another copy of zlib). > > But there are ia64/arm/ppc64 updates and the TSO update from Davem is > probabl

Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data

2005-07-06 Thread Alexis Ballier
Hi ! I have a problem building the rc2 (or rc3, whatever ;) ) Here is the end of the log : GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 KSYM.tmp_kallsyms1.S AS .tmp_

Re: Linux 2.6.13-rc2

2005-07-06 Thread Florian Weimer
* Linus Torvalds: > Ok, > -rc3 is pretty small, Is it -rc2 or -rc3? (Makefile and log message don't agree, either.) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-in

Re: Linux 2.6.13-rc2

2005-07-06 Thread Matt Mackall
On Tue, Jul 05, 2005 at 09:32:34PM -0700, Linus Torvalds wrote: > > Ok, > -rc3 is pretty small, with the bulk of the diff being some defconfig > updates, and cleanup of xtensa (notably removal of another copy of zlib). Hmm. -rc2: in title, in tags, in makefile, in patch file name -rc3: in git

Re: Linux 2.6.13-rc2

2005-07-06 Thread Jan Dittmer
Linus Torvalds wrote: > Ok, > -rc3 is pretty small, with the bulk of the diff being some defconfig ... > Linus Torvalds: > Linux v2.6.13-rc3 Confused?! -- Jan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Linux 2.6.13-rc2

2005-07-05 Thread Linus Torvalds
Ok, -rc3 is pretty small, with the bulk of the diff being some defconfig updates, and cleanup of xtensa (notably removal of another copy of zlib). But there are ia64/arm/ppc64 updates and the TSO update from Davem is probably worth pointing out to people. And various smaller things which are mor