]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
authorYury Norov <ynorov@caviumnetworks.com>
Sun, 20 Aug 2017 10:20:48 +0000 (13:20 +0300)
committerKhalid Elmously <khalid.elmously@canonical.com>
Tue, 27 Feb 2018 16:32:19 +0000 (11:32 -0500)
commitd924dedb77fb72e6244389efab37cacf38e8cb91
tree3dc8287f93e1c6076bb7ca2f386e00cfb31f956f
parentfbcc4395b938756f768db3243fc0284cba7ed148
arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro

There is some work that should be done after setting the personality.
Currently it's done in the macro, which is not the best idea.

In this patch new arch_setup_new_exec() routine is introduced, and all
setup code is moved there, as suggested by Catalin:
https://lkml.org/lkml/2017/8/4/494

Cc: Pratyush Anand <panand@redhat.com>
Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
[catalin.marinas@arm.com: comments changed or removed]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
(cherry picked from commit d1be5c99a0341249bf6f74eb1cbc3d5fc4ef2be7)

CVE-2017-5753
CVE-2017-5715
CVE-2017-5754

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arm64/include/asm/elf.h
arch/arm64/include/asm/thread_info.h
arch/arm64/kernel/process.c