From: Justin Maggard <jmaggar...@gmail.com>
Date: Mon,  9 Nov 2015 17:21:05 -0800

> After changing an interface's MTU, then bringing the interface down and
> back up again, I immediately saw tons of kernel messages like below.
> The reason for this bad behavior is mvneta_rxq_drop_pkts(), which calls
> dma_unmap_single() on already-freed memory.  So we need to switch the
> order of those two operations.
 ...
> Signed-off-by: Justin Maggard <jmagg...@netgear.com>

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

Reply via email to