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

Since the wrong kyber patch was included in the first one, here's a
v2 with just that one line corrected.

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] 9+ messages in thread
* [PATCHSET] Fix kyber hang
@ 2018-12-20 15:55 Jens Axboe
  2018-12-20 15:55 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe
  0 siblings, 1 reply; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-20 16:01 [PATCHSET v2] Fix kyber hang Jens Axboe
2018-12-20 16:01 ` [PATCH 1/2] sbitmap: add helpers for add/del wait queue handling Jens Axboe
2018-12-20 16:01 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe
2018-12-20 16:56 ` [PATCHSET v2] Fix kyber hang Ming Lei
2018-12-20 17:37   ` Jens Axboe
2018-12-20 19:15 ` Omar Sandoval
2018-12-20 19:16   ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2018-12-20 15:55 [PATCHSET] " 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).