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 A2966C4708E for ; Wed, 7 Dec 2022 15:02:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230206AbiLGPC4 (ORCPT ); Wed, 7 Dec 2022 10:02:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbiLGPCf (ORCPT ); Wed, 7 Dec 2022 10:02:35 -0500 Received: from us-smtp-delivery-44.mimecast.com (us-smtp-delivery-44.mimecast.com [205.139.111.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1618063BA0 for ; Wed, 7 Dec 2022 07:02:00 -0800 (PST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-292-qwpBp8X0PsiByp9abe6HCw-1; Wed, 07 Dec 2022 10:01:56 -0500 X-MC-Unique: qwpBp8X0PsiByp9abe6HCw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E7B9C8027EC; Wed, 7 Dec 2022 15:01:55 +0000 (UTC) Received: from hog (unknown [10.39.192.162]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F396BFD48; Wed, 7 Dec 2022 15:01:53 +0000 (UTC) Date: Wed, 7 Dec 2022 16:00:51 +0100 From: Sabrina Dubroca To: ehakim@nvidia.com Cc: linux-kernel@vger.kernel.org, raeds@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, atenart@kernel.org, jiri@resnulli.us Subject: Re: [PATCH net] macsec: add missing attribute validation for offload Message-ID: References: <20221207101618.989-1-ehakim@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221207101618.989-1-ehakim@nvidia.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2022-12-07, 12:16:18 +0200, ehakim@nvidia.com wrote: > From: Emeel Hakim > > Add missing attribute validation for IFLA_MACSEC_OFFLOAD > to the netlink policy. > > Fixes: 791bb3fcafce ("net: macsec: add support for specifying offload upon link creation") > Signed-off-by: Emeel Hakim Reviewed-by: Sabrina Dubroca -- Sabrina