]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit93b01e6a7d03f9806ac97084592005848ce4c202
tree0cf7f4cd26d8afe11170853579399221db36f722
parent9e3c43427bb9bb0d45d50f6c121aded0336e5ba2
parentfd1897d0760102be8691d25ef4dfc7edddd41dc7
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>