From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756505Ab2GYLCp (ORCPT ); Wed, 25 Jul 2012 07:02:45 -0400 Received: from relay.parallels.com ([195.214.232.42]:46033 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756414Ab2GYLCo (ORCPT ); Wed, 25 Jul 2012 07:02:44 -0400 Message-ID: <500FD24B.4040703@parallels.com> Date: Wed, 25 Jul 2012 15:02:35 +0400 From: Vladimir Davydov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120607 Thunderbird/10.0.5 MIME-Version: 1.0 To: Andre Przywara CC: Alan Cox , Borislav Petkov , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andi Kleen , Borislav Petkov , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , Andreas Herrmann , Pavel Emelianov , Konstantin Khorenko , Daniel Lezcano Subject: Re: [PATCH 2/2] cpu: intel, amd: mask cleared cpuid features References: <73e09fb43e37de851acda10dc64bc495a5b68357.1342801662.git.vdavydov@parallels.com> <20120721103715.GA3632@aftab.osrc.amd.com> <500E4960.8040307@parallels.com> <500E5951.5020900@amd.com> <500E5CDF.5000504@parallels.com> <20120724101041.GA24739@aftab.osrc.amd.com> <500E8280.6050905@parallels.com> <500E9664.9030306@amd.com> <20120724134405.7a42b5bd@pyramind.ukuu.org.uk> <500FCB02.2080603@parallels.com> <500FD158.2070503@amd.com> In-Reply-To: <500FD158.2070503@amd.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/25/2012 02:58 PM, Andre Przywara wrote: > On 07/25/2012 12:31 PM, Vladimir Davydov wrote: >> On 07/24/2012 04:44 PM, Alan Cox wrote: >>>> This approach does not need any kernel support (except for the >>>> /proc/cpuinfo filtering). Does this address the issues you have? >>> You can do the /proc/cpuinfo filtering in user space too >>> >> How? > I wanted to write the same reply yesterday, but followed the hint in > Alan's previous mail: > # mount --bind /dev/shm/faked_cpuinfo /somepath/proc/cpuinfo > > I checked it, it works even with chroots and is not visible from within. If CPUs go online/offline? > > Regards, > Andre. >