On 11.08.08 09:25:43, Arnd Bergmann wrote:
> From: Carl Love <[EMAIL PROTECTED]>
>
> If an error occurs on opcontrol start, the event and per cpu buffers
> are released. If later opcontrol shutdown is called then the free
> function will be called again to free buffers that no longer
> exist. Th
From: Carl Love <[EMAIL PROTECTED]>
If an error occurs on opcontrol start, the event and per cpu buffers
are released. If later opcontrol shutdown is called then the free
function will be called again to free buffers that no longer
exist. This results in a kernel oops. The following changes
pre