]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Sep 2020 01:05:29 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Sep 2020 01:05:29 +0000 (18:05 -0700)
commitc0834b5c0465a75912de50417cd055f655198128
tree620cde6d79098cc681715ed69c6fca2e79dbd764
parent751381766dfb027748dd6e7b382dcbaae5f373cc
parent24d0e8452ca48b15269e313b150215a6fcb0595d
Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/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