Re: [PATCH] x86/cpu: sort cpuinfo flags

From: Borislav Petkov
Date: Fri Dec 21 2018 - 08:26:53 EST


On Fri, Dec 21, 2018 at 04:19:25PM +0300, Kirill A. Shutemov wrote:
> Dave's patch made me recall few cases were I wanted to check a presence
> of a CPU flag with very limited userspace: shell in initrd with lean
> busybox build (no grep around). Eyeballing the flag took frustratingly
> long.

Easy:

less (or more) /proc/cpuinfo

and search there with the '/' command.

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.