diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-04-23 16:01:57 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-04-23 16:01:57 +0200 |
commit | 7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993 (patch) | |
tree | 545d0ea1ddb02567c25ba1209b51547e08afbe76 /SOURCES/patch-6.8-redhat.patch | |
parent | ee776982e9028e33b500bddaf744e000f8e8caa2 (diff) | |
download | kernel-fsync-7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993.tar.gz kernel-fsync-7b2d32002b5c99ae9c1f5d4ddfb3a798cd617993.zip |
kernel 6.8.7 fc40
Diffstat (limited to 'SOURCES/patch-6.8-redhat.patch')
-rw-r--r-- | SOURCES/patch-6.8-redhat.patch | 16 |
1 files changed, 1 insertions, 15 deletions
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 |