https://github.com/torvalds/linux
Revision d5e33ce06ba4a0fcf7815ff9edc3f651f7ae502e authored by Namhyung Kim on 15 December 2022, 19:28:13 UTC, committed by Arnaldo Carvalho de Melo on 21 December 2022, 17:52:40 UTC
It has symbol_conf.disable_add2line_warn to suppress some warnings.  Let's
make it consistent with others.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20221215192817.2734573-6-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 3b27222
Raw File
Tip revision: d5e33ce06ba4a0fcf7815ff9edc3f651f7ae502e authored by Namhyung Kim on 15 December 2022, 19:28:13 UTC
perf srcline: Conditionally suppress addr2line warnings
Tip revision: d5e33ce
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top