]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
authorWill Deacon <will@kernel.org>
Fri, 18 Sep 2020 10:45:57 +0000 (11:45 +0100)
committerWill Deacon <will@kernel.org>
Tue, 29 Sep 2020 15:08:16 +0000 (16:08 +0100)
commitb26f357dd989cc8add259ab96622e2f363c4e97c
tree01b394d75a7d6d82d92574b3fd9f85fd01a26ade
parent904fc1eb5498fe7f11bab393350c8e5ad2ff3ba2
arm64: Move SSBD prctl() handler alongside other spectre mitigation code

As part of the spectre consolidation effort to shift all of the ghosts
into their own proton pack, move all of the horrible SSBD prctl() code
out of its own 'ssbd.c' file.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/Makefile
arch/arm64/kernel/proton-pack.c
arch/arm64/kernel/ssbd.c [deleted file]