From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753224AbcADVrb (ORCPT ); Mon, 4 Jan 2016 16:47:31 -0500 Received: from a.ns.miles-group.at ([95.130.255.143]:11949 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752106AbcADVra (ORCPT ); Mon, 4 Jan 2016 16:47:30 -0500 Subject: Re: [PATCH V16 11/11] x86,cgroup/intel_rdt : Add a cgroup interface to manage Intel cache allocation To: "Yu, Fenghua" , Marcelo Tosatti References: <1450392376-6397-1-git-send-email-fenghua.yu@intel.com> <1450392376-6397-12-git-send-email-fenghua.yu@intel.com> <20151220005727.GB30427@amt.cnet> <20151221104822.6d33aed0@redhat.com> <20151221170557.GA23913@amt.cnet> <3E5A0FA7E9CA944F9D5414FEC6C712205DF59187@ORSMSX106.amr.corp.intel.com> Cc: Luiz Capitulino , Thomas Gleixner , "H. Peter Anvin" , Ingo Molnar , "Luck, Tony" , "Shankar, Ravi V" , Peter Zijlstra , Tejun Heo , linux-kernel , x86 , Vikas Shivappa From: Richard Weinberger Message-ID: <568AE86B.8000106@nod.at> Date: Mon, 4 Jan 2016 22:47:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <3E5A0FA7E9CA944F9D5414FEC6C712205DF59187@ORSMSX106.amr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 04.01.2016 um 22:44 schrieb Yu, Fenghua: >> From: Richard Weinberger [mailto:richard.weinberger@gmail.com] >> Sent: Saturday, January 02, 2016 2:54 PM >> On Mon, Dec 21, 2015 at 6:05 PM, Marcelo Tosatti >> wrote: >>> OK cool hopefully that makes it clear to Fenghua Yu what must be >>> changed in the patchset. >>> >>>> - http://lkml.iu.edu/hypermail/linux/kernel/1511.0/02375.html >> >> ...beating a dead horse but this patch is in -next and breaks the ARCH=um >> build when enabled. >> >> UPD include/generated/compile.h >> CC init/version.o >> LD init/built-in.o >> kernel/built-in.o:(.rodata+0x2920): undefined reference to >> `intel_rdt_cgrp_subsys' >> collect2: error: ld returned 1 exit status >> make: *** [vmlinux] Error 1 > > Do you set CONFIG_INTEL_RDT=y? Yes. My build bot does allyesconfig builds. :) IIUC the driver does not make sense for UML, does it? Thanks, //richard