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(-)