Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2402774imm; Mon, 24 Sep 2018 03:53:30 -0700 (PDT) X-Google-Smtp-Source: ACcGV61Vwlz8ykBDaEP8t2gmKk9Q25CZAJedZ9dmSw2vE2aRyjjOgoSQSzNkskz0NgDIyPj3Yrfx X-Received: by 2002:a17:902:f209:: with SMTP id gn9mr10108679plb.173.1537786410826; Mon, 24 Sep 2018 03:53:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537786410; cv=none; d=google.com; s=arc-20160816; b=v4MKsKCqgG6GSbYfK3OY3q7iGBVmHjlorRApWrUjG7m0BkLnyVeb1eaMUtYatQp3h+ aKER84jnEi/ytpgKBiNiPFjlx7ylUxgnOFw+7w/4ueZii3SXRxUHQY3tanQsVnsP5Avc hzKBM+5f4n42SnCvaFSymAiJafzM7YeclBfKmEWvc1Vt5Koui0DIcnW+3+j8RY6oMQH9 x++0+e62I23gs8fh4YV746W16xrLVBpgbEQ+UClN3DoZjJVTIRv3DGzL23xi3ccCuwan Iqpo4KgTnwh0omqYPob8GdjyCBADaVvZhCC+DX3BsWyfAIZareZYAka9NZNLnXWxyTtB 7X5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kVtlR9cVCaG+vwfWxAaccsmeei38aI7ultBCaxU14Fc=; b=jijsCW771B/kr13IeQqLDop9kCYq3hkJYQD8RFRyNW7SabhuBJ4I5WUtzPTJfEGLW1 etE+RH5vbM2KLLOqTUClUuuRp1wrD23fXHEE4bx87wT7SpfQJfLVx5s6mVq4RIll2rqP XAmXqsug3pZ4qy8KLetf9wIuvzhSnJoLsSBsAIH0o0on+FD6SvHMseL15rVcFH4WgNpH cqQoda1Wmmv9A2EyAc8idpsVcRY3UsKAemCLoh7UG3KYJS/Dk0RzRzsvTq7pnEzgU0H3 sVOjVyvHFOfkiex6CTdjh+ISUP1JD+fc2QoIyhYa3UQz4XwRBzBXUH69KP8hQzI2yH8e 4u+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s25-v6si34791525pgd.539.2018.09.24.03.53.15; Mon, 24 Sep 2018 03:53:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728585AbeIXQwV (ORCPT + 99 others); Mon, 24 Sep 2018 12:52:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47784 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726154AbeIXQwV (ORCPT ); Mon, 24 Sep 2018 12:52:21 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 91FB9105A; Mon, 24 Sep 2018 10:50:49 +0000 (UTC) Date: Mon, 24 Sep 2018 12:50:47 +0200 From: Greg KH To: Richard Weinberger Cc: Lars Persson , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Martinbayern@outlook.com Subject: Re: [PATCH 4.9 069/101] ubi: fastmap: Correctly handle interrupted erasures in EBA Message-ID: <20180924105047.GA16476@kroah.com> References: <20180701160757.138608453@linuxfoundation.org> <2076412.mQRaXglRsh@blindfold> <1657546.ePJIJPgWtA@blindfold> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1657546.ePJIJPgWtA@blindfold> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 24, 2018 at 08:32:12AM +0200, Richard Weinberger wrote: > Lars, > > Am Sonntag, 23. September 2018, 15:49:42 CEST schrieb Lars Persson: > > Hi Richard > > > > Sorry, I assumed this omission from -stable was a mistake. > > > > The timing for our boot increased from 45 seconds to 55 seconds on one > > chip and 42 seconds to 48 seconds on another chip. The regression was > > completely fixed by applying the extra patches. The way I see it the > > first patch is a significant slow-down so the second patch is required > > to restore performance. > > okay, this is not good. Let's put the performance patch also into -stable > to get rid of that regression. > Usually I'm rather conservative with adding non-trivial material to -stable. > As history has shown, Fastmap is special. ;-) > > Out of interest, what flashes are these? I'm interested in page vs. erase size. > Did you give UBIFS bulk-read try? > > Greg, I'll send another mail which will state what patches are needed. Thank you, as I am totally confused here... greg k-h