]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Dec 2021 19:39:53 +0000 (11:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Dec 2021 19:39:53 +0000 (11:39 -0800)
commit50d8658e1cad437ccfde2053f9899f88ef10e98d
tree06b0d5820c553493a22064d5443f541959541963
parentd04bb9e536fc2f6441eb4acbd4325080f832134a
parente9a4a8c7906666f64b12dc7b79da69d6e98e9c83
Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock fix from Mike Rapoport:
 "Fix memblock_phys_alloc() section mismatch error

  There are section mismatch errors when compiler refuses to inline
  one-line wrapper memblock_phys_alloc(). Make memblock_phys_alloc()
  __always_inline to avoid these mismatch issues"

* tag 'fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  memblock: fix memblock_phys_alloc() section mismatch error