summaryrefslogtreecommitdiff
path: root/scripts/livepatch/klp-build
AgeCommit message (Expand)Author
2026-05-04klp-build: Validate short-circuit prerequisitesJosh Poimboeuf
2026-05-04objtool/klp: Remove "objtool --checksum"Josh Poimboeuf
2026-05-04klp-build: Use "objtool klp checksum" subcommandJosh Poimboeuf
2026-05-04klp-build: Remove redundant SRC and OBJ variablesJosh Poimboeuf
2026-05-04klp-build: Print "objtool klp diff" command in verbose modeJosh Poimboeuf
2026-05-04klp-build: Reject patches to realmodeJosh Poimboeuf
2026-05-04klp-build: Reject patches to vDSOJosh Poimboeuf
2026-05-04klp-build: Fix patch cleanup on interruptJosh Poimboeuf
2026-05-04klp-build: Suppress excessive fuzz output by defaultJosh Poimboeuf
2026-05-04klp-build: Validate patch file existenceJosh Poimboeuf
2026-05-04klp-build: Don't use errexitJosh Poimboeuf
2026-05-04klp-build: Fix checksum comparison for changed offsetsJosh Poimboeuf
2026-05-04klp-build: Fix hang on out-of-date .configJosh Poimboeuf
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-16livepatch/klp-build: report patch validation fuzzJoe Lawrence
2026-03-16livepatch/klp-build: add terminal color outputJoe Lawrence
2026-03-16livepatch/klp-build: provide friendlier error messagesJoe Lawrence
2026-03-16livepatch/klp-build: Fix inconsistent kernel versionJosh Poimboeuf
2026-03-16livepatch/klp-build: improve short-circuit validationJoe Lawrence
2026-03-16livepatch/klp-build: fix shellcheck complaintsJoe Lawrence
2026-03-16livepatch/klp-build: add grep-override functionJoe Lawrence
2026-03-16livepatch/klp-build: switch to GNU patch and recountdiffJoe Lawrence
2026-03-16livepatch/klp-build: support patches that add/remove filesJoe Lawrence
2026-01-29livepatch/klp-build: Require Clang assembler >= 20Josh Poimboeuf
2026-01-27livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALLJosh Poimboeuf
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf
2025-10-14livepatch/klp-build: Add --show-first-changed option to show function divergenceJosh Poimboeuf
2025-10-14livepatch/klp-build: Add --debug option to show cloning decisionsJosh Poimboeuf
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf