lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 10 Oct 2021 11:05:13 +0200
From:   Borislav Petkov <bp@...e.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] objtool/urgent for v5.15-rc5

Hi Linus,

please pull three urgent objtool fixes for v5.15-rc5.

Thx.

---

The following changes since commit 9e1ff307c779ce1f0f810c7ecce3d95bbae40896:

  Linux 5.15-rc4 (2021-10-03 14:08:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/objtool_urgent_for_v5.15_rc5

for you to fetch changes up to fe255fe6ad97685e5a4be0d871f43288dbc10ad6:

  objtool: Remove redundant 'len' field from struct section (2021-10-05 12:03:21 -0700)

----------------------------------------------------------------
- Remove an extra section.len member in favour of section.sh_size

- Align .altinstructions section creation with the kernel's by creating
them with entry size of 0

- Fix objtool to convert a reloc symbol to a section offset and not to
not warn about not knowing how

----------------------------------------------------------------
Joe Lawrence (2):
      objtool: Make .altinstructions section entry size consistent
      objtool: Remove redundant 'len' field from struct section

Josh Poimboeuf (1):
      objtool: Remove reloc symbol type checks in get_alt_entry()

 tools/objtool/arch/x86/decode.c     |  2 +-
 tools/objtool/check.c               | 16 +++++++--------
 tools/objtool/elf.c                 | 14 ++++++-------
 tools/objtool/include/objtool/elf.h |  1 -
 tools/objtool/orc_gen.c             |  2 +-
 tools/objtool/special.c             | 40 +++++++++----------------------------
 6 files changed, 25 insertions(+), 50 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ