mbox series

[BUGFIX,0/1] handle NULL return value by bfq_init_rq()

Message ID 20190807172111.4718-1-paolo.valente@linaro.org (mailing list archive)
Headers show
Series handle NULL return value by bfq_init_rq() | expand

Message

Paolo Valente Aug. 7, 2019, 5:21 p.m. UTC
Hi Jens,
this is a hopefully complete version of the fix proposed by Guenter [1].

Thanks,
Paolo

[1] https://lkml.org/lkml/2019/7/22/824

Paolo Valente (1):
  block, bfq: handle NULL return value by bfq_init_rq()

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

--
2.20.1

Comments

Jens Axboe Aug. 8, 2019, 1:32 p.m. UTC | #1
On 8/7/19 10:21 AM, Paolo Valente wrote:
> Hi Jens,
> this is a hopefully complete version of the fix proposed by Guenter [1].
> 
> Thanks,
> Paolo
> 
> [1] https://lkml.org/lkml/2019/7/22/824
> 
> Paolo Valente (1):
>    block, bfq: handle NULL return value by bfq_init_rq()
> 
>   block/bfq-iosched.c | 14 +++++++++++---
>   1 file changed, 11 insertions(+), 3 deletions(-)

Applied, thanks.