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 E9C93E74905 for ; Mon, 2 Oct 2023 18:31:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229486AbjJBSbz (ORCPT ); Mon, 2 Oct 2023 14:31:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238792AbjJBSby (ORCPT ); Mon, 2 Oct 2023 14:31:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E5C9D8 for ; Mon, 2 Oct 2023 11:31:50 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 290E8C433C7; Mon, 2 Oct 2023 18:31:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696271509; bh=FwOWdXcduUEuYueUYb3WKEmK/UO8XkOGezapIcoLank=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nXztEeJMKGNe5w7pRztMXGYK/3RIFockMyii4+e+9IvyivRQTAnvy1vyrvzDeO21f iKU2HTcj94fyDABBbgMlwgUC8CTQG89l1KY7S8LVPLMqOt+CDcuW0fQYRISYsaDvos HvE6+8vVtjWuISVyQmW2JPpxrzcAI30tx4w0uZ+cgMSVdNgkM8R6uqiKq/uUe2RZra Zib9hBL+cex/Ey/T3JkJAGJtMDV/iOr5V67gcACD5HLZKxJvB8rLBuSNxuTlg2qbIX NzweXBCSFW9P5Ks5oDRRG/NO7iUyZAV6gyZIboSH+b8a9xVsxeJ0lDMU17k04my2UL cqPirDsCOLtXQ== Date: Mon, 2 Oct 2023 11:31:48 -0700 From: Jakub Kicinski To: Ayush Sawal Cc: Kees Cook , Raju Rangoju , "David S. Miller" , Eric Dumazet , Paolo Abeni , "Gustavo A. R. Silva" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH 0/5] chelsio: Annotate structs with __counted_by Message-ID: <20231002113148.2d6f578b@kernel.org> In-Reply-To: <202309291240.BC52203CB@keescook> References: <20230929181042.work.990-kees@kernel.org> <202309291240.BC52203CB@keescook> 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 Fri, 29 Sep 2023 12:44:45 -0700 Kees Cook wrote: > On Fri, Sep 29, 2023 at 11:11:44AM -0700, Kees Cook wrote: > > Hi, > > > > This annotates several chelsio structures with the coming __counted_by > > attribute for bounds checking of flexible arrays at run-time. For more details, > > see commit dd06e72e68bc ("Compiler Attributes: Add __counted_by macro"). > > > > Thanks! > > > > -Kees > > > > Kees Cook (5): > > chelsio/l2t: Annotate struct l2t_data with __counted_by > > cxgb4: Annotate struct clip_tbl with __counted_by > > cxgb4: Annotate struct cxgb4_tc_u32_table with __counted_by > > cxgb4: Annotate struct sched_table with __counted_by > > cxgb4: Annotate struct smt_data with __counted_by > > > > drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +- > > drivers/net/ethernet/chelsio/cxgb4/clip_tbl.h | 2 +- > > drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h | 2 +- > > drivers/net/ethernet/chelsio/cxgb4/l2t.c | 2 +- > > drivers/net/ethernet/chelsio/cxgb4/sched.h | 2 +- > > drivers/net/ethernet/chelsio/cxgb4/smt.h | 2 +- > > 6 files changed, 6 insertions(+), 6 deletions(-) > > Hm, it looks like this is not "Supported" any more? I'm getting bounces > from "Raju Rangoju " ... > > CXGB4 ETHERNET DRIVER (CXGB4) > M: Raju Rangoju > L: netdev@vger.kernel.org > S: Supported > W: http://www.chelsio.com > F: drivers/net/ethernet/chelsio/cxgb4/ Hi Ayush, any idea who should be maintaining the Ethernet part of cxgb4 at this point?