2.6.13 PowerBook boot hang (was Re: 2.6.13-rc7-git2 crashes on iBook)

2005-08-29 Thread Sean Neakums
Andreas Schwab <[EMAIL PROTECTED]> writes: > The last change to drivers/pci/setup-res.c (Ignore disabled ROM resources > at setup) is breaking radeonfb on iBook G3 (with Radeon Mobility M6 LY). > It crashes in pci_map_rom when called from radeonfb_map_ROM. This is > probably a dormant bug that wa

2.6.12-rc2-mm1: inotify and directory removal

2005-04-06 Thread Sean Neakums
Using your glib sample thingy from http://www.kernel.org/pub/linux/kernel/people/rml/inotify/glib/ $ mkdir snozzberries Event on wd=0: snozzberries, a directory, was created $ rmdir snozzberries Event on wd=0: snozzberries, a directory, was deleted $ mkdir snozzberries Event on wd=0:

PCMCIA Oops (was Re: 2.6.12-rc1-mm3)

2005-03-26 Thread Sean Neakums
On a PowerBook5.4 I get the below when I insert the PCMCIA card or boot with it inserted; however, if I boot with no card inserted, sleep-resume and insert the card it works fine. Similar with 2.6.12-rc1-mm1; not sure why I didn't notice until now, since I happily used it for six days or so, PCMCI

Re: 2.6.11-mm4

2005-03-16 Thread Sean Neakums
Andrew Morton <[EMAIL PROTECTED]> writes: > Yes, the pmac cpufreq Kconfig dependencies are being troublesome. > > Roman sent this to Ben and I overnight: > > > From: Roman Zippel <[EMAIL PROTECTED]> > > This completes the Kconfig cleanup for all other archs. CPU_FREQ_TABLE was > moved to drivers/

Re: 2.6.11-mm4

2005-03-16 Thread Sean Neakums
Fails to build here: arch/ppc/platforms/built-in.o(.pmac.text+0x6828): In function `flush_disable_caches': : undefined reference to `cpufreq_frequency_table_verify' arch/ppc/platforms/built-in.o(.pmac.text+0x6868): In function `flush_disable_caches': : undefined reference to `cpufreq_fre

Re: 2.6.11-mm3: machine check on sleep, PowerBook5.4

2005-03-13 Thread Sean Neakums
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > On Sun, 2005-03-13 at 19:07 +0000, Sean Neakums wrote: >> Sean Neakums <[EMAIL PROTECTED]> writes: >> >> > Both patches give me a successful sleep, although I had to alter the >> > second to not

Re: 2.6.11-mm3: machine check on sleep, PowerBook5.4

2005-03-13 Thread Sean Neakums
Sean Neakums <[EMAIL PROTECTED]> writes: > Both patches give me a successful sleep, although I had to alter the > second to not #if 0 core99_ata100_enable -- there's another call to > that function in pmac_feature.c's set_initial_features(). > > I will try to gathe

Re: 2.6.11-mm3: machine check on sleep, PowerBook5.4

2005-03-13 Thread Sean Neakums
Both patches give me a successful sleep, although I had to alter the second to not #if 0 core99_ata100_enable -- there's another call to that function in pmac_feature.c's set_initial_features(). I will try to gather some power numbers. -- Dag vijandelijk luchtschip de huismeester is dood - To un

Re: DRI breakage, 2.6.11-mm[123]

2005-03-13 Thread Sean Neakums
Dave Jones <[EMAIL PROTECTED]> writes: > On Sun, Mar 13, 2005 at 10:13:49AM +1100, Dave Airlie wrote: > > On Sat, 12 Mar 2005 19:29:20 +0000, Sean Neakums <[EMAIL PROTECTED]> wrote: > > > Sean Neakums <[EMAIL PROTECTED]> writes: > > > > >

2.6.11-mm3: machine check on sleep, PowerBook5.4

2005-03-13 Thread Sean Neakums
Machine check in kernel mode. Caused by (from SRR1=149030): Transfer error ack signal Oops: machine check, sig: 7 [#1] TASK = etc. 'pmud' etc. (for registers and such, see: http://flynn.zork.net/~sneakums/pmac-machine-check-on-sleep-2611mm3.jpeg ) Call trace: pmac_ide_pci_suspend pci_device_susp

Re: DRI breakage, 2.6.11-mm[123]

2005-03-12 Thread Sean Neakums
Sean Neakums <[EMAIL PROTECTED]> writes: > The following happens with 2.6.11-mm[123]. (I didn't have time to > investigate earlier; sorry.) It does not happen with 2.6.11-rc3-mm2 > and 2.6.11. I have tested 2.6.11-mm3 with dri disabled (by not > loading X's dri

DRI breakage, 2.6.11-mm[123]

2005-03-12 Thread Sean Neakums
The following happens with 2.6.11-mm[123]. (I didn't have time to investigate earlier; sorry.) It does not happen with 2.6.11-rc3-mm2 and 2.6.11. I have tested 2.6.11-mm3 with dri disabled (by not loading X's dri module) and it also does not happen then. When I start X, I get a screen full of w

Re: rmmod while module is in use

2005-02-17 Thread Sean Neakums
Davide Rossetti <[EMAIL PROTECTED]> writes: > maybe RTFM... > a module: > - char device driver for.. > - a PCI device Setting the 'owner' field of your char device's file_operations structure to THIS_MODULE should be sufficient to enable the kernel to manage the reference count for you. This is

Re: 2.6.11-rc3-mm1

2005-02-05 Thread Sean Neakums
Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> writes: > On Sat, 05 Feb 2005 11:16:49 +1100, Benjamin Herrenschmidt > <[EMAIL PROTECTED]> wrote: >> >> > I tried it two or three times, same result each time. I'll give it a >> > lash with USB disabled. >> >> Also, can you try editing arch/ppc/sysl

Re: 2.6.11-rc3-mm1

2005-02-04 Thread Sean Neakums
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > On Fri, 2005-02-04 at 22:17 +0000, Sean Neakums wrote: >> I gave this a crack on the PowerBook5.4 -- somewhat more successful >> than 2.6.11-rc2-mm2. It boots, radeonfb works and X starts. However, >> suspend se

Re: 2.6.11-rc3-mm1

2005-02-04 Thread Sean Neakums
I gave this a crack on the PowerBook5.4 -- somewhat more successful than 2.6.11-rc2-mm2. It boots, radeonfb works and X starts. However, suspend seems a tad faster than usual, and resume stops after setting the hard disk's DMA mode, although the log below made it to disk. eth0: suspending, Wak

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Sean Neakums
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > On Sat, 2005-01-29 at 16:31 -0800, Andrew Morton wrote: >> help! >> >> Begin forwarded message: >> >> Date: Sat, 29 Jan 2005 23:56:23 + >> From: Sean Neakums <[EMAIL PROTECTED]> >>

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Sean Neakums
Sean Neakums <[EMAIL PROTECTED]> writes: > On a PowerBook (PowerBook5.4), when snd_powermac is modprobed during > the boot, I get the following. After similar messages for a few more > modules, the machine seems wedged. Brice Goglin's patch fixes this. However, when I mod

Re: 2.6.11-rc2-mm2

2005-01-29 Thread Sean Neakums
On a PowerBook (PowerBook5.4), when snd_powermac is modprobed during the boot, I get the following. After similar messages for a few more modules, the machine seems wedged. Reversed bk-driver-core.patch and rebuilt, same result. kobject_register failed for snd_page_alloc (-17) Call Trace: dum

[PATCH] sunrpc: clarify the source of some messages

2005-01-15 Thread Sean Neakums
Sometimes cl_protname is "portmap", which can make it seem as if the userspace portmapper is complaining, when in fact it is sunrpc that is complaining. The second hunk also adds a missing printk level. Against 2.6.11-rc1. diff -urN --exclude '*~' S11-rc1/net/sunrpc/clnt.c S11-rc1~sunrpc/net/su