Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fix from Thomas Gleixner: "A single fix which adds fortify_panic to the list of no return functions" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Add fortify_panic as __noreturn function
This commit is contained in:
commit
0cbf341508
@ -192,7 +192,8 @@ static int __dead_end_function(struct objtool_file *file, struct symbol *func,
|
|||||||
"complete_and_exit",
|
"complete_and_exit",
|
||||||
"kvm_spurious_fault",
|
"kvm_spurious_fault",
|
||||||
"__reiserfs_panic",
|
"__reiserfs_panic",
|
||||||
"lbug_with_loc"
|
"lbug_with_loc",
|
||||||
|
"fortify_panic",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (func->bind == STB_WEAK)
|
if (func->bind == STB_WEAK)
|
||||||
|
Loading…
Reference in New Issue
Block a user