From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6756C433ED for ; Thu, 20 May 2021 08:34:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B774360FF1 for ; Thu, 20 May 2021 08:34:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230447AbhETIfg (ORCPT ); Thu, 20 May 2021 04:35:36 -0400 Received: from mx2.suse.de ([195.135.220.15]:33298 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbhETIff (ORCPT ); Thu, 20 May 2021 04:35:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 1046EAD69; Thu, 20 May 2021 08:34:14 +0000 (UTC) Subject: Re: Linux Plumbers Conf 2021 To: Marco Elver Cc: Mark Rutland , Peter Zijlstra , Nick Desaulniers , Josh Poimboeuf , Will Deacon , "Jose E. Marchesi" , "Paul E. McKenney" , Ard Biesheuvel , Catalin Marinas , linux-toolchains@vger.kernel.org References: <20210518121447.GB7914@willie-the-truck> <20210518124311.r4fwv6lfz3erkqnb@treble> <20210518124819.lkzzgjcrh4cc5a6i@treble> <20210518200306.GE21560@worktop.programming.kicks-ass.net> <20210519093240.GA2797@C02TD0UTHF1T.local> <20210519115654.GC2797@C02TD0UTHF1T.local> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: Date: Thu, 20 May 2021 10:34:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-toolchains@vger.kernel.org On 5/19/21 5:05 PM, Marco Elver wrote: > On Wed, 19 May 2021 at 17:02, Martin Liška wrote: >> On 5/19/21 4:04 PM, Marco Elver wrote: >>> +Cc Martin, who helped us last time with no_sanitize issues in GCC. >>> >>> Martin, as far as we're aware there's no >>> __attribute__((no_sanitize_coverage)) for GCC -- is it possible to >>> implement this? Some context below. Thank you. >> >> Yes, I've just implemented the attribute and I'm going to send it to >> the gcc-patches mailing list tomorrow. > > Very nice, thank you! You're welcome. The patch has been just sent here: https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570840.html Martin > > -- Marco >