[PATCH v3 0/2] livepatch: Fix issues around CONFIG_DEBUG_KOBJECT_RELEASE
Yafang Shao <[email protected]>
| Newsgroups | org.kernel.vger.live-patching |
|---|---|
| Message-ID | <[email protected]> |
These fixes were found while implementing the replace set series [0]. They are independent of that series and can be applied separately. Link: https://lore.kernel.org/live-patching/[email protected] [0] Changes: v2->v3: - rename the subject - include the selftests patch - exclude the klp-build patch - use kobj->kref instead of introducing extra counter (Petr) v2: https://lore.kernel.org/live-patching/[email protected]/ https://lore.kernel.org/live-patching/[email protected]/ v1->v2: - minor improvements and acked-by (Song) - fix issues reported by sashiko v1: https://lore.kernel.org/live-patching/[email protected]/ Yafang Shao (2): livepatch: Fix UAF of unregistered patch kobjects selftests/livepatch: filter debug messages in check_result() include/linux/livepatch.h | 4 ++++ kernel/livepatch/core.c | 10 ++++++++++ tools/testing/selftests/livepatch/functions.sh | 12 +++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) -- 2.52.0