On Mon, 2013-12-16 at 23:37 +0100, Jiri Kosina wrote:
> Commit 975022310 ("udp: ipv4: must add synchronization in 
> udp_sk_rx_dst_set()) caused sk_dst_lock to be obtained in udp4 receive 
> path, which is happening in softirq context.
> 
> inet_bind() is taking sk_dst_lock (through sk_dst_reset()) without turning 
> IRQs off, which results in the lockdep splat below.
> 
> Fix that by disabling IRQs while taking the lock in sk_dst_reset().



Thanks but I posted this fix instead :

 http://patchwork.ozlabs.org/patch/301382/




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to