public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: [dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).
Date: Sat, 27 Jun 2026 23:57:45 GMT	[thread overview]
Message-ID: <178260466599.1.14179283110055872278.rpms-gdb-aacdec2a0490@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : aacdec2a04901560801242fed1447fbd2e27e1da
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2016-08-23T09:37:55+02:00
Stats  : +7/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/aacdec2a04901560801242fed1447fbd2e27e1da?branch=gdb-17.2-rebase-f44

Log:
[dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).

---
diff --git a/gdb-linux_perf-bundle.patch b/gdb-linux_perf-bundle.patch
index aeb4f10..c280279 100644
--- a/gdb-linux_perf-bundle.patch
+++ b/gdb-linux_perf-bundle.patch
@@ -208,13 +208,14 @@ Index: gdb-7.11.1/gdb/configure.ac
    if test "$perf_event" != yes; then
 --- gdb-7.11.1/gdb/gdb.c-orig	2016-02-10 04:19:39.000000000 +0100
 +++ gdb-7.11.1/gdb/gdb.c	2016-08-23 09:15:13.169650953 +0200
-@@ -25,6 +25,10 @@ main (int argc, char **argv)
+@@ -25,6 +25,11 @@ main (int argc, char **argv)
  {
    struct captured_main_args args;
  
-+  // RHEL DTS bundle:
++#ifdef PERF_ATTR_SIZE_VER5_BUNDLE
 +  extern void __libipt_init(void);
 +  __libipt_init();
++#endif
 +
    memset (&args, 0, sizeof args);
    args.argc = argc;

diff --git a/gdb.spec b/gdb.spec
index 90b906c..9cba9e5 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.11.1
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 81%{?dist}
+Release: 82%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
@@ -1457,6 +1457,9 @@ then
 fi
 
 %changelog
+* Tue Aug 23 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-82.fc24
+- [dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).
+
 * Tue Aug 23 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-81.fc24
 - [dts+el7] [x86*] Bundle libipt - fix its initialization (RH BZ 1256513).
 

                 reply	other threads:[~2026-06-27 23:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178260466599.1.14179283110055872278.rpms-gdb-aacdec2a0490@fedoraproject.org \
    --to=jan.kratochvil@redhat.com \
    --cc=git-commits@fedoraproject.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