2003-08-08 20:50:32

by Marcelo Tosatti

[permalink] [raw]
Subject: Linux 2.4.22-rc2


Hi,

Here goes release candidate 2.

It contains yet another bunch of important fixes, detailed below.

Nice weekend for all of you!


Summary of changes from v2.4.22-rc1 to v2.4.22-rc2
============================================

<bjorn.helgaas:hp.com>:
o HP ZX1 PCI ID update

<khali:linux-fr.org>:
o i2c-dev ioctl fixes

<marcelo:logos.cnet>:
o ide.c: Keep hwif->hold flag needed by powermac mbay driver
o Changed EXTRAVERSION to -rc2

<robn:verdi.et.tudelft.nl>:
o Do not update fifo timestamps on readonly fses

Alan Cox:
o ide makefile
o Promise cable
o Fix the siimage dma setup bug
o via ide fix timing bug (as already done in 2.6.0-test)
o fix bracketing in ti113x pcmcia header
o remove bogus printk that can spam the logs
o zero padding in struct on stack
o get quota version
o Avoid i810 ICH crashes with MMIO only

Andrew Morton:
o ext3_read_inode() race fix

Herbert Xu:
o Fix steal_locks race

Ivan Kokshaysky:
o alpha: shutdown/reboot fix (Jay Estabrook, me)

Marc-Christian Petersen:
o Intel ICH5 PCI IDs

Oleg Drokin:
o reiserfs: fix some issues with extended inode attributes





2003-08-11 15:44:59

by Willy Tarreau

[permalink] [raw]
Subject: Re: Linux 2.4.22-rc2 : ACPI warning ?

On Fri, Aug 08, 2003 at 05:53:24PM -0300, Marcelo Tosatti wrote:
>
> Hi,
>
> Here goes release candidate 2.
>
> It contains yet another bunch of important fixes, detailed below.

Hi Marcelo,

-rc2 seems really fine to me.

But I noticed a strange message at boot time during the PCI IRQ routing through
ACPI, and I'm not sure whether it's an info, a warning or an error :

ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: System [ACPI] (supports S0 S3 S4 S5)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
Disabling VIA memory write queue (PCI ID 0305, rev 03): [55] 8d & 1f -> 0d
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *9 10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12)
ACPI: Embedded Controller [EC0] (gpe 1)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PPB_._PRT]
ACPI: Power Resource [PCR0] (off)
ACPI: Power Resource [PCR1] (off)
schedule_task(): keventd has not started
^^^^^^^^^^^^^^^^
=> this one !!

PCI: Probing PCI hardware
PCI: Using ACPI for IRQ routing

And here is the portion of .config related to ACPI. I can send the whole
config too, but that doesn't seem useful to me to pollute LKML for the rest...

# CONFIG_HOTPLUG_PCI_ACPI is not set
# ACPI Support
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_RELAXED_AML=y

Cheers,
Willy

2003-08-11 21:09:30

by Jens Benecke

[permalink] [raw]
Subject: Re: Linux 2.4.22-rc2

Marcelo Tosatti wrote:

> Here goes release candidate 2.
> It contains yet another bunch of important fixes, detailed below.
> Nice weekend for all of you!

I'm having problems. had them with -pre10 as well, posted here, but th=
ey
somehow didn't appear in the list.

Here's the short story: No network (3c509) because the card gets IRQ 22=
(or
something) and doesn't like it, no USB, no firewire, no X11 (yeah, shou=
ld
have recompiled the NVIDIA drivers, duh), and a total crash on shutdown=

2003-08-11 22:18:33

by Gerardo Exequiel Pozzi

[permalink] [raw]
Subject: Re: Linux 2.4.22-rc2

On Mon, 11 Aug 2003 22:57:21 +0200, Jens Benecke wrote:
>Marcelo Tosatti wrote:
>
>> Here goes release candidate 2.
>> It contains yet another bunch of important fixes, detailed below.
>> Nice weekend for all of you!
>
>I'm having problems. had them with -pre10 as well, posted here, but
>th= ey
>somehow didn't appear in the list.
>
>Here's the short story: No network (3c509) because the card gets IRQ
>22=
> (or
>something) and doesn't like it, no USB, no firewire, no X11 (yeah,
>shou= ld
>have recompiled the NVIDIA drivers, duh), and a total crash on
>shutdown=-
>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-info.html
>Please read the FAQ at http://www.tux.org/lkml/

try with option "noapic" at boot time.

chau,
djgera


--
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D

2003-08-12 16:41:14

by Jens Benecke

[permalink] [raw]
Subject: Re: Linux 2.4.22-rc2

Gerardo Exequiel Pozzi wrote:

> On Mon, 11 Aug 2003 22:57:21 +0200, Jens Benecke wrote:
>>Marcelo Tosatti wrote:
>>
>>> Here goes release candidate 2.
>>> It contains yet another bunch of important fixes, detailed below.
>>> Nice weekend for all of you!
>>
>>I'm having problems. had them with -pre10 as well, posted here, but
>>they somehow didn't appear in the list.
>>Here's the short story: No network (3c509) because the card gets IRQ
>>22 (or something) and doesn't like it, no USB, no firewire, no X11
>>(yeah, should have recompiled the NVIDIA drivers, duh), and a total
>>crash on shutdown in "rmmod" ("kernel BUG in spinlock.h:133, Aiee,
>>killing interrupt handler")
>
> try with option "noapic" at boot time.

I did, this causes "APIC error on CPU0:40" or something (this wasn't
syslogged and I don't remember exactly).

Does that help?


--
Jens Benecke