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 AC90EC433F5 for ; Thu, 29 Sep 2022 16:10:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235388AbiI2QKo (ORCPT ); Thu, 29 Sep 2022 12:10:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234920AbiI2QKl (ORCPT ); Thu, 29 Sep 2022 12:10:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5894FAD9B5; Thu, 29 Sep 2022 09:10:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E8BCC61A3F; Thu, 29 Sep 2022 16:10:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF9A3C433D6; Thu, 29 Sep 2022 16:10:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664467839; bh=Y6I9baSJX7t5noQG7pic8bbMiKke70Jgc+M0Pyupuok=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Pqfy6CpH04vXHNlCeK8divuCivx2ROtaBL3uONDUej220w1nMOTrfkrIWkCha3cf0 mYqgG4WF0OV/y+aDBeObSFdyBirolLFDw+VUqOkkb70Rg1KH2/kEPjOVDoe+UZah8t fUfA/CA+o2xOimsnrbCe7bhgbkI5z38o8HC9pZ+5F+SUKe21VNP2UU3w0PlZHujG2b jlZ11ePpC6UfyRLTHltwyYZwK1XHXpI7O11NQ8du4cieCcQFDnHlv+gSQy8zMlSlYz tXHZMSs03B6i2mo5I3+1x48nn29HmyvGkPlSCx6W8htFtsLAALZ48d9Hp7jndUrUws FwKbObCc3ej9w== Date: Thu, 29 Sep 2022 09:10:36 -0700 From: Jakub Kicinski To: Hans Schultz Cc: davem@davemloft.net, netdev@vger.kernel.org, Florian Fainelli , Andrew Lunn , Vivien Didelot , Vladimir Oltean , Eric Dumazet , Paolo Abeni , Kurt Kanzenbach , Hauke Mehrtens , Woojung Huh , UNGLinuxDriver@microchip.com, Sean Wang , Landen Chao , DENG Qingfang , Matthias Brugger , Claudiu Manoil , Alexandre Belloni , Jiri Pirko , Ivan Vecera , Roopa Prabhu , Nikolay Aleksandrov , Shuah Khan , Russell King , Christian Marangi , Daniel Borkmann , Yuwei Wang , Petr Machata , Ido Schimmel , Florent Fourcot , Hans Schultz , Joachim Wiberg , Amit Cohen , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, bridge@lists.linux-foundation.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB) Message-ID: <20220929091036.3812327f@kernel.org> In-Reply-To: <20220928150256.115248-1-netdev@kapio-technology.com> References: <20220928150256.115248-1-netdev@kapio-technology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 28 Sep 2022 17:02:47 +0200 Hans Schultz wrote: > From: "Hans J. Schultz" > > This patch set extends the locked port feature for devices > that are behind a locked port, but do not have the ability to > authorize themselves as a supplicant using IEEE 802.1X. > Such devices can be printers, meters or anything related to > fixed installations. Instead of 802.1X authorization, devices > can get access based on their MAC addresses being whitelisted. Try a allmodconfig build on latest net-next, seems broken.