kernel-6.4.0-0.rc0.20230426git0cfd8703e7da.4
* Wed Apr 26 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.4.0-0.rc0.0cfd8703e7da.4] - redhat/Makefile: Support building linux-next (Thorsten Leemhuis) - redhat/Makefile: support building stable-rc versions (Thorsten Leemhuis) - redhat/Makefile: Add target to print DISTRELEASETAG (Thorsten Leemhuis) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
7ea5dbe5f7
commit
dd328d5f91
26 changed files with 355 additions and 19 deletions
|
|
@ -65,10 +65,10 @@
|
|||
64 files changed, 1543 insertions(+), 189 deletions(-)
|
||||
|
||||
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
|
||||
index 10e2e5c3ff0b..47abad173cdd 100644
|
||||
index bbecbd5797a3..7ffe48a9f489 100644
|
||||
--- a/Documentation/admin-guide/kernel-parameters.txt
|
||||
+++ b/Documentation/admin-guide/kernel-parameters.txt
|
||||
@@ -6527,6 +6527,15 @@
|
||||
@@ -6550,6 +6550,15 @@
|
||||
unknown_nmi_panic
|
||||
[X86] Cause panic on unknown NMI.
|
||||
|
||||
|
|
@ -156,10 +156,10 @@ index f5543eef4f82..44f8a5e7b84b 100644
|
|||
|
||||
$(version_h): PATCHLEVEL := $(or $(PATCHLEVEL), 0)
|
||||
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
||||
index d64ad0fe6c0c..ac3c18ec1f0e 100644
|
||||
index a8b82c2f333b..545796dfdecb 100644
|
||||
--- a/arch/arm/Kconfig
|
||||
+++ b/arch/arm/Kconfig
|
||||
@@ -1306,9 +1306,9 @@ config HIGHMEM
|
||||
@@ -1304,9 +1304,9 @@ config HIGHMEM
|
||||
If unsure, say n.
|
||||
|
||||
config HIGHPTE
|
||||
|
|
@ -172,10 +172,10 @@ index d64ad0fe6c0c..ac3c18ec1f0e 100644
|
|||
The VM uses one page of physical memory for each page table.
|
||||
For systems with a lot of processes, this can use a lot of
|
||||
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
|
||||
index 1023e896d46b..a5bb8dc90d68 100644
|
||||
index 3f5bf55050e8..cd62ae46f55d 100644
|
||||
--- a/arch/arm64/Kconfig
|
||||
+++ b/arch/arm64/Kconfig
|
||||
@@ -1238,7 +1238,7 @@ endchoice
|
||||
@@ -1267,7 +1267,7 @@ endchoice
|
||||
|
||||
config ARM64_FORCE_52BIT
|
||||
bool "Force 52-bit virtual addresses for userspace"
|
||||
|
|
@ -232,10 +232,10 @@ index 8ec5cdf9dadc..e2b89563075b 100644
|
|||
/* boot_command_line has been already set up in early.c */
|
||||
*cmdline_p = boot_command_line;
|
||||
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
|
||||
index 8cd4126d8253..ec8ea861a798 100644
|
||||
index 80710a68ef7d..972d1ffc1de8 100644
|
||||
--- a/arch/x86/kernel/cpu/common.c
|
||||
+++ b/arch/x86/kernel/cpu/common.c
|
||||
@@ -1577,6 +1577,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
||||
@@ -1578,6 +1578,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
|
||||
cpu_detect(c);
|
||||
get_cpu_vendor(c);
|
||||
get_cpu_cap(c);
|
||||
|
|
@ -1874,7 +1874,7 @@ index 6bb55e61e8e8..3bf124aca5ff 100644
|
|||
#ifdef CONFIG_PERF_EVENTS
|
||||
LSM_HOOK(int, 0, perf_event_open, struct perf_event_attr *attr, int type)
|
||||
diff --git a/include/linux/module.h b/include/linux/module.h
|
||||
index 4435ad9439ab..b4ff17720fb9 100644
|
||||
index e65a71b04490..bf0d39579ce8 100644
|
||||
--- a/include/linux/module.h
|
||||
+++ b/include/linux/module.h
|
||||
@@ -387,6 +387,7 @@ struct module {
|
||||
|
|
@ -2498,10 +2498,10 @@ index e2734e9e44d5..52344c344e7a 100644
|
|||
|
||||
#if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE)
|
||||
diff --git a/init/Kconfig b/init/Kconfig
|
||||
index c88bb30a8b0b..8bdbf31c5570 100644
|
||||
index c9ec6e8e4d5d..87b890623581 100644
|
||||
--- a/init/Kconfig
|
||||
+++ b/init/Kconfig
|
||||
@@ -1707,7 +1707,7 @@ config AIO
|
||||
@@ -1683,7 +1683,7 @@ config AIO
|
||||
this option saves about 7k.
|
||||
|
||||
config IO_URING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue