Re: [PATCH v2] scripts/checkstack.pl: Fix arm64 wrong or unknown architecture

2019-06-03 Thread Masahiro Yamada
On Mon, Jun 3, 2019 at 11:31 PM George G. Davis wrote: > > The following error occurs for the `make ARCH=arm64 checkstack` case: > > aarch64-linux-gnu-objdump -d vmlinux $(find . -name '*.ko') | \ > perl ./scripts/checkstack.pl arm64 > wrong or unknown architecture "arm64" > > As suggested by

[PATCH v2] scripts/checkstack.pl: Fix arm64 wrong or unknown architecture

2019-06-03 Thread George G. Davis
The following error occurs for the `make ARCH=arm64 checkstack` case: aarch64-linux-gnu-objdump -d vmlinux $(find . -name '*.ko') | \ perl ./scripts/checkstack.pl arm64 wrong or unknown architecture "arm64" As suggested by Masahiro Yamada, fix the above error using regular expressions in the