mbox series

[0/3] z3fold: stability / rt fixes

Message ID 20201209145151.18994-1-vitaly.wool@konsulko.com
Headers show
Series z3fold: stability / rt fixes | expand

Message

Vitaly Wool Dec. 9, 2020, 2:51 p.m. UTC
This patchset addresses z3fold stability issues under stress load,
primarily in the reclaim and free aspects. Besides, it fixes the
locking problems that were only seen in real-time kernel
configuration.

Vitaly Wool (2):
  z3fold: simplify freeing slots
  z3fold: stricter locking and more careful reclaim

Mike Galbraith (1):
  z3fold: Remove preempt disabled sections for RT

 mm/z3fold.c | 191 ++++++++++++++++++++++++++--------------------------
 1 file changed, 96 insertions(+), 95 deletions(-)

Comments

Oleksandr Natalenko Dec. 18, 2020, 11:19 p.m. UTC | #1
On Wed, Dec 09, 2020 at 04:51:48PM +0200, Vitaly Wool wrote:
> This patchset addresses z3fold stability issues under stress load,

> primarily in the reclaim and free aspects. Besides, it fixes the

> locking problems that were only seen in real-time kernel

> configuration.

> 

> Vitaly Wool (2):

>   z3fold: simplify freeing slots

>   z3fold: stricter locking and more careful reclaim

> 

> Mike Galbraith (1):

>   z3fold: Remove preempt disabled sections for RT

> 

>  mm/z3fold.c | 191 ++++++++++++++++++++++++++--------------------------

>  1 file changed, 96 insertions(+), 95 deletions(-)

> 

> -- 

> 2.20.1

> 


Thanks for addressing this!

(I'd appreciate Cc'ing me on this though since I was the one who
reported it initially...)

-- 
  Oleksandr Natalenko (post-factum)