Revision 32d43270ca0bbb6240369a3cdecc3f3d43acbd29 authored by Linus Torvalds on 24 January 2021, 18:17:03 UTC, committed by Linus Torvalds on 24 January 2021, 18:17:03 UTC
Pull objtool fixes from Borislav Petkov:

 - Adjust objtool to handle a recent binutils change to not generate
   unused symbols anymore.

 - Revert the fail-the-build-on-fatal-errors objtool strategy for now
   due to the ever-increasing matrix of supported toolchains/plugins and
   them causing too many such fatal errors currently.

 - Do not add empty symbols to objdump's rbtree to accommodate clang
   removing section symbols.

* tag 'objtool_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Don't fail on missing symbol table
  objtool: Don't fail the kernel build on fatal errors
  objtool: Don't add empty symbols to the rbtree
2 parent s 24c56ee + 1d48915
History
File Mode Size
Makefile -rw-r--r-- 312 bytes
asm-offsets.c -rw-r--r-- 3.6 KB
c6x_ksyms.c -rw-r--r-- 1.8 KB
devicetree.c -rw-r--r-- 338 bytes
entry.S -rw-r--r-- 15.5 KB
head.S -rw-r--r-- 1.5 KB
irq.c -rw-r--r-- 2.9 KB
module.c -rw-r--r-- 3.0 KB
process.c -rw-r--r-- 3.2 KB
ptrace.c -rw-r--r-- 3.0 KB
setup.c -rw-r--r-- 10.2 KB
signal.c -rw-r--r-- 7.9 KB
soc.c -rw-r--r-- 1.9 KB
switch_to.S -rw-r--r-- 1.5 KB
sys_c6x.c -rw-r--r-- 1.7 KB
time.c -rw-r--r-- 1.4 KB
traps.c -rw-r--r-- 14.4 KB
vectors.S -rw-r--r-- 1.6 KB
vmlinux.lds.S -rw-r--r-- 2.2 KB

back to top