aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-05-16 15:43:04 +0200
committerDave Hansen <dave.hansen@linux.intel.com>2025-10-13 13:55:53 -0700
commit83b0177a6c4889b3a6e865da5e21b2c9d97d0551 (patch)
treebf37d926cd4947bacd56f5be2ecaf29f7389cfc7 /tools/perf/scripts/python/task-analyzer.py
parentx86/mm: Fix overflow in __cpa_addr() (diff)
downloadlinux-83b0177a6c4889b3a6e865da5e21b2c9d97d0551.tar.gz
linux-83b0177a6c4889b3a6e865da5e21b2c9d97d0551.zip
x86/mm: Fix SMP ordering in switch_mm_irqs_off()
Stephen noted that it is possible to not have an smp_mb() between the loaded_mm store and the tlb_gen load in switch_mm(), meaning the ordering against flush_tlb_mm_range() goes out the window, and it becomes possible for switch_mm() to not observe a recent tlb_gen update and fail to flush the TLBs. [ dhansen: merge conflict fixed by Ingo ] Fixes: 209954cbc7d0 ("x86/mm/tlb: Update mm_cpumask lazily") Reported-by: Stephen Dolan <sdolan@janestreet.com> Closes: https://lore.kernel.org/all/CAHDw0oGd0B4=uuv8NGqbUQ_ZVmSheU2bN70e4QhFXWvuAZdt2w@mail.gmail.com/ Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
h?id=771868243cf0b6f7edcec6e672d20faa4e9b50be&follow=1'>decorate: add clear_decoration() functionJeff King4-0/+29 2023-10-05coverity: detect and report when the token or project is incorrectJohannes Schindelin1-1/+12 2023-10-03parse-options: drop unused parse_opt_ctx_t memberRené Scharfe1-1/+0 2023-09-25coverity: allow running on macOSJohannes Schindelin1-2/+20 2023-09-25coverity: support building on WindowsJohannes Schindelin1-6/+51 2023-09-25coverity: allow overriding the Coverity projectJohannes Schindelin1-1/+4 2023-09-25coverity: cache the Coverity Build ToolJohannes Schindelin1-0/+28