From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754266AbcBBJly (ORCPT ); Tue, 2 Feb 2016 04:41:54 -0500 Received: from mail.skyhub.de ([78.46.96.112]:54049 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754118AbcBBJlv (ORCPT ); Tue, 2 Feb 2016 04:41:51 -0500 Date: Tue, 2 Feb 2016 10:41:48 +0100 From: Borislav Petkov To: "Luck, Tony" Cc: "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Andy Lutomirski , Peter Zijlstra , Steven Rostedt , Brian Gerst , lkml Subject: Re: [RFC] Dump interesting arch/platform info Message-ID: <20160202094147.GA3778@pd.tnic> References: <20160201115601.GD6438@pd.tnic> <3908561D78D1C84285E8C5FCA982C28F39FCE0E4@ORSMSX114.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <3908561D78D1C84285E8C5FCA982C28F39FCE0E4@ORSMSX114.amr.corp.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 01, 2016 at 11:29:03PM +0000, Luck, Tony wrote: > On a high core count, multi-socket, machine I see almost 10K lines > of output from this. If you add other things it will become a bit > of a jumble to parse. Always thinking big... :-) > Perhaps the module name "archinfo" is fine, but each separate thing > it shows should get its own file. Starting with: > > /sys/kernel/debug/x86/gdtinfo > > for the current output? Right, or put everything under a directory "archinfo": /sys/kernel/debug/x86/archinfo/ ... gdt ... msrs ... and so on. Yap, sounds better. Thanks! -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.