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: <Zzs7U8VsO8YmxxD4@pathway.suse.cz>
Date: Mon, 18 Nov 2024 14:04:19 +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.13

Hi Linus,

please pull the latest changes for the kernel livepatching from

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

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

- A new selftest for livepatching of a kprobed function.

----------------------------------------------------------------
Michael Vetter (3):
      selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR
      selftests: livepatch: save and restore kprobe state
      selftests: livepatch: test livepatching a kprobed function

 tools/testing/selftests/livepatch/Makefile         |  3 +-
 tools/testing/selftests/livepatch/functions.sh     | 29 ++++++----
 .../testing/selftests/livepatch/test-callbacks.sh  | 24 ++++-----
 tools/testing/selftests/livepatch/test-ftrace.sh   |  2 +-
 tools/testing/selftests/livepatch/test-kprobe.sh   | 62 ++++++++++++++++++++++
 .../testing/selftests/livepatch/test-livepatch.sh  | 12 ++---
 tools/testing/selftests/livepatch/test-state.sh    |  8 +--
 tools/testing/selftests/livepatch/test-syscall.sh  |  6 +--
 tools/testing/selftests/livepatch/test-sysfs.sh    |  8 +--
 .../selftests/livepatch/test_modules/Makefile      |  3 +-
 .../livepatch/test_modules/test_klp_kprobe.c       | 38 +++++++++++++
 11 files changed, 152 insertions(+), 43 deletions(-)
 create mode 100755 tools/testing/selftests/livepatch/test-kprobe.sh
 create mode 100644 tools/testing/selftests/livepatch/test_modules/test_klp_kprobe.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ