We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0ecd5 commit 197c679Copy full SHA for 197c679
kpatch-build/create-diff-object.c
@@ -687,6 +687,8 @@ static void kpatch_compare_correlated_section(struct section *sec)
687
*/
688
if (!strcmp(sec->name, ".rela__mcount_loc") ||
689
!strcmp(sec->name, "__mcount_loc") ||
690
+ !strcmp(sec->name, ".sframe") ||
691
+ !strcmp(sec->name, ".rela.sframe") ||
692
!strcmp(sec->name, ".rela__patchable_function_entries") ||
693
!strcmp(sec->name, "__patchable_function_entries")) {
694
sec->status = SAME;
0 commit comments