From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422735AbcBZSa7 (ORCPT ); Fri, 26 Feb 2016 13:30:59 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:22037 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753981AbcBZSa5 (ORCPT ); Fri, 26 Feb 2016 13:30:57 -0500 Subject: Re: [PATCH 0/4] LightNVM patches for 4.5-rc To: Matias Bjorling , , References: <1455954763-7880-1-git-send-email-m@bjorling.me> <56D097AF.2010505@bjorling.me> From: Jens Axboe Message-ID: <56D099DE.7070706@fb.com> Date: Fri, 26 Feb 2016 10:30:54 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D097AF.2010505@bjorling.me> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-02-26_13:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/26/2016 10:21 AM, Matias Bjorling wrote: > On 02/20/2016 08:52 AM, Matias Bjørling wrote: >> Hi Jens, >> >> Sorry, I was living in a fairy tail land, where patches are >> miraculously applied without being sent upstream. Leading me to test >> on top of the wrong base. >> >> I was missing three patches, which I should have sent for previous -rc >> round. >> >> The first patch fixes taking a normal spinlock in interrupt context. >> Second and third are cleanups, and at last the patch that previously >> did not compile. >> >> Thanks, >> Matias >> >> Javier González (2): >> lightnvm: update closed list outside of intr context >> lightnvm: generalize rrpc ppa calculations >> >> Matias Bjørling (2): >> lightnvm: rename ->nr_pages to ->nr_sects >> lightnvm: remove struct nvm_dev->total_blocks >> >> drivers/lightnvm/core.c | 6 +-- >> drivers/lightnvm/gennvm.c | 7 ++-- >> drivers/lightnvm/rrpc.c | 98 ++++++++++++++++++++++++++--------------------- >> drivers/lightnvm/rrpc.h | 15 ++++++-- >> include/linux/lightnvm.h | 2 +- >> 5 files changed, 71 insertions(+), 57 deletions(-) >> > > Hi Jens, > > Please consider to apply these for the next -rc. If only part of them, > then just the first path, as it fixes a problem when blocks are closed > during a write. Applied 1-4, thanks. -- Jens Axboe