Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -1
+2 -1
tools/objtool/builtin-check.c
··· 192 192 "complete_and_exit", 193 193 "kvm_spurious_fault", 194 194 "__reiserfs_panic", 195 - "lbug_with_loc" 195 + "lbug_with_loc", 196 + "fortify_panic", 196 197 }; 197 198 198 199 if (func->bind == STB_WEAK)