All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] kallsyms: Rust requirements
@ 2022-05-05 19:16 Miguel Ojeda
  2022-05-05 19:16 ` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size Miguel Ojeda
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Miguel Ojeda @ 2022-05-05 19:16 UTC (permalink / raw)
  To: Adrian Hunter, Alexander Shishkin, Alexei Starovoitov,
	Andi Kleen, Andrew Morton, Arnaldo Carvalho de Melo, Changbin Du,
	Christophe Leroy, David Vernet, Gustavo A. R. Silva, Ingo Molnar,
	Jiri Kosina, Jiri Olsa, Josh Poimboeuf, Kees Cook, Kefeng Wang,
	linux-kernel, linux-perf-users, live-patching, Masahiro Yamada,
	Miroslav Benes, Nathan Chancellor, Nick Desaulniers,
	Peter Zijlstra, Petr Mladek, Sergey Senozhatsky, Stephen Boyd
  Cc: rust-for-linux, Miguel Ojeda

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-05-06 14:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 19:16 [PATCH v1 0/3] kallsyms: Rust requirements Miguel Ojeda
2022-05-05 19:16 ` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size Miguel Ojeda
2022-05-05 23:46   ` Kees Cook
2022-05-06  5:26     ` Miguel Ojeda
2022-05-06 11:19   ` James Bottomley
2022-05-06 12:58     ` Miguel Ojeda
2022-05-06 14:48       ` James Bottomley
2022-05-05 19:16 ` [PATCH v1 2/3] kallsyms: support "big" kernel symbols Miguel Ojeda
2022-05-05 23:47   ` Kees Cook
2022-05-05 19:16 ` [PATCH v1 3/3] kallsyms: increase maximum kernel symbol length to 512 Miguel Ojeda
2022-05-05 23:48   ` Kees Cook
2022-05-06  8:34   ` Petr Mladek
2022-05-06  9:45   ` Geert Stappers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.