[PATCH v2 0/3] kallsyms: Rust requirements

From: Miguel Ojeda
Date: Fri May 06 2022 - 16:35:36 EST


These are the kallsyms patches we carry on the Rust patch series as
prerequisites. We were requested to submit them independently, so
here they are!

- The first one is an improvement that may be applied even without
the big symbol support.

- The second adds support for "big" symbols without actually
increasing the limit.

- The third performs the actual increase.

Thanks!

Boqun Feng (1):
kallsyms: avoid hardcoding the buffer size

Miguel Ojeda (2):
kallsyms: support "big" kernel symbols
kallsyms: increase maximum kernel symbol length to 512

include/linux/kallsyms.h | 2 +-
kernel/kallsyms.c | 26 +++++++++++++---
kernel/livepatch/core.c | 4 +--
scripts/kallsyms.c | 47 ++++++++++++++++++++++++-----
tools/include/linux/kallsyms.h | 2 +-
tools/lib/perf/include/perf/event.h | 2 +-
tools/lib/symbol/kallsyms.h | 2 +-
7 files changed, 68 insertions(+), 17 deletions(-)


base-commit: 672c0c5173427e6b3e2a9bbb7be51ceeec78093a
--
2.35.3