All of lore.kernel.org
 help / color / mirror / Atom feed
* block, bfq: port of a series of fix commits to 5.4 and 5.5
@ 2020-03-05  6:49 Paolo Valente
  2020-03-05 12:35 ` Thomas Backlund
  2020-03-06 13:33 ` Sasha Levin
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Valente @ 2020-03-05  6:49 UTC (permalink / raw)
  To: stable; +Cc: Chris Evich

Hi,
Fedora requested the following fix commits, currently available in
5.6-rc4, to be ported to 5.4 and 5.5 [1]:
db37a34c563b block, bfq: get a ref to a group when adding it to a service tree
4d8340d0d4d9 block, bfq: remove ifdefs from around gets/puts of bfq groups
33a16a980468 block, bfq: extend incomplete name of field on_st
ecedd3d7e199 block, bfq: get extra ref to prevent a queue from being freed during a group move
32c59e3a9a5a block, bfq: do not insert oom queue into position tree
f718b093277d block, bfq: do not plug I/O for bfq_queues with no proc refs

No change is needed for these commits to apply cleanly in 5.4 and 5.5.

Fedora asked for this porting because it will allow them to include
these commits in their kernels, and solve the crash that led me to the
making of the commits themselves [1].

This is the first time I submit something for stable branches, I hope
I did everything right (I'm following option 2 in [2]).

Thanks,
Paolo

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1767539
[2] https://github.com/torvalds/linux/blob/master/Documentation/process/stable-kernel-rules.rst


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: block, bfq: port of a series of fix commits to 5.4 and 5.5
  2020-03-05  6:49 block, bfq: port of a series of fix commits to 5.4 and 5.5 Paolo Valente
@ 2020-03-05 12:35 ` Thomas Backlund
  2020-03-05 16:00   ` Paolo Valente
  2020-03-06 13:33 ` Sasha Levin
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Backlund @ 2020-03-05 12:35 UTC (permalink / raw)
  To: Paolo Valente, stable; +Cc: Chris Evich

Den 05-03-2020 kl. 08:49, skrev Paolo Valente:
> Hi,
> Fedora requested the following fix commits, currently available in
> 5.6-rc4, to be ported to 5.4 and 5.5 [1]:
> db37a34c563b block, bfq: get a ref to a group when adding it to a service tree
> 4d8340d0d4d9 block, bfq: remove ifdefs from around gets/puts of bfq groups
> 33a16a980468 block, bfq: extend incomplete name of field on_st
> ecedd3d7e199 block, bfq: get extra ref to prevent a queue from being freed during a group move
> 32c59e3a9a5a block, bfq: do not insert oom queue into position tree
> f718b093277d block, bfq: do not plug I/O for bfq_queues with no proc refs
> 
> No change is needed for these commits to apply cleanly in 5.4 and 5.5.
> 

The last one is already in 5.5.6.

--
Thomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: block, bfq: port of a series of fix commits to 5.4 and 5.5
  2020-03-05 12:35 ` Thomas Backlund
@ 2020-03-05 16:00   ` Paolo Valente
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Valente @ 2020-03-05 16:00 UTC (permalink / raw)
  To: Thomas Backlund; +Cc: stable, Chris Evich



> Il giorno 5 mar 2020, alle ore 13:35, Thomas Backlund <tmb@mageia.org> ha scritto:
> 
> Den 05-03-2020 kl. 08:49, skrev Paolo Valente:
>> Hi,
>> Fedora requested the following fix commits, currently available in
>> 5.6-rc4, to be ported to 5.4 and 5.5 [1]:
>> db37a34c563b block, bfq: get a ref to a group when adding it to a service tree
>> 4d8340d0d4d9 block, bfq: remove ifdefs from around gets/puts of bfq groups
>> 33a16a980468 block, bfq: extend incomplete name of field on_st
>> ecedd3d7e199 block, bfq: get extra ref to prevent a queue from being freed during a group move
>> 32c59e3a9a5a block, bfq: do not insert oom queue into position tree
>> f718b093277d block, bfq: do not plug I/O for bfq_queues with no proc refs
>> No change is needed for these commits to apply cleanly in 5.4 and 5.5.
> 
> The last one is already in 5.5.6.
> 

Ok, thanks.

Chris,
is 5.5.6 fine for RedHat?

THanks,
Paolo

> --
> Thomas


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: block, bfq: port of a series of fix commits to 5.4 and 5.5
  2020-03-05  6:49 block, bfq: port of a series of fix commits to 5.4 and 5.5 Paolo Valente
  2020-03-05 12:35 ` Thomas Backlund
@ 2020-03-06 13:33 ` Sasha Levin
  1 sibling, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2020-03-06 13:33 UTC (permalink / raw)
  To: Paolo Valente; +Cc: stable, Chris Evich

Hi Paolo,

On Thu, Mar 05, 2020 at 07:49:29AM +0100, Paolo Valente wrote:
>Hi,
>Fedora requested the following fix commits, currently available in
>5.6-rc4, to be ported to 5.4 and 5.5 [1]:
>db37a34c563b block, bfq: get a ref to a group when adding it to a service tree

I took this one.

>4d8340d0d4d9 block, bfq: remove ifdefs from around gets/puts of bfq groups

But not this one, it looks like a cleanup that isn't needed by the
following patches.

>33a16a980468 block, bfq: extend incomplete name of field on_st

Same as above.

>ecedd3d7e199 block, bfq: get extra ref to prevent a queue from being freed during a group move

I took this one.

>32c59e3a9a5a block, bfq: do not insert oom queue into position tree

And this one.

>f718b093277d block, bfq: do not plug I/O for bfq_queues with no proc refs

This patch seems to be already in.

>This is the first time I submit something for stable branches, I hope
>I did everything right (I'm following option 2 in [2]).

You did, thank you :)

-- 
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-06 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05  6:49 block, bfq: port of a series of fix commits to 5.4 and 5.5 Paolo Valente
2020-03-05 12:35 ` Thomas Backlund
2020-03-05 16:00   ` Paolo Valente
2020-03-06 13:33 ` Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.