Re: [RESEND] [PATCH 1/2] random: make it possible to enable debugging without rebuild

2012-10-15 Thread Theodore Ts'o
On Mon, Oct 15, 2012 at 11:42:55PM +0200, Jiri Kosina wrote: > The module parameter that turns debugging mode (which basically means > printing a few extra lines during runtime) is in '#if 0' block. Forcing > everyone who would like to see how entropy is behaving on his system to > rebuild

[RESEND] [PATCH 1/2] random: make it possible to enable debugging without rebuild

2012-10-15 Thread Jiri Kosina
The module parameter that turns debugging mode (which basically means printing a few extra lines during runtime) is in '#if 0' block. Forcing everyone who would like to see how entropy is behaving on his system to rebuild seems to be a little bit too harsh. If we were concerned about speed, we

[RESEND] [PATCH 1/2] random: make it possible to enable debugging without rebuild

2012-10-15 Thread Jiri Kosina
The module parameter that turns debugging mode (which basically means printing a few extra lines during runtime) is in '#if 0' block. Forcing everyone who would like to see how entropy is behaving on his system to rebuild seems to be a little bit too harsh. If we were concerned about speed, we

Re: [RESEND] [PATCH 1/2] random: make it possible to enable debugging without rebuild

2012-10-15 Thread Theodore Ts'o
On Mon, Oct 15, 2012 at 11:42:55PM +0200, Jiri Kosina wrote: The module parameter that turns debugging mode (which basically means printing a few extra lines during runtime) is in '#if 0' block. Forcing everyone who would like to see how entropy is behaving on his system to rebuild seems to