[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zp_k2XEViIlDavXX@bombadil.infradead.org>
Date: Tue, 23 Jul 2024 10:14:01 -0700
From: Luis Chamberlain <mcgrof@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-modules@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
jtornosm@...hat.com, lucas.demarchi@...el.com, mcgrof@...nel.org
Subject: [GIT PULL] Modules changes for v6.11-rc1
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(+)
Powered by blists - more mailing lists