• Dominik Brodowski's avatar
    [PATCH] resolve ACPI lockup · cc6baa4f
    Dominik Brodowski authored
    A much needed (and widely tested) ACPI bugfix for kernel 2.5.28:
    An u8 was casted into an u32, then all 32 bits were zeroed. This can cause
    other values, e.g. "unsigned long flags" to be corrupted. When these
    flags==0 are "restored", the system locks hard.
    cc6baa4f
ec.c 18.8 KB