]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Sep 2020 17:05:48 +0000 (10:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Sep 2020 17:05:48 +0000 (10:05 -0700)
commit5ca7d90b5587268f29352352c323cc757aeae42d
treeb24fef44d3cc3f311ee81cd87e0917fb5c2f7cd5
parent2cc2b2837e4d5f3d759cafe9af1adb0e37ccc59d
parentb585e9297065b796a881c07f3c197a96fbd3d393
Merge tag 'fixes-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull misc build failure fixes from Mike Rapoport:
 "Fix min_low_pfn/max_low_pfn build errors on ia64 and microblaze.

  Some configurations of ia64 and microblaze use min_low_pfn and
  max_low_pfn in pfn_valid(). This causes build failures for modules
  that use pfn_valid().

  The fix is to add EXPORT_SYMBOL() for these variables on ia64 and
  microblaze"

* tag 'fixes-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  ia64: fix min_low_pfn/max_low_pfn build errors
  microblaze: fix min_low_pfn/max_low_pfn build errors