]> 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)
commit27710147f2d43e1d2990b447071d1529bcbfdf90
tree0cf7f4cd26d8afe11170853579399221db36f722
parentf295831217d768615ea3853c652babebcab816f3
parent2a83b5193098cfd4cf80febd5570d7aab345c073
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>