From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id AB0DE3858033 for ; Wed, 17 Nov 2021 13:42:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AB0DE3858033 Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-322-AxnQxHe3O_qoeHZpD9555A-1; Wed, 17 Nov 2021 08:42:24 -0500 X-MC-Unique: AxnQxHe3O_qoeHZpD9555A-1 Received: by mail-qv1-f69.google.com with SMTP id jn10-20020ad45dea000000b003bd74c93df4so2552995qvb.15 for ; Wed, 17 Nov 2021 05:42:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=OpB4FDzDyk4CkWgKMMwT524qIofoZ7lxjnBLz3QCAhY=; b=UYNNu32SxQOW6emN03XRfMwy+GC3h8eXLJes/8JJlIvMyONt/OFhGu7ctPZCvi3MaS xX1lXCHYlA6fJETolQ6wTtFfpLm0A+O+HxFF3rR9M73XNSOXrahr2yEHqqLTPQhWy7D6 QLDeW93ZQnKGMOTMXXuM3jvioWhUZ4nU+kKzb0Rgnb6qV9d3JSvBkJosc7fVJ5gJ7XfY juKjbtluz4qHuw94zSOukKGgIUouF0eN7ZYAIMiB/FtB/mqefE4Aqmq1tsJLuR10xTAW hSj1C88iysMwr6DKtJse55IGvWcKe+c68Z4dtwcYGySqT56Um7zEomsrcOtCkpYauVNk oN7w== X-Gm-Message-State: AOAM530lf2hT7Fs5U41ADWDSbVdJgj3BTWJz/0edQGqS7XE/yfzkSgpm N49wiIEdgq7cN7uQcmP1v5FDsZ0M2mlbJ845WeNIPABfZi+lcVp+nuuV/Wm6xr/xV1EMCQyBboU 819sQ5E1qXWUHt3VoGbw= X-Received: by 2002:a05:620a:3dd:: with SMTP id r29mr2615864qkm.208.1637156544136; Wed, 17 Nov 2021 05:42:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJxp/nKdvItJx9feBc3jFkqH8yJlziwaezvStK5O3qzcgn8SpE6eXWId+IU2OhaezCJbtXtGeg== X-Received: by 2002:a05:620a:3dd:: with SMTP id r29mr2615846qkm.208.1637156543967; Wed, 17 Nov 2021 05:42:23 -0800 (PST) Received: from [192.168.86.23] ([136.56.129.226]) by smtp.gmail.com with ESMTPSA id m20sm2136946qtx.39.2021.11.17.05.42.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 17 Nov 2021 05:42:23 -0800 (PST) Message-ID: Date: Wed, 17 Nov 2021 08:42:22 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: glibc build failure due to Systemtap probe change To: Florian Weimer Cc: Stefan Liebler , Arjun Shankar , libc-alpha@sourceware.org, systemtap@sourceware.org References: <87a6i4e9ej.fsf@oldenburg.str.redhat.com> <1830a8cb-e52e-aa03-b8dc-9dda2d697582@redhat.com> <87a6i383j9.fsf@oldenburg.str.redhat.com> From: Stan Cox In-Reply-To: <87a6i383j9.fsf@oldenburg.str.redhat.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Wed, 17 Nov 2021 13:42:45 -0000 > 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?