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/20241012042828.471614-4-visitorckw@gmail.comSigned-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>Acked-by: Namhyung Kim <namhyung@kernel.org>Cc: Adrian Hunter <adrian.hunter@intel.com>Cc: Arnaldo Carvalho de Melo <acme@kernel.org>Cc: Ching-Chun (Jim) Huang <jserv@ccns.ncku.edu.tw>Cc: Ian Rogers <irogers@google.com>Cc: Ingo Molnar <mingo@redhat.com>Cc: Jiri Olsa <jolsa@kernel.org>Cc: "Liang, Kan" <kan.liang@linux.intel.com>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Peter Zijlstra <peterz@infradead.org>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 <visitorckw@gmail.com>Acked-by: Namhyung Kim <namhyung@kernel.org>Cc: Adrian Hunter <adrian.hunter@intel.com>Cc: Andrew Morton <akpm@linux-foundation.org>Cc: Ian Rogers <irogers@google.com>Cc: Jiri Olsa <jolsa@kernel.org>Cc: Kan Liang <kan.liang@linux.intel.com>Link: https://lore.kernel.org/lkml/20240930202136.16904-3-acme@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>