public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/intel-cmt-cat] rawhide: New release 26.03
Date: Fri, 12 Jun 2026 09:25:47 GMT	[thread overview]
Message-ID: <178125634794.1.3297162056345624702.rpms-intel-cmt-cat-9b2d86ad8ca8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/intel-cmt-cat
Branch : rawhide
Commit : 9b2d86ad8ca84335884e358d0f0eb1c54e021af6
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date   : 2026-06-12T10:25:22+01:00
Stats  : +0/-70 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/9b2d86ad8ca84335884e358d0f0eb1c54e021af6?branch=rawhide

Log:
New release 26.03

---
diff --git a/0002-remove-build-and-install-of-examples.patch b/0002-remove-build-and-install-of-examples.patch
deleted file mode 100644
index 1406109..0000000
--- a/0002-remove-build-and-install-of-examples.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Remove examples
- No need to install these, developers are encouraged to look
- at the code in the repository
-Forwarded: not-needed
-Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-
-Index: intel-cmt-cat-26.06/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/Makefile
-+++ intel-cmt-cat-26.06/Makefile
-@@ -54,9 +54,6 @@
-        $(MAKE) -C lib
-        $(MAKE) -C pqos
-        $(MAKE) -C tools/membw
--       $(MAKE) -C examples/c/CAT_MBA
--       $(MAKE) -C examples/c/CMT_MBM
--       $(MAKE) -C examples/c/PSEUDO_LOCK
-
- setup-dev:
-        $(MAKE) -C tests setup-dev

diff --git a/0003-allow-debian-flags-to-be-added.patch b/0003-allow-debian-flags-to-be-added.patch
deleted file mode 100644
index 1a3da23..0000000
--- a/0003-allow-debian-flags-to-be-added.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Description: Hard code in hardening options
-Forwarded: not-needed
-Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-
-Index: intel-cmt-cat-26.06/lib/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/lib/Makefile
-+++ intel-cmt-cat-26.06/lib/Makefile
-@@ -39,8 +39,8 @@
- VERSION = 7.0.0
- SO_VERSION = 7
- SHARED ?= y
--LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
--CFLAGS = -pthread -I./ -D_GNU_SOURCE \
-+LDFLAGS += -L. -lpthread -z noexecstack -z relro -z now
-+CFLAGS += -pthread -I./ -D_GNU_SOURCE \
-        -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
-        -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
-        -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-26.06/pqos/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/pqos/Makefile
-+++ intel-cmt-cat-26.06/pqos/Makefile
-@@ -38,9 +38,9 @@
-
- OBJDIR = obj
- LIBDIR ?= ../lib
--LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now
-+LDFLAGS += -L$(LIBDIR) -pie -z noexecstack -z relro -z now
- LDLIBS = -lpqos -lpthread
--CFLAGS = -I$(LIBDIR) \
-+CFLAGS += -I$(LIBDIR) \
-        -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
-        -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
-        -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-26.06/tools/membw/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/tools/membw/Makefile
-+++ intel-cmt-cat-26.06/tools/membw/Makefile
-@@ -44,7 +44,7 @@
- BIN_DIR = $(DESTDIR)/usr/bin
- MAN_DIR = $(DESTDIR)/usr/share/man/man8
-
--CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
-+CFLAGS += -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
-        -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
-        -Wcast-qual -Wundef -Wwrite-strings \
-        -Wformat -Wformat-security -fstack-protector-strong -fPIE \

diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index b9c1c52..ce4c0a3 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -15,8 +15,6 @@ URL: 		https://github.com/intel/intel-cmt-cat
 Source: 	%{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 Patch0:		0001-alter-install-paths.patch
-Patch1:		0002-remove-build-and-install-of-examples.patch
-Patch2:		0003-allow-debian-flags-to-be-added.patch
 
 ExclusiveArch:	x86_64
 

             reply	other threads:[~2026-06-12  9:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-12  9:25 Raghavan Kanagaraj [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-12 12:29 [rpms/intel-cmt-cat] rawhide: New release 26.03 Raghavan Kanagaraj
2026-06-12 12:20 Raghavan Kanagaraj
2026-06-12 12:05 Raghavan Kanagaraj
2026-06-12 11:47 Raghavan Kanagaraj
2026-06-12 10:13 Raghavan Kanagaraj
2026-06-12  9:08 Raghavan Kanagaraj
2026-06-11 22:26 Raghavan Kanagaraj
2026-06-11 22:26 Raghavan Kanagaraj

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=178125634794.1.3297162056345624702.rpms-intel-cmt-cat-9b2d86ad8ca8@fedoraproject.org \
    --to=raghavan.kanagaraj@intel.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