public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* what is the rationale for "TAINT_USER"?
@ 2007-10-12 12:04 Robert P. J. Day
  2007-10-12 12:18 ` Robert P. J. Day
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Robert P. J. Day @ 2007-10-12 12:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  i can see what the theoretical purpose for it is here:

http://kerneltrap.org/node/6656

but it's not clear how it can possibly be set from userland given
that:

$ grep -r TAINT_USER *
include/linux/kernel.h:#define TAINT_USER                       (1<<6)
kernel/panic.c:                 tainted & TAINT_USER ? 'U' : ' ',
$

  am i missing something screamingly obvious?

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-12 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-12 12:04 what is the rationale for "TAINT_USER"? Robert P. J. Day
2007-10-12 12:18 ` Robert P. J. Day
2007-10-12 12:27 ` Björn Steinbrink
2007-10-12 12:37   ` Robert P. J. Day
2007-10-12 12:48     ` Björn Steinbrink
2007-10-12 12:30 ` Nadia Derbey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox