From: David Ahern <[email protected]>
Date: Wed, 16 Sep 2015 10:16:39 -0600

> Sergey, Richard and Fabio reported an oops in ip_route_input_noref. e.g., 
> from Richard:
 ...
> The root cause is use of res.table uninitialized.
> 
> Thanks to Nikolay for noticing the uninitialized use amongst the maze of
> gotos.
> 
> As Nikolay pointed out the second initialization is not required to fix
> the oops, but rather to fix a related problem where a valid lookup should
> be invalidated before creating the rth entry.
> 
> Fixes: b7503e0cdb5d ("net: Add FIB table id to rtable")
> Reported-by: Sergey Senozhatsky <[email protected]>
> Reported-by: Richard Alpe <[email protected]>
> Reported-by: Fabio Estevam <[email protected]>
> Tested-by: Fabio Estevam <[email protected]>
> Signed-off-by: David Ahern <[email protected]>
> ---
> v2:
> - clarification in the commit message regarding the second initialization

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to