All of lore.kernel.org
 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; 5+ 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] 5+ messages in thread
* [PATCHSET v2] Fix kyber hang
@ 2018-12-20 16:01 Jens Axboe
  2018-12-20 16:01 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe
  0 siblings, 1 reply; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ 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
  -- strict thread matches above, loose matches on Subject: below --
2018-12-20 16:01 [PATCHSET v2] Fix kyber hang Jens Axboe
2018-12-20 16:01 ` [PATCH 2/2] kyber: use sbitmap add_wait_queue/list_del wait helpers Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.