diff options
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/Makefile.rhelver | 2 | ||||
-rw-r--r-- | SOURCES/kernel-aarch64-debug-fedora.config | 5 | ||||
-rw-r--r-- | SOURCES/patch-5.11-redhat.patch | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index f74bfc4..a5081aa 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 9 +RHEL_RELEASE = 10 # # Early y+1 numbering diff --git a/SOURCES/kernel-aarch64-debug-fedora.config b/SOURCES/kernel-aarch64-debug-fedora.config index f6d177c..81c4d4a 100644 --- a/SOURCES/kernel-aarch64-debug-fedora.config +++ b/SOURCES/kernel-aarch64-debug-fedora.config @@ -8274,9 +8274,4 @@ CONFIG_ZYNQMP_FIRMWARE=y CONFIG_ZYNQMP_IPI_MBOX=y CONFIG_ZYNQMP_PM_DOMAINS=y CONFIG_ZYNQMP_POWER=y -# enabling this option you should also select ARM64_PTR_AUTH=y. -# Select this config option to add support for the initrd= command -# This option determines the default init for the system if no init= -# warnings from C=1 sparse checker or -Wextra compilations. It has -# You can set the size of pernuma CMA by specifying "cma_pernuma=size" CONFIG_ZENIFY=y diff --git a/SOURCES/patch-5.11-redhat.patch b/SOURCES/patch-5.11-redhat.patch index d5ebaa2..47a381e 100644 --- a/SOURCES/patch-5.11-redhat.patch +++ b/SOURCES/patch-5.11-redhat.patch @@ -273,7 +273,7 @@ index 000000000000..c33a71263d9e + 2. Add the new profile name, along with a clear description of the + expected behaviour, to the sysfs-platform_profile ABI documentation. diff --git a/Makefile b/Makefile -index 6ba32b82c480..20d2cb6a8bad 100644 +index d8a39ece170d..1b98067c8aa8 100644 --- a/Makefile +++ b/Makefile @@ -494,6 +494,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE |