]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz fix
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:48:12 +0000 (16:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:48:12 +0000 (16:48 +0200)
queue-5.13/block-bfq-reset-waker-pointer-with-shared-queues.patch

index 6b026fda762c513e008e2a80b52eb9f27e2b741a..b326f0aee6f07299bfdf1c3969a1b33cdac60f43 100644 (file)
@@ -29,14 +29,12 @@ Link: https://lore.kernel.org/r/20210619140948.98712-8-paolo.valente@linaro.org
 Signed-off-by: Jens Axboe <axboe@kernel.dk>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
 ---
- block/bfq-iosched.c | 6 ++++--
+ block/bfq-iosched.c |    6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
-diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c
-index 7c62bf093199..2a2e6e4ff0b4 100644
 --- a/block/bfq-iosched.c
 +++ b/block/bfq-iosched.c
-@@ -6143,11 +6143,13 @@ static void bfq_completed_request(struct bfq_queue *bfqq, struct bfq_data *bfqd)
+@@ -6135,11 +6135,13 @@ static void bfq_completed_request(struct
         * of other queues. But a false waker will unjustly steal
         * bandwidth to its supposedly woken queue. So considering
         * also shared queues in the waking mechanism may cause more
@@ -52,6 +50,3 @@ index 7c62bf093199..2a2e6e4ff0b4 100644
  
        /*
         * If we are waiting to discover whether the request pattern
--- 
-2.30.2
-