From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932243AbdIFNpb (ORCPT ); Wed, 6 Sep 2017 09:45:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56614 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932100AbdIFNpb (ORCPT ); Wed, 6 Sep 2017 09:45:31 -0400 Date: Wed, 6 Sep 2017 15:45:31 +0200 From: Greg KH To: Felix Schnizlein Cc: linux-kernel@vger.kernel.org, x86@kernel.org, trenn@suse.com Subject: Re: [PATCH v4 0/3] cpuinfo: implement cpuinfo in sysfs Message-ID: <20170906134531.GB11779@kroah.com> References: <1504703599-9338-1-git-send-email-fschnizlein@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504703599-9338-1-git-send-email-fschnizlein@suse.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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