X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fmarkup_oops.pl;h=e950f9cde0199194f8db3e0ceb4579178f186bbe;hb=49d6271b85a3e18062eaf4d6f8d899abe00a7725;hp=ce3e40b01e4810b625ab6432e68ef172dec41c00;hpb=3e0b33f786e7f950f2430a305169f3db4a1a5521;p=mv-sheeva.git diff --git a/scripts/markup_oops.pl b/scripts/markup_oops.pl index ce3e40b01e4..e950f9cde01 100644 --- a/scripts/markup_oops.pl +++ b/scripts/markup_oops.pl @@ -158,7 +158,7 @@ while () { $function = $1; $func_offset = $2; } - if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]/) { + if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) { $function = $1; $func_offset = $2; }