From: Linus Torvalds Date: Fri, 18 Sep 2020 01:05:29 +0000 (-0700) Subject: Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis... X-Git-Tag: v5.15~2901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10b82d5176488acee2820e5a2cf0f2ec5c3488b6;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'for-5.9-fixes' of git://git./linux/kernel/git/dennis/percpu Pull percpu fix from Dennis Zhou: "This is a fix for the first chunk size calculation where the variable length array incorrectly used the number of longs instead of bytes of longs. This came in as a code fix and not a bug report, so I don't think it was widely problematic. I believe it worked out due to it being memblock memory and alignment requirements working in our favor" * 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu: percpu: fix first chunk size calculation for populated bitmap --- 10b82d5176488acee2820e5a2cf0f2ec5c3488b6