Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp3015054pxy; Mon, 3 May 2021 13:05:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzrUwkeAzkNLOGMjSaynObzDWnEfYxnfCc0FtJMDeDqJaL441c0yyHXcsliAvPtZXJ/+Ujg X-Received: by 2002:a17:902:9a84:b029:ec:7fd5:193e with SMTP id w4-20020a1709029a84b02900ec7fd5193emr22458748plp.62.1620072324311; Mon, 03 May 2021 13:05:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620072324; cv=none; d=google.com; s=arc-20160816; b=APfzRw4Tp7EUtDMaVqMuHXKkqCBbkILTA8d0X8maa/UdGppn/vpUNY1B2uNaNWFwF6 GQixHjuxshDdPpova5zZIy+Et/WRjsehRpVF7yY9YSAeOvn4JE4RvUAbm888EawDMvBn 91Mj3Jw4+NHNiaHwWjhgy8ZtHMR1hO8htPhGZ7wY/vwOReGxQ9rkkTXlsplRVE8OqInY /IRWJ3GNcML/dvxwy+dB86xbPxQfdLNCZN3yph8E2TausPTjqqQSxsmtQPVtbluWyexZ geje0vFdB4t2MWe9/7hDTO3t+HQf9eXjVpnc9GyTklMl9lxqcrwDGv5uyS91KNbajXZf lgww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=NcpaZT82WHyTaghYnlZGS5pxF2/+cfDNM3v21fz8oZA=; b=y+qA6NoVjeotSF7a/eTlL0KDYkD/nEpZR9FM/amM7InrifT3ccbX0kFc3EnOczncx1 NW3Wi/lSHE2PXbIybXnI7AHlyKQJP3JPVQSA8/0M3HxineRu5oMA5cTQ795hgiNm2orG T3P6ganT0C8za98hlUKCune6jc98GczCT/cSylPOsJiGuw0+xwmneRbyOojdfiIzzn9U caCmpdKjjNzsai8cUocsLJTzQg7qJoGaplWcs4Wq699MVMeOTjUSq6aZov8B1/tH9GKR Kilf4o0VspEEc4JW5LubH/nbRef+T/RAj2ANu4gqnHaXHWUDTvgej99Uip+zPxieBSBW 7avA== 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 f18si14158957pjt.34.2021.05.03.13.05.06; Mon, 03 May 2021 13:05:24 -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 S229607AbhECUEd (ORCPT + 99 others); Mon, 3 May 2021 16:04:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:42650 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhECUEb (ORCPT ); Mon, 3 May 2021 16:04:31 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9E28F6115B; Mon, 3 May 2021 20:03:36 +0000 (UTC) Date: Mon, 3 May 2021 16:03:35 -0400 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Bhaskar Chowdhury , Cao jin , Colin Ian King , Ingo Molnar , Qiujun Huang , Wan Jiabing , Xu Wang , "Yordan Karadzhov (VMware)" Subject: Re: [ GIT PULL] tracing: Updates for 5.13 Message-ID: <20210503160335.3f3be2f2@gandalf.local.home> In-Reply-To: References: <20210503091713.1aa7a7b7@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 3 May 2021 11:27:02 -0700 Linus Torvalds wrote: > > This is the first time I'm sending a pull request with a merge > > in it. I'm hoping my scripts did everything correctly. Might want > > to check it a bit more than usual. > > The merge looks fine. It causes the diffstat to show incorrectly, > which is normal (and generally avoided by you doing a test merge so > that you get the diffstat from the merged state - but don't send the > merge itself to me, just use it to (a) look at what conflicts there > will be and (b) get that correct diffstat for the end result). OK, makes sense. > > That said, if the only reason for the merge was one single trivial > commit, you could just have cherry-picked it instead, avoiding the > things like "oh, now it has two merge bases so 'diff' no longer has an > unambiguous result" etc. I was thinking of doing the simple cherry-pick, but I wanted to test if merges would work too, as I'm hoping that I can start pulling from others someday, and not just take patches. I figured I'd try on a trivial merge to see what breaks. > > But this is fine. If you start doing a lot of merges, I may really ask > you to then also do that test-merge for the pull request, but if it's Good to know. If I start pulling more complex merges, I'll do the test merge for the diffstat then. Thanks, -- Steve