From: Greg Kroah-Hartman Date: Wed, 14 Jul 2021 14:48:12 +0000 (+0200) Subject: fuzz fix X-Git-Tag: v5.4.132~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa4a80d6a2026717d1e2aee442fe070d41cbd441;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz fix --- diff --git a/queue-5.13/block-bfq-reset-waker-pointer-with-shared-queues.patch b/queue-5.13/block-bfq-reset-waker-pointer-with-shared-queues.patch index 6b026fda762..b326f0aee6f 100644 --- a/queue-5.13/block-bfq-reset-waker-pointer-with-shared-queues.patch +++ b/queue-5.13/block-bfq-reset-waker-pointer-with-shared-queues.patch @@ -29,14 +29,12 @@ Link: https://lore.kernel.org/r/20210619140948.98712-8-paolo.valente@linaro.org Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- - 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 -