aboutsummaryrefslogtreecommitdiff
path: root/SOURCES
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2024-04-23 16:01:57 +0200
committerJan200101 <sentrycraft123@gmail.com>2024-04-23 16:01:57 +0200
commit7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993 (patch)
tree545d0ea1ddb02567c25ba1209b51547e08afbe76 /SOURCES
parentee776982e9028e33b500bddaf744e000f8e8caa2 (diff)
downloadkernel-fsync-7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993.tar.gz
kernel-fsync-7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993.zip
kernel 6.8.7 fc40
Diffstat (limited to 'SOURCES')
-rw-r--r--SOURCES/Patchlist.changelog3
-rw-r--r--SOURCES/patch-6.8-redhat.patch16
2 files changed, 1 insertions, 18 deletions
diff --git a/SOURCES/Patchlist.changelog b/SOURCES/Patchlist.changelog
index 86f341d..cb33f64 100644
--- a/SOURCES/Patchlist.changelog
+++ b/SOURCES/Patchlist.changelog
@@ -1,6 +1,3 @@
-"https://gitlab.com/cki-project/kernel-ark/-/commit"/0c2a5d1fe131e609b8939b1be078241fe07823bd
- 0c2a5d1fe131e609b8939b1be078241fe07823bd Revert "cpupower: Bump soname version"
-
"https://gitlab.com/cki-project/kernel-ark/-/commit"/e56840b5f971b4d0f4032f6f5ab95c0c5ba40f8e
e56840b5f971b4d0f4032f6f5ab95c0c5ba40f8e nouveau: fix devinit paths to only handle display on GSP.
diff --git a/SOURCES/patch-6.8-redhat.patch b/SOURCES/patch-6.8-redhat.patch
index 676fce8..1bafd38 100644
--- a/SOURCES/patch-6.8-redhat.patch
+++ b/SOURCES/patch-6.8-redhat.patch
@@ -35,8 +35,7 @@
security/lockdown/Kconfig | 13 ++
security/lockdown/lockdown.c | 1 +
security/security.c | 12 ++
- tools/power/cpupower/Makefile | 2 +-
- 38 files changed, 672 insertions(+), 178 deletions(-)
+ 37 files changed, 671 insertions(+), 177 deletions(-)
diff --git a/Makefile b/Makefile
index e6c0a00722ea..ac70a1596394 100644
@@ -1545,16 +1544,3 @@ index a344b8fa5530..51b5bea3b0c7 100644
#ifdef CONFIG_PERF_EVENTS
/**
* security_perf_event_open() - Check if a perf event open is allowed
-diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile
-index b53753dee02f..90701fc65aa2 100644
---- a/tools/power/cpupower/Makefile
-+++ b/tools/power/cpupower/Makefile
-@@ -53,7 +53,7 @@ DESTDIR ?=
-
- VERSION:= $(shell ./utils/version-gen.sh)
- LIB_MAJ= 0.0.1
--LIB_MIN= 1
-+LIB_MIN= 0
-
- PACKAGE = cpupower
- PACKAGE_BUGREPORT = linux-pm@vger.kernel.org