-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KCFI: -Csanitize-kcfi-arity
support in rustc
#138311
Labels
A-control-flow-integrity
Area: Control Flow Integrity (CFI) security mitigation
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-sanitizers
Area: Sanitizers for correctness and code quality
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
PG-exploit-mitigations
Project group: Exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
56 tasks
-Csanitize-kcfi-arity
support in rustc
-Csanitize-kcfi-arity
support in rustc
@rustbot claim |
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 11, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311 llvm/llvm-project#121070 and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 11, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 12, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 13, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 13, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 13, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 13, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 14, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 25, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 25, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 25, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 25, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
rcvalle
added a commit
to rcvalle/rust
that referenced
this issue
Mar 25, 2025
Adds KCFI arity indicator support to the Rust compiler (see rust-lang#138311, llvm/llvm-project#121070, and https://lore.kernel.org/lkml/CANiq72=3ghFxy8E=AU9p+0imFxKr5iU3sd0hVUXed5BA+KjdNQ@mail.gmail.com/).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-control-flow-integrity
Area: Control Flow Integrity (CFI) security mitigation
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-sanitizers
Area: Sanitizers for correctness and code quality
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
PG-exploit-mitigations
Project group: Exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
i.e. the equivalent of Clang's
-fsanitize-kcfi-arity
.https://clang.llvm.org/docs/ControlFlowIntegrity.html#fsanitize-kcfi-arity
https://lore.kernel.org/lkml/20250224123703.843199044@infradead.org/
Cc @rcvalle @maurer @samitolvanen @Darksonn
@rustbot label A-rust-for-linux
(We can reuse this for the tracking issue eventually, if any)
The text was updated successfully, but these errors were encountered: