Re: [PATCH 1/1] X86, UV: Update UV APIC driver check

From: Mike Travis
Date: Tue Mar 24 2015 - 16:06:08 EST


On 3/23/2015 11:32 PM, Ingo Molnar wrote:
>
> * Mike Travis <travis@xxxxxxx> wrote:
>
>> Fix a bug in the oem check function that determines if the system
>> is a UV system and the BIOS is compatible with the kernel's UV apic
>> driver. This prevents some possibly obscure panics and guards the
>> system against being started on SGI hardware that does not have the
>> required kernel support. [...]
>
> This would be one patch ...
>
>> [...] Also add update for new UV3000 system.
>
> ... and that's a second patch.

The second one is purely cosmetic. The same UV HUB is used for
UV2000 and UV3000 so all this is doing is avoiding confusion when
someone thinks the kernel should be supporting UV3000.

> n
>> The first "OEM" check was also optimized to return faster if the
>> system is not an SGI or UV system.
>
> Looks like this mixes up with the fix and can be part of the first
> patch - although ideally it would have been good to create a 3 patch
> series to preserve the separation of the various changes.

If you think that's necessary, then I can do that. Overall the changes
are very minimal and basically guard against whatever changes will be
in UV4 or possible non-UV SGI systems (using the "SGI" OEM label in BIOS).

>
> Thanks,
>
> Ingo
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/