Re: [ACPI] Re: [PATCH] Linux 2.6-pre-mm2 Fix crash on boot on ASUS L3800C if enabing APIC => add this machine to DMI black list

From: Eric Valette (eric.valette_at_free.fr)
Date: 07/21/03

  • Next message: Ramón Rey VicenteQ=AE=A0=92?=: "[2.6.0-test1] Unable to handle kernel NULL pointer dereference at virtual address 00000324"
    Date:	Mon, 21 Jul 2003 17:59:42 +0200
    To: eric.valette@free.fr
    
    

    >>The following patch integrated in 2.5.74,
    >>
    >><http://lists.insecure.org/lists/linux-kernel/2003/Jun/5840.html>
    >>
    >>really enables the APIC even if BIOS disabled it. Unfortunately,
    >>enabling APIC really does not seem to work on this ASUS laptop and ACPI
    >>(which is mandatory) crash the kernel in ACPI code at boot time while
    >>"Executing all Devices _STA and_INIT methods"
    >>
    >>Unless someones find a bug in ACPI code related to APIC management, It
    >>is safer to add this machine in the DMI black list (along with DELL,
    >>IBM, ...).
    >>
    >>So, as suggested by the author of the problematic change, I added and
    >>entry in the DMI black list. But my guess is that most laptop will soon
    >>be present in this list....
    >
    > At least two P4 laptops are known to require the 2.5.74 patch, and
    > they do work with the local APIC.

    After a second though I think this kind of justification is not
    appropriate :
            - If we play this game of counting the machines that works with your
    patch and the machines that breaks, we may end up removing this patch as
    I have seen other with other laptop model also failing while executing
    the _STA and _INI initialization...
            - Anyway, there are already 3 machines in the black list includings two
    very popular old dells...

    > - in what way is ACPI mandatory? does it fail to boot, or does it
    > just lose some specific feature? If you just want suspend support,
    > try APM if the machine has it

    Come on, APM is a thing from the past and any recent laptop does not
    even care of supporting it now that Windows XP is bundled... And in any
    case it is not supported by this particular machine...

    > A question for the ACPI people:
    > - Does the Linux kernel ACPI code ever transfer control to BIOS,
    > explicitly or implicitly via SMIs triggered by the interpreter?
    > If you do transfer control, do you disable interrupts and/or
    > the interrupt controllers before transferring control?

    While I tried to read the ACPI specs for the fisrt time this morning
    searching for the meaning of _STA and _INI (and found the section
    related to INI rather unclear) I suspect the _INI is just dedicated to
    that purpose for escaping from legacy mode. But frankly, I got lost in
    the code trying to see when and how the function is really called... I
    would really like to have some help from ACPI development team on this
    one...

    But if a BIOS function is called and the BIOS expects the APIC disabled,
    I would not blame BIOS writer if calling the function fails... So either
    the APIC should be disabled again or the ACPI initialisation should be
    done before turning the APIC on. But I have no idea about feasability...

    > Entering BIOS with the local APIC live, in particular the timer,
    > is a known hang-generator with APM.

    My experienec 6 years ago writing a floppy network boot loader (in 32
    bit mode with a BIOS trampoline) is that this is not sufficient : before
    calling the BIOS, you should also restore the interrupt controller
    status in the legacy mode you got when entering (e.g 8259 programmation
    and especially PIC masks or any other legacy emultation). While this is
    not required on many machines, on some machines others, the bootloader
    just do not work without...

    -- 
        __
       /  `                   	Eric Valette
      /--   __  o _.          	6 rue Paul Le Flem
    (___, / (_(_(__         	35740 Pace
    Tel: +33 (0)2 99 85 26 76	Fax: +33 (0)2 99 85 26 76
    E-mail: eric.valette@free.fr
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Ramón Rey VicenteQ=AE=A0=92?=: "[2.6.0-test1] Unable to handle kernel NULL pointer dereference at virtual address 00000324"

    Relevant Pages


    Loading