The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH BUGFIX 0/3] three fixes for the function bfq_requests_merged
@ 2018-05-31 13:23 Paolo Valente
  2018-05-31 13:23 ` [PATCH BUGFIX 1/3] block, bfq: remove wrong lock in bfq_requests_merged Paolo Valente
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paolo Valente @ 2018-05-31 13:23 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, linux-kernel, ulf.hansson, broonie, linus.walleij,
	bfq-iosched, oleksandr, filippo.muzzini, Paolo Valente

Hi Jens,
this series fixes three bugs in bfq_requests_merged. In more detail:

- two linked bugs, with the first (critical: wrong lock) hidden by the
  second (less critical: wrong check that made the body of the
  function not be executed at all)
- a rather minor bug: superflous code

Thanks,
Paolo

Filippo Muzzini (2):
  block, bfq: remove wrong lock in bfq_requests_merged
  block, bfq: remove the removal of 'next' rq in bfq_requests_merged

Paolo Valente (1):
  block, bfq: remove wrong check in bfq_requests_merged

 block/bfq-iosched.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

--
2.16.1

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

end of thread, other threads:[~2018-05-31 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31 13:23 [PATCH BUGFIX 0/3] three fixes for the function bfq_requests_merged Paolo Valente
2018-05-31 13:23 ` [PATCH BUGFIX 1/3] block, bfq: remove wrong lock in bfq_requests_merged Paolo Valente
2018-05-31 13:23 ` [PATCH BUGFIX 2/3] block, bfq: remove wrong check " Paolo Valente
2018-05-31 13:23 ` [PATCH BUGFIX 3/3] block, bfq: remove the removal of 'next' rq " Paolo Valente
2018-05-31 14:48 ` [PATCH BUGFIX 0/3] three fixes for the function bfq_requests_merged Jens Axboe
2018-05-31 14:50   ` Paolo Valente

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