From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id B45EB3858C54 for ; Mon, 28 Nov 2022 09:50:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B45EB3858C54 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id ACD7021B9E; Mon, 28 Nov 2022 09:50:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1669629038; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IEy6mPnsxuej+2biM/NGC2R0QmgIXT0wXgOGvVuQuVY=; b=tZkS4jmEkHO5QG31tsAU0c2l4Hy2hXr6gPFZGRwQEeNiQ7tIQHTfIAv1TQUu0BURN2d0uZ qdY8+8SS9ZP7QxWxjAtyjRi3kIHCPxlBXpjq57eH9rwYCFP22rDxRyqUF91/OB1sQj2F19 BYpAomY0lxMY0KKGyQ9RBalrq1CqrDk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1669629038; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IEy6mPnsxuej+2biM/NGC2R0QmgIXT0wXgOGvVuQuVY=; b=fPJUhWIhp7RzoMOjMPrDtXMaeZ+V0V9gGOp9Ygsvq2QXyQcRe+/xeEPiZ7/3uDJj1BlfWe bEdja5+X6Kb89nDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 99A0F1326E; Mon, 28 Nov 2022 09:50:38 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id W7+wJG6EhGNrCwAAMHmgww (envelope-from ); Mon, 28 Nov 2022 09:50:38 +0000 Message-ID: Date: Mon, 28 Nov 2022 10:50:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH][PING][sanitizer/106558] asan: fix unsafe optimization of Asan checks. From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Jakub Jelinek , Yuri Gribov Cc: GCC Patches References: <1b62e08c-b55f-cf16-02e4-973412d49227@suse.cz> Content-Language: en-US In-Reply-To: <1b62e08c-b55f-cf16-02e4-973412d49227@suse.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 11/25/22 17:18, Martin Liška wrote: > On 11/21/22 11:02, Jakub Jelinek wrote: >> Otherwise LGTM. Thanks and sorry for the review delay. > > Yuri, do you want to commit the patch soon? > > If not, I can help if you want? Hey. I've just installed the patch with function signature change and changelog tweak. I'm testing multiple ASAN bugs and I need this patch as it fixes quite something. Thanks, Martin > > Cheers, > Martin