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:   Fri, 7 Oct 2022 10:19:07 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org,
        Peter Zijlstra <peterz@...radead.org>,
        Josh Poimboeuf <jpoimboe@...hat.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Borislav Petkov <bp@...en8.de>
Subject: [GIT PULL] Objtool updates for v6.1

Linus,

Please pull the latest objtool/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-core-2022-10-07

   # HEAD: 7a7621dfa417aa3715d2a3bd1bdd6cf5018274d0 objtool,x86: Teach decode about LOOP* instructions

Fairly small batch of changes:

Objtool changes for v6.1:

 - Remove the "ANNOTATE_NOENDBR on ENDBR" warning: it's not
   really useful and only found a non-bug false positive so far.

 - Properly decode LOOP/LOOPE/LOOPNE, which were missing from
   the x86 decoder. Because these instructions are rather
   ineffective, they never showed up in compiler output,
   but they are simple enough to support, so add them for
   completeness.

 - A bit more cross-arch preparatory work.

 Thanks,

	Ingo

------------------>
Chen Zhongjin (1):
      objtool: Use arch_jump_destination() in read_intra_function_calls()

Josh Poimboeuf (1):
      objtool: Remove "ANNOTATE_NOENDBR on ENDBR" warning

Peter Zijlstra (1):
      objtool,x86: Teach decode about LOOP* instructions


 tools/objtool/arch/x86/decode.c | 6 ++++++
 tools/objtool/check.c           | 5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ