mbox series

[GIT,PULL,0/2] lightnvm updates for 5.3

Message ID 20190621091200.23168-1-mb@lightnvm.io (mailing list archive)
Headers show
Series lightnvm updates for 5.3 | expand

Message

Matias Bjorling June 21, 2019, 9:11 a.m. UTC
Hi Jens,

A couple of patches for the 5.3 window. Geert fixed an uninitialized
pointer bug, and Heiner fixed up a bug when merging bio pages in pblk.

Thank you,
Matias

Geert Uytterhoeven (1):
  lightnvm: fix uninitialized pointer in nvm_remove_tgt()

Heiner Litz (1):
  lightnvm: pblk: fix freeing of merged pages

 drivers/lightnvm/core.c      |  2 +-
 drivers/lightnvm/pblk-core.c | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

Comments

Jens Axboe June 21, 2019, 9:14 a.m. UTC | #1
On 6/21/19 3:11 AM, Matias Bjørling wrote:
> Hi Jens,
> 
> A couple of patches for the 5.3 window. Geert fixed an uninitialized
> pointer bug, and Heiner fixed up a bug when merging bio pages in pblk.

Applied, thanks.