Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp428654ybk; Wed, 20 May 2020 03:16:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzcGNiF2uu33gFYxrwyXaOF5qFqGt69qvGI/tTwQGQK/I+zoWiwLKe9hVXDoe1NRpA+5MG1 X-Received: by 2002:a50:a7e3:: with SMTP id i90mr2838596edc.6.1589969790397; Wed, 20 May 2020 03:16:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589969790; cv=none; d=google.com; s=arc-20160816; b=nnCCMFue1LN75Iko0W7AFk9V/kOhtATCVgU3LB92oayVjCoT0+PG1Ecv0c+F58ZxOG gqxUX7Xkm1EMvUC2AGxWkSdQ97se3SeJ/QPprxPVfB4Dzx9a+6iStS5KcExCxJfD4qu3 51pOzm1rEM6h+Vhg048ZRRn+XmCub+yVdI46McLuGbO+gswsqwjcT7qqk3/HVFqcriTc RIGTjqep2h1DI/lJvSkSe0cpq4pb4PmtMVn3LczdVFlA6doygM/uKSrcgCPRfxpqXCZ2 762M+hAb5olun31ckOdfJu0fm8Q9BPziqbO6KNpSjfW9ASIfTp/kyqim79PzKsqNt/CW pYtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ffjpZTJ3ll9mAMpaSEiQhSdHd2CubcvaZXANhciHkqM=; b=AzyCI6yRpquM2nYnJ+g6TtZv1djEckEeam04OBoZVlF+yPb9QEd1oi8KuNyJ5UCxFq Ny3mOwrh+XVekLiAgqNGm7N7bUTHrJQukqh2ilCQk4rgTVLXaAhlJ47+CBfuuL/TdWtP fjp916CmqXk//+pCbrpuJxhOcPqjc/UEHqYPSN0zZr2I13uRQDTzn4r1repuxItCbOz4 Njj2nkWAXeNPCIjjqXhzzejht64/oci1AAvVU4nJ2a/Bvtn1biPDvipm338f9U/ktLEZ UxkNJIG2A9MnIm0t3KkfY5CIM4iD5/8MQN3NoR74w9jgjCoKzCacRm4baQPVQu51+fBI eRjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v3si1217293eda.480.2020.05.20.03.16.08; Wed, 20 May 2020 03:16:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726837AbgETKO3 convert rfc822-to-8bit (ORCPT + 99 others); Wed, 20 May 2020 06:14:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726224AbgETKO3 (ORCPT ); Wed, 20 May 2020 06:14:29 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A0CDC061A0E; Wed, 20 May 2020 03:14:29 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jbLjZ-0004in-6g; Wed, 20 May 2020 12:13:57 +0200 Date: Wed, 20 May 2020 12:13:57 +0200 From: Sebastian Andrzej Siewior To: Matthew Wilcox Cc: Steven Rostedt , linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Will Deacon , Thomas Gleixner , "Paul E . McKenney" , Linus Torvalds , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 2/8] radix-tree: Use local_lock for protection Message-ID: <20200520101357.y4unmdqvztjllqy3@linutronix.de> References: <20200519201912.1564477-1-bigeasy@linutronix.de> <20200519201912.1564477-3-bigeasy@linutronix.de> <20200519204545.GA16070@bombadil.infradead.org> <20200519165453.0a795ca1@gandalf.local.home> <20200520020516.GB16070@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20200520020516.GB16070@bombadil.infradead.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-05-19 19:05:16 [-0700], Matthew Wilcox wrote: > > https://lore.kernel.org/r/20200519201912.1564477-1-bigeasy@linutronix.de > > > > With lore and b4, it should now be easy to get full patch series. > > Thats asking too much of the random people cc'd on random patches. Well, other complain that they don't care about the other 20 patches just because one patch affects them. And they can look it up if needed so you can't make everyone happy. > What is b4 anyway? git://git.kernel.org/pub/scm/utils/b4/b4.git It is a tool written by Konstantin which can grab a whole series giving the message-id of one patch in series, save the series as mbox, patch series and collect all the tags (like replies with acked/tested/…-by) and fold those tags it into the right patches. Sebastian