perf tools: update expected diff for lib/list_sort.cSince there are no longer any header include differences betweenlib/list_sort.c and tools/lib/list_sort.c, update the expected diff incheck-hea
perf tools: update expected diff for lib/list_sort.cSince there are no longer any header include differences betweenlib/list_sort.c and tools/lib/list_sort.c, update the expected diff incheck-header_ignore_hunks accordingly.Link: https://lkml.kernel.org/r/[email protected]Signed-off-by: Kuan-Wei Chiu <[email protected]>Acked-by: Namhyung Kim <[email protected]>Cc: Adrian Hunter <[email protected]>Cc: Arnaldo Carvalho de Melo <[email protected]>Cc: Ching-Chun (Jim) Huang <[email protected]>Cc: Ian Rogers <[email protected]>Cc: Ingo Molnar <[email protected]>Cc: Jiri Olsa <[email protected]>Cc: "Liang, Kan" <[email protected]>Cc: Mark Rutland <[email protected]>Cc: Peter Zijlstra <[email protected]>Signed-off-by: Andrew Morton <[email protected]>
show more ...
perf tools: Cope with differences for lib/list_sort.c copy from the kernelWith 6d74e1e371d43a7b ("tools/lib/list_sort: remove redundant code forcond_resched handling") we need to use the newly add
perf tools: Cope with differences for lib/list_sort.c copy from the kernelWith 6d74e1e371d43a7b ("tools/lib/list_sort: remove redundant code forcond_resched handling") we need to use the newly added hunk basedexceptions when comparing the copy we carry in tools/lib/ to theoriginal file, do it by adding the hunks that we know will be theexpected diff.If at some point the original file is updated in other parts, then weshould flag and check the file for update.Acked-by: Kuan-Wei Chiu <[email protected]>Acked-by: Namhyung Kim <[email protected]>Cc: Adrian Hunter <[email protected]>Cc: Andrew Morton <[email protected]>Cc: Ian Rogers <[email protected]>Cc: Jiri Olsa <[email protected]>Cc: Kan Liang <[email protected]>Link: https://lore.kernel.org/lkml/[email protected]Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>