public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "wcohen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug translator/31404] Systemtap unable to find kernel.trace("*") probe points on Fedora rawhide Linux 6.8 kernels
Date: Wed, 28 Feb 2024 15:52:18 +0000	[thread overview]
Message-ID: <bug-31404-6586-rgwurdgm6t@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-31404-6586@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=31404

William Cohen <wcohen at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from William Cohen <wcohen at redhat dot com> ---
This issue has been fixed with the following commit:

commit 7765366ae09859cf68d55782185ec3ceb9a04ed5 (HEAD -> master, origin/master,
origin/HEAD)
Author: William Cohen <wcohen@redhat.com>
Date:   Wed Feb 28 10:43:51 2024 -0500

    PR31404: Make tracepoint queries work with gcc14

    The Fedora rawhide Linux 6.8 kernels are built with gcc14 and include
    -Wmissing-prototypes in the CFLAGS options.  When building the
    kernel modules to query the available tracepoints errors occur
    resulting in kernel tracepoints being found. The fix is to
    include a function declaration before the function definition
    in the DECLARE_TRACE macro.

-- 
You are receiving this mail because:
You are the assignee for the bug.

      parent reply	other threads:[~2024-02-28 15:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21 14:47 [Bug translator/31404] New: " wcohen at redhat dot com
2024-02-28 14:49 ` [Bug translator/31404] " wcohen at redhat dot com
2024-02-28 15:52 ` wcohen at redhat dot com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-31404-6586-rgwurdgm6t@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).