]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Mar 2022 21:38:31 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Mar 2022 21:38:31 +0000 (14:38 -0700)
commit57bd4727d4042e5b73af1e37b5ed678d7e45b5a8
treedfc43f93831782d5e1e99f157a6fe37f81f10abe
parentcc1ead9d674cf3d877586d86ae8ae0bd480eff36
parent589cbc990145f9c4c3b1562c76a04ac6b7bef0aa
Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching updates from Petr Mladek:

 - Forced transitions block only to-be-removed livepatches [Chengming]

 - Detect when ftrace handler could not be disabled in self-tests [David]

 - Calm down warning from a static analyzer [Tom]

* tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  livepatch: Reorder to use before freeing a pointer
  livepatch: Don't block removal of patches that are safe to unload
  livepatch: Skip livepatch tests if ftrace cannot be configured