Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jul 2023 20:34:29 +0000 (13:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Jul 2023 20:34:29 +0000 (13:34 -0700)
commit8a3e4a64849eb9da0e8c7e693978499562581631
treed86acd78af5b72ce4effeef665b387daec9ca655
parentf61a89ca1182c43aa7a141c40f4063be81bd2562
parent719a937b7003933de1298ffa4b881dd6a234e244
Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git./linux/kernel/git/tip/tip

Pull objtool fixes from Borislav Petkov:

 - Mark copy_iovec_from_user() __noclone in order to prevent gcc from
   doing an inter-procedural optimization and confuse objtool

 - Initialize struct elf fully to avoid build failures

* tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  iov_iter: Mark copy_iovec_from_user() noclone
  objtool: initialize all of struct elf