commit | f6fbb8b23b8155a6f7af1349b4595d0373167636 | [log] [tgz] |
---|---|---|
author | Alexander Potapenko <glider@google.com> | Thu Nov 10 12:35:41 2022 +0100 |
committer | Andrew Morton <akpm@linux-foundation.org> | Wed Nov 30 15:59:02 2022 -0800 |
tree | bdc32d357368304ff25ccaf0da978c53f2caa20d | |
parent | 7438899b0b8df16a73d9a5d49b2a345d165adfe8 [diff] |
Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()" This reverts commit ac801e7e252c5588325e3c983c7d4167fc68c024. The patch in question was picked to -mm from the KMSAN v6 patch series (https://lore.kernel.org/linux-mm/20220905122452.2258262-1-glider@google.com/) and sneaked into mainline despite its removal from the v7 series (https://lore.kernel.org/linux-mm/20220915150417.722975-1-glider@google.com/) Currently KMSAN does not warn about origin chains hitting the maximum depth, so keeping @tlb poisoned won't result in any inconveniences. Link: https://lkml.kernel.org/r/20221110113541.1844156-1-glider@google.com Signed-off-by: Alexander Potapenko <glider@google.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: Eric Biggers <ebiggers@google.com> Cc: Marco Elver <elver@google.com> Cc: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Will Deacon <will@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>