Re: PATCH: 2.6.26-rc8: Fix IRQF_DISABLED for shared interrupts

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Henrique de Moraes Holschuh
Date: Monday, June 30, 2008 - 7:28 am

On Mon, 30 Jun 2008, Stefan Becker wrote:

It becomes unusable.  In fact, I find it likely that shared IRQs are not
safe for random data gathering at all in general. IRQs are not in fact
completely random, they just (sometimes) have a very small ammount of
randomness in them.  And the combined result you see in a shared IRQ line
could be correlated or "get somewhat more correlated" because of the sharing
(they go over the same BUS -> one can delay the other, etc)... and that
correlation might be dangerous.

IMO, the safe thing to do is to block shared IRQs from being used as random
sources.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
BUG in 2.6.26-rc8 interrupt handling, Becker Stefan (Nokia ..., (Sat Jun 28, 12:34 pm)
Re: BUG in 2.6.26-rc8 interrupt handling, David Brownell, (Sat Jun 28, 12:51 pm)
Re: PATCH: 2.6.26-rc8: Fix IRQF_DISABLED for shared interrupts, Henrique de Moraes H ..., (Mon Jun 30, 7:28 am)
Re: [PATCH] USB: fix interrupt disabling for HCDs with sha ..., Leonardo Chiquitto, (Tue Jul 1, 7:19 am)