linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] livepatching for 5.17
@ 2022-01-14 15:57 Petr Mladek
  2022-01-16  8:22 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2022-01-14 15:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, live-patching

Hi Linus,

please pull the latest livepatching changes from

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

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

+ Correctly handle kobjects when a livepatch init fails.

+ Avoid CPU hogging when searching for many livepatched symbols.

+ Add livepatch API page into documentation.

----------------------------------------------------------------
David Vernet (3):
      Documentation: livepatch: Add livepatch API page
      livepatch: Fix kobject refcount bug on klp_init_patch_early failure path
      livepatch: Avoid CPU hogging with cond_resched

Petr Mladek (1):
      Merge branch 'for-5.17/kallsyms' into for-linus

Yang Yingliang (1):
      livepatch: Fix missing unlock on error in klp_enable_patch()

 Documentation/livepatch/api.rst          | 30 ++++++++++++++++++++++++++++++
 Documentation/livepatch/index.rst        |  1 +
 Documentation/livepatch/shadow-vars.rst  |  4 ++--
 Documentation/livepatch/system-state.rst |  4 ++--
 kernel/kallsyms.c                        |  1 +
 kernel/livepatch/core.c                  | 29 +++++++++++++----------------
 kernel/livepatch/shadow.c                |  6 +++---
 kernel/module.c                          |  2 ++
 8 files changed, 54 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/livepatch/api.rst

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

* Re: [GIT PULL] livepatching for 5.17
  2022-01-14 15:57 [GIT PULL] livepatching for 5.17 Petr Mladek
@ 2022-01-16  8:22 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-01-16  8:22 UTC (permalink / raw)
  To: Petr Mladek; +Cc: Linus Torvalds, linux-kernel, live-patching

The pull request you sent on Fri, 14 Jan 2022 16:57:27 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/77dbd72b982ca648b42b4feac5f8b2ea55e4ed09

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-01-16  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 15:57 [GIT PULL] livepatching for 5.17 Petr Mladek
2022-01-16  8:22 ` 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).