summaryrefslogtreecommitdiffstats
path: root/scripts/livepatch
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-55/+96
2026-03-16livepatch/klp-build: report patch validation fuzzJoe Lawrence-5/+19
2026-03-16livepatch/klp-build: add terminal color outputJoe Lawrence-4/+13
2026-03-16livepatch/klp-build: provide friendlier error messagesJoe Lawrence-4/+5
2026-03-16livepatch/klp-build: Fix inconsistent kernel versionJosh Poimboeuf-5/+4
2026-03-16livepatch/klp-build: improve short-circuit validationJoe Lawrence-2/+5
2026-03-16livepatch/klp-build: fix shellcheck complaintsJoe Lawrence-1/+1
2026-03-16livepatch/klp-build: add Makefile with check targetJoe Lawrence-0/+20
2026-03-16livepatch/klp-build: add grep-override functionJoe Lawrence-0/+7
2026-03-16livepatch/klp-build: switch to GNU patch and recountdiffJoe Lawrence-46/+13
2026-03-16livepatch/klp-build: support patches that add/remove filesJoe Lawrence-7/+27
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu-1/+1
2026-02-05livepatch: Fix having __klp_objects relics in non-livepatch modulesPetr Pavlu-11/+9
2026-01-29livepatch/klp-build: Require Clang assembler >= 20Josh Poimboeuf-0/+4
2026-01-27livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALLJosh Poimboeuf-4/+4
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf-0/+4
2025-10-14livepatch/klp-build: Add --show-first-changed option to show function divergenceJosh Poimboeuf-4/+78
2025-10-14livepatch/klp-build: Add --debug option to show cloning decisionsJosh Poimboeuf-3/+13
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf-1/+744
2025-10-14livepatch/klp-build: Add stub init code for livepatch modulesJosh Poimboeuf-0/+108
2025-10-14livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ...Josh Poimboeuf-0/+79