]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/recordmcount.pl
ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
[mirror_ubuntu-jammy-kernel.git] / scripts / recordmcount.pl
index 7d631aaa0ae118bc41e9649d811beaf4ee4fe6ec..3ccb2c70add4d50292203c003bb71eb4a1cdf020 100755 (executable)
@@ -219,7 +219,7 @@ if ($arch eq "x86_64") {
 
 } elsif ($arch eq "s390" && $bits == 64) {
     if ($cc =~ /-DCC_USING_HOTPATCH/) {
-       $mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*brcl\\s*0,[0-9a-f]+ <([^\+]*)>\$";
+       $mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*c0 04 00 00 00 00\\s*(brcl\\s*0,|jgnop\\s*)[0-9a-f]+ <([^\+]*)>\$";
        $mcount_adjust = 0;
     }
     $alignment = 8;