]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - tools/objtool/check.c
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[mirror_ubuntu-kernels.git] / tools / objtool / check.c
index 4a9ba6ab80d5a5d8918077b88fd88c33df5c023b..a8cf38639fe82aad9ae6d3d6c7bf2a170a5df9ef 100644 (file)
@@ -4121,7 +4121,8 @@ static int validate_ibt(struct objtool_file *file)
                    !strcmp(sec->name, "__ex_table")                    ||
                    !strcmp(sec->name, "__jump_table")                  ||
                    !strcmp(sec->name, "__mcount_loc")                  ||
-                   !strcmp(sec->name, ".kcfi_traps"))
+                   !strcmp(sec->name, ".kcfi_traps")                   ||
+                   strstr(sec->name, "__patchable_function_entries"))
                        continue;
 
                list_for_each_entry(reloc, &sec->reloc->reloc_list, list)