linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET] Fix kyber hang
@ 2018-12-20 15:55 Jens Axboe
  2018-12-20 15:55 ` [PATCH 1/2] sbitmap: add helpers for add/del wait queue handling Jens Axboe
  2018-12-20 15:55 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe
  0 siblings, 2 replies; 4+ messages in thread
From: Jens Axboe @ 2018-12-20 15:55 UTC (permalink / raw)
  To: linux-block; +Cc: ming.lei, osandov

First one adds the necessary sbitmap helpers for users to be able to
do add_wait_queue() and list_del(wait_entry) type operations, and
still work with the optimized wakeup checking.

Second one converts kyber to use it, fixing a hang with domain tokens.

-- 
Jens Axboe



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

end of thread, other threads:[~2018-12-20 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 15:55 [PATCHSET] Fix kyber hang Jens Axboe
2018-12-20 15:55 ` [PATCH 1/2] sbitmap: add helpers for add/del wait queue handling Jens Axboe
2018-12-20 15:55 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe
2018-12-20 16:00   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).