diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2023-01-13 09:37:34 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2023-01-13 09:37:34 -0600 |
commit | 4b31e4ca501d98b7c9c84b920a66a911b89a2e49 (patch) | |
tree | 60c75dbe7b2ed0b6151e4397c1f73497194b45d1 /patch-6.2-redhat.patch | |
parent | 41958bfe4075a168f626a7215e2f57a726c1a3c6 (diff) | |
download | kernel-4b31e4ca501d98b7c9c84b920a66a911b89a2e49.tar.gz kernel-4b31e4ca501d98b7c9c84b920a66a911b89a2e49.tar.xz kernel-4b31e4ca501d98b7c9c84b920a66a911b89a2e49.zip |
kernel-6.2.0-0.rc3.20230113gitd9fc1511728c.28
* Fri Jan 13 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.2.0-0.rc3.d9fc1511728c.28]
- Revert "redhat: fix elf got hardening for vm tools" (Don Zickus)
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-6.2-redhat.patch')
-rw-r--r-- | patch-6.2-redhat.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch-6.2-redhat.patch b/patch-6.2-redhat.patch index f708b688c..f2c373a42 100644 --- a/patch-6.2-redhat.patch +++ b/patch-6.2-redhat.patch @@ -2674,7 +2674,7 @@ index 463c9295bc28..9f4d0cefeceb 100644 /** diff --git a/kernel/rh_messages.c b/kernel/rh_messages.c new file mode 100644 -index 000000000000..586c3319f530 +index 000000000000..c55fb108c6bb --- /dev/null +++ b/kernel/rh_messages.c @@ -0,0 +1,209 @@ @@ -2843,7 +2843,7 @@ index 000000000000..586c3319f530 + if (msg) + str = msg; +#ifdef CONFIG_MODULES -+ else if (mod && mod->name) ++ else if (mod) + str = mod->name; +#endif + |