From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753053AbdHBRra (ORCPT ); Wed, 2 Aug 2017 13:47:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53210 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753018AbdHBRr2 (ORCPT ); Wed, 2 Aug 2017 13:47:28 -0400 Date: Wed, 2 Aug 2017 10:47:25 -0700 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 v2 2/2] Implement sysfs based cpuinfo for x86 cpus. Message-ID: <20170802174725.GB2333@kroah.com> References: <1501695316-17265-1-git-send-email-fschnizlein@suse.com> <1501695316-17265-3-git-send-email-fschnizlein@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501695316-17265-3-git-send-email-fschnizlein@suse.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 Wed, Aug 02, 2017 at 07:35:16PM +0200, Felix Schnizlein wrote: > Enable sysfs cpuinfo for x86 based cpus. Export often used cpu > information to sysfs. Stepping, cpu flags, cpu bugs, bogomips, > cpu family, vendor_id, model, and model_name are exported. > > Sysfs documentation is updated to reflect changes. > > Signed-off-by: Felix Schnizlein > Signed-off-by: Thomas Renninger > --- > > Changes since v1: > - add missing documentation parts > - fix wording in documentation description Note, your subject lines could use a bit better work. How about: cpuinfo: implement sysfs nodes for x86 That makes it easier to see/sort in my inbox. Same for patch 1. Anyway, I'd really like to see this for another cpu arch at the same time, just to verify you really have the correct api/interface here. Can you do it for arm64 or something else as well? thanks, greg k-h