Re: [PATCH 0/3] pblk bugfixes

From: Matias BjÃrling
Date: Wed Feb 21 2018 - 03:10:07 EST


On 02/21/2018 09:02 AM, hans.ml.holmberg@xxxxxxxxxxxxx wrote:
From: Hans Holmberg <hans.holmberg@xxxxxxxxxxxx>

This is a slew of generic bugfixes to pblk

The patches apply on top of:
https://github.com/OpenChannelSSD/linux branch for-4.17/core

Hans Holmberg (3):
lightnvm: pblk: delete writer kick timer before stopping thread
lightnvm: pblk: allow allocation of new lines during shutdown
lightnvm: pblk: prevent race in pblk_rb_flush_point_set

drivers/lightnvm/pblk-core.c | 7 -------
drivers/lightnvm/pblk-init.c | 2 +-
drivers/lightnvm/pblk-rb.c | 7 ++++---
3 files changed, 5 insertions(+), 11 deletions(-)


Thanks Hans. Applied.