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 D7D55C43334 for ; Tue, 19 Jul 2022 01:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234192AbiGSBcl (ORCPT ); Mon, 18 Jul 2022 21:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbiGSBcj (ORCPT ); Mon, 18 Jul 2022 21:32:39 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63F4D17ABE; Mon, 18 Jul 2022 18:32:38 -0700 (PDT) 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 sin.source.kernel.org (Postfix) with ESMTPS id AC1FCCE179E; Tue, 19 Jul 2022 01:32:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6B06C341C0; Tue, 19 Jul 2022 01:32:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658194355; bh=XyHlYfyEv7OxbZn+n0rwWQki1x+USgLQJWRrOSk0TfQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fXYSeQ8IuYapj8rpiL3hzIksho22FMAy3v5DY7HcFZ/gjAathbt8dQUtAjL/UlM+w 7IWLJW9Y4CBImIMP5l/cp6BLk+5u0Pchiu9Lo5OAlfD8NbB7CuMDcFgMA0HHRjL7wV 9cN4u4ehgMyyVXTbfCrw2t0F88zofsNmrHinnzZLsQUB0SZwBDgpY3qO/yx4Hga9H+ y+RpDQa84tNT2jsKYVcvLD20+DRztUn7YqkV+XBLUqCWhnphEw51XmT6HbixD17KDD SbLTVwfi1eVqJmp4pcAd5oNN/nnLLKAYppwoR7a/9T/xwuEXrEcAQl+kADtZVVUD8Y vqOJmeJdOhM9A== Date: Mon, 18 Jul 2022 18:32:33 -0700 From: Jakub Kicinski To: Christian Marangi Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Greg Kroah-Hartman , Jens Axboe , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [net-next PATCH v2 03/15] net: dsa: qca8k: move qca8kread/write/rmw and reg table to common code Message-ID: <20220718183233.5a53739b@kernel.org> In-Reply-To: <20220718183006.15e16e46@kernel.org> References: <20220719005726.8739-1-ansuelsmth@gmail.com> <20220719005726.8739-5-ansuelsmth@gmail.com> <62d60620.1c69fb81.42957.a752@mx.google.com> <20220718183006.15e16e46@kernel.org> 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, 18 Jul 2022 18:30:06 -0700 Jakub Kicinski wrote: > On Tue, 19 Jul 2022 03:00:13 +0200 Christian Marangi wrote: > > This slipped and was sent by mistake (and was just a typo fixed in the > > title) > > > > Please ignore. Sorry. > > Please make sure you wait 24h before reposting, as per > > https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html#i-have-received-review-feedback-when-should-i-post-a-revised-version-of-the-patches Looks like patchwork picked the right one, no? This is the patch we need: https://patchwork.kernel.org/project/netdevbpf/patch/20220719005726.8739-4-ansuelsmth@gmail.com/ And this one is to be ignored: https://patchwork.kernel.org/project/netdevbpf/patch/20220719005726.8739-5-ansuelsmth@gmail.com/ Right? If so - no repost needed.