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 92C22C79F82 for ; Fri, 4 Sep 2026 15:58:35 +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=0d4DKUkHua5cc+JzQsYl22RtPvwldtRKDNUhVEOn58M=; b=j7PhUwSfOZljZ7 AiIkMGLihPAnuB5DK1u237b9/2UcwnaR2CtzMjigqeT45ioTYRHavne3dp9Ff8vzSpL0gnSGfqSvN nZ0UK9BpqibEb4pMepefuDXOfOh8IjSc4BGhEk8AFDQ3suFdtjNkBDYmWePjC1s9FnsAPzUZcSS7Q J/GFPq6BiGgohrptkd+4u0/naO/jfYa6G6eeqrVclTu6gUrepay//JuFZDjYE7XatmJA3rN2YoII5 3xpPTw+V1SxMelnOrxVi0L1KRNoHnar8BcQHO295sEtvWNavKwMDfuTsQq+fmhgb1EytbEHV4Delc tgc5+LMffyOCibdZR77w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x2WIy-00000002bH0-1iuR; Fri, 04 Sep 2026 15:58:16 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x2WIw-00000002bGa-12oj; Fri, 04 Sep 2026 15:58:14 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 6B92E600C8; Fri, 4 Sep 2026 15:58:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92D661F00A3D; Fri, 4 Sep 2026 15:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788537493; bh=xFBkR9T0SQCtUDwL8PQObCORwH0zWTKutCjB4dzETP4=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=YeoORvmHxqLmUVtXYpglFo8Xgu1ji5AKGIXIO6Mm8N5xIm4dXmqXD+clgqcWKLeY3 TQXS47+v9ZKtzRnB9bwcmz/xuaotwZQZt+msSrow1xFdWHhWuZI7rpSimHlnU7ercc qq8732lFwY9ju3z4VMdciwyPv6/45agXQqEHVc/j1wIeyMWtwmURw6TnxLOh6kUjXE qt2RQj1/NpPKFcBnXJsX+gLYdYGuK6yw7/7pPoiKZQlxG6bMMx5OD2cxw6yQjanA0O l6mxQekLsEfYk02DnMQQtBWF+b1uSpc35BoRUjFKJ/MvNqfSS5szwk94rmCJUfqbjD pTinIofYxQYWg== Date: Fri, 4 Sep 2026 08:58:11 -0700 From: Jakub Kicinski To: Siddharth Vadapalli Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next 00/33] Remove comma after sentinel entries in match table Message-ID: <20260904085811.7e2c2db6@kernel.org> In-Reply-To: <20260904043724.2955444-1-s-vadapalli@ti.com> References: <20260904043724.2955444-1-s-vadapalli@ti.com> MIME-Version: 1.0 X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Fri, 4 Sep 2026 10:06:06 +0530 Siddharth Vadapalli wrote: > This series removes the comma present after sentinel entries in the match > tables across all networking subsystem drivers, with the exception of the > davinci_mdio.c driver, for which, the patch posted by Geert at: > https://lore.kernel.org/r/e481b6de46cecc6ea604ae165272c667274cc621.1788437140.git.geert+renesas@glider.be/ > does the same. > > Since I inquired about a cleanup across the entire networking subsystem but > didn't get a response: > https://lore.kernel.org/r/b3d19098-eccd-4619-b667-ad3b7e0a4422@ti.com/ > I decided to post this series. Given that Andrew Lunn acknowledged the > cleanup of the davinci_mdio driver: > https://lore.kernel.org/r/abec6831-d344-489d-b70c-1e5dd4d43c2d@lunn.ch/ > and I don't see why the cleanup is specific to davinci_mdio driver alone, > I am hoping that this series is treated identically to the patch that > Geert had posted for the davinci_mdio driver. > > Series is based on commit > 6ebcf5074cff net: openvswitch: don't schedule rebalancing if there are no datapaths > of the 'main' branch of the net-next tree. You failed to specify why this "cleanup" makes a difference. have you ever seen the sentinel not be the last entry? _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv