From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F4A5158083 for ; Thu, 12 Sep 2024 00:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D91AE29D6; Thu, 12 Sep 2024 00:30:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F734E29D6 for ; Thu, 12 Sep 2024 00:30:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 571E5341B52 for ; Thu, 12 Sep 2024 00:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E1821AD0 for ; Thu, 12 Sep 2024 00:30:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1726100887.5c77941f4535cf5bfc76f84c6d48bafb4465a6b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/dtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild dev-debug/dtrace/dtrace-9999.ebuild X-VCS-Directories: dev-debug/dtrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c77941f4535cf5bfc76f84c6d48bafb4465a6b9 X-VCS-Branch: master Date: Thu, 12 Sep 2024 00:30:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37a045fa-de65-44fb-9d41-a857ef81997a X-Archives-Hash: 28132f3ee878a32bd9e31981d3f42d34 commit: 5c77941f4535cf5bfc76f84c6d48bafb4465a6b9 Author: Sam James gentoo org> AuthorDate: Thu Sep 12 00:28:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 12 00:28:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c77941f dev-debug/dtrace: suppress harmless execstack warning for BPF object Bug: https://bugs.gentoo.org/938221 Signed-off-by: Sam James gentoo.org> dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild | 6 ++++++ dev-debug/dtrace/dtrace-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild index 3032bf884998..cac701e8eb10 100644 --- a/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild +++ b/dev-debug/dtrace/dtrace-2.0.1.1-r2.ebuild @@ -76,6 +76,12 @@ QA_FLAGS_IGNORED=" usr/.*/dtrace/testsuite/test/triggers/.* " +# TODO: report upstream (bug #938221) although it seems like it's +# not relevant given it's a BPF object. +QA_EXECSTACK=" + usr/*/dtrace/bpf_dlib.* +" + pkg_pretend() { # TODO: optional kernel patches diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 9eb7d366c037..643f3f5873f4 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -76,6 +76,12 @@ QA_FLAGS_IGNORED=" usr/.*/dtrace/testsuite/test/triggers/.* " +# TODO: report upstream (bug #938221) although it seems like it's +# not relevant given it's a BPF object. +QA_EXECSTACK=" + usr/*/dtrace/bpf_dlib.* +" + pkg_pretend() { # TODO: optional kernel patches