live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] livepatching for 5.5
@ 2019-11-25 14:14 Petr Mladek
  2019-11-26  4:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2019-11-25 14:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, live-patching

Linus,

please pull from

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

to receive livepatching subsystem update.

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

+ New API to track system state changes done be livepatch callbacks.
  It helps to maintain compatibility between livepatches.

+ Update Kconfig help text. ORC is another reliable unwinder.

+ Disable generic selftest timeout. Livepatch selftests have their own
  per-operation fine-grained timeouts.

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

There is expected one merge conflict with ftrace tree. Both add a new
independent selftest.

----------------------------------------------------------------
Joe Lawrence (1):
      x86/stacktrace: update kconfig help text for reliable unwinders

Miroslav Benes (1):
      selftests/livepatch: Disable the timeout

Petr Mladek (7):
      livepatch: Keep replaced patches until post_patch callback is called
      livepatch: Basic API to track system state changes
      livepatch: Allow to distinguish different version of system state changes
      livepatch: Documentation of the new API for tracking system state changes
      livepatch: Selftests of the API for tracking system state changes
      Merge branch 'for-5.5/selftests' into for-linus
      Merge branch 'for-5.5/system-state' into for-linus

 Documentation/livepatch/index.rst               |   1 +
 Documentation/livepatch/system-state.rst        | 167 +++++++++++++++++++++
 arch/x86/Kconfig.debug                          |   4 -
 include/linux/livepatch.h                       |  17 +++
 kernel/livepatch/Makefile                       |   2 +-
 kernel/livepatch/core.c                         |  44 ++++--
 kernel/livepatch/core.h                         |   5 +-
 kernel/livepatch/state.c                        | 119 +++++++++++++++
 kernel/livepatch/state.h                        |   9 ++
 kernel/livepatch/transition.c                   |  12 +-
 lib/livepatch/Makefile                          |   5 +-
 lib/livepatch/test_klp_state.c                  | 162 ++++++++++++++++++++
 lib/livepatch/test_klp_state2.c                 | 191 ++++++++++++++++++++++++
 lib/livepatch/test_klp_state3.c                 |   5 +
 tools/testing/selftests/livepatch/Makefile      |   3 +-
 tools/testing/selftests/livepatch/settings      |   1 +
 tools/testing/selftests/livepatch/test-state.sh | 180 ++++++++++++++++++++++
 17 files changed, 902 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/livepatch/system-state.rst
 create mode 100644 kernel/livepatch/state.c
 create mode 100644 kernel/livepatch/state.h
 create mode 100644 lib/livepatch/test_klp_state.c
 create mode 100644 lib/livepatch/test_klp_state2.c
 create mode 100644 lib/livepatch/test_klp_state3.c
 create mode 100644 tools/testing/selftests/livepatch/settings
 create mode 100755 tools/testing/selftests/livepatch/test-state.sh


Best Regards,
Petr

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-26  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 14:14 [GIT PULL] livepatching for 5.5 Petr Mladek
2019-11-26  4:25 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).