Re: [PATCH v3] Add TAINT_HARDWARE_UNSUPPORTED flag

From: Alan Cox
Date: Tue Jun 22 2010 - 11:44:35 EST


On Tue, 22 Jun 2010 11:34:57 -0400
Don Zickus <dzickus@xxxxxxxxxx> wrote:

> This patch is similar to Theordore Ts'o's TAINT_USER patch,
> linux-2.6 commit 34f5a39899f3f3e815da64f48ddb72942d86c366.

This seems to have gone backwards

> This patch introduces the TAINT_HARDWARE_UNSUPPORTED flag for distributions
> to use.

As I said before - just mark some as 'reserved'

Giving it a specific meaning means it can't freely be used for many
things by many distributions


> + printk(KERN_CRIT "UNSUPPORTED HARDWARE DEVICE: %s\n", msg);
> + WARN_TAINT(1, TAINT_HARDWARE_UNSUPPORTED,
> + "Your hardware is unsupported. Please do not report "
> + "bugs, panics, oopses, etc., on this hardware.\n");

And as already pointed out it's not unsupported hardware even in the case
you described

NAK
--
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/