From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1428528AbcBSTPp (ORCPT ); Fri, 19 Feb 2016 14:15:45 -0500 Received: from mail-ob0-f179.google.com ([209.85.214.179]:34315 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1428511AbcBSTPo (ORCPT ); Fri, 19 Feb 2016 14:15:44 -0500 Date: Fri, 19 Feb 2016 12:15:41 -0700 From: Jens Axboe To: Matias =?iso-8859-1?Q?Bj=F8rling?= Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] LightNVM patches for next 4.5-rc Message-ID: <20160219191541.GB19208@kernel.dk> References: <1455886619-3007-1-git-send-email-m@bjorling.me> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1455886619-3007-1-git-send-email-m@bjorling.me> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19 2016, Matias Bjørling wrote: > Hi Jens, > > Here is a couple of patches for the next 4.5-rc. > > A patch from Alan that fixes up logic in nvm_configure_get. Another > patch from Javier that fixes a bug with multiple luns in RRPC, and at > last a patch from me that fixes the get bad block interface when > multiple planes are available on the media. Applied, but you need to update your patch base, patch #3 needed to be hand applied because your repo does not have the below applied. commit ff0e498bfa185fad5e86c4c7a2db4f9648d2344f Author: Javier González Date: Tue Jan 12 07:49:33 2016 +0100 lightnvm: manage open and closed blocks separately -- Jens Axboe