From patchwork Tue Sep 17 14:48:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai-Heng Feng X-Patchwork-Id: 1163423 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46XmFN4ZgYz9sCJ; Wed, 18 Sep 2019 00:48:24 +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 1iAEmD-00008j-AD; Tue, 17 Sep 2019 14:48:21 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAEmB-00007e-Bs for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 14:48:19 +0000 Received: from 61-220-137-37.hinet-ip.hinet.net ([61.220.137.37] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAEmA-0007Cr-IP for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 14:48:19 +0000 From: Kai-Heng Feng To: kernel-team@lists.ubuntu.com Subject: [kvm-xenial] [PATCH] UBUNTU: [Config] Enable quota module support Date: Tue, 17 Sep 2019 22:48:04 +0800 Message-Id: <20190917144804.16985-4-kai.heng.feng@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917144804.16985-1-kai.heng.feng@canonical.com> References: <20190917144804.16985-1-kai.heng.feng@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/1784535 Enable the quota module support on KVM kernels, it's pretty useful for many cases. Signed-off-by: Kai-Heng Feng --- debian.kvm/config/config.common.ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index aaba5a08e890..d11ab7ea48d6 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -1772,8 +1772,8 @@ CONFIG_PROC_SYSCTL=y CONFIG_PUBLIC_KEY_ALGO_RSA=y # CONFIG_PUNIT_ATOM_DEBUG is not set # CONFIG_PWM is not set -# CONFIG_QFMT_V1 is not set -# CONFIG_QFMT_V2 is not set +CONFIG_QFMT_V1=m +CONFIG_QFMT_V2=m CONFIG_QNX4FS_FS=m # CONFIG_QNX6FS_DEBUG is not set CONFIG_QNX6FS_FS=m