Re: [PATCH 1/1 v2 ] ipmi: Setting OS name as Linux in BMC

From: Andi Kleen
Date: Thu Jun 28 2012 - 20:01:52 EST


<Srinivas_G_Gowda@xxxxxxxx> writes:
> +
> + data[0] = param_select;
> + data[1] = set_selector;
> + data[2] = string_encode;
> + data[3] = str_len;
> + data[4] = 'L';
> + data[5] = 'i';
> + data[6] = 'n';
> + data[7] = 'u';
> + data[8] = 'x';

Not sure that's all that useful. I can just see BMC's making the ACPI
mistake of trying to work around specific issues, by checking for
Linux.

But since there are so many different Linux that will never work
because "Linux" does not describe a fixed release or code base.

Probably dangerous.

-Andi


--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only
--
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/