]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks'
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Dec 2017 18:08:19 +0000 (13:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Dec 2017 18:08:19 +0000 (13:08 -0500)
commita8fcefe88b2f0057e156577417134f04938b670f
tree35b5b19e59c2d0bc899f427ab9bef716231b28c0
parent21b5944350052d2583e82dd59b19a9ba94a007f0
parentd3f89b98e391475419ae2d8834813d3ecbb48f67
Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks'

Jakub Kicinski says:

===================
cls_bpf: fix offload state tracking with block callbacks

After introduction of block callbacks classifiers can no longer track
offload state.  cls_bpf used to do that in an attempt to move common
code from drivers to the core.  Remove that functionality and fix
drivers.

The user-visible bug this is fixing is that trying to offload a second
filter would trigger a spurious DESTROY and in turn disable the already
installed one.
===================

Signed-off-by: David S. Miller <davem@davemloft.net>