Re: [PATCH] rust: Ignore preserve-most functions

From: Martin Rodriguez Reboredo
Date: Fri Nov 03 2023 - 19:17:10 EST


On 10/31/23 17:19, Matthew Maurer wrote:
Neither bindgen nor Rust know about the preserve-most calling
convention, and Clang describes it as unstable. Since we aren't using
functions with this calling convention from Rust, blocklist them.

These functions are only added to the build when list hardening is
enabled, which is likely why others didn't notice this yet.

Signed-off-by: Matthew Maurer <mmaurer@xxxxxxxxxx>
---
[...]
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>