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:08:56 GMT	[thread overview]
Message-ID: <178125533632.1.2361991238465047124.rpms-intel-cmt-cat-b0d2ceb65c48@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
New release 26.03

---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
index ec0bc55..f4eb591 100644
--- a/0001-alter-install-paths.patch
+++ b/0001-alter-install-paths.patch
@@ -1,14 +1,14 @@
 Description: Workaround environment variable settings
  Add environment to be set by packaging
 Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
 
-Index: intel-cmt-cat-24.05/lib/Makefile
+Index: intel-cmt-cat-26.06/lib/Makefile
 ===================================================================
---- intel-cmt-cat-24.05.orig/lib/Makefile
-+++ intel-cmt-cat-24.05/lib/Makefile
-@@ -121,10 +121,10 @@ endif
- 
+--- intel-cmt-cat-26.06.orig/lib/Makefile
++++ intel-cmt-cat-26.06/lib/Makefile
+@@ -126,10 +126,10 @@
+
  HDR = pqos.h
  PREFIX ?= /usr/local
 -LIB_INSTALL_DIR ?= $(PREFIX)/lib
@@ -18,51 +18,37 @@ Index: intel-cmt-cat-24.05/lib/Makefile
  DEPFILE = $(LIB).dep
 -NOLDCONFIG ?= n
 +NOLDCONFIG ?= y
- 
+
  all: $(LIBNAME)
- 
-Index: intel-cmt-cat-24.05/pqos/Makefile
+
+Index: intel-cmt-cat-26.06/pqos/Makefile
 ===================================================================
---- intel-cmt-cat-24.05.orig/pqos/Makefile
-+++ intel-cmt-cat-24.05/pqos/Makefile
-@@ -96,8 +96,8 @@ MAN = pqos.8
- 
+--- intel-cmt-cat-26.06.orig/pqos/Makefile
++++ intel-cmt-cat-26.06/pqos/Makefile
+@@ -96,8 +96,8 @@
+
  # XXX: modify as desired
  PREFIX ?= /usr/local
 -BIN_DIR = $(PREFIX)/bin
 -MAN_DIR = $(PREFIX)/man/man8
 +BIN_DIR = $(DESTDIR)/usr/sbin
 +MAN_DIR = $(DESTDIR)/usr/share/man/man8
- 
+
  SRCS = $(sort $(wildcard *.c))
  OBJS = $(addprefix $(OBJDIR)/,$(SRCS:.c=.o))
-Index: intel-cmt-cat-24.05/rdtset/Makefile
-===================================================================
---- intel-cmt-cat-24.05.orig/rdtset/Makefile
-+++ intel-cmt-cat-24.05/rdtset/Makefile
-@@ -97,8 +97,8 @@ MAN = rdtset.8
- 
- # XXX: modify as desired
- PREFIX ?= /usr/local
--BIN_DIR = $(PREFIX)/bin
--MAN_DIR = $(PREFIX)/man/man8
-+BIN_DIR = $(DESTDIR)/usr/sbin
-+MAN_DIR = $(DESTDIR)/usr/share/man/man8
- 
- SRCS = $(sort $(wildcard *.c))
- OBJS = $(SRCS:.c=.o)
-Index: intel-cmt-cat-24.05/tools/membw/Makefile
+Index: intel-cmt-cat-26.06/tools/membw/Makefile
 ===================================================================
---- intel-cmt-cat-24.05.orig/tools/membw/Makefile
-+++ intel-cmt-cat-24.05/tools/membw/Makefile
-@@ -41,8 +41,8 @@ MAN = membw.8
- 
+--- intel-cmt-cat-26.06.orig/tools/membw/Makefile
++++ intel-cmt-cat-26.06/tools/membw/Makefile
+@@ -41,8 +41,8 @@
+
  # XXX: modify as desired
  PREFIX ?= /usr/local
 -BIN_DIR = $(PREFIX)/bin
 -MAN_DIR = $(PREFIX)/man/man8
 +BIN_DIR = $(DESTDIR)/usr/bin
 +MAN_DIR = $(DESTDIR)/usr/share/man/man8
- 
+
  CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- 	-Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+        -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+

diff --git a/0002-remove-build-and-install-of-examples.patch b/0002-remove-build-and-install-of-examples.patch
index f51f238..1406109 100644
--- a/0002-remove-build-and-install-of-examples.patch
+++ b/0002-remove-build-and-install-of-examples.patch
@@ -2,19 +2,19 @@ Description: Remove examples
  No need to install these, developers are encouraged to look
  at the code in the repository
 Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
 
-Index: intel-cmt-cat-24.05/Makefile
+Index: intel-cmt-cat-26.06/Makefile
 ===================================================================
---- intel-cmt-cat-24.05.orig/Makefile
-+++ intel-cmt-cat-24.05/Makefile
-@@ -55,9 +55,6 @@ all:
- 	$(MAKE) -C pqos
- 	$(MAKE) -C rdtset
- 	$(MAKE) -C tools/membw
--	$(MAKE) -C examples/c/CAT_MBA
--	$(MAKE) -C examples/c/CMT_MBM
--	$(MAKE) -C examples/c/PSEUDO_LOCK
- 
+--- 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 appqos 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
index 0e51f64..1a3da23 100644
--- a/0003-allow-debian-flags-to-be-added.patch
+++ b/0003-allow-debian-flags-to-be-added.patch
@@ -1,28 +1,28 @@
 Description: Hard code in hardening options
 Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
 
-Index: intel-cmt-cat-25.04/lib/Makefile
+Index: intel-cmt-cat-26.06/lib/Makefile
 ===================================================================
---- intel-cmt-cat-25.04.orig/lib/Makefile
-+++ intel-cmt-cat-25.04/lib/Makefile
-@@ -39,8 +39,8 @@ LIB = libpqos
- VERSION = 6.0.1
- SO_VERSION = 6
+--- 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-25.04/pqos/Makefile
+        -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-25.04.orig/pqos/Makefile
-+++ intel-cmt-cat-25.04/pqos/Makefile
-@@ -38,9 +38,9 @@ include ../pre-build.mk
- 
+--- 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
@@ -30,35 +30,19 @@ Index: intel-cmt-cat-25.04/pqos/Makefile
  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-25.04/rdtset/Makefile
+        -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-25.04.orig/rdtset/Makefile
-+++ intel-cmt-cat-25.04/rdtset/Makefile
-@@ -37,9 +37,9 @@
- include ../pre-build.mk
- 
- 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-25.04/tools/membw/Makefile
-===================================================================
---- intel-cmt-cat-25.04.orig/tools/membw/Makefile
-+++ intel-cmt-cat-25.04/tools/membw/Makefile
-@@ -44,7 +44,7 @@ PREFIX ?= /usr/local
+--- 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 \
+        -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+        -Wcast-qual -Wundef -Wwrite-strings \
+        -Wformat -Wformat-security -fstack-protector-strong -fPIE \

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

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-12  9:08 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:25 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=178125533632.1.2361991238465047124.rpms-intel-cmt-cat-b0d2ceb65c48@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