From: Linus Torvalds Date: Sat, 10 Jul 2021 16:06:41 +0000 (-0700) Subject: Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis... X-Git-Tag: accepted/tizen/unified/20230118.172025~6848 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20d5e570aee77afa44849dc652ff256290ea978e;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'for-5.14-fixes' of git://git./linux/kernel/git/dennis/percpu Pull percpu fix from Dennis Zhou: "This is just a single change to fix percpu depopulation. The code relied on depopulation code written specifically for the free path and relied on vmalloc to do the tlb flush lazily. As we're modifying the backing pages during the lifetime of a chunk, we need to also flush the tlb accordingly. Guenter Roeck reported this issue in [1] on mips. I believe we just happen to be lucky given the much larger chunk sizes on x86 and consequently less churning of this memory" Link: https://lore.kernel.org/lkml/20210702191140.GA3166599@roeck-us.net/ [1] * 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu: percpu: flush tlb in pcpu_reclaim_populated() --- 20d5e570aee77afa44849dc652ff256290ea978e