mbox series

[GIT,PULL] Modules fixes for v6.13-rc1

Message ID Z0jEBLLRoUKoBVPk@bombadil.infradead.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Modules fixes for v6.13-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc1-v2

Checks

Context Check Description
mcgrof/vmtest-modules-next-PR fail merge-conflict

Message

Luis Chamberlain Nov. 28, 2024, 7:27 p.m. UTC
The following changes since commit b86545e02e8c22fb89218f29d381fa8e8b91d815:

  Merge tag 'acpi-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2024-11-27 14:50:31 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc1-v2

for you to fetch changes up to c5efad88a94613cf60fed010b96dbc3044389316:

  selftests: find_symbol: Actually use load_mod() parameter (2024-11-28 11:17:38 -0800)

----------------------------------------------------------------
Modules fixes for v6.13-rc1

This consists of 3 fixes, the main one build that we build the kallsyms
test modules all over again if we just run make twice.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      selftests: find_symbol: Actually use load_mod() parameter

Luis Chamberlain (2):
      selftests: kallsyms: fix double build stupidity
      selftests: kallsyms: fix and clarify current test boundaries

 lib/Kconfig.debug                             | 32 ++++++++++++++++++++++++++-
 lib/tests/module/Makefile                     | 17 +++++++-------
 lib/tests/module/gen_test_kallsyms.sh         |  9 ++++++--
 tools/testing/selftests/module/find_symbol.sh |  4 ++--
 4 files changed, 48 insertions(+), 14 deletions(-)

Comments

Linus Torvalds Nov. 29, 2024, 7:18 p.m. UTC | #1
On Thu, 28 Nov 2024 at 11:27, Luis Chamberlain <mcgrof@kernel.org> wrote:
>
> This consists of 3 fixes, the main one build that we build the kallsyms
> test modules all over again if we just run make twice.

Thanks, my empty builds went from 43s back to 23s where they belong.

(Obviously when some core header file changes and forces everything to
be re-built, that's all in the noise, but the small random pulls are
now much faster)

             Linus
pr-tracker-bot@kernel.org Nov. 29, 2024, 7:20 p.m. UTC | #2
The pull request you sent on Thu, 28 Nov 2024 11:27:00 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.13-rc1-v2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/93e064ce854abfacdeb0ac526a13ad29d093e813

Thank you!