Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDCF5C433F5 for ; Fri, 12 Nov 2021 22:03:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B628061073 for ; Fri, 12 Nov 2021 22:03:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235797AbhKLWGJ (ORCPT ); Fri, 12 Nov 2021 17:06:09 -0500 Received: from bedivere.hansenpartnership.com ([96.44.175.130]:34586 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233932AbhKLWGH (ORCPT ); Fri, 12 Nov 2021 17:06:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1636754596; bh=/9QwVcTLua6z+d1c/3wGd8Od7TGrEfK0gk0sAioZaBo=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=StL9FWBe/XxvyDm7w/4OTLSkUrPSqVjSnD+t+t591W4tW1L+onSVYqRqSys0QmTDL wcx7rzZdibfzH8QcsNnHrajCDm8eJqqrfQpSYYcoiz9bTeRSu66VSWvCqaK+T7spXe YxfHZ7eMZp40K3nN167pQgRndkRz6BZa9+LLscOA= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id 8F3111280910; Fri, 12 Nov 2021 17:03:16 -0500 (EST) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id arEcRqOXOer5; Fri, 12 Nov 2021 17:03:16 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1636754596; bh=/9QwVcTLua6z+d1c/3wGd8Od7TGrEfK0gk0sAioZaBo=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=StL9FWBe/XxvyDm7w/4OTLSkUrPSqVjSnD+t+t591W4tW1L+onSVYqRqSys0QmTDL wcx7rzZdibfzH8QcsNnHrajCDm8eJqqrfQpSYYcoiz9bTeRSu66VSWvCqaK+T7spXe YxfHZ7eMZp40K3nN167pQgRndkRz6BZa9+LLscOA= Received: from jarvis.int.hansenpartnership.com (unknown [IPv6:2601:5c4:4300:c551::527]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 0848512808DB; Fri, 12 Nov 2021 17:03:15 -0500 (EST) Message-ID: <2dcf1dcf98216096c52cbd69553ce71edf62a3c5.camel@HansenPartnership.com> Subject: Re: [GIT PULL] final round of SCSI updates for the 5.15+ merge window From: James Bottomley To: Linus Torvalds Cc: Andrew Morton , linux-scsi , linux-kernel Date: Fri, 12 Nov 2021 17:03:14 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-11-12 at 12:34 -0800, Linus Torvalds wrote: > On Fri, Nov 12, 2021 at 5:43 AM James Bottomley > wrote: > > This series is all the stragglers that didn't quite make the first > > merge window pull. It's mostly minor updates and bug fixes of > > merge window code but it also has two driver updates: ufs and > > qla2xxx. > > Hmm? No diffstat? > > I suspect it's because there's a merge in there, and thus multiple > merge base commits, and the autogenerated diffstat ends up being > worthless. Um, no, it's because I forgot, sorry. > In that situation, the nice thing to do is to at least tell me why > there's no diffstat, but optimally you can do a temporary throw-away > merge in a temporary branch just to get the diffstat. > > And yes, "git request-pull" could do that, automating this all and > reporting any conflicts at the same time. > > But git historically did *not* do that just because it requires a > working tree and can be messy, and because the "just do the diff from > the merge base" works fine for maintainers that don't do merges > themselves, and so the only maintainers that can hit this issue are > the maintainers that also should be able to do that temporary merge > thing on their own. > > Anyway, I don't require that temporary merge, but I _do_ really want > to get notified of "look, I did the diffstat, and it was useless > garbage, so I'm not including it here". > > Because as-is, this just looks like an incomplete pull request. > > I've done the pull, verified the shortlog, and checked that the > (proper) diffstat all looks sane. But I am writing this email just to > say "you could have done so much better". Will do next time, sorry. James