Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sfc: Fix MCDI command size for filter operations
The 8000 series adapters uses catch-all filters for encapsulated traffic to support filtering VXLAN, NVGRE and GENEVE traffic. This new filter functionality requires a longer MCDI command. This patch increases the size of buffers on stack that were missed, which fixes a kernel panic from the stack protector. Fixes: 9b41080 ("sfc: insert catch-all filters for encapsulated traffic") Signed-off-by: Martin Habets <[email protected]> Acked-by: Edward Cree <[email protected]> Acked-by: Bert Kenward [email protected] Signed-off-by: David S. Miller <[email protected]>
- Loading branch information