lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZfEDmCMBe2b6Eyky@bombadil.infradead.org>
Date: Tue, 12 Mar 2024 18:38:32 -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,
	Christophe Leroy <christophe.leroy@...roup.eu>,
	Randy Dunlap <rdunlap@...radead.org>,
	Marek Szyprowski <m.szyprowski@...sung.com>,
	Kees Cook <keescook@...omium.org>, mcgrof@...nel.org
Subject: [GIT PULL] Modules changes for v6.9-rc1

The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

  Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d1909c0221739356f31c721de4743e7d219a56cc:

  module: Don't ignore errors from set_memory_XX() (2024-02-16 11:30:43 -0800)

----------------------------------------------------------------
Modules changes for v6.9-rc1

Christophe Leroy did most of the work on this release, first with a few
cleanups on CONFIG_STRICT_KERNEL_RWX and ending with error handling for
when set_memory_XX() can fail. This is part of a larger effort to clean
up all these callers which can fail, modules is just part of it.

This has been sitting on linux-next for about a month without issues.

----------------------------------------------------------------
Christophe Leroy (6):
      module: Use set_memory_rox()
      module: Change module_enable_{nx/x/ro}() to more explicit names
      init: Declare rodata_enabled and mark_rodata_ro() at all time
      modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled
      powerpc: Simplify strict_kernel_rwx_enabled()
      module: Don't ignore errors from set_memory_XX()

Randy Dunlap (1):
      lib/test_kmod: fix kernel-doc warnings

 arch/powerpc/include/asm/mmu.h |  9 +-----
 include/linux/init.h           |  4 ---
 init/main.c                    | 21 +++++---------
 kernel/module/internal.h       |  6 ++--
 kernel/module/main.c           | 20 +++++++++++---
 kernel/module/strict_rwx.c     | 63 +++++++++++++++++++++++++++---------------
 lib/test_kmod.c                |  6 +++-
 7 files changed, 73 insertions(+), 56 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ