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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 2 Jun 2023 17:16:39 +0200
From:   Peter Zijlstra <peterz@...radead.org>
To:     Josh Poimboeuf <jpoimboe@...nel.org>
Cc:     Zack Rusin <zackr@...are.com>, linux-kernel@...r.kernel.org,
        Miroslav Benes <mbenes@...e.cz>, x86@...nel.org,
        VMware Graphics Reviewers 
        <linux-graphics-maintainer@...are.com>,
        kernel test robot <lkp@...el.com>
Subject: Re: [PATCH] drm/vmwgfx: Silence RBP clobber warnings

On Fri, Jun 02, 2023 at 07:56:34AM -0700, Josh Poimboeuf wrote:
> VMware hypercalls take the RBP register as input.  This breaks basic
> frame pointer convention, as RBP should never be clobbered.
> 
> So frame pointer unwinding is broken for the instructions surrounding
> the hypercall with the clobbered RBP.  There's nothing that can be done
> about that.  Just tell objtool to ignore it.
> 

That's a pretty horrific ABI, one that violates the oldest x86 calling
convention in existence.

VMware folks, shame!!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ