Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp3210972ima; Tue, 23 Oct 2018 02:05:45 -0700 (PDT) X-Google-Smtp-Source: ACcGV62HIhJre/YahIhzvEvUIu46kIS+1rfO8kG4lRwFwnvzkzyK4+WyWW6vW4gZpGGErUnw+8qy X-Received: by 2002:a17:902:b943:: with SMTP id h3-v6mr48028321pls.5.1540285539947; Tue, 23 Oct 2018 02:05:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540285539; cv=none; d=google.com; s=arc-20160816; b=SnCSR5ePeWxyKUjfnUmR3RtCKGet1pfAKckn+nVcERCMjunZeuOUGcDXTGcgvabvu4 ZxuWB9CQkMnSXZQKj3PhGtavTTpv5HlJTepQbeaPSEV6ebesDW18mbOK1Xl9wu/Ib8pm 0OAwy9+SFRply3i6NrBeCj4mUFhEpWPjWgIpUSgB4KnOGSGdD0/jBL4tXnyMzK09Syti E4lEsLRUzzFuuV23d5OjVuDJf1KvnxnjlymKg4EL1qlJQyOG1q+tHQcBVd9aleuAcCH1 UI/k+9Mjfw9z5wleadKh2EaT/8WnrPA+rJUvelQPtTCNV8I3SCWCX88UIi29NF9xUi8R lSVQ== 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:reply-to:message-id :subject:cc:to:from:date; bh=4BeYZd6fmcKRDrbYtIOq6NpkIa3fffYcEezLcVbkfIo=; b=LNNmBIIB4wlnyYHDQ0YrvOD5jp+yJhPUwQaEF+1zK7cKPxX/HObNCnYHxN4E/Ex18G BA+u+JpdOpo5SDugEHNcC6Pp1Rq6XBGki8StPYTGFCGoCtYssPeYjXGpM6HmsE6SYqPm GesQMm9kn0KsAmtNvRCJ7xlmhXkmFtag+9Yuj4UwBhluv3rx7OB2KI5o7Kkj6XtOLF2g 7+Dx02LR+BUxseo6PMSDusOGfAlivDrZubIhAeIj3BPEGZmXM+pO6n8mtGB/PIT6NXj1 QmFl6mJmRznZp6/SOWzYS7VwbdYFiS6/dGiKiAeU+wHFZNkMKQZvaS4I1FGhqHzVmY8U JXJA== 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 b11-v6si699453plb.401.2018.10.23.02.05.24; Tue, 23 Oct 2018 02:05:39 -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 S1728341AbeJWRZl (ORCPT + 99 others); Tue, 23 Oct 2018 13:25:41 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:35426 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727978AbeJWRZk (ORCPT ); Tue, 23 Oct 2018 13:25:40 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id w9N92jQH023449; Tue, 23 Oct 2018 11:02:45 +0200 Date: Tue, 23 Oct 2018 11:02:45 +0200 From: Willy Tarreau To: Linus Torvalds Cc: Boris Brezillon , Catalin Marinas , Christoph Hellwig , Guenter Roeck , Jacek Anaszewski , Jens Axboe , Linus Walleij , Mark Brown , Ulf Hansson , Greg KH , Linux Kernel Mailing List Subject: Re: Git pull ack emails.. Message-ID: <20181023090245.GC23341@1wt.eu> Reply-To: linux-kernel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 23, 2018 at 09:41:32AM +0100, Linus Torvalds wrote: > Because yes, the second option likely works fine in most cases, but my > pull might not actually be final *if* something goes bad (where bad > might be just "oops, my tests showed a semantic conflict, I'll need to > fix up my merge" to "I'm going to have to look more closely at that > warning" to "uhhuh, I'm going to just undo the pull entirely because > it ended up being broken"). Is that a big problem ? I mean probably those who need an ACK just want to be sure their PR was not lost between them and you. It's not a guarantee that the code will be kept till the release anyway, and I tend to think that changing your mind after attempting a build is not different than changing your mind 3 days later. So when this happens, you're possibly expected to simply notify the author later saying "sorry, I changed my mind and finally I dropped your code for this or that reason". That should be enough to cover the vast majority of use cases, no ? Just my two cents, Willy