Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753521AbbKYMnS (ORCPT ); Wed, 25 Nov 2015 07:43:18 -0500 Received: from mail-pa0-f67.google.com ([209.85.220.67]:34159 "EHLO mail-pa0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213AbbKYMnQ (ORCPT ); Wed, 25 Nov 2015 07:43:16 -0500 From: Wenwei Tao To: mb@lightnvm.io, keith.busch@intel.com, axboe@fb.com Cc: linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org Subject: [PATCH 0/3] fixes fo LightNVM Date: Wed, 25 Nov 2015 20:42:53 +0800 Message-Id: <1448455376-5020-1-git-send-email-ww.tao0320@gmail.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 28 Hi A couple of fixes. Patch 1 add the missing lock aquire Patch 2-3 handle the targets when corresponding underlying devices were removed Wenwei Tao (3): lightnvm: missing nvm_lock acquire lightnvm: handle targets when corresponding nvm device exit nvme: change the interface between nvme and lightnvm drivers/lightnvm/core.c | 140 ++++++++++++++++++++++++++++--------------- drivers/nvme/host/lightnvm.c | 17 +++++- drivers/nvme/host/nvme.h | 1 + drivers/nvme/host/pci.c | 10 ++-- include/linux/lightnvm.h | 3 + 5 files changed, 118 insertions(+), 53 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/