Merge branch 'notify-user-space-if-any-actions-were-flushed-before-error'
authorJakub Kicinski <kuba@kernel.org>
Tue, 28 Jun 2022 04:51:29 +0000 (21:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 28 Jun 2022 04:51:30 +0000 (21:51 -0700)
commitcce13b82cf97b26919144e01c49fbf3da61c9d6c
tree0cf7f4cd26d8afe11170853579399221db36f722
parent8ee9d82cd0a45e7d050ade598c9f33032a0f2891
parent88153e29c1e0f3ace8c831b06f6cea9503f16cec
Merge branch 'notify-user-space-if-any-actions-were-flushed-before-error'

Victor Nogueira says:

====================
Notify user space if any actions were flushed before error

This patch series fixes the behaviour of actions flush so that the
kernel always notifies user space whenever it deletes actions during a
flush operation, even if it didn't flush all the actions. This series
also introduces tdc tests to verify this new behaviour.
====================

Link: https://lore.kernel.org/r/20220623140742.684043-1-victor@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>