Loading
ANDROID: dm-verity: run in a WQ_HIGHPRI workqueue
(cherry picked from commit a96fcc535ba881b4100eb2c9db8423fe7ef23422) Running dm-verity in a standard workqueue results in IO competing for CPU time with standard user apps, which can lead to pipeline bubbles and seriously degraded performance. Move to a WQ_HIGHPRI workqueue to protect against that. Bug: 25392275 Change-Id: Idbb195b3f1c2ad446224fa870965f16d8b4b63d7 Signed-off-by:Tim Murray <timmurray@google.com> Git-commit: 8af9b174 Git-repo: https://git.linaro.org/kernel/linux-linaro-stable.git Signed-off-by:
Imran Khan <kimran@codeaurora.org>