mbox series

[GIT,PULL] Modules changes for v6.4-rc5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.4-rc5

Message

Luis Chamberlain May 30, 2023, 4:34 p.m. UTC
The following changes since commit d36f6efbe0cb422fe1e4475717d75f3737088832:

  module: Fix use-after-free bug in read_file_mod_stats() (2023-05-22 14:13:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.4-rc5

for you to fetch changes up to db3e33dd8bd956f165436afdbdbf1c653fb3c8e6:

  module: fix module load for ia64 (2023-05-30 09:29:40 -0700)

----------------------------------------------------------------
modules-6.4-rc5

A fix is provided for ia64. Even though ia64 is on life support it helps
to fix issues if we can. Thanks to Linus for doing tons of the ia64
debugging.

----------------------------------------------------------------
Song Liu (1):
      module: fix module load for ia64

 kernel/module/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org May 30, 2023, 9:19 p.m. UTC | #1
The pull request you sent on Tue, 30 May 2023 09:34:23 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/modules-6.4-rc5

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

Thank you!