public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs
       [not found] <1502300246-46144-1-git-send-email-fschnizlein@suse.com>
@ 2017-08-28 15:29 ` Greg KH
  2017-08-28 15:36   ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2017-08-28 15:29 UTC (permalink / raw)
  To: Felix Schnizlein; +Cc: linux-kernel, x86, yanmin.zhang, mingo, trenn

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.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs
  2017-08-28 15:29 ` [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs Greg KH
@ 2017-08-28 15:36   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-08-28 15:36 UTC (permalink / raw)
  To: Felix Schnizlein; +Cc: linux-kernel, x86, yanmin.zhang, mingo, trenn

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-28 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1502300246-46144-1-git-send-email-fschnizlein@suse.com>
2017-08-28 15:29 ` [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs Greg KH
2017-08-28 15:36   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox