]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jul 2019 23:17:18 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 14 Jul 2019 23:17:18 +0000 (16:17 -0700)
commite8740c6f0e242f31d4865030419a20aa5bf3ec90
treeab8c5841940f9d20e6ffb6c91301a4146b63fdb8
parent58d75a5d29c1d95ade31b94f89bc8873fbf0a7ba
parent3ea36280bec275e8c6720764bcd92c3a1ba1744e
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu

Pull percpu updates from Dennis Zhou:
 "This includes changes to let percpu_ref release the backing percpu
  memory earlier after it has been switched to atomic in cases where the
  percpu ref is not revived.

  This will help recycle percpu memory earlier in cases where the
  refcounts are pinned for prolonged periods of time"

* 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINIT
  md: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT
  io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT
  percpu_ref: introduce PERCPU_REF_ALLOW_REINIT flag
drivers/md/md.c
fs/io_uring.c
lib/percpu-refcount.c