Hi. 2017-02-17 6:18 GMT+09:00 Stephen Boyd <[email protected]>: > If the kernel is configured to be built with debug symbols, or > has bug tables, comparing files may not work if line numbers > change. This makes comparing object files with these options > harder to do. Let's strip out the debug info and drop the > __bug_table here so that we don't see false positives. There may > be other things to drop later, and it may be architecture > specific, but this works for me with my ARM64 build. > > Cc: Masahiro Yamada <[email protected]> > Cc: Jason Cooper <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]>
Great! Reviewed-by: Masahiro Yamada <[email protected]> BTW, I left Panasonic two years ago, so the old address [email protected] is not working any more. Please drop the "Cc: Masahiro Yamada <[email protected]>" when this patch is applied. Thanks! -- Best Regards Masahiro Yamada

