From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964779AbcBDN63 (ORCPT ); Thu, 4 Feb 2016 08:58:29 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34527 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755337AbcBDN60 (ORCPT ); Thu, 4 Feb 2016 08:58:26 -0500 From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, axboe@fb.com Cc: =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [PATCH 0/5] LightNVM updates for next 4.5-rc Date: Thu, 4 Feb 2016 14:57:03 +0100 Message-Id: <1454594228-18970-1-git-send-email-m@bjorling.me> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, A couple of patches to fix a couple of bugs. One patch from Javier that fixes intersection locking after multi page functionality was added and another that adds a warning if interrupts are disabled during address locking. A patch from Wenwei that makes sure we return bio if mempool allocation fails. Two patches from me. One that fixes calculation of MLC memory pairs for lower page table and another that allows the null_blk to have a media manager added without having a storage backend. Please pick up when convenient. Thanks, Matias Javier González (2): lightnvm: warn if irqs are disabled in lock laddr lightnvm: fix request intersection locking in rrpc Matias Bjørling (2): lightnvm: check overflow and correct mlc pairs lightnvm: allow to force mm initialization Wenwei Tao (1): lightnvm: put bio before return drivers/block/null_blk.c | 2 +- drivers/lightnvm/core.c | 25 ++++++++++++++++--------- drivers/lightnvm/rrpc.c | 4 +++- drivers/lightnvm/rrpc.h | 5 +++-- drivers/nvme/host/lightnvm.c | 12 +++++++++--- include/linux/lightnvm.h | 4 ++++ 6 files changed, 36 insertions(+), 16 deletions(-) -- 2.1.4