From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 894E63858C56; Tue, 27 Sep 2022 07:28:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 894E63858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664263720; bh=T5AePN7ePu/hBt3aDOMc41tl9uKKI4t71Hws6crYx2E=; h=From:To:Subject:Date:From; b=DUkpLrK6yGRdxrZKl+afXsg2cCGuqFimqNGNdh1AWYA4UTjFWfoYB6kxtD40YPgBl DeRu4YXcq0VKxC34PbiIBweCilkhK3BE0N08611O58dVcMPjqX0IAVnE530m0J58bm GDVcCtqRHEN8yruZy6H0slJFEkV5h8XCakCdN1uQ= From: "peterz at infradead dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107048] New: GCC lacks -fsanitize=kcfi Date: Tue, 27 Sep 2022 07:28:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: peterz at infradead dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107048 Bug ID: 107048 Summary: GCC lacks -fsanitize=3Dkcfi Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: peterz at infradead dot org Target Milestone: --- Please implement -fsanitize=3Dkcfi to match llvm/clang: =20 https://github.com/samitolvanen/llvm-project/commit/f7bf6a87c4fd945800115a1= 7b8b61390541fabd0 The Linux kernel patches are queued and slated for the next merge window. Things like FineIBT rely on having this feature enabled.=