Re: [PATCH 2/2] rxrpc: fix undefined behavior in rxrpc_mark_call_released

From: David Howells
Date: Wed Aug 31 2016 - 13:39:12 EST


Arnd Bergmann <arnd@xxxxxxxx> wrote:

> gcc -Wmaybe-initialized correctly points out a newly introduced bug
> through which we can end up calling rxrpc_queue_call() for a dead
> connection:

How do you turn that on from within the Kbuild system?

David