diff options
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/Patchlist.changelog | 3 | ||||
-rw-r--r-- | SOURCES/patch-6.8-redhat.patch | 16 |
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 |