Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1640536yba; Tue, 2 Apr 2019 12:49:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqwbJ9zmesOVrEv8N3nzRpsH2NY9zwIWBBTW909eABUXb5A6jC/z9v278RTJiKtZkQvntZp/ X-Received: by 2002:a17:902:87:: with SMTP id a7mr71569407pla.295.1554234558229; Tue, 02 Apr 2019 12:49:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554234558; cv=none; d=google.com; s=arc-20160816; b=FVwp5HiWFsHzfhQ2waSzHBjPFftPgjo4o9G/h8CSGGEZVEhXcFum7ogWaPkMjIMf+5 eFgqsytKiV/bxaS7k0866k8hbQP70VJCN8YpMAhop6obtrWNMhCMUIbG/P7IZJ/LLrue 3lTgOTly3UkHrl4BiYp8DnQ17OaAqgveEjp9/fM7aSUqL0vqKJnuxVn53E//WuFn7elW C5e+l8deB7RceWLeevDfvfyMqPgiaIKlzu0uuIY4f6NUkU51OX2NKcCGTWFv3We7EfgO sMMvk2ItC2vSpZB6l2/HNyLgdMbJNjgdxBoUq+IgNcmG0uqcLnooZReENVGI+fRPmvxP IYJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=+muWnmDnL8oDPBA3wIcHek9GRIbdD/+2O0D6DSEsRhE=; b=gyzbmTBzimyT9ycx9TWfjGN8mkBMV+t36SOiEr1TAYt0T4Cv5DiYiVWk/Ua5z4OGKc 139yCccv00Xxwj6zsOkIJLxVvEmIbqrx2gcGbfMdGTh2vldwlB2uEqW/+9yTlpoEk9Us v5M5hSK53/NQ4UfT5PyNlV1xEQdTzsdNhDbHZwnrcYRt/38OYdIjgBe+PaNK3KhDtO7k JThL9j0wUDaXSggFAfJT1Tp9gKC6QCf+26QMQa4x/xVN6jK4rf3rdJIt6DWw/Y03iPK8 26YRZj/biG4eErnDy/7JcwlnKr4fRLCkyDAUV+b5Phrai+s5pP3xsdfjYGlH4UoxC+Cp S6Aw== 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 h97si12044225plb.302.2019.04.02.12.49.02; Tue, 02 Apr 2019 12:49:18 -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 S1730256AbfDBTMm (ORCPT + 99 others); Tue, 2 Apr 2019 15:12:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41702 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbfDBTMm (ORCPT ); Tue, 2 Apr 2019 15:12:42 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id BA461E93; Tue, 2 Apr 2019 19:12:40 +0000 (UTC) Date: Tue, 2 Apr 2019 12:12:39 -0700 From: Andrew Morton To: "Tobin C. Harding" Cc: "Tobin C. Harding" , LKP , Roman Gushchin , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Matthew Wilcox , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kernel test robot Subject: Re: [PATCH 1/1] slob: Only use list functions when safe to do so Message-Id: <20190402121239.76d64e3c262dcb24ebcee058@linux-foundation.org> In-Reply-To: <20190402190538.GA5084@eros.localdomain> References: <20190402032957.26249-1-tobin@kernel.org> <20190402032957.26249-2-tobin@kernel.org> <20190401214128.c671d1126b14745a43937969@linux-foundation.org> <20190402190538.GA5084@eros.localdomain> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Apr 2019 06:05:38 +1100 "Tobin C. Harding" wrote: > > It's regrettable that this fixes > > slob-respect-list_head-abstraction-layer.patch but doesn't apply to > > that patch - slob-use-slab_list-instead-of-lru.patch gets in the way. > > So we end up with a patch series which introduces a bug and later > > fixes it. > > Yes I thought that also. Do you rebase the mm tree? Did you apply this > right after slob-use-slab_list-instead-of-lru or to the current tip? After slob-use-slab_list-instead-of-lru.patch > If > it is applied to the tip does this effect the ability to later bisect in > between these two commits (if the need arises for some unrelated reason)? There is a bisection hole but it is short and the bug is hardish to hit. > > I guess we can live with that but if the need comes to respin this > > series, please do simply fix > > slob-respect-list_head-abstraction-layer.patch so we get a clean > > series. > > If its not too much work for you to apply the new series I'll do another > version just to get this right. I guess that would be best, thanks.