kernel-6.2.0-0.rc3.20230111git7dd4b804e080.26

* Wed Jan 11 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.2.0-0.rc3.7dd4b804e080.26]
- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2023-01-11 08:08:28 -06:00
commit c82fb583ad
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
5 changed files with 12 additions and 26 deletions

View file

@ -58,14 +58,13 @@
kernel/module/signing.c | 9 +-
kernel/panic.c | 13 +
kernel/rh_messages.c | 209 +++++++++
scripts/head-object-list.txt | 1 +
scripts/mod/modpost.c | 8 +
scripts/tags.sh | 2 +
security/integrity/platform_certs/load_uefi.c | 6 +-
security/lockdown/Kconfig | 13 +
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
67 files changed, 1541 insertions(+), 189 deletions(-)
66 files changed, 1540 insertions(+), 189 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6cfa6e3996cf..62b314faa050 100644
@ -2888,18 +2887,6 @@ index 000000000000..586c3319f530
+#endif
+}
+EXPORT_SYMBOL(mark_partner_supported);
diff --git a/scripts/head-object-list.txt b/scripts/head-object-list.txt
index b074134cfac2..105ea7ac4751 100644
--- a/scripts/head-object-list.txt
+++ b/scripts/head-object-list.txt
@@ -15,6 +15,7 @@ arch/alpha/kernel/head.o
arch/arc/kernel/head.o
arch/arm/kernel/head-nommu.o
arch/arm/kernel/head.o
+arch/arm64/kernel/head.o
arch/csky/kernel/head.o
arch/hexagon/kernel/head.o
arch/ia64/kernel/head.o
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index efff8078e395..1b4f8306cea6 100644
--- a/scripts/mod/modpost.c