mbox series

[BUGFIX,0/1] block, bfq: a bugfix for stable merge

Message ID 20210512094352.85545-1-paolo.valente@linaro.org (mailing list archive)
Headers show
Series block, bfq: a bugfix for stable merge | expand

Message

Paolo Valente May 12, 2021, 9:43 a.m. UTC
Hi,
this patch fixes a bug I've found while debugging a failure reported
by Yi Zhang [1].

This patch seems to make that failure disappear [1]. Yet it was tested
only together with other debug patches (which add logs and invariant
checks), so I don't know whether the other patches influenced the
outcome as well. At any rate, this patch does fix a bug.

Thanks,
Paolo

[1] https://www.spinics.net/lists/linux-block/msg67840.html


Paolo Valente (1):
  block, bfq: avoid circular stable merges

 block/bfq-iosched.c | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

--
2.20.1

Comments

Jens Axboe May 12, 2021, 1:39 p.m. UTC | #1
On 5/12/21 3:43 AM, Paolo Valente wrote:
> Hi,
> this patch fixes a bug I've found while debugging a failure reported
> by Yi Zhang [1].
> 
> This patch seems to make that failure disappear [1]. Yet it was tested
> only together with other debug patches (which add logs and invariant
> checks), so I don't know whether the other patches influenced the
> outcome as well. At any rate, this patch does fix a bug.

Applied, thanks.