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 2EC9EC4332F for ; Mon, 10 Jan 2022 19:30:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243428AbiAJTat (ORCPT ); Mon, 10 Jan 2022 14:30:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241847AbiAJTar (ORCPT ); Mon, 10 Jan 2022 14:30:47 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C32BCC06173F; Mon, 10 Jan 2022 11:30:47 -0800 (PST) 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 97BEB61416; Mon, 10 Jan 2022 19:30:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 009DEC36AF5; Mon, 10 Jan 2022 19:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641843046; bh=YmviK5RZSlP89MSfpfdgfDv26eVqjbSGZFEAexfUax0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WQJdGeIw03IxhjkyOh/oHy0/xhGEqu6Yzf6vNo9uP74UezpnSgGWRZgeGnJHCNAJ1 a+gZU004fsbLe0PVty+dm+DCWa21lrdv1U6mZ7gvXR57Aolr+JFgWbTHPpyp3W9TSD 0a5lp9fYYLOhOr7Juj5uPePAYMHtQpcIqi59+v6WrrevdQOzJRhVXKzl9Z69k4o0R1 IPWG2yCUeTeMu4lKPkburPZWQtbEzLu8WCd+zbDG0yr06Jy+XkyFyAY9gC64hsxdfz HYPVxqgvHJveZOwObNUU8xmh9sey1RsCfGXtW2kEXvXSmgCnSwvOr3WYU65STQjun3 D2/kGMcUEl7Mw== Received: by mail-yb1-f180.google.com with SMTP id j83so40987037ybg.2; Mon, 10 Jan 2022 11:30:45 -0800 (PST) X-Gm-Message-State: AOAM530pdSqU1maeEwEXflyzhswb+rIFtZ3H7BmFI/PXlMYsbM1l+lGf vg/YANdgSSUktLG5rmdJeuDavagzUicDdmvID34= X-Google-Smtp-Source: ABdhPJxi1+kIoliozeFn6h+zQk5GRTM/v/LZ+hjQz3ZA5kzu+flR3VAEV7Vvspv6IoLYEidim73AuXuTQCbYgYwvXts= X-Received: by 2002:a25:287:: with SMTP id 129mr1482739ybc.670.1641843044963; Mon, 10 Jan 2022 11:30:44 -0800 (PST) MIME-Version: 1.0 References: <20220107180314.1816515-1-marcel@ziswiler.com> <20220107180314.1816515-5-marcel@ziswiler.com> In-Reply-To: <20220107180314.1816515-5-marcel@ziswiler.com> From: Song Liu Date: Mon, 10 Jan 2022 11:30:34 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v1 04/14] arm64: defconfig: enable bpf/cgroup firewalling To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marek Vasut , Marcel Ziswiler , Alexei Starovoitov , Andrii Nakryiko , Arnd Bergmann , Biju Das , Bjorn Andersson , Catalin Marinas , Daniel Borkmann , Enric Balletbo i Serra , Geert Uytterhoeven , =?UTF-8?Q?Guido_G=C3=BCnther?= , John Fastabend , KP Singh , Krzysztof Kozlowski , Martin KaFai Lau , Olof Johansson , Shawn Guo , Song Liu , Will Deacon , Yonghong Song , bpf , open list , Networking Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 7, 2022 at 10:06 AM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > This avoids the following systemd warning: > > [ 2.618538] systemd[1]: system-getty.slice: unit configures an IP > firewall, but the local system does not support BPF/cgroup firewalling. > [ 2.630916] systemd[1]: (This warning is only shown for the first > unit using IP firewalling.) > > Signed-off-by: Marcel Ziswiler Acked-by: Song Liu