From patchwork Thu Feb 8 08:41:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: liuhongt X-Patchwork-Id: 85451 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F3051385843B for ; Thu, 8 Feb 2024 08:41:55 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by sourceware.org (Postfix) with ESMTPS id 117BF3858C5F for ; Thu, 8 Feb 2024 08:41:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 117BF3858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 117BF3858C5F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=198.175.65.12 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707381676; cv=none; b=HdOl9840MsWhCp7GJhkWF6o/UVdLhjl91zmB8NAZUDQREUQ+uWs+UXrBn6y5dxT/4D+7ZpkYIYoXrwsg4n3jzZmPblA5iOSs5B1IvF6SuHa0PFJnb0bt7QcLRt0QbGfdswlSdpOmUcuenbwITyOHfwEyP2qXKjp/Mc2C2OZuof4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707381676; c=relaxed/simple; bh=oW6yU3pEYfi9WWlkCQsvXZfyjiX1j+7HDfJLdUzGJF0=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=BKQD/2pQ2g6tgIABcqkz3+b8FwecmmGus5Y4aICVmmyZt9LtqhK6qzGck/y/9zrNHxNQH3G+e3O8m0Tl9rbLQ8NfmB1bJQwXb9h87nKJTw1X5N9AbVrhVb2NtSGOMZ0EHS2K5iLm/iSl7aRM2eLf/VB90BNvMtwWx698VBWzRQg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707381674; x=1738917674; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=oW6yU3pEYfi9WWlkCQsvXZfyjiX1j+7HDfJLdUzGJF0=; b=iWDao8D6FGD7tflRrT4V9JibDP9aNQlWRgJocYPh/uVbl/UqfCWPAhBg n+JYkBQ38IWVUk+X74CrmnstOziprFscuGOKXjmaoudnZEUdAoB1ft6+w gVj9TxcQqlO7/RNUaqsSFDN0ddOtqQbDKogxdzOY7hiBkBXZQNjjXuiG3 SLQJzFVryMMzuv6GyuAQv37jX6q5GU8D5grZuQrqCaraqVT3gy44unpNk wIz+5w2RabNN1ko/G1/1RYHUNBMIqk5uKm7/9Vub+/yuO24Z7ikBtXoyK OjlsNRUv3JvTq3iLn6eVIC9bay1biA3XwDon26bA3CD1vSUVeZvt3I0s0 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10977"; a="12539414" X-IronPort-AV: E=Sophos;i="6.05,253,1701158400"; d="scan'208";a="12539414" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2024 00:41:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,253,1701158400"; d="scan'208";a="6228847" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by orviesa005.jf.intel.com with ESMTP; 08 Feb 2024 00:41:11 -0800 Received: from shliclel4217.sh.intel.com (shliclel4217.sh.intel.com [10.239.240.127]) by shvmail03.sh.intel.com (Postfix) with ESMTP id 4794310079A2; Thu, 8 Feb 2024 16:41:10 +0800 (CST) From: liuhongt To: gcc-patches@gcc.gnu.org Cc: crazylht@gmail.com, hjl.tools@gmail.com Subject: [PATCH wwwdoc] Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57 Date: Thu, 8 Feb 2024 16:41:10 +0800 Message-Id: <20240208084110.2020884-1-hongtao.liu@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org --- htdocs/gcc-14/changes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6d917535..a022357a 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -499,6 +499,11 @@ a work-in-progress.

-march=knm, -mtune=knl or -mtune=knm compiler switches. Support will be removed in GCC 15. +
  • Hardware-assisted + AddressSanitizer now works for the x86-64 target with LAM_U57. + -fsanitize=hwaddress will enable -mlam=u57 + by default. +