From patchwork Mon Nov 17 19:55:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 5323451 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id BAD059F2ED for ; Mon, 17 Nov 2014 19:57:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B846E20127 for ; Mon, 17 Nov 2014 19:57:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1455120125 for ; Mon, 17 Nov 2014 19:57:35 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqSOw-0002Jo-Ff; Mon, 17 Nov 2014 19:55:54 +0000 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XqSOt-0002Da-7b for linux-arm-kernel@lists.infradead.org; Mon, 17 Nov 2014 19:55:52 +0000 Received: by mail-qg0-f50.google.com with SMTP id e89so4798000qgf.9 for ; Mon, 17 Nov 2014 11:55:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=ZYqSMXzmeoayRAZoJVcFdg3mLa8tD+77oY7q+ToQoAA=; b=oHiNAFLyY9zOjKwu1LlPILAOUVQ+H01DPVQDHK43wC6I3TeM6c+x0zvhvBDqPg/bal EsNfVoca6ugQ9U3m75I67pH/2tevly0QosfyrVPG8rrMS001DeBF2cFqTV9JA2cyqw6L hcPqzRyaKLo5/DAp4Hnle9OLT2y0z/j5OAbU/53VqQIcq0S0VhBJD+kTjQdCTrIGcYcw APIV76fcJk/4HZyVVt35+6NqgDqBSutD1SilqJIfqOxUs8CAaJTQszIyY8rVTrvvVY0S +Fnoi5fGoLTa6JQNUdr8MCJpZWQ9zP0HPGBfoR4pF5X+q0w4ydxHr8x4HXPY7XZ0v5dW 1ycQ== X-Received: by 10.140.92.134 with SMTP id b6mr36093968qge.25.1416254128335; Mon, 17 Nov 2014 11:55:28 -0800 (PST) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id j11sm35120865qaa.47.2014.11.17.11.55.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 11:55:27 -0800 (PST) From: Soren Brinkmann To: Olof Johansson , Arnd Bergmann Subject: [PATCH] ARM: multi_v7_defconfig: Enable cgroups Date: Mon, 17 Nov 2014 11:55:07 -0800 Message-Id: <1416254107-29326-1-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 2.1.3.1.ge241007 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141117_115551_416971_C9F5DFCD X-CRM114-Status: GOOD ( 10.26 ) X-Spam-Score: -0.7 (/) Cc: Soren Brinkmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This allows booting the kernel with systemd-based root file systems. Signed-off-by: Soren Brinkmann --- Hi, I don't know whether I'm the only one, but I use a initramfs with systemd as init, which requires cgroup support in the kernel to fully boot. Thanks, Sören --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 3487046d8a78..2dd723e63c35 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -3,6 +3,7 @@ CONFIG_FHANDLE=y CONFIG_IRQ_DOMAIN_DEBUG=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y +CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y CONFIG_PERF_EVENTS=y