mbox series

[GIT,PULL] Modules changes for v6.11-rc1

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.11-rc1

Message

Luis Chamberlain July 23, 2024, 5:14 p.m. UTC
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

  Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.11-rc1

for you to fetch changes up to 61842868de13aa7fd7391c626e889f4d6f1450bf:

  module: create weak dependecies (2024-06-30 18:57:20 -0700)

----------------------------------------------------------------
Modules changes for v6.11-rc1

This is a super boring development cycle this time around for modules,
there is only one patch in this pull request. The patch deals with a
corner case set of dependencies which is not resolved today to ensure
users get the modules they need on initramfs. Currently only one modules
is known to exist which needs this, however this can grow to capture
other corner cases likely escaped and not reported before. The kernel
change is just a section update, the real work is done and merged
already on upstream kmod.

This has been on linux-next for 3 weeks now.

----------------------------------------------------------------
Jose Ignacio Tornos Martinez (1):
      module: create weak dependecies

 include/linux/module.h | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

pr-tracker-bot@kernel.org July 23, 2024, 7:03 p.m. UTC | #1
The pull request you sent on Tue, 23 Jul 2024 10:14:01 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.11-rc1

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

Thank you!