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]
Date:   Tue, 21 Feb 2023 16:42:43 +0100
From:   Petr Mladek <pmladek@...e.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, live-patching@...r.kernel.org
Subject: [GIT PULL] livepatching for 6.3

Hi Linus,

please pull the latest livepatching changes from

  git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git tags/livepatching-for-6.3

========================================

- Allow to reload livepatched module by clearing livepatch-specific
  relocations in the livepatch module. Otherwise, the repeated load
  would fail on consistency checks.

----------------------------------------------------------------
Song Liu (2):
      x86/module: remove unused code in __apply_relocate_add
      livepatch,x86: Clear relocation targets on a module removal

 arch/x86/kernel/module.c     | 97 +++++++++++++++++++++++++++-----------------
 include/linux/moduleloader.h | 17 ++++++++
 kernel/livepatch/core.c      | 62 ++++++++++++++++++++++------
 3 files changed, 126 insertions(+), 50 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ