Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1727483 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2017-09-06 15:50 +0200 |
| Last post | 2017-09-06 15:50 +0200 |
| Articles | 1 — 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.
Re: [PATCH v4 0/3] cpuinfo: implement cpuinfo in sysfs Greg KH <gregkh@linuxfoundation.org> - 2017-09-06 15:50 +0200
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-09-06 15:50 +0200 |
| Subject | Re: [PATCH v4 0/3] cpuinfo: implement cpuinfo in sysfs |
| Message-ID | <umISl-2uc-9@gated-at.bofh.it> |
On Wed, Sep 06, 2017 at 03:13:16PM +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. > > Changes from v1: > - renamed all subject lines to include cpuinfo: What about what changed in v2, and then v3, and finally, v4? that should be in the individual patches as well as here :( thanks, greg k-h
Back to top | Article view | linux.kernel
csiph-web