From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 550C6C47420 for ; Mon, 28 Sep 2020 08:34:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F10B8207E8 for ; Mon, 28 Sep 2020 08:34:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="HCfs/g2S" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726693AbgI1Iea (ORCPT ); Mon, 28 Sep 2020 04:34:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726640AbgI1IeZ (ORCPT ); Mon, 28 Sep 2020 04:34:25 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12398C0613CE for ; Mon, 28 Sep 2020 01:34:25 -0700 (PDT) Received: from zn.tnic (p200300ec2f072200afd3fa405d8d6d26.dip0.t-ipconnect.de [IPv6:2003:ec:2f07:2200:afd3:fa40:5d8d:6d26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 70DC81EC00F4; Mon, 28 Sep 2020 10:34:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1601282062; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=HqdxqAl+E5SZ8tKdgd7tiAOTNLf2p6sYGiq2D0zF27A=; b=HCfs/g2SRTezMmqtmmUnuiJlvTQSM2hTs6NKZulowK3KgvE/+TQkwFzWzHXNKiq7Z7I1Kc G16VlpkcCRtAIpAoStqfkMS+ciUXzjB2wNmx3Ci+6Z/Fu2gbHjEHqw+HEbzi7r6lBbitky jfAAwMkcy+d0M/HF/W6rs6zv59Yvtmk= Date: Mon, 28 Sep 2020 10:34:20 +0200 From: Borislav Petkov To: Feng Tang Cc: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , Peter Zijlstra , Dave Hansen , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v2] tools/x86: add kcpuid tool to show raw CPU features Message-ID: <20200928083420.GC1685@zn.tnic> References: <1600752470-43179-1-git-send-email-feng.tang@intel.com> <20200925172437.GM16872@zn.tnic> <20200928070723.GA25109@shbuild999.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200928070723.GA25109@shbuild999.sh.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 28, 2020 at 03:07:23PM +0800, Feng Tang wrote: > Thanks, it looks good to me. One thing is in v2 we supported ',' in the > long name field, but that's minor as we could avoid using it in .csv We can always use ';' or some other symbol as divider if we wanna use ',' in the long name field but I can live with either solutions. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette