]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Nov 2018 16:27:57 +0000 (09:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Nov 2018 16:27:57 +0000 (09:27 -0700)
commit844dc872b579c8a97f2e10410bfac5506f9827d9
treee10069e24e06f5436934ec74d6b54ae592bfca37
parent3c1890f413214515d1e8e216d1b478808e95400f
parent8bce011f0b892fd20981bc602a62f255aaa77543
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu

Pull percpu fixes from Dennis Zhou:
 "Two small things for v4.20.

  The first fixes a clang uninitialized variable warning for arm64 in
  the default path calls BUILD_BUG(). The second removes an unnecessary
  unlikely() in a WARN_ON() use"

* 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  arm64: percpu: Initialize ret in the default case
  mm: percpu: remove unnecessary unlikely()
mm/percpu.c