Revision d58299a478c416c0b48e4b31c6332fe7beb63000 authored by Edward Cree on 29 June 2017, 15:50:06 UTC, committed by David S. Miller on 29 June 2017, 19:59:38 UTC
When filter insertion fails with no rollback, we were trying to convert
 EFX_EF10_FILTER_ID_INVALID to an id to store in 'ids' (which is either
 vlan->uc or vlan->mc).  This would WARN_ON_ONCE and then record a bogus
 filter ID of 0x1fff, neither of which is a good thing.

Fixes: 0ccb998bf46d ("sfc: fix filter_id misinterpretation in edge case")
Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e44699d
History

back to top