diff options
| author | Josh Poimboeuf <jpoimboe@kernel.org> | 2025-09-17 19:04:06 +0300 |
|---|---|---|
| committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2025-10-15 00:50:19 +0300 |
| commit | abaf1f42ddd070662fb419aed29c985ea209bd88 (patch) | |
| tree | 730fabd85602e9a9b75693498190274685b1e642 /scripts/livepatch/init.c | |
| parent | f2c356d1d0f048e88c281a4178c8b2db138d3ac1 (diff) | |
| download | linux-abaf1f42ddd070662fb419aed29c985ea209bd88.tar.xz | |
livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff noise
The __LINE__ macro creates challenges for binary diffing. When a .patch
file adds or removes lines, it shifts the line numbers for all code
below it.
This can cause the code generation of functions using __LINE__ to change
due to the line number constant being embedded in a MOV instruction,
despite there being no semantic difference.
Avoid such false positives by adding a fix-patch-lines script which can
be used to insert a #line directive in each patch hunk affecting the
line numbering. This script will be used by klp-build, which will be
introduced in a subsequent patch.
Acked-by: Petr Mladek <pmladek@suse.com>
Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'scripts/livepatch/init.c')
0 files changed, 0 insertions, 0 deletions
