Received: by 10.192.165.148 with SMTP id m20csp1736656imm; Thu, 3 May 2018 04:44:32 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrLD2ygX30vYAxjecZkXDxqRjtqa5XlHks2RsiAXDezARrUAPjM1Lx99+u4FEmmXANYsPIe X-Received: by 2002:a17:902:850a:: with SMTP id bj10-v6mr15086124plb.239.1525347872308; Thu, 03 May 2018 04:44:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525347872; cv=none; d=google.com; s=arc-20160816; b=nMlEs5HLhyjd1uQVRSc05SxAH9bKUL5IE2F9tS+LImepM+3Z6HADigKEbJaW8eGTII uA10qEarYxu6oFkBxfBto8v855P8T/0qR3uVVDU0eO7allkvHfKUYbAcpoN9h4kU5s0h Lq2HhDkDs05HSoPa+wwhbxOyxFDbbBvbmWktBWrba/qthQrDymCWD3CnoC8OlPIBADUg wLYiJ9e0zBLU1OsVhkUU8qNgBgRh7nqed9HEXXKLl3FrZE+xAoQQGu2YWUHax+ZZqDne 6ttOoZi/pwiz6QtKY+vdf6SpuWkefRUtTX3AjIVTowVowqBVkj3p1vZXGmsbGdYrKErV BrGA== 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:arc-authentication-results; bh=5bfjzbWohJyVS9mTde7zeY8RO+e1S4gZz/eqo9WtX/Y=; b=jHDOptUeIiWdyk1sF1GeH0vto2jPOfWs/dOQqIdLC3AfIeZH1uZkv4XttXGKEe63Ot gdYlUk7S937iSviNaOYuMY4bKEM8RAXWD7A9GUK+6Systesod4vYQoKHGawnYtzmlRJy iq0TU2ttZ/lUlzZI/hINayGt49kb/hAty1j9t3L4xvh68WG2Lml+nhmvc5173KqpqDNt DX7rbOeD12dw8iDEbzt/+Do+DOAiNYzu9XrU72fa2TkgMp1OTAmJD63QXRXAFgf+N01s mnmyPXGbHxYpckiWBom5muWSOKD2MWKCX286oXwSEjGzXxd63/tfx+vRXiOFz/fe+Su9 DL+g== 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 a12-v6si11518497pgd.102.2018.05.03.04.44.17; Thu, 03 May 2018 04:44:32 -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 S1751269AbeECLoI (ORCPT + 99 others); Thu, 3 May 2018 07:44:08 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:45480 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbeECLoG (ORCPT ); Thu, 3 May 2018 07:44:06 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.87 #1 (Red Hat Linux)) id 1fECe8-0006bK-0L; Thu, 03 May 2018 11:43:36 +0000 Date: Thu, 3 May 2018 12:43:35 +0100 From: Al Viro To: Geert Uytterhoeven Cc: Sasha Levin , "ksummit-discuss@lists.linuxfoundation.org" , Greg KH , "w@1wt.eu" , "julia.lawall@lip6.fr" , "linux-kernel@vger.kernel.org" Subject: Re: bug-introducing patches Message-ID: <20180503114335.GY30522@ZenIV.linux.org.uk> References: <20180501163818.GD1468@sasha-vm> <20180502195138.GC18390@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 02, 2018 at 10:41:56PM +0200, Geert Uytterhoeven wrote: > Between v4.17-rc1 and v4.17-rc3, there are 660 non-merge commits, of which > - 245 carry a Fixes tag, > - 196 carry a CC stable, > - 395 contain the string "fix". > (non-mutually exclusive) BTW, what about situations when we have a fix naturally split into a series of 2-3 massaging equivalent transformations + one-liner fix in the resulting tree?