public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems caused by dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
@ 2019-05-13 16:18 Doug Anderson
  2019-05-13 17:15 ` Mike Snitzer
  0 siblings, 1 reply; 5+ messages in thread
From: Doug Anderson @ 2019-05-13 16:18 UTC (permalink / raw)
  To: Tim Murray, Mike Snitzer, Guenter Roeck
  Cc: Enric Balletbo i Serra, Vito Caputo, LKML, dm-devel

Hi,

I wanted to jump on the bandwagon of people reporting problems with
commit a1b89132dc4f ("dm crypt: use WQ_HIGHPRI for the IO and crypt
workqueues").

Specifically I've been tracking down communication errors when talking
to our Embedded Controller (EC) over SPI.  I found that communication
errors happened _much_ more frequently on newer kernels than older
ones.  Using ftrace I managed to track the problem down to the dm
crypt patch.  ...and, indeed, reverting that patch gets rid of the
vast majority of my errors.

If you want to see the ftrace of my high priority worker getting
blocked for 7.5 ms, you can see:

https://bugs.chromium.org/p/chromium/issues/attachmentText?aid=392715


In my case I'm looking at solving my problems by bumping the CrOS EC
transfers fully up to real time priority.  ...but given that there are
other reports of problems with the dm-crypt priority (notably I found
https://bugzilla.kernel.org/show_bug.cgi?id=199857) maybe we should
also come up with a different solution for dm-crypt?


Thanks!

-Doug

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-14 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-13 16:18 Problems caused by dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues Doug Anderson
2019-05-13 17:15 ` Mike Snitzer
2019-05-14 16:47   ` Doug Anderson
2019-05-14 17:29     ` Mike Snitzer
2019-05-14 22:12       ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox