Re: CONFIG_MARKERS

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Frank Ch. Eigler <fche@...>
Cc: Jon Masters <jcm@...>, Linux Kernel Mailing List <linux-kernel@...>, Rusty Russell <rusty@...>, Christoph Hellwig <hch@...>, Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Date: Wednesday, January 23, 2008 - 10:48 am

* Frank Ch. Eigler (fche@redhat.com) wrote:

I guess that for this one I could have a :

if (!mod->taints & TAINT_FORCED_MODULE)
 ...



This specific one is a kernel policy matter, and I personally don't
have a strong opinion about it. I agree that you raise a good counter
argument : it can be useful to proprietary modules users to be able to
extract tracing information from those modules to argue with their
vendors that their driver/hardware is broken (a tracer is _very_ useful
in that kind of situation). However, it is also useful to proprieraty
module writers who can benefit from the merged kernel/modules traces.
Do we want to give them this ability ? It would surely help writing
better proprieraty kernel modules. Do we want this, or rather prefer to
put more pressure on them so they open their code ?

I will let others fight in the mud on this one. :)

for this one, we could add, instead :

if (!mod->taints & (TAINT_FORCED_MODULE | TAINT_PROPRIETARY_MODULE))

Mathieu


-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
CONFIG_MARKERS, Jon Masters, (Tue Jan 22, 3:13 pm)
Re: CONFIG_MARKERS, Frank Ch. Eigler, (Tue Jan 22, 11:00 pm)
Re: CONFIG_MARKERS, Mathieu Desnoyers, (Tue Jan 22, 11:10 pm)
Re: CONFIG_MARKERS, Jon Masters, (Wed Jan 23, 12:17 am)
Re: CONFIG_MARKERS, Frank Ch. Eigler, (Wed Jan 23, 9:14 am)
Re: CONFIG_MARKERS, Mathieu Desnoyers, (Wed Jan 23, 10:48 am)
Re: CONFIG_MARKERS, , (Thu Jan 24, 1:25 am)
Re: CONFIG_MARKERS, Jon Masters, (Thu Jan 24, 2:19 am)
[PATCH] Linux Kernel Markers Support for Proprierary Modules, Mathieu Desnoyers, (Thu Jan 24, 8:47 am)
Re: CONFIG_MARKERS, Mathieu Desnoyers, (Wed Jan 23, 11:01 am)
Re: CONFIG_MARKERS, Jon Masters, (Wed Jan 23, 12:33 pm)
Re: CONFIG_MARKERS, Mathieu Desnoyers, (Wed Jan 23, 1:11 pm)