From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id 517405A026D for ; Sun, 19 Nov 2023 21:10:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700424651; h=from:from:reply-to:subject:subject: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=SGhLsFhIIXN5XBqlcAF/8AKINRu2Hf0cta6WUwA2rUQ=; b=RPdCjFtuFzF1mlRWvEvCBYyBgUZHJ97rNIvg+1BDUfg76IXUm+DQMiBBOhzv3wE9up4oT+ jw8P3XShnw7+JgXe7ub33tUJMwzdE6FAbsIlYN2XqluWjkI9fp8ogQo0YIIt/va03BWBrf JCBda21P/8URQcoUfXLsR9spofVoW6c= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-222-0_9UhgOhMuatna3c6zm4ig-1; Sun, 19 Nov 2023 15:10:47 -0500 X-MC-Unique: 0_9UhgOhMuatna3c6zm4ig-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A58ED85A58A; Sun, 19 Nov 2023 20:10:47 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D316110EA1; Sun, 19 Nov 2023 20:10:46 +0000 (UTC) Date: Sun, 19 Nov 2023 21:10:43 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH v3 0/2] Some fixes for valgrind suppressions Message-ID: <20231119211043.7fa6d772@elisabeth> In-Reply-To: <20231116091559.3258952-1-david@gibson.dropbear.id.au> References: <20231116091559.3258952-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: ZVMHB6CGMZ6SYGN4TURQY76KJMLZZQ2B X-Message-ID-Hash: ZVMHB6CGMZ6SYGN4TURQY76KJMLZZQ2B X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 16 Nov 2023 20:15:57 +1100 David Gibson wrote: > With the new versions of compiler and valgrind in Fedora 39, I hit > some spurious test failures. Here are some workarounds. > > Changes since v2: > * Fix spelling error in comment > Changes since v1: > * Took entirely different approach, fixing the existing suppression > * Extra patch allowing optimised valgrind builds > > David Gibson (2): > valgrind: Adjust suppression for MSG_TRUNC with NULL buffer > valgrind: Don't disable optimizations for valgrind builds Applied. -- Stefano