mbox series

[GIT,PULL] Modules fixes for v5.18-rc1

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

Pull-request

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

Message

Luis Chamberlain March 29, 2022, 10:29 p.m. UTC
Linus,

As hinted before there is nothing major for v5.18-rc1 as it all got
merged late into modules-testing, and so did not get much testing. The
only change then that qualifies for consideration for v5.18-rc1 is a one
line fix from Dan Carpenter.

Expect a new world order for modules for v5.19-rc1 though.
All that stuff is starting to get exposure for testing already.

Let me know if there are any issues with this pull request.
Hopefully I'm starting to get the hang of it.

  Luis

The following changes since commit 13776ebb9964b2ea66ffb8c824c0762eed6da784:

  Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2022-03-29 11:30:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dc0ce6cc4b133f5f2beb8b47dacae13a7d283c2c:

  lib/test: use after free in register_test_dev_kmod() (2022-03-29 15:13:36 -0700)

----------------------------------------------------------------
Modules updates for v5.18-rc1

There is only one patch which qualifies for modules for v5.18-rc1 and its
a small fix from Dan Carpenter for lib/test_kmod module. The rest of the
changes are too major and landed in modules-testing too late for inclusion.
The good news is that most of the major changes for v5.19 is going to be
tested very early through linux-next.

This simple fix is all we have for modules for v5.18-rc1.

----------------------------------------------------------------
Dan Carpenter (1):
      lib/test: use after free in register_test_dev_kmod()

 lib/test_kmod.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org March 30, 2022, 10:47 p.m. UTC | #1
The pull request you sent on Tue, 29 Mar 2022 15:29:13 -0700:

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

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

Thank you!