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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82F09C433F5 for ; Tue, 5 Oct 2021 03:24:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A90A6137C for ; Tue, 5 Oct 2021 03:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232007AbhJED0d (ORCPT ); Mon, 4 Oct 2021 23:26:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:42150 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232164AbhJED0T (ORCPT ); Mon, 4 Oct 2021 23:26:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4E7586140A; Tue, 5 Oct 2021 03:24:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633404270; bh=laRg3KPWKyFjqTSczNcZ9YhAyw4MU2cJfvWv/ZhBpN0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O05M2kThbWNVvyIlhZCeVDSXIWrsegaxeNdZ8QvvkorK8w4n6GzmBWsdDKtvx7Cxs fXtbHwRQIwgKCKQIBR7UChOfUCNAMa8MiiG9ox4I2HwzyyeVxGZwNweYPPteagHl+B 5QL1sBTBE/3xBOTyG+zyw5psX7iNv5D3aPgBM8Tl8bIyv0rkSw7lUpKIxeL4PDZCMf 3Irx1odG69PB2faqUcXWiDEC40ZpBomKe6ITX1WWJV2NYO5b+T4TGWrqDPkOqBZofu TxlIgdiZE3mxh84z/WUxSjOoXWJki2sZcc2oMwzAILCVb2SlDyRvdoLJ8fA/M+DB3q Q0e3PuyoarGtw== Date: Tue, 5 Oct 2021 11:24:23 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Fabio Estevam , Alexei Starovoitov , Andreas Kemnade , Andrii Nakryiko , Daniel Borkmann , John Fastabend , KP Singh , Martin KaFai Lau , NXP Linux Team , Otavio Salvador , Pascal Zimmermann , Pengutronix Kernel Team , Russell King , Sascha Hauer , Song Liu , Yonghong Song , bpf@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v4 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf Message-ID: <20211005032422.GE20743@dragon> References: <20210920144938.314588-1-marcel@ziswiler.com> <20210920144938.314588-7-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210920144938.314588-7-marcel@ziswiler.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Sep 20, 2021 at 04:49:35PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Enable CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF to allow for systemd > interoperability. This avoids the following failure on boot: > > [ 10.615914] systemd[1]: system-getty.slice: unit configures an IP > firewall, but the local system does not support BPF/cgroup firewalling. > > Signed-off-by: Marcel Ziswiler > Reviewed-by: Fabio Estevam Applied, thanks!