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>] [day] [month] [year] [list]
Date:   Wed, 31 Jan 2018 16:48:46 +0100 (CET)
From:   Jiri Kosina <jikos@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
cc:     linux-kernel@...r.kernel.org, live-patching@...r.kernel.org
Subject: [GIT PULL] livepatching for 4.16

Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git for-linus

to receive livepatching updates for 4.16:

=====
- handling of 'infinitely'-long sleeping tasks, from Miroslav Benes
- removal of 'immediate' feature, as it turns out it doesn't provide
  the originally expected semantics, and brings more issues than value
=====

Thanks.

----------------------------------------------------------------
Miroslav Benes (4):
      livepatch: send a fake signal to all blocking tasks
      livepatch: force transition to finish
      livepatch: Remove immediate feature
      livepatch: add locking to force and signal functions

 Documentation/ABI/testing/sysfs-kernel-livepatch |  26 +++++
 Documentation/livepatch/livepatch.txt            | 114 ++++++++++------------
 arch/powerpc/kernel/signal.c                     |   6 +-
 arch/x86/entry/common.c                          |   6 +-
 include/linux/livepatch.h                        |   4 -
 kernel/livepatch/core.c                          |  76 ++++++++++++---
 kernel/livepatch/transition.c                    | 116 +++++++++++++++--------
 kernel/livepatch/transition.h                    |   2 +
 kernel/signal.c                                  |   4 +-
 samples/livepatch/livepatch-callbacks-demo.c     |  15 ---
 samples/livepatch/livepatch-sample.c             |  15 ---
 samples/livepatch/livepatch-shadow-fix1.c        |  15 ---
 samples/livepatch/livepatch-shadow-fix2.c        |  15 ---
 13 files changed, 227 insertions(+), 187 deletions(-)

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ