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 7CDCEC4167B for ; Tue, 5 Dec 2023 02:29:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376329AbjLEC32 (ORCPT ); Mon, 4 Dec 2023 21:29:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346535AbjLEC3O (ORCPT ); Mon, 4 Dec 2023 21:29:14 -0500 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 257A62718; Mon, 4 Dec 2023 18:27:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+Sh4xFuCYtuZDODA0SGnrOJqkTBCw1GOJElB1RwG75Y=; b=kiauXGfOGc/a/PeytVXFZv7qSq niZtmA7lcKvUb5/b2C/4YdYhZ0yk+mypc+QzHzy7qgHV3cnWadFuYC15RY7+v65726NgOqj6o6+tq pGzgSzdb1RxwH5BBf3KX28A0YnHSSfxdQTv05SIV4UQc2z00epfxvpq0NCxQsiha1Vr0h5DVNj58c /jsrnzobFi+XIysxaJjQfX8eaV+nh81MViccJVmngzjORQUHauwQEjM2VglQs3aJSgkc4f8xDZvYC WCdJ1gkWQSby5c/unzmDksm6mTzufIlpSM2bPZ38hHaRdw2iBYUoyBTxDamMNGYfsYV4oaPxt4ndd YIMUSFIA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1rAL9q-0079CL-1x; Tue, 05 Dec 2023 02:27:34 +0000 Date: Tue, 5 Dec 2023 02:27:34 +0000 From: Al Viro To: linux-arch@vger.kernel.org Cc: gus Gusenleitner Klaus , Al Viro , Thomas Gleixner , lkml , Ingo Molnar , "bp@alien8.de" , "dave.hansen@linux.intel.com" , "x86@kernel.org" , "David S. Miller" , "dsahern@kernel.org" , "kuba@kernel.org" , Paolo Abeni , Eric Dumazet Subject: Re: [RFC][PATCHES v2] checksum stuff Message-ID: <20231205022734.GC1674809@ZenIV> References: <20231019050250.GV800259@ZenIV> <20231019061427.GW800259@ZenIV> <20231019063925.GX800259@ZenIV> <20231019080615.GY800259@ZenIV> <20231021071525.GA789610@ZenIV> <20231021222203.GA800259@ZenIV> <20231022194020.GA972254@ZenIV> <20231205022100.GB1674809@ZenIV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231205022100.GB1674809@ZenIV> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 05, 2023 at 02:21:00AM +0000, Al Viro wrote: Arrrgghhh... Sorry about the crap mixed into that - git send-email .... v2-* without checking if there are old files matching the same pattern remain. Shouldn't have skipped --dry-run; mea culpa.