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 41BFDCDB483 for ; Tue, 17 Oct 2023 13:50:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343667AbjJQNua (ORCPT ); Tue, 17 Oct 2023 09:50:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232644AbjJQNu0 (ORCPT ); Tue, 17 Oct 2023 09:50:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 535B9FA; Tue, 17 Oct 2023 06:50:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id ECEACC433C9; Tue, 17 Oct 2023 13:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697550625; bh=pWL/sBiYFA5AQzidelkikmDkcUPvDgNo6SXaQJhSsMA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Tw1PA02evYT6BgHFasJa+HizwZNIsnhdOYr7aWjPnIHxyA9pyAjv7qIA21mQ3K/Ms iRmu9EPiwQSgexfXz4SVH9c1ozXav9epcW1Fz4aPiFHxB77JdYrXxc66KvCnwL4/M7 m98Cw/xu+A/rvMjsMhbIYpkQ+UbngkjpEfklCw2AlEvjCmXlzmsoIpdL6PUZqmJ7+j 9anpHTWn03bUIHhCnJMo+IPbW6iIiKChVCht3O87C/+U92gQAui9y6Q3i9yUicLJVf VQKoUu6xgnpJlrnlJ/f82zEVWWyTMh3JXmfDMijtKlPm5IN1DZV4k1MrdcJOb7Mtit pNufWoqzlzu8w== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id CFD8EC04E27; Tue, 17 Oct 2023 13:50:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 1/2] net: openvswitch: Use struct_size() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169755062484.25061.3738739418791842854.git-patchwork-notify@kernel.org> Date: Tue, 17 Oct 2023 13:50:24 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: pshelar@ovn.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, dev@openvswitch.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sat, 14 Oct 2023 08:34:52 +0200 you wrote: > Use struct_size() instead of hand writing it. > This is less verbose and more robust. > > Signed-off-by: Christophe JAILLET > --- > v2: No change > > [...] Here is the summary with links: - [v2,1/2] net: openvswitch: Use struct_size() https://git.kernel.org/netdev/net-next/c/df3bf90fef28 - [v2,2/2] net: openvswitch: Annotate struct mask_array with __counted_by https://git.kernel.org/netdev/net-next/c/7713ec844756 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html