Skip to content

Commit 8db5002

Browse files
author
CKI KWF Bot
committed
Merge: rtla: Define _GNU_SOURCE in timerlat_bpf.c
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/982 # Merge Request Required Information JIRA: https://issues.redhat.com/browse/RHEL-94187 ## Summary of Changes Fix missed definition which broke rtla when glibc was updated in RHEL. Note: the update is not in CentOS Stream 10 yet, but this is needed nevertheless. ## Approved Development Ticket(s) All submissions to CentOS Stream must reference a ticket in [Red Hat Jira](https://issues.redhat.com/). <details><summary>Click for formatting instructions</summary> Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/) for how to file this ticket and have it approved. List tickets each on their own line of this description using the format "Resolves: RHEL-76229", "Related: RHEL-76229" or "Reverts: RHEL-76229", as appropriate. </details> Signed-off-by: Tomas Glozar <tglozar@redhat.com> Approved-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com> Approved-by: Wander Lairson Costa <wander@redhat.com> Approved-by: Juri Lelli <juri.lelli@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 9ac47fa + 8a05c64 commit 8db5002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/tracing/rtla/src/timerlat_bpf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
#ifdef HAVE_BPF_SKEL
3+
#define _GNU_SOURCE
34
#include "timerlat.h"
45
#include "timerlat_bpf.h"
56
#include "timerlat.skel.h"

0 commit comments

Comments
 (0)