]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jan 2022 08:08:13 +0000 (10:08 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jan 2022 08:08:13 +0000 (10:08 +0200)
commit6bd9e13f9a5819ed9f72d0c99bf5f4f174cc377d
treed85f5f036b2416ec9c0136954a3a52e69ceb887d
parent64539fc32acac5e9f75be8560abffd010ad9884b
parentfe17e7cea4dd588c41823d37702e85aa3bed07d7
Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching updates from Petr Mladek:

 - Correctly handle kobjects when a livepatch init fails

 - Avoid CPU hogging when searching for many livepatched symbols

 - Add livepatch API page into documentation

* tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  livepatch: Avoid CPU hogging with cond_resched
  livepatch: Fix missing unlock on error in klp_enable_patch()
  livepatch: Fix kobject refcount bug on klp_init_patch_early failure path
  Documentation: livepatch: Add livepatch API page
kernel/kallsyms.c
kernel/module.c