From patchwork Fri Apr 13 09:41:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 897898 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40Mt8w0T8xz9s27; Fri, 13 Apr 2018 19:42:08 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f6vDS-0003L9-Rn; Fri, 13 Apr 2018 09:41:58 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1f6vDQ-0003KU-GT for kernel-team@lists.ubuntu.com; Fri, 13 Apr 2018 09:41:56 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1f6vDQ-0006az-5c for kernel-team@lists.ubuntu.com; Fri, 13 Apr 2018 09:41:56 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] arm64: disable BPF_JIT_ALWAYS_ON Date: Fri, 13 Apr 2018 11:41:54 +0200 Message-Id: <1523612514-23888-3-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1523612514-23888-1-git-send-email-paolo.pisati@canonical.com> References: <1523612514-23888-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1763644 Signed-off-by: Paolo Pisati --- debian.snapdragon/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.snapdragon/config/config.common.ubuntu b/debian.snapdragon/config/config.common.ubuntu index 7b8b7c7..7bc0e5c 100644 --- a/debian.snapdragon/config/config.common.ubuntu +++ b/debian.snapdragon/config/config.common.ubuntu @@ -630,7 +630,7 @@ CONFIG_BOOT_PRINTK_DELAY=y CONFIG_BOUNCE=y CONFIG_BPF=y CONFIG_BPF_JIT=y -CONFIG_BPF_JIT_ALWAYS_ON=y +# CONFIG_BPF_JIT_ALWAYS_ON is not set CONFIG_BPF_SYSCALL=y CONFIG_BPQETHER=m CONFIG_BQL=y