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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AD1AC00144 for ; Fri, 29 Jul 2022 13:49:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236331AbiG2NtN (ORCPT ); Fri, 29 Jul 2022 09:49:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233738AbiG2NtK (ORCPT ); Fri, 29 Jul 2022 09:49:10 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA2843B962 for ; Fri, 29 Jul 2022 06:49:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 80AD2B80D3F for ; Fri, 29 Jul 2022 13:49:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA575C433C1; Fri, 29 Jul 2022 13:49:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659102547; bh=hJMj5Dy98O77OkMoserXcIeHwyH5pqHw13hQsZ5ddxA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ii12e9qhYUisAs1ChxHhHkdYhlNDUaeoc6YaRqZ904AmyLqk2LuFMo/OjqFc2/oie lGXqMbSMKyTrkXA9R42wIwXZk50EPZYWxiE7G6fl2j3uvyJBKZGHe3Eq+pqqQNipLN 4yxokbi1eL9fRXUaZPPhTnGWRR3d8M28G1VelQEU= Date: Fri, 29 Jul 2022 15:49:04 +0200 From: Greg Kroah-Hartman To: Petr Vorel Cc: linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , David Sterba Subject: Re: [PATCH v2 1/1] drivers/base/cpu: Print kernel arch Message-ID: References: <20220729125141.12786-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 29, 2022 at 02:53:44PM +0200, Petr Vorel wrote: > Hi all, > > > Print the machine hardware name (UTS_MACHINE) in /proc/sys/kernel/arch. > > > This helps people who debug kernel with initramfs with minimal > > environment (i.e. without coreutils or even busybox) or allow to open > > sysfs file instead of run 'uname -m' in high level languages. > > > Signed-off-by: Petr Vorel > > --- > > Changes v1->v2: > * Add file into /proc/sys/kernel/ (previously it was in > /sys/devices/system/cpu/). There are Looks like this line ended too soon? > * Update Documentation/ABI/ (Greg) This looks good to me, I'll queue it up after the next -rc1 is out unless someone objects. greg k-h