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.129.124]) by sourceware.org (Postfix) with ESMTPS id 788383858C5E for ; Mon, 4 Dec 2023 11:10:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 788383858C5E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 788383858C5E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701688221; cv=none; b=ON/KmRFm0qG9nmB4aZiCdjNDTUdoywsQVG/FwW8mF9njiyecwTnH5LwZndtlQtRIg+ikwPy7mg3269BqQSC8E9n/egFUBm6JpcK1NA4q8cmlmJH2J8uY8wlHMSXXjCnlo4L8WfaQ3WLgenVqYdrCUdbw+BheaHZRNEegtZpRZG8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701688221; c=relaxed/simple; bh=FXV5NCbxm0wf6GeY2vi1Yp07hxiUmF4PuFnByQczsJY=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=SLyDaI0VCKWUBTufQVk+G11LrYpYBSRAhId5xTVx9XrQE5vo4YOWAB70tVT3x3t7yGwqnpAdEc0VEpFZ2keSqEY3JqOEbLQSmnnwz96qHFq3qS+gKf2VZGGyXDAg9Fpg38EYtGdKQGcoECLzZwgSOXw4qPw1bjDsjSh1DfWSVtI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701688220; 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: in-reply-to:in-reply-to:references:references; bh=SG1lLlp5DuLBUnefPPipDRyICwRbxDbCGS+3Fr/r5oY=; b=BcwZTzFv34QQUZOoj0Zk9wpK6AKqwYRxh2sWFEVD36BEFu3D287cAEfLsMSpuQvCORqQZR HfR+R/flhcqRRHX9tBJZpvxHt6B+SYLZ0QI+TV6JeCF3qks0Nu0vVwBZUjPE2caPsvyehP xaVozMK+yZemJjw1ee+gDbN2K5pDcQ8= 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-563-qzZBZT9vNpO-WEGLRnlpJw-1; Mon, 04 Dec 2023 06:10:16 -0500 X-MC-Unique: qzZBZT9vNpO-WEGLRnlpJw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (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 9C985101A53B; Mon, 4 Dec 2023 11:10:16 +0000 (UTC) Received: from redhat.com (unknown [10.22.8.32]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8B858492BFC; Mon, 4 Dec 2023 11:10:16 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1rA6q7-0000kr-IN; Mon, 04 Dec 2023 06:10:15 -0500 Date: Mon, 4 Dec 2023 06:10:15 -0500 From: "Frank Ch. Eigler" To: Victor Kamensky Cc: systemtap@sourceware.org, Housam Alamour Subject: Re: [PATCH] Makefile.am: remove runtime/linux/uprobes and runtime/linux/uprobes2 install Message-ID: <20231204111015.GA19960@redhat.com> References: <20231204033839.140107-1-victor.kamensky7@gmail.com> MIME-Version: 1.0 In-Reply-To: <20231204033839.140107-1-victor.kamensky7@gmail.com> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - On Sun, Dec 03, 2023 at 07:38:39PM -0800, Victor Kamensky wrote: > "PR30434 continuation: Removed old uprobes, uprobes2 implementation, > uprobes-inc.h & any mentions of CONFIG_UTRACE." commit removed uprobes, > and uprobes2 sources and directories, but Makefile.am still tries to > install them. In fact after failing to 'cd' into runtime/linux/uprobes > directory it copies top level *.[ch] files into > ${prefix}/share/systemtap/runtime/linux/uprobes directory. Thanks, merged. - FChE