]> git.baikalelectronics.ru Git - kernel.git/commit
recordmcount.pl: fix typo in s390 mcount regex
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 23 Dec 2021 16:43:14 +0000 (17:43 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 24 Dec 2021 09:20:12 +0000 (10:20 +0100)
commit2edddd49aeaa7285ef80f31ad397a7073fccdb40
tree014d14d3107df34bc9805e75fc324cef8afc6de7
parent6beaec4fe073c35b2a3e0160733583dbeeef524f
recordmcount.pl: fix typo in s390 mcount regex

Commit 6beaec4fe073 ("recordmcount.pl: look for jgnop instruction as well
as bcrl on s390") added a new alternative mnemonic for the existing brcl
instruction. This is required for the combination old gcc version (pre 9.0)
and binutils since version 2.37.
However at the same time this commit introduced a typo, replacing brcl with
bcrl. As a result no mcount locations are detected anymore with old gcc
versions (pre 9.0) and binutils before version 2.37.
Fix this by using the correct mnemonic again.

Reported-by: Miroslav Benes <mbenes@suse.cz>
Cc: Jerome Marchand <jmarchan@redhat.com>
Cc: <stable@vger.kernel.org>
Fixes: 6beaec4fe073 ("recordmcount.pl: look for jgnop instruction as well as bcrl on s390")
Link: https://lore.kernel.org/r/alpine.LSU.2.21.2112230949520.19849@pobox.suse.cz
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
scripts/recordmcount.pl