From patchwork Tue Nov 21 19:08:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 840161 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=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yhFVB541Cz9sRn; Wed, 22 Nov 2017 06:08:18 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1eHDu0-0003tM-12; Tue, 21 Nov 2017 19:08:12 +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 1eHDty-0003sl-Oq for kernel-team@lists.ubuntu.com; Tue, 21 Nov 2017 19:08:10 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1eHDty-0006KX-Ce for kernel-team@lists.ubuntu.com; Tue, 21 Nov 2017 19:08:10 +0000 Received: from kamal by fourier with local (Exim 4.86_2) (envelope-from ) id 1eHDtv-0001LE-Vg for kernel-team@lists.ubuntu.com; Tue, 21 Nov 2017 11:08:07 -0800 Date: Tue, 21 Nov 2017 11:08:06 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [PULL][linux-kvm] configs for kernel test suite Message-ID: <20171121190805.GA5098@whence.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1729681 linux-kvm needs various standard kernel features and diagnostic options in order to run the Ubuntu kernel test suite. A test kernel with these changes has demonstrated positive test results (most kernel test suites pass, some don't due to intentionally disabled configs). No code changes here, just enabling a bunch of configs and their prerequisites. -Kamal The following changes since commit 1c116612516673c4eab3e9a6ed6843c57a8666c2: UBUNTU: Start new release (2017-11-03 12:49:04 -0700) are available in the git repository at: git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/linux-kvm lp1729681 for you to fetch changes up to 75920a9030821825859aff63e2da9116323a1cf5: UBUNTU: kvm: [config] enable OPENVSWITCH (2017-11-08 13:41:11 -0800) ---------------------------------------------------------------- Kamal Mostafa (18): UBUNTU: kvm: [config] enable AIO UBUNTU: kvm: [config] enable HUGETLBFS UBUNTU: kvm: [config] enable IA32_EMULATION UBUNTU: kvm: [config] enable SWAP UBUNTU: kvm: [config] enable USERFAULTFD UBUNTU: kvm: [config] enable FANOTIFY UBUNTU: kvm: [config] enable EVENTFD UBUNTU: kvm: [config] enable POSIX_MQUEUE UBUNTU: kvm: [config] enable MEMBARRIER UBUNTU: kvm: [config] enable CONNECTOR, PROC_EVENTS UBUNTU: kvm: [config] enable ADVISE_SYSCALLS UBUNTU: kvm: [config] enable SECURITY, SECURITY_APPARMOR UBUNTU: kvm: [config] enable DEVPTS_MULTIPLE_INSTANCES UBUNTU: kvm: [config] enable IP_ADVANCED_ROUTER UBUNTU: kvm: [config] enable RELOCATABLE, RANDOMIZE_BASE UBUNTU: kvm: [config] enable CC_STACKPROTECTOR_STRONG UBUNTU: kvm: [config] enable SELINUX, SMACK, TOMOYO, YAMA UBUNTU: kvm: [config] enable OPENVSWITCH debian.kvm/config/config.common.ubuntu | 138 ++++++++++++++++++++++++++------- 1 file changed, 109 insertions(+), 29 deletions(-)