From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6786AC4332F for ; Mon, 12 Dec 2022 22:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233763AbiLLW2E (ORCPT ); Mon, 12 Dec 2022 17:28:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233772AbiLLW16 (ORCPT ); Mon, 12 Dec 2022 17:27:58 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E121113F5E; Mon, 12 Dec 2022 14:27:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C3D2061237; Mon, 12 Dec 2022 22:27:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 063F0C433F0; Mon, 12 Dec 2022 22:27:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1670884075; bh=mUOfQc533DZXpAH/j5qvopFJ3sk+EudlagVpWNeWq5Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=awngYhuwOj4O334dvKbdpJ7b7N1lXnBgFkewacFwb7Ay5zBThpCmOEekVXwUit+qu CgGJspgRJlgPApnmH8E8D75nnD0e9kceAaw8wU0k1CiskNkUuHGj9rR1poB5PFpB0n r062GFMYJbTPO/FuGSA62YUUuXfSh453OdtTYq/g= Date: Mon, 12 Dec 2022 14:27:54 -0800 From: Andrew Morton To: "Jason A. Donenfeld" Cc: Linus Torvalds , linux-mm@kvack.org, mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] non-MM commits for 6.2-rc1 Message-Id: <20221212142754.5f699c4ff515fd9d42768fb2@linux-foundation.org> In-Reply-To: References: <20221212134425.b20b80955e5e8a4a36ce1b9a@linux-foundation.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-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, 12 Dec 2022 15:16:43 -0700 "Jason A. Donenfeld" wrote: > On Mon, Dec 12, 2022 at 01:44:25PM -0800, Andrew Morton wrote: > > wifi: rt2x00: use explicitly signed or unsigned types > > Why is this part of your PULL? This was a netdev/wireless tree fix which > was in 6.1-rc5. Kalle wrote that he took it on 21 Oct 2022 in: > https://lore.kernel.org/all/166633563389.6242.13987912613257140089.kvalo@kernel.org/ > Huh. I guess git quietly accepts the identical commit, so Stephen never told me and my test-merge-with-Linus-latest also came up clean. Which leaves it to me to manually handle these things, and that's unreliable. Is there some way of telling git to complain about identical changes when doing a trial merge?