Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753757AbbKXN1G (ORCPT ); Tue, 24 Nov 2015 08:27:06 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:36398 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753480AbbKXN1C (ORCPT ); Tue, 24 Nov 2015 08:27:02 -0500 From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, axboe@fb.com Cc: hch@infradead.org, keith.busch@intel.com, sudipm.mukherjee@gmail.com, ww.tao0320@gmail.com, =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [PATCH 0/5] LightNVM fixes Date: Tue, 24 Nov 2015 14:26:43 +0100 Message-Id: <1448371608-18053-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 Content-Length: 1122 Lines: 38 Hi Jens, A couple of fixes for -rc3. Patch 1: Fixes the device id detection for qemu. Patch 2: Fix for conditional compilation of lightnvm with nvme by Keith. Patch 3-5: Fixes for memory leaks and boundary check by Tao and Sudip. Please pick up. Thanks. Keith Busch (1): lightnvm: Simplify config when disabled Matias Bjørling (1): lightnvm: change vendor and dev id for qemu Sudip Mukherjee (1): lightnvm: fix ioctl memory leaks Wenwei Tao (2): lightnvm: free memory when gennvm register fails lightnvm: do device max sectors boundary check first drivers/lightnvm/core.c | 19 +++++++++++++------ drivers/lightnvm/gennvm.c | 15 ++++++++++----- drivers/nvme/host/Makefile | 3 ++- drivers/nvme/host/lightnvm.c | 15 +-------------- drivers/nvme/host/nvme.h | 14 ++++++++++++++ 5 files changed, 40 insertions(+), 26 deletions(-) -- 2.1.4 -- 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/