]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Oct 2021 03:41:39 +0000 (17:41 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Oct 2021 03:41:39 +0000 (17:41 -1000)
commitf482f26e2a4115f621f6a92c0d5c4fe9e33918c6
tree4fd51cf892d8b44d712112ccd100d84a135b50d0
parentc3bb9429b9086eb4c30e51f5b84d9ff60eb48ec2
parent1b2ed73d7998f78d9197a5b3aefb5101994f0c10
Merge tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull objtool fixes from Borislav Petkov:

 - Update section headers before the respective relocations to not
   trigger a safety check in elftoolchain's implementation of libelf

 - Do not add garbage data to the .rela.orc_unwind_ip section

* tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Update section header before relocations
  objtool: Check for gelf_update_rel[a] failures