Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1721746 > unrolled thread

Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-08-28 17:30 +0200
Last post2017-08-28 17:40 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs Greg KH <gregkh@linuxfoundation.org> - 2017-08-28 17:30 +0200
    Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs Greg KH <gregkh@linuxfoundation.org> - 2017-08-28 17:40 +0200

#1721746 — Re: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-08-28 17:30 +0200
SubjectRe: [PATCH v3 0/3] cpuinfo: implement cpuinfo in sysfs
Message-ID<uju9c-7fp-21@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1721760

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-08-28 17:40 +0200
Message-ID<ujuiS-7jd-15@gated-at.bofh.it>
In reply to#1721746
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web