]> git.ipfire.org Git - thirdparty/linux.git/commit
um: remove force_flush_all from fork_handler
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 3 Jul 2024 13:45:34 +0000 (15:45 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jul 2024 15:09:50 +0000 (17:09 +0200)
commitef714f15027ca6f72e90d9a198c72e93b855e2a8
tree46b3151776ddb5364b100921627856a4fecdea13
parent5168f6b4a4d8fb5f731f2107924f72dffeae84fc
um: remove force_flush_all from fork_handler

There should be no need for this. It may be that this used to work
around another issue where after a clone the MM was in a bad state.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Link: https://patch.msgid.link/20240703134536.1161108-11-benjamin@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/include/asm/mmu_context.h
arch/um/kernel/process.c
arch/um/kernel/tlb.c