Message ID | CAK7LNAQeyWYm2OZ6p=vWJegs_VZMz5RN+0fze6GG=f-ZGWQ3nA@mail.gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Kbuild updates for v6.14-rc1 | expand |
On Fri, 31 Jan 2025 at 11:45, Masahiro Yamada <masahiroy@kernel.org> wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > tags/kbuild-v6.14 Hmm. I was expecting the CONFIG_TRIM_UNUSED_KSYMS fix to come in from you too. IOW, this: https://lore.kernel.org/all/20241214105726.92557-1-masahiroy@kernel.org/ which fixes the "load_utf8() ->symbol_request() -> symbol_get() returns NULL" case when CONFIG_TRIM_UNUSED_KSYMS is enabled. Obviously I can apply that patch directly, but the reason I _didn't_ do so was that I was just expecting it to come through the normal Kbuild tree... Pls advice, Linus
The pull request you sent on Sat, 1 Feb 2025 04:44:38 +0900:
> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-v6.14
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fd8c09ad0d87783b9b6a27900d66293be45b7bad
Thank you!
Hi Linus, On Sat, Feb 1, 2025 at 5:16 AM Linus Torvalds <torvalds@linux-foundation.org> wrote: > > On Fri, 31 Jan 2025 at 11:45, Masahiro Yamada <masahiroy@kernel.org> wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git > > tags/kbuild-v6.14 > > Hmm. I was expecting the CONFIG_TRIM_UNUSED_KSYMS fix to come in from > you too. IOW, this: > > https://lore.kernel.org/all/20241214105726.92557-1-masahiroy@kernel.org/ > > which fixes the "load_utf8() ->symbol_request() -> symbol_get() > returns NULL" case when CONFIG_TRIM_UNUSED_KSYMS is enabled. > > Obviously I can apply that patch directly, but the reason I _didn't_ > do so was that I was just expecting it to come through the normal > Kbuild tree... Pls advice, Sorry, I noticed a case where that patch does not work. For example, when both consumer and provider of a symbol are modules,v2 does not solve the issue. I need to send v3. > > Linus