Re: [PATCH] module: Enable dynamic debugging regardless of taint

2011-11-01 Thread Mathieu Desnoyers
* Rusty Russell (ru...@rustcorp.com.au) wrote: On Tue, 01 Nov 2011 03:59:33 +, Ben Hutchings b...@decadent.org.uk wrote: Dynamic debugging is currently disabled for tainted modules, except for TAINT_CRAP. This prevents use of dynamic debugging for out-of-tree modules now that they

[PATCH] module: Enable dynamic debugging regardless of taint

2011-10-31 Thread Ben Hutchings
Dynamic debugging is currently disabled for tainted modules, except for TAINT_CRAP. This prevents use of dynamic debugging for out-of-tree modules now that they are also tainted. This condition was apparently intended to avoid a crash if a force- loaded module has an incompatible definition of

Re: [PATCH] module: Enable dynamic debugging regardless of taint

2011-10-31 Thread Rusty Russell
On Tue, 01 Nov 2011 03:59:33 +, Ben Hutchings b...@decadent.org.uk wrote: Dynamic debugging is currently disabled for tainted modules, except for TAINT_CRAP. This prevents use of dynamic debugging for out-of-tree modules now that they are also tainted. This condition was apparently