Re: 2.6.11-rc2-mm1 strange messages

2005-02-25 Thread Norbert Preining
On Fre, 25 Feb 2005, Andrew Morton wrote: > Doh. This works. True. Thanks. Best wishes Norbert --- Norbert Preining Università di Siena sip:[EMAIL PROTECTED] +43 (0) 59966-

Re: 2.6.11-rc2-mm1 strange messages

2005-02-25 Thread Andrew Morton
Norbert Preining <[EMAIL PROTECTED]> wrote: > > On Don, 24 Feb 2005, Andrew Morton wrote: > > Norbert, does this make the warnings go away? > > Unfortunately no, still the very same error. Doh. This works. --- 25/arch/i386/mm/ioremap.c~iounmap-isa-special-case 2005-02-25 01:38:51.

Re: 2.6.11-rc2-mm1 strange messages

2005-02-25 Thread Norbert Preining
On Don, 24 Feb 2005, Andrew Morton wrote: > Norbert, does this make the warnings go away? Unfortunately no, still the very same error. I checked double, the patch is in and new compiled and new booted kernel! Best wishes Norbert

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Andrew Morton
Linus Torvalds <[EMAIL PROTECTED]> wrote: > > On Thu, 24 Feb 2005, Andrew Morton wrote: > > > > Although a better fix might be to make __iounmap() behave symmetrically: > > > >if ((long)addr >= phys_to_virt(0xA) && > >(long)addr < phys_to_virt(0x10)) > >

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Linus Torvalds
On Thu, 24 Feb 2005, Andrew Morton wrote: > > Although a better fix might be to make __iounmap() behave symmetrically: > > if ((long)addr >= phys_to_virt(0xA) && > (long)addr < phys_to_virt(0x10)) > return; > > but that's not quite right, becau

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Andrew Morton
Norbert Preining <[EMAIL PROTECTED]> wrote: > > On Don, 24 Feb 2005, Andrew Morton wrote: > > What does the stack backtrace from iounmap-debugging.patch say? > > iounmap: bad address c00fffd9 > [] trap_init+0x30/0x190 > [] start_kernel+0x47/0x1c0 ah hah. trap_init() does: void __iomem

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Norbert Preining
On Don, 24 Feb 2005, Andrew Morton wrote: > What does the stack backtrace from iounmap-debugging.patch say? iounmap: bad address c00fffd9 [] trap_init+0x30/0x190 [] start_kernel+0x47/0x1c0 Best wishes Norbert --- Nor

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Andrew Morton
Norbert Preining <[EMAIL PROTECTED]> wrote: > > On Die, 25 Jan 2005, Andrew Morton wrote: > > Norbert Preining <[EMAIL PROTECTED]> wrote: > > > > > > ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x010e) @ 0x > > > Built 1 zonelists > > > __iounmap: bad address c00fffd9 > >

Re: 2.6.11-rc2-mm1 strange messages

2005-02-24 Thread Norbert Preining
Hi Andrew! On Die, 25 Jan 2005, Andrew Morton wrote: > Norbert Preining <[EMAIL PROTECTED]> wrote: > > > > ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x010e) @ 0x > > Built 1 zonelists > > __iounmap: bad address c00fffd9 I still have this with 2.6.11-rc4-mm1 and the patch you

Re: 2.6.11-rc2-mm1 strange messages

2005-01-27 Thread Norbert Preining
Hi all! I used the patch by Joe and got: Built 1 zonelists iounmap: bad address c00fffd9 [] trap_init+0x30/0x190 [] start_kernel+0x47/0x1c0 Local APIC disabled by BIOS -- you can enable it with "lapic" On Mit, 26 Jan 2005, Len Brown wrote: > Better yet, can you please add this? > > http://lk

Re: 2.6.11-rc2-mm1 strange messages

2005-01-26 Thread Norbert Preining
On Mit, 26 Jan 2005, Len Brown wrote: > > Can you please add this? > > > > --- 25/arch/i386/mm/ioremap.c~iounmap-debugging 2005-01-25 > > 10:26:29.448809152 -0800 > > +++ 25-akpm/arch/i386/mm/ioremap.c 2005-01-25 10:27:07.054092280 > > -0800 > > @@ -233,7 +233,8 @@ void iounmap(volatile void

Re: 2.6.11-rc2-mm1 strange messages

2005-01-26 Thread Len Brown
On Tue, 2005-01-25 at 13:28, Andrew Morton wrote: > Norbert Preining <[EMAIL PROTECTED]> wrote: > > > > ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x010e) @ > 0x > > Built 1 zonelists > > __iounmap: bad address c00fffd9 > > Can you please add this? > > --- 25/arch/i386/mm/iore

Re: 2.6.11-rc2-mm1 strange messages

2005-01-25 Thread Andrew Morton
Norbert Preining <[EMAIL PROTECTED]> wrote: > > ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x010e) @ 0x > Built 1 zonelists > __iounmap: bad address c00fffd9 Can you please add this? --- 25/arch/i386/mm/ioremap.c~iounmap-debugging 2005-01-25 10:26:29.448809152 -0800 +++ 25-ak

2.6.11-rc2-mm1 strange messages

2005-01-25 Thread Norbert Preining
Hi Andrew! After fixing the agpgart (fix by dj) 2.6.11-rc2-mm1 boots and runs wiht X on my Acer TM654LCi, radeon M7. But I found the following strange stuff in my dmesg: . __iounmap: ACPI: DSDT (v001 ACER IBIS 0x20020930 MSFT 0x010e) @ 0x Built 1 zonelists __iounma