[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180531132313.2986-1-paolo.valente@linaro.org>
Date: Thu, 31 May 2018 15:23:10 +0200
From: Paolo Valente <paolo.valente@...aro.org>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
ulf.hansson@...aro.org, broonie@...nel.org,
linus.walleij@...aro.org, bfq-iosched@...glegroups.com,
oleksandr@...alenko.name, filippo.muzzini@...look.it,
Paolo Valente <paolo.valente@...aro.org>
Subject: [PATCH BUGFIX 0/3] three fixes for the function bfq_requests_merged
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
Powered by blists - more mailing lists