From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E17A63857BB3; Wed, 4 Oct 2023 14:30:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E17A63857BB3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696429849; bh=6KbkhSFCk1o5fKhp/P71HDg2It4TmZQmd0SErLpVkEw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P5e86T6uk9Ni9oGhkrpx1+NB6T8TuYnqE4/xL6D70oTWaVJOT/V4DgV8THr8TZCXa l4QU7Y1t1UoyXG8+bQTzTIRVZaFTiB0unSFX6t64tS1Cis57cGSwD29YKVUfEClA+M 7Fe7+ltXIz6APEuIP+nnFLd8re9yHEIp3NRgr1iQ= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/26152] _struct_compat_timex_u() function doesn't work on rhel8 Date: Wed, 04 Oct 2023 14:30:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D26152 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from William Cohen --- This works on current RHEL8 kernels with systemtap git commit ca71442b9 [wcohen@rhel8 systemtap]$ uname -a Linux rhel8 4.18.0-514.el8.x86_64 #1 SMP Tue Sep 19 10:07:12 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux [wcohen@rhel8 systemtap]$ ../install/bin/stap -V Systemtap translator/driver (version 5.0/0.189, release-4.8-147-gca71442b) Copyright (C) 2005-2023 Red Hat, Inc. and others This is free software; see the source for copying conditions. tested kernel versions: 2.6.32 ... 6.5 enabled features: AVAHI BOOST_STRING_REF DYNINST BPF JAVA PYTHON2 PYTHON3 LIBRPM LIBSQLITE3 LIBVIRT LIBXML2 NLS NSS READLINE MONITOR_LIBS JSON_C [wcohen@rhel8 systemtap]$ ../install/bin/stap -p4 -e 'probe syscall.clock_adjtime {printf("%s\n", tx_uaddr_str)}' /home/wcohen/.systemtap/cache/a0/stap_a0317735832db1578751089e63f33b99_7066= 3.ko --=20 You are receiving this mail because: You are the assignee for the bug.=