From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbdH1Pgh (ORCPT ); Mon, 28 Aug 2017 11:36:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51288 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751378AbdH1Pgg (ORCPT ); Mon, 28 Aug 2017 11:36:36 -0400 Date: Mon, 28 Aug 2017 17:36:42 +0200 From: Greg KH To: Felix Schnizlein Cc: linux-kernel@vger.kernel.org, x86@kernel.org, yanmin.zhang@intel.com, mingo@redhat.com, trenn@suse.com Subject: Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs Message-ID: <20170828153642.GA29792@kroah.com> References: <1502300246-46144-1-git-send-email-fschnizlein@suse.com> <20170828152906.GA2810@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828152906.GA2810@kroah.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 28, 2017 at 05:29:06PM +0200, Greg KH wrote: > On Wed, Aug 09, 2017 at 07:37:23PM +0200, Felix Schnizlein wrote: > > Make data from current /proc/cpuinfo available in sysfs. > > > > Some parts of /proc/cpuinfo are already accessible through sysfs like > > microcode, topology and cache info. > > Now migrate the rest of worthful cpuinfo data. > > > > While ACPI, cpufreq and most of /proc/cpuinfo data has already been migrated > > to sysfs, this is another step in transitioning from proc to sysfs. > > > > This patch series provides the architecture independent interface in > > drivers/base/cpuinfo.c and the x86 and arm64 implementations > > in 3 separate patches. > > > > More architectures can now be added easily by looking at the x86 patch. > > Nice job, thanks for sticking with this, now applied. Oops, no, it breaks the build: make[2]: *** No rule to make target 'arch/x86/kernel/cpuinfo.o', needed by 'arch/x86/kernel/built-in.o'. Stop. make[1]: *** [scripts/Makefile.build:561: arch/x86/kernel] Error 2 make: *** [Makefile:1019: arch/x86] Error 2 You did test this, right? Please fix and resend... thanks, greg k-h