Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms

From: Linus Torvalds
Date: Thu Dec 26 2024 - 22:04:30 EST


On Thu, 26 Dec 2024 at 18:52, Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> So, does the kallsyms patch set from Zheng Yejian fix the issues?

[ Me goes searching ]

Oh. Instead of adding size information, it seems to add fake "hole"
entries to the kallsyms.

And I guess that works too. It does feel a bit hacky, but at least
it's integrated with the kallsyms logic.

Linus