From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751593AbeFAOBo (ORCPT ); Fri, 1 Jun 2018 10:01:44 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33474 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750850AbeFAOBm (ORCPT ); Fri, 1 Jun 2018 10:01:42 -0400 X-Google-Smtp-Source: ADUXVKKdYH8PLPF25dVtDK6ArjLYSFPFr1xrvQHUXYQJcnrBDE8X0mNcU0ePlRwxVfhItHqoq042wQ== Subject: Re: [GIT PULL v2 00/18] lightnvm updates for 4.18 To: Jens Axboe Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, javier@cnexlabs.com, igor.j.konopko@intel.com, marcin.dziegielewski@intel.com References: <20180601130432.30866-1-mb@lightnvm.io> <20180601134527.GA21226@kernel.dk> From: =?UTF-8?Q?Matias_Bj=c3=b8rling?= Message-ID: Date: Fri, 1 Jun 2018 16:01:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180601134527.GA21226@kernel.dk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/01/2018 03:45 PM, Jens Axboe wrote: > On Fri, Jun 01 2018, Matias Bjørling wrote: >> Hi Jens, >> >> Please pick up the following patches. >> >> - Hans reworked the write error recovery path in pblk. >> - Igor added extra error handling for lines, and fixed a bug in the >> pblk ringbuffer during GC. >> - Javier refactored the pblk code a bit, added extra error >> handling, and added checks to verify that data returned from drive >> is appropriate. >> - Marcin added some extra logic to manage the write buffer. Now >> MW_CUNITS can be zero and the size of write buffer can be changed >> at module load time. > > I applied 1-11, 12 fails: > > checking file drivers/lightnvm/pblk-init.c > checking file drivers/lightnvm/pblk-rb.c > checking file drivers/lightnvm/pblk-recovery.c > Reversed (or previously applied) patch detected! Assume -R? [n] ^C > > I will push out what I have, please resend the rest of the series > against for-4.18/block. > > BTW, you had several "lightnvn" typos in the subject line, I've fixed > those up. Didn't check the remainder. > Thanks Jens. I'll fix it up.