Re: linux-2.6.13-mm1 fails to build

2005-09-05 Thread Alexander E. Patrakov
Alan Cox wrote: On Llu, 2005-09-05 at 14:17 +0600, Alexander E. Patrakov wrote: Hello, I tried to build linux-2.6.13-mm1 with the attached configuration, and it failed with: drivers/usb/serial/whiteheat.c: In function `rx_data_softint': drivers/usb/serial/whiteheat.c:1433: error: structu

Re: linux-2.6.13-mm1 fails to build

2005-09-05 Thread Alan Cox
On Llu, 2005-09-05 at 14:17 +0600, Alexander E. Patrakov wrote: > Hello, > > I tried to build linux-2.6.13-mm1 with the attached configuration, and > it failed with: > > drivers/usb/serial/whiteheat.c: In function `rx_data_softint': > drivers/usb/serial/whiteheat.c:1433: error: structure has no

Re: Linux 2.6.13

2005-09-03 Thread Alexey Dobriyan
On Tue, Aug 30, 2005 at 01:57:27AM +0200, Ricardo Galli wrote: > 2.6.13 does not boot in my PPC (iBook, 500 MHz), it hangs just at the very > begining and the machines is automatically rebooted after a couple of > minutes. I've filed a bug at kernel bugzilla so your report won't be lost. See htt

Re: Linux 2.6.13

2005-09-03 Thread Henrik Persson
Greg KH wrote: > On Wed, Aug 31, 2005 at 12:41:03AM +0200, Henrik Persson wrote: > >>Linus Torvalds wrote: >> >>>There it is. >>> >>>The most painful part of 2.6.13 is likely to be the fact that we made x86 >>>use the generic PCI bus setup code for assigning unassigned resources. >>>That uncove

Re: Linux 2.6.13

2005-08-31 Thread Greg KH
On Wed, Aug 31, 2005 at 12:41:03AM +0200, Henrik Persson wrote: > Linus Torvalds wrote: > > There it is. > > > > The most painful part of 2.6.13 is likely to be the fact that we made x86 > > use the generic PCI bus setup code for assigning unassigned resources. > > That uncovered rather a lot o

Re: Linux 2.6.13

2005-08-31 Thread Alexandre Buisse
Hi, the description of PCI_NAMES is conflicting with its default option (now N/y/? instead of Y/n/?). Here is a small patch that should remove the confusion in drivers/pci/Kconfig. Regards, Alexandre Signed-off-by : Alexandre Buisse <[EMAIL PROTECTED]> --- drivers/pci/Kconfig.old 2005-08-31

Re: Linux 2.6.13

2005-08-30 Thread Henrik Persson
Linus Torvalds wrote: > There it is. > > The most painful part of 2.6.13 is likely to be the fact that we made x86 > use the generic PCI bus setup code for assigning unassigned resources. > That uncovered rather a lot of nasty small details, but should also mean > that a lot of laptops in parti

Re: linux-2.6.13 PCI bogus resource allocation

2005-08-30 Thread Alan Cox
On Maw, 2005-08-30 at 11:21 -0400, linux-os (Dick Johnson) wrote: > we have been starting at 0x30001000. Now, with > Linux-2.6.13, I see that PCI/Bus resources are > being allocated on top of this RAM!!! This should 2.6.13 redoes the bus assignments which might have indeed made mem= do totally the

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-30 Thread Randy.Dunlap
On Tue, 30 Aug 2005, David Hollis wrote: > On Tue, 2005-08-30 at 01:55 +0200, Diego Calleja wrote: > > El Tue, 30 Aug 2005 01:34:25 +0200, > > Jesper Juhl <[EMAIL PROTECTED]> escribió: > > > > > I don't see why we should break a bunch of drivers by doing that. > > > Much better, in my oppinion, t

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-30 Thread Adrian Bunk
On Tue, Aug 30, 2005 at 10:28:37AM -0400, David Hollis wrote: > On Tue, 2005-08-30 at 01:55 +0200, Diego Calleja wrote: > > El Tue, 30 Aug 2005 01:34:25 +0200, > > Jesper Juhl <[EMAIL PROTECTED]> escribió: > > > > > I don't see why we should break a bunch of drivers by doing that. > > > Much bette

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-30 Thread David Hollis
On Tue, 2005-08-30 at 01:55 +0200, Diego Calleja wrote: > El Tue, 30 Aug 2005 01:34:25 +0200, > Jesper Juhl <[EMAIL PROTECTED]> escribió: > > > I don't see why we should break a bunch of drivers by doing that. > > Much better, in my oppinion, to fix the few remaining drivers still > > using check_

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Stephane Wirtel
Le Tuesday 30 August 2005 a 01:08, Stephane Wirtel ecrivait: > Hi, > > By compiling my kernel, I can see that the __check_region function (in > kernel/resource.c) is deprecated. > > With a grep on the source code of the last release, I get this result. > > drivers/pnp/resource.c:255:

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Jesper Juhl
On 8/30/05, Diego Calleja <[EMAIL PROTECTED]> wrote: > El Tue, 30 Aug 2005 01:34:25 +0200, > Jesper Juhl <[EMAIL PROTECTED]> escribió: > > > I don't see why we should break a bunch of drivers by doing that. > > Much better, in my oppinion, to fix the few remaining drivers still > > using check_reg

Re: Linux 2.6.13

2005-08-29 Thread Ricardo Galli
> There it is. 2.6.13 does not boot in my PPC (iBook, 500 MHz), it hangs just at the very begining and the machines is automatically rebooted after a couple of minutes. The on-screen messages finishes with a few "openpic" messages: http://mnm.uib.es/gallir/tmp/linux-13-ppc.jpg I used the same

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Diego Calleja
El Tue, 30 Aug 2005 01:34:25 +0200, Jesper Juhl <[EMAIL PROTECTED]> escribió: > I don't see why we should break a bunch of drivers by doing that. > Much better, in my oppinion, to fix the few remaining drivers still > using check_region and *then* kill it. Even unmaintained drivers may I'd usuall

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Jesper Juhl
On 8/30/05, Diego Calleja <[EMAIL PROTECTED]> wrote: [snip] > > /me wonders why check_region has not been killed, it has been > deprecated for years; killing it would force developers to fix it > and would help to identify unmaintained drivers... I don't see why we should break a bunch of drivers

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Diego Calleja
El Tue, 30 Aug 2005 01:14:17 +0200, Stephane Wirtel <[EMAIL PROTECTED]> escribió: > Is there a function to replace this deprecated function ? request_region > Why is it deprecated ? >From http://lists.osdl.org/pipermail/kernel-janitors/2004-January/000346.html: "The reason that check_region() i

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Jesper Juhl
On 8/30/05, Stephane Wirtel <[EMAIL PROTECTED]> wrote: > Hi, > > By compiling my kernel, I can see that the __check_region function (in > kernel/resource.c) is deprecated. > [snip] > > Is there a function to replace this deprecated function ? > Yes, you just call request_region() and check its

Re: Linux-2.6.13 : __check_region is deprecated

2005-08-29 Thread Randy.Dunlap
On Tue, 30 Aug 2005, Stephane Wirtel wrote: > Hi, > > By compiling my kernel, I can see that the __check_region function (in > kernel/resource.c) is deprecated. > > With a grep on the source code of the last release, I get this result. > > drivers/pnp/resource.c:255: if (__check_region

Re: Linux 2.6.13

2005-08-29 Thread Linus Torvalds
On Mon, 29 Aug 2005, Antonino A. Daplas wrote: > > Both, actually, with exactly the same patch. In the long changelog, both > Steven and Paul are co-signees but only Paul's name appeared in the short > changelog. git only has one author field. That's not really technically fundamental (git c

Re: Linux 2.6.13

2005-08-29 Thread Steven Rostedt
On Mon, 2005-08-29 at 22:25 +0800, Antonino A. Daplas wrote: > Nigel Cunningham wrote: > > Hi. > > > > On Mon, 2005-08-29 at 20:57, Steven Rostedt wrote: > >> On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: > >> > >>> Paul Mackerras: > >>> Remove race between con_open and con_close > >>

Re: Linux 2.6.13

2005-08-29 Thread Antonino A. Daplas
Nigel Cunningham wrote: Hi. On Mon, 2005-08-29 at 20:57, Steven Rostedt wrote: On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: Paul Mackerras: Remove race between con_open and con_close Hey, I'm the first to report this with the fix and Paul gets the credit? I guess I'll crawl bac

Re: Linux 2.6.13

2005-08-29 Thread Roland Dreier
> "Nigel" == Nigel Cunningham <[EMAIL PROTECTED]> writes: Nigel> Hi. I have a couple of reports of powering off being Nigel> broken between 2.6.13-rc7 and 2.6.13 :( (One my computer Nigel> and one a Suspend2 user). I'll happily test patches. Well, there aren't many differences be

Re: Linux-2.6.13-rc7

2005-08-29 Thread Erik Mouw
On Fri, Aug 26, 2005 at 09:33:29PM -0700, Deepak Saxena wrote: > On Aug 25 2005, at 16:04, Erik Mouw was caught saying: > > On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > > > I really wanted to release a 2.6.13, but there's been enough changes > > > while we've been waiting for

Re: Linux 2.6.13

2005-08-29 Thread Nigel Cunningham
Hi. On Mon, 2005-08-29 at 22:25, Jörn Engel wrote: > On Mon, 29 August 2005 22:17:30 +1000, Nigel Cunningham wrote: > > On Mon, 2005-08-29 at 20:57, Steven Rostedt wrote: > > > On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: > > > > > > > > > > > Paul Mackerras: > > > > Remove race be

Re: Linux 2.6.13

2005-08-29 Thread Jörn Engel
On Mon, 29 August 2005 22:17:30 +1000, Nigel Cunningham wrote: > On Mon, 2005-08-29 at 20:57, Steven Rostedt wrote: > > On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: > > > > > > > > Paul Mackerras: > > > Remove race between con_open and con_close > > > > Hey, I'm the first to report

Re: Linux 2.6.13

2005-08-29 Thread Nigel Cunningham
Hi. I have a couple of reports of powering off being broken between 2.6.13-rc7 and 2.6.13 :( (One my computer and one a Suspend2 user). I'll happily test patches. Regards, Nigel -- Evolution. Enumerate the requirements. Consider the interdependencies. Calculate the probabilities. - To unsubscr

Re: Linux 2.6.13

2005-08-29 Thread Nigel Cunningham
Hi. On Mon, 2005-08-29 at 20:57, Steven Rostedt wrote: > On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: > > > > > Paul Mackerras: > > Remove race between con_open and con_close > > Hey, I'm the first to report this with the fix and Paul gets the credit? > I guess I'll crawl back to

Re: Linux 2.6.13

2005-08-29 Thread Steven Rostedt
On Sun, 2005-08-28 at 17:17 -0700, Linus Torvalds wrote: > > Paul Mackerras: > Remove race between con_open and con_close Hey, I'm the first to report this with the fix and Paul gets the credit? I guess I'll crawl back to my little world (RT) where they actually appreciate me. :-( ;-) -- St

Re: Linux 2.6.13

2005-08-28 Thread Linus Torvalds
On Mon, 29 Aug 2005, Jerome Pinot wrote: > > Using git in the linus tree: > $ git-whatchanged v2.6.12..v2.6.13 --pretty=full It's really much nicer to just do git log --no-merges v2.6.12..v2.6.13 which gives you a much more readable result. git-whatchanged is useful if you also want

Re: Linux 2.6.13

2005-08-28 Thread Linus Torvalds
On Mon, 29 Aug 2005, Jesper Juhl wrote: > > http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.13 seems to > be the 2.6.13-rc7 -> 2.6.13 final ChangeLog. Any chance we could get > the full 2.6.12 -> 2.6.13 ChangeLog up there? Done. (Well, it's going to take a while to mirror out). That'

Re: Linux 2.6.13

2005-08-28 Thread Jerome Pinot
>On 8/29/05, Linus Torvalds <...> wrote: >> >> There it is. >> >http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.13 seems to >be the 2.6.13-rc7 -> 2.6.13 final ChangeLog. Any chance we could get >the full 2.6.12 -> 2.6.13 ChangeLog up there? Using git in the linus tree: $ git-whatchange

Re: Linux 2.6.13

2005-08-28 Thread Jesper Juhl
On 8/29/05, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > There it is. > http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.13 seems to be the 2.6.13-rc7 -> 2.6.13 final ChangeLog. Any chance we could get the full 2.6.12 -> 2.6.13 ChangeLog up there? -- Jesper Juhl <[EMAIL PROTECTED]> Do

Re: Linux-2.6.13-rc7

2005-08-27 Thread Danny ter Haar
I hate responding to myself but it's necessary: >RC7-GIT7 barfed on me after some 20 hours: complete serial console message before it reset is on: http://newsgate.newsserver.nl/kernel/ as is config-file. Hardware: AMD64 running pure-64 debian ony tyan motherboard with opteron 250 cpu

Re: Linux-2.6.13-rc7

2005-08-27 Thread Danny ter Haar
>I Wrote: >After 53 hours and 31 minutes it crashed. >dth pts/1zaphod.dth.net Wed Aug 24 09:54 - crash (2+05:31) >reboot system boot 2.6.13-rc7 Wed Aug 24 09:51 (2+05:41) > >Prior to this kernel it had been running 2.6.12-mm1 without problems: >reboot system boot

Re: Linux-2.6.13-rc7

2005-08-26 Thread Deepak Saxena
On Aug 25 2005, at 16:04, Erik Mouw was caught saying: > On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > > I really wanted to release a 2.6.13, but there's been enough changes > > while we've been waiting for other issues to resolve that I think it's > > best to do a -rc7 first

Re: Linux-2.6.13-rc7

2005-08-26 Thread Mitchell Blank Jr
Richard Henderson wrote: > Because I use "extern inline" in the proper way. That is, I have both > inline and out-of-line versions of some routines. Is there any reason not to just make the out-of-line version explicit? i.e.: /* in some .h file: */ static /*(always!)*/inline int

Re: Linux-2.6.13-rc7

2005-08-26 Thread Masoud Sharbiani
Hello, It crashes for me right off the bat: Here is the kernel output: --- Filesystem type is ext2fs, partition type 0x83 kernel /boot/vmlinuz-2.6.13-rc7-git1 root=/dev/hda3 ro console=ttyS0,115200n8 CONSOLE=/dev/ttyS0 [Linux-bzImage, setup=0x1200, size=0x1fe4fa] savedefault boot Linux vers

Re: Linux-2.6.13-rc7

2005-08-26 Thread Danny ter Haar
Danny ter Haar <[EMAIL PROTECTED]> wrote: >Of course it will probably reboot just after sending this message. Me and my big mouth... If there is a god he is making fun of me right now ;-) After 53 hours and 31 minutes it crashed. dth pts/1zaphod.dth.net Wed Aug 24 09:54 - crash (2+

Re: Linux-2.6.13-rc7

2005-08-26 Thread Danny ter Haar
Linus Torvalds <[EMAIL PROTECTED]> wrote: > I really wanted to release a 2.6.13, but there's been enough changes >while we've been waiting for other issues to resolve that I think it's >best to do a -rc7 first. > >Most of the -rc7 changes are pretty trivial, either one-liners or >affecting some

Re: Linux-2.6.13-rc7

2005-08-25 Thread Antonino A. Daplas
Sorry. Here's the start of the thread. Tony On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: > Antonino A. Daplas: > intelfb/fbdev: Save info->flags in a local variable > Sylvain Meyer: > intelfb: Do not ioremap entire graphics aperture One of these chan

Re: Linux-2.6.13-rc7

2005-08-25 Thread Al Viro
On Thu, Aug 25, 2005 at 03:16:49PM -0700, Richard Henderson wrote: > On Thu, Aug 25, 2005 at 08:07:55PM +0100, Al Viro wrote: > > IMO that's a question to rth: why do we really need to block always_inline > > on alpha? > > Because I use "extern inline" in the proper way. That is, I have both > in

Re: Linux-2.6.13-rc7

2005-08-25 Thread Richard Henderson
On Thu, Aug 25, 2005 at 08:07:55PM +0100, Al Viro wrote: > IMO that's a question to rth: why do we really need to block always_inline > on alpha? Because I use "extern inline" in the proper way. That is, I have both inline and out-of-line versions of some routines. These routines have their addr

Re: Linux-2.6.13-rc7

2005-08-25 Thread Al Viro
On Thu, Aug 25, 2005 at 11:27:32AM +0400, Alexey Dobriyan wrote: > Mine is alpha-unknown-linux-gnu-gcc (GCC) 3.4.4 (Gentoo 3.4.4) > > > Which place triggers it in your build? > > net/ipv4/route.c:3152, call to rt_hash_lock_init(). > > >From preprocessed source (reformatted): > --

Re: Linux-2.6.13-rc7

2005-08-25 Thread Sylvain Meyer
Sorry but could you re-explain me the problem. Tony, you've only CC'ed me the end of the story. Just a correction the options are video=intelfb:accel=0,hwcursor=0 with = and not : Regards Sylvain Sebastian Kaergel a écrit: On Fri, 26 Aug 2005 00:23:40 +0800 "Antonino A. Daplas" <[

Re: Linux-2.6.13-rc7

2005-08-25 Thread Antonino A. Daplas
Sebastian Kaergel wrote: On Fri, 26 Aug 2005 00:23:40 +0800 "Antonino A. Daplas" <[EMAIL PROTECTED]> wrote: Sebastian Kaergel wrote: On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: Sylvain Meyer: intelfb: Do not ioremap entire graphics aperture Probably

Re: Linux-2.6.13-rc7

2005-08-25 Thread Sebastian Kaergel
On Fri, 26 Aug 2005 00:23:40 +0800 "Antonino A. Daplas" <[EMAIL PROTECTED]> wrote: > Sebastian Kaergel wrote: > > On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) > > Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > >> Sylvain Meyer: > >> intelfb: Do not ioremap entire graphics aperture > > Probably th

Re: Linux-2.6.13-rc7

2005-08-25 Thread Antonino A. Daplas
Sebastian Kaergel wrote: On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: Antonino A. Daplas: intelfb/fbdev: Save info->flags in a local variable Sylvain Meyer: intelfb: Do not ioremap entire graphics aperture Probably this one. If vram is less than stole

Re: Linux-2.6.13-rc7

2005-08-25 Thread Sebastian Kaergel
On Tue, 23 Aug 2005 22:08:13 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: > Antonino A. Daplas: > intelfb/fbdev: Save info->flags in a local variable > Sylvain Meyer: > intelfb: Do not ioremap entire graphics aperture One of these changes broke intelfb. The same .config from 2.6.13-r

Re: Linux-2.6.13-rc7

2005-08-25 Thread Geert Uytterhoeven
On Thu, 25 Aug 2005, Al Viro wrote: > On Thu, Aug 25, 2005 at 09:59:05AM -0400, Sam Creasey wrote: > > I have been a little out of it for a while on the sun3 stuffs, I'll admit > > (cursed day job), but I really, really intend to get recent 2.6 running > > again. Knowing that the rest of m68k is a

Re: Linux-2.6.13-rc7

2005-08-25 Thread Sam Creasey
On Thu, 25 Aug 2005, Al Viro wrote: > On Thu, Aug 25, 2005 at 09:59:05AM -0400, Sam Creasey wrote: > > > I have been a little out of it for a while on the sun3 stuffs, I'll admit > > (cursed day job), but I really, really intend to get recent 2.6 running > > again. Knowing that the rest of m68k

Re: Linux-2.6.13-rc7

2005-08-25 Thread Al Viro
On Thu, Aug 25, 2005 at 09:59:05AM -0400, Sam Creasey wrote: > I have been a little out of it for a while on the sun3 stuffs, I'll admit > (cursed day job), but I really, really intend to get recent 2.6 running > again. Knowing that the rest of m68k is at least compiling is a good > start point.

Re: Linux-2.6.13-rc7

2005-08-25 Thread Erik Mouw
On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > I really wanted to release a 2.6.13, but there's been enough changes > while we've been waiting for other issues to resolve that I think it's > best to do a -rc7 first. There's something strange going on with either ACPI or cpufr

Re: Linux-2.6.13-rc7

2005-08-25 Thread Sam Creasey
On Thu, 25 Aug 2005, Geert Uytterhoeven wrote: > Can't you use the plain m68k toolchain? I always used a m68k-linux-gcc 3.3.3 > for my uClinux experiments. > > > sun3 is seriously broken and I doubt that we'll see any takers for testing > > 2.6 on those anyway ;-) Hey, I'm writing this on a sun

Re: Linux-2.6.13-rc7

2005-08-25 Thread Geert Uytterhoeven
On Wed, 24 Aug 2005, Al Viro wrote: > It does, no (build) regressions. BTW, tree is not far from allmodconfig > buildable on a bunch of targets now - yesterday pile of fixes was about > half of the set needed for that. Most of the remaining stuff is for > m68k (and applies both to Linus' tree and

Re: Linux-2.6.13-rc7

2005-08-25 Thread Alexey Dobriyan
On Wed, Aug 24, 2005 at 10:38:59PM +0100, Al Viro wrote: > On Thu, Aug 25, 2005 at 12:13:02AM +0400, Alexey Dobriyan wrote: > > On Wed, Aug 24, 2005 at 08:15:44PM +0100, Al Viro wrote: > > > Most of the remaining stuff is for > > > m68k (and applies both to Linus' tree and m68k CVS); I'll send that

Re: Linux-2.6.13-rc7

2005-08-24 Thread Voluspa
root:sleipner:~# modprobe hotkey FATAL: Error inserting hotkey (/lib/modules/2.6.13-rc7/kernel/drivers/acpi/hotkey.ko): No such device Not that I care, but it at least loaded in -rc6 and created the /proc/acpi/hotkey directory with its content. When the revolution comes, the author of acpi-hotke

Re: Linux-2.6.13-rc7 : OK

2005-08-24 Thread Willy TARREAU
Hello, On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > > Hullo. > > I really wanted to release a 2.6.13, but there's been enough changes > while we've been waiting for other issues to resolve that I think it's > best to do a -rc7 first. > > Most of the -rc7 changes are pret

Re: Linux-2.6.13-rc7

2005-08-24 Thread Al Viro
On Thu, Aug 25, 2005 at 12:13:02AM +0400, Alexey Dobriyan wrote: > On Wed, Aug 24, 2005 at 08:15:44PM +0100, Al Viro wrote: > > Most of the remaining stuff is for > > m68k (and applies both to Linus' tree and m68k CVS); I'll send that today > > and if Geert ACKs them, we will be _very_ close to hav

Re: Linux-2.6.13-rc7

2005-08-24 Thread Alexey Dobriyan
On Thu, Aug 25, 2005 at 12:13:02AM +0400, Alexey Dobriyan wrote: > > sh64: need kernel headers that would make glibc happy enough > > to build libc headers for that puppy; > > binutils already compiled. Will drop a line. Or file a bug. :-\ By some miracle gcc is also compiled. As of now (

Re: Linux-2.6.13-rc7

2005-08-24 Thread Alexey Dobriyan
On Wed, Aug 24, 2005 at 08:15:44PM +0100, Al Viro wrote: > Most of the remaining stuff is for > m68k (and applies both to Linus' tree and m68k CVS); I'll send that today > and if Geert ACKs them, we will be _very_ close to having 2.6.13 build > out of the box on the following set: > alpha, Do I un

Re: Linux-2.6.13-rc7

2005-08-24 Thread Al Viro
On Wed, Aug 24, 2005 at 11:43:51AM -0700, Paul Jackson wrote: > Al Viro wrote: > > ... breaks ppc64 since there we have node_to_cpumask() done as inlined > > function, not a macro. So we get __first_cpu(&node_to_cpumask(...),...), > > with obvious consequences. > > I sent a patch for this a few h

Re: Linux-2.6.13-rc7

2005-08-24 Thread Paul Jackson
Al Viro wrote: > ... breaks ppc64 since there we have node_to_cpumask() done as inlined > function, not a macro. So we get __first_cpu(&node_to_cpumask(...),...), > with obvious consequences. I sent a patch for this a few hours ago, thanks to Paul Mackerras's report: [PATCH 2.6.13-rc6] cpu_exc

Re: Linux-2.6.13-rc7

2005-08-24 Thread Dinakar Guniguntala
On Wed, Aug 24, 2005 at 07:43:42AM +0100, Al Viro wrote: > On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > > > cpu_exclusive sched domains on partial nodes temp fix > > ... breaks ppc64 since there we have node_to_cpumask() done as inlined > function, not a macro. So we get _

Re: Linux-2.6.13-rc7

2005-08-23 Thread Al Viro
On Tue, Aug 23, 2005 at 10:08:13PM -0700, Linus Torvalds wrote: > cpu_exclusive sched domains on partial nodes temp fix ... breaks ppc64 since there we have node_to_cpumask() done as inlined function, not a macro. So we get __first_cpu(&node_to_cpumask(...),...), with obvious consequences. Lo

Re: cx88 teletext not yet implemented -was- Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Gene Heskett
On Thursday 11 August 2005 11:38, Michael Krufky wrote: >Gene Heskett wrote: >>I can also report that teletext decoding has ceased to work >>here. But I'm not sure what kernel version killed it. Currently >>running 2.6.13-rc6. But my card is cx88 based, a pcHDTV-3000. But >>attempting to switch

cx88 teletext not yet implemented -was- Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Michael Krufky
Gene Heskett wrote: I can also report that teletext decoding has ceased to work here. But I'm not sure what kernel version killed it. Currently running 2.6.13-rc6. But my card is cx88 based, a pcHDTV-3000. But attempting to switch it on/off doesn't seem to generate any output indicating it f

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Philipp Matthias Hahn
Hello Michael! On Thu, Aug 11, 2005 at 02:37:20PM +0200, [EMAIL PROTECTED] wrote: > >I got the following OOPS from running "alevtd -F -d -v /dev/vbi0" with > >my Siemens-DVB-C on a Dual-i686-600. I'm able to reproduce this even > >running a 2.6.12-rc6 without the nvidia module tainting the kernel.

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Gene Heskett
On Thursday 11 August 2005 08:37, [EMAIL PROTECTED] wrote: >Hello Philipp, > >> I got the following OOPS from running "alevtd -F -d -v /dev/vbi0" >> with my Siemens-DVB-C on a Dual-i686-600. I'm able to reproduce >> this even running a 2.6.12-rc6 without the nvidia module tainting >> the kernel. >

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread hunold
Hello Philipp, I got the following OOPS from running "alevtd -F -d -v /dev/vbi0" with my Siemens-DVB-C on a Dual-i686-600. I'm able to reproduce this even running a 2.6.12-rc6 without the nvidia module tainting the kernel. So you're using the analog tuner of the card to watch analog cable tv a

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Johannes Stezenbach
On Thu, Aug 11, 2005 Philipp Matthias Hahn wrote: > PS: MAINTAINTER lists http://linuxtv.org/developer/dvb.xml which is > dead. Thanks for reporting. --- Fix DVB URL. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Index: linux-2.6.13-rc6/MAINTAINERS =

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread Philipp Matthias Hahn
Hello! On Sun, Aug 07, 2005 at 11:47:53AM -0700, Linus Torvalds wrote: > Apart from some reverts and the aic7xxx performance regression fix, > there's arm and ppc updates, and some PCI resource allocation updates that > hopefully will reduce the number of machines (especially laptopns) that > have

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread Philipp Matthias Hahn
Hello! On Sun, Aug 07, 2005 at 11:47:53AM -0700, Linus Torvalds wrote: > James and gang found the aic7xxx slowdown that happened after 2.6.12, and > we'd like to get particular testing that it's fixed, so if you have a > relevant machine, please do test this. I just tried 2.6.13-rc6 after my la

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread John Stoffel
Hi James, Dropped back to 2.6.11.1 and it hung again. I was able to get the drive back by power cycling it and then doing the scsiadd to drop and re-add the drive. I then used the bacula 'btape' tool to run some tests. It seems to be just fine with regular files, but when it hit EOM, all hell

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread John Stoffel
James> Well, I suspect the tape is hanging the bus, from which no card James> can recover. Blech, not going to be fun to fix this sucker. James> Just to test this, can you try sending a bus reset with sgutils (from James> the debain package sg3-utils): James> sg_reset -b /dev/sg3 James> Then r

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread James Bottomley
On Wed, 2005-08-10 at 11:28 -0400, John Stoffel wrote: > Is there any more info I can provide here for you? dmesg output? > Here's the latest output from dmesg with the lockup of the drive, > which takes a power cycle to clear now. Well, I suspect the tape is hanging the bus, from which no card c

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-10 Thread John Stoffel
Hi James, As a test, I dropped back to 2.6.12.1 and the drive hung again last night while trying to do backups, so I suspect that I might have controller or tape drive problems of some sort. I'll also try to go back to 2.6.12-rc6 as well and see how that works out. My next step is to try and ge

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-09 Thread James Bottomley
On Tue, 2005-08-09 at 16:12 -0400, John Stoffel wrote: > Thank you for looking into this with me, I really appreciate it. I'm > kinda stumped why this suddenly started happening, but it could be > hardware related of course... Well ... there's something going on that your posted dmesg's don't see

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-09 Thread John Stoffel
> "James" == James Bottomley <[EMAIL PROTECTED]> writes: Thank you for looking into this with me, I really appreciate it. I'm kinda stumped why this suddenly started happening, but it could be hardware related of course... James> So basically the problem is on scsi1 with the tape device, whi

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-09 Thread James Bottomley
On Tue, 2005-08-09 at 15:35 -0400, John Stoffel wrote: > Attached devices: > Host: scsi0 Channel: 00 Id: 00 Lun: 00 > Vendor: COMPAQ Model: HC01841729 Rev: 3208 > Type: Direct-AccessANSI SCSI revision: 02 > Host: scsi0 Channel: 00 Id: 01 Lun: 00 > Vendor: COMPAQ

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-09 Thread John Stoffel
Hi Linus & James, I've still got problems under 2.6.13-rc6 with my DLT7000 drive on an AIC7880 builtin controller. Here's the message I got in dmesg. My system is a heavily upgraded Debian/unstable with dual 550mhz Xeon processors and 768mb of RAM, dual SCSI busses. The annoying problem is tha

Re: Linux-2.6.13-rc6: aic7xxx testers please..-deadlock

2005-08-08 Thread Andrew Morton
"art" <[EMAIL PROTECTED]> wrote: > > kernel 2.6.13-rc1-git7 to 2.6.13-rc5 transfer 72MB/s on aha19160 with 15k > rpm seagate with reiserfs3 but possible deadlock in heavy IO - rsync > ~5-small files from /mnt/seagate15k/a to /mnt/seagate15k/b ends in > middle with deadlock of rsync (3 instances

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-08 Thread Jesper Juhl
On Sunday 07 August 2005 20:47, Linus Torvalds wrote: > > James and gang found the aic7xxx slowdown that happened after 2.6.12, and > we'd like to get particular testing that it's fixed, so if you have a > relevant machine, please do test this. > I'm using the aic7xxx driver, and although I ha

Re: Linux-2.6.13-rc6: aic7xxx testers please..-deadlock

2005-08-08 Thread art
kernel 2.6.13-rc1-git7 to 2.6.13-rc5 transfer 72MB/s on aha19160 with 15k rpm seagate with reiserfs3 but possible deadlock in heavy IO - rsync ~5-small files from /mnt/seagate15k/a to /mnt/seagate15k/b ends in middle with deadlock of rsync (3 instances), pdflush, and gam_server all of them i

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-08 Thread Danny ter Haar
Linus Torvalds <[EMAIL PROTECTED]> wrote: >James and gang found the aic7xxx slowdown that happened after 2.6.12, and >we'd like to get particular testing that it's fixed, so if you have a >relevant machine, please do test this. with me, rc6 lasted 18 hours: reboot system boot 2.6.13-rc6

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-08 Thread Theodore Ts'o
On Mon, Aug 08, 2005 at 12:14:43AM +0300, Dumitru Ciobarcianu wrote: > ??n data de Du, 07-08-2005 la 11:47 -0700, Linus Torvalds a scris: > > Luming Yu: > > [ACPI] revert Embedded Controller to polling-mode by default (ala 2.6.12) > > [ACPI] CONFIG_ACPI_HOTKEY is now "n" by default > > IMHO yo

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-08 Thread John Stoffel
Linus> James and gang found the aic7xxx slowdown that happened after Linus> 2.6.12, and we'd like to get particular testing that it's Linus> fixed, so if you have a relevant machine, please do test this. This might explain why my DLT7000 has been dropping off the bus at times and requiring a full

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-07 Thread Dumitru Ciobarcianu
În data de Du, 07-08-2005 la 11:47 -0700, Linus Torvalds a scris: > Luming Yu: > [ACPI] revert Embedded Controller to polling-mode by default (ala 2.6.12) > [ACPI] CONFIG_ACPI_HOTKEY is now "n" by default IMHO you really need then to make acpi_specific_hotkey the default or at least mention it

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-07 Thread Lee Revell
On Sun, 2005-08-07 at 13:50 -0700, Linus Torvalds wrote: > > On Sun, 7 Aug 2005, Lee Revell wrote: > > > > It looks like CONFIG_4KSTACKS has gone away (IOW 8K stacks are no longer > > an option). But now I get this ominous warning when I compile > > ndiswrapper: > > It's still there, and it (st

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-07 Thread Linus Torvalds
On Sun, 7 Aug 2005, Lee Revell wrote: > > It looks like CONFIG_4KSTACKS has gone away (IOW 8K stacks are no longer > an option). But now I get this ominous warning when I compile > ndiswrapper: It's still there, and it (still) depends on DEBUG_KERNEL. Nothing should have changed afaik..

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-07 Thread Lee Revell
On Sun, 2005-08-07 at 11:47 -0700, Linus Torvalds wrote: > James and gang found the aic7xxx slowdown that happened after 2.6.12, and > we'd like to get particular testing that it's fixed, so if you have a > relevant machine, please do test this. > > There are other fixes too, a number of them re

Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-07 Thread Heikki Orsila
Linus Torvalds wrote: > In general, anybody who has reported regressions since 2.6.12, please > re-test with -rc6 and report back > ... > Herbert Xu: > tcp: fix TSO cwnd caching bug The tcp_output panic bug seems to be fixed. I'm referring to: http://lkml.org/lkml/2005/8/7/63 -- Heikki

Re: Linux 2.6.13-rc5 - possible acpi regression?

2005-08-03 Thread Jan De Luyck
On Tuesday 02 August 2005 12:50, Rafael J. Wysocki wrote: > Please try to ad the ec_polling parameter to the kernel command line and > retest. That helps a lot. Thanks, it's back to the 'old way'. Jan -- ...Deep Hack Mode -- that mysterious and frightening state of consciousness where Mortal Use

Re: Linux 2.6.13-rc4 (snd-cs46xx)

2005-08-02 Thread Steven Rostedt
On Tue, 2005-08-02 at 12:13 -0400, Bill Davidsen wrote: > You are hardly the first person to implement the "it doesn't work right, > but it sure is FAST!" algorithm. > I would actually call it the "It works _most_ of the time, and it sure is FAST!" algorithm. It's a step up from what you mentio

Re: Linux 2.6.13-rc4 (snd-cs46xx)

2005-08-02 Thread Bill Davidsen
Steven Rostedt wrote: On Fri, 2005-07-29 at 10:29 -0700, Linus Torvalds wrote: On Fri, 29 Jul 2005, Cal Peake wrote: Thanks Andrew! Indeed your suspicions are correct. Adding in all the debugging moved the problem around, it now shows itself when probing parport. Upon further investigation r

Re: Linux 2.6.13-rc5 - possible acpi regression?

2005-08-02 Thread Rafael J. Wysocki
On Tuesday, 2 of August 2005 08:43, Jan De Luyck wrote: > On Tuesday 02 August 2005 07:07, Linus Torvalds wrote: > > Ok, one more in the series towards final 2.6.13. > > One thing that seems like a regression: doing > > $ cat /proc/acpi/battery/BAT1/info > > causes a two-second pause and then gi

Re: Linux 2.6.13-rc5

2005-08-02 Thread Olaf Hering
On Mon, Aug 01, Linus Torvalds wrote: > Give it a good testing, I'm hoping this can really turn into 2.6.13. aic doesnt work anymore, the poweroff thing should also be fixed in some way. http://marc.theaimsgroup.com/?l=linux-scsi&m=112180348617932&w=2 (google did not find that posting, but it

Re: Linux 2.6.13-rc5 - possible acpi regression?

2005-08-01 Thread Jan De Luyck
On Tuesday 02 August 2005 07:07, Linus Torvalds wrote: > Ok, one more in the series towards final 2.6.13. One thing that seems like a regression: doing $ cat /proc/acpi/battery/BAT1/info causes a two-second pause and then gives me the information, while in 2.6.12.3 that was near-instant. $ dat

Re: Linux 2.6.13-rc5

2005-08-01 Thread Jan De Luyck
On Tuesday 02 August 2005 07:07, Linus Torvalds wrote: > Ok, one more in the series towards final 2.6.13. > > This one is small enough that both shortlog and diffstat fit comfortably: > no big architecture updates or anything like that. Some input, x86-64 and > ppc updates, and various fairly small

Re: Linux 2.6.13-rc4

2005-07-29 Thread Mickey Stein
Cal Peake wrote: On Fri, 29 Jul 2005, Mickey Stein wrote: This is regarding *-rc4 and *-rc4-git1: I slapped together my favorite config and gave it a test run. It had a bit of a problem and ground to a halt after spewing these into the log. If I can find the time tomorrow morning, I'll le

  1   2   >