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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 96273FD9E26 for ; Fri, 27 Feb 2026 01:26:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hEDmpRpqiAUXr2PVot4LTV4mD5eRHug6vKWs5+Pycd0=; b=yFn1xdN3Cp+8xJ +LPcelus0tdoElhKZWGCjBeKXUxrAUpmZJ5ivb/zBJiT4ANZEwu97LXxwJURvKIn1Q29a8bYUp9Yn GoNq4ToYGgTpb0hy8obqckiIEhopF8IHuWU/hD5b3Acovv/I39VjqI+SjW8SeDNqd6PM27iATbE0e 73PzlJ9tomO89W/A80v+szcJbRHEIbaAAORA1YoYDNstZ3VIrV9NhFpYfQ+aBx6Lh+Kmdtk93As8G PbaK0EOYV4d3eTaUVFoimoJnVXrir0SoNz2jKVLWsvVE993BUYnBBlbx+4nNOOxrI1L1wQ0Oqge0E 9lJ1X02ev0mP9qrxS3mQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vvmcy-00000007UDd-09pt; Fri, 27 Feb 2026 01:26:48 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vvmcw-00000007UDB-0czI; Fri, 27 Feb 2026 01:26:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 2A2DF43599; Fri, 27 Feb 2026 01:26:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65302C116C6; Fri, 27 Feb 2026 01:26:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772155604; bh=hSJg4qauvG+7+fWEs47LIA3wWemCOEi5vHzM2SoFyQU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HVsPwexo8yQC1McqS9JeWC0dIgxu1ad7PFQ22F991iYeUBVcYSuPOP84+EK5Y9pJB s5PJk8FxLshZme53gbaRIOggFE+wq9oL5Os0uK8s1L3/QJYzquBLDZ0wHuN62GGBP8 44IszaOZK0R6ejURWjnzivmC0W1LEGgDI1QNBzyYM0f5wh/ZXMRcK69pYhStJ0RECS 8sFIquFryVggccd5pUkOnJ7HsoAy70K8n4IbQzTLC2aQv7vCMR9/+zQVd9KfpHbvFA mg5035FzbtoblNIfsRDZSJgRrIRS26FBO23ak1AqrCpMD1AB9c7iA5URfN5LqlAUqZ +KcPyCNgIMV6Q== Date: Thu, 26 Feb 2026 17:26:42 -0800 From: Jakub Kicinski To: "Russell King (Oracle)" Cc: Andrew Lunn , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Mohd Ayaan Anwar , Neil Armstrong , netdev@vger.kernel.org, Paolo Abeni , Vinod Koul Subject: Re: [PATCH RESEND2 net-next 0/8] net: stmmac: qcom-ethqos: further serdes reorganisation Message-ID: <20260226172642.18a0b20b@kernel.org> In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260226_172646_218851_DCFABFF0 X-CRM114-Status: UNSURE ( 4.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Thu, 26 Feb 2026 23:07:16 +0000 Russell King (Oracle) wrote: > Subject: [PATCH RESEND2 net-next 0/8] net: stmmac: qcom-ethqos: further serdes reorganisation The only exception to the 24h rule is if a reviewer _asks_ you to repost ASAP. Maintainers also wait, there are no exceptions. Please don't do this again. Having to deal with multi-tier system of privileges and rules will make our (maintainers) job even more miserable than it already is. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy