commit | c84da8b9ad3761eef43811181c7e896e9834b26b | [log] [tgz] |
---|---|---|
author | libin <huawei.libin@huawei.com> | Tue Nov 03 08:58:47 2015 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Nov 03 10:45:26 2015 -0500 |
tree | 34d7354366eb51cb23a400746419d34c5911558f | |
parent | a15920bea0428cd22291637f6c72542b1843e65f [diff] |
recordmcount: Fix endianness handling bug for nop_mcount In nop_mcount, shdr->sh_offset and welp->r_offset should handle endianness properly, otherwise it will trigger Segmentation fault if the recordmcount main and file.o have different endianness. Link: http://lkml.kernel.org/r/563806C7.7070606@huawei.com Cc: <stable@vger.kernel.org> # 3.0+ Signed-off-by: Li Bin <huawei.libin@huawei.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>