From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-relay-internal-0.canonical.com (smtp-relay-internal-0.canonical.com [185.125.188.122]) by sourceware.org (Postfix) with ESMTPS id AF47E3858413 for ; Thu, 25 Nov 2021 01:55:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AF47E3858413 Received: from mail-pf1-f199.google.com (mail-pf1-f199.google.com [209.85.210.199]) (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 smtp-relay-internal-0.canonical.com (Postfix) with ESMTPS id 65B653F1BF for ; Thu, 25 Nov 2021 01:55:37 +0000 (UTC) Received: by mail-pf1-f199.google.com with SMTP id y68-20020a626447000000b004a2b2d0c39eso2579409pfb.14 for ; Wed, 24 Nov 2021 17:55:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9tdyI2Ya0tLeRlT7r3o4Umc3J5rqqT3rcuvuap1OXZo=; b=bdACY0Gc/+WBv2/Gy4ffUdcRIuiFfhYgHAnhe52YlGirheGHZSVMe7AYf+jpcjwQpa 5oIq/3any3ITpbDHZ/HQqlc/1WdwSlrAAvuRO70qyQkPBuuIn562P0gNOxbHDvlaawRR CaZjrEKcDDtC/dkJRo9uIfn0/9kAlfZGAAbaM1XOxrTDJLZK4h7VSZoRH8aErcY1MhNw cHfrCtL9p07fdr+lrahqaERvf2o95s2ezNTY8FSUVXXi/6uNIXjTPgP96fgqMf3DYEDE 0mwOEDXXw9a12b+AGi92iclh6In5NSg3VLoeQd8+YxgBk8TQC7Zm5dWplV13GQXM+JfN MGBA== X-Gm-Message-State: AOAM533iCCgtKGE/DMLcMBpPj2GZrJUtM/ZOVZea5DBmJW0L4YESdC4Q uaY0ZBJ/js0DXKOfPJsBVJLZh162TEpR6lMRgSzBKwmqBcO5IpgQqiBDq1Exhorwf4T1OvbURfN FBgWyTO5i6rzPUNSwLidQpDWD4vEdog0OcXuhodvmhrmkrT0XlQSd X-Received: by 2002:a63:1b22:: with SMTP id b34mr13772007pgb.331.1637805336046; Wed, 24 Nov 2021 17:55:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJxwHmVSZLobuvOf2EsDG1uuBBB8R1hj4Lg+jEJQRSorrNVvxubxLpUnqoindkg517/wNm4rxPlrdERESFZL/Lk= X-Received: by 2002:a63:1b22:: with SMTP id b34mr13771991pgb.331.1637805335818; Wed, 24 Nov 2021 17:55:35 -0800 (PST) MIME-Version: 1.0 References: <87a6i4e9ej.fsf@oldenburg.str.redhat.com> <1830a8cb-e52e-aa03-b8dc-9dda2d697582@redhat.com> <87a6i383j9.fsf@oldenburg.str.redhat.com> <87czmy6bc3.fsf@oldenburg.str.redhat.com> In-Reply-To: <87czmy6bc3.fsf@oldenburg.str.redhat.com> From: Michael Hudson-Doyle Date: Thu, 25 Nov 2021 14:55:24 +1300 Message-ID: Subject: Re: glibc build failure due to Systemtap probe change To: Florian Weimer Cc: Stan Cox , Stefan Liebler , libc-alpha@sourceware.org, systemtap@sourceware.org, Arjun Shankar X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2021 01:55:40 -0000 Hi, On Thu, 18 Nov 2021 at 04:47, Florian Weimer via Libc-alpha < libc-alpha@sourceware.org> wrote: > * Stan Cox: > > >> Is there a way way to use STAP_PROBE_ASM without supplying the template? > >> There's no type inspection in assembler, after all. > > > > Can you send me the failing .i file so I can experiment with it? > > --save-temps did not work for me for some reason, so I'm attaching -E > and -E -fdirectives-only output. > > I think I got Fedora rawhide s390x building again, so it's not *very* > time-critical, but I really don't want to release Fedora 36 with our own > private copy of . But that release still some months away. > Is there any update on this? I just ran into it with my snapshot build for Ubuntu. I can borrow/steal Florian's fix for now too but I too would prefer not to release 22.04 with it... Cheers, mwh