Re: [PATCH v2 1/1] drivers/base/cpu: Print kernel arch

From: Greg Kroah-Hartman
Date: Fri Jul 29 2022 - 09:49:15 EST


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 <pvorel@xxxxxxx>
> > ---
>
> 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