From patchwork Fri May 5 15:08:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 759059 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wKFfV4tTrz9s7n; Sat, 6 May 2017 01:09:06 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1d6equ-0001tt-1x; Fri, 05 May 2017 15:09:04 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1d6eqc-0001or-JP for kernel-team@lists.ubuntu.com; Fri, 05 May 2017 15:08:46 +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 1d6eqc-0002Xb-8t for kernel-team@lists.ubuntu.com; Fri, 05 May 2017 15:08:46 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] [YAKKETY] UBUNTU: [Config] CPU_SW_DOMAIN_PAN=y and SLAB_FREELIST_RANDOM=y Date: Fri, 5 May 2017 17:08:43 +0200 Message-Id: <1493996924-9771-3-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493996924-9771-1-git-send-email-paolo.pisati@canonical.com> References: <1493996924-9771-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.raspi2/config/config.common.ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.raspi2/config/config.common.ubuntu b/debian.raspi2/config/config.common.ubuntu index 54b2078..2513f0f 100644 --- a/debian.raspi2/config/config.common.ubuntu +++ b/debian.raspi2/config/config.common.ubuntu @@ -969,7 +969,7 @@ CONFIG_CPU_NOTIFIER_ERROR_INJECT=m CONFIG_CPU_PABRT_V7=y CONFIG_CPU_PM=y CONFIG_CPU_RMAP=y -# CONFIG_CPU_SW_DOMAIN_PAN is not set +CONFIG_CPU_SW_DOMAIN_PAN=y CONFIG_CPU_THERMAL=y CONFIG_CPU_TLB_V7=y CONFIG_CPU_V7=y @@ -4725,7 +4725,7 @@ CONFIG_SIGNATURE=y # CONFIG_SIGNED_PE_FILE_VERIFICATION is not set # CONFIG_SLAB is not set CONFIG_SLABINFO=y -# CONFIG_SLAB_FREELIST_RANDOM is not set +CONFIG_SLAB_FREELIST_RANDOM=y CONFIG_SLHC=y CONFIG_SLIP=m CONFIG_SLIP_COMPRESSED=y