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

From: Petr Vorel
Date: Wed Aug 17 2022 - 05:56:26 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.

Hi Greg,

gently ping just to make sure you didn't forget on it. I'm sorry if I overlooked
it (search in next tree and your git trees) or if you remember and are too busy
(fully understand).

Kind regards,
Petr

> greg k-h