]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2017 01:13:03 +0000 (17:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Dec 2017 01:13:03 +0000 (17:13 -0800)
commitc8c45ba31b9cd08ed1721e5104a9c83429cf8200
treea13873b0dd2b337d41afd8443d0ec0b0dc186c8a
parent870365924a04a8653de6ca25103dc3028506bb48
parenta820b8552736604b20d68c1984f6e4de183a867f
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull percpu fix from Tejun Heo:
 "Just one patch to work around CRIS boot problem caused by a recent
  change which freed a temporary boot data structure. The root cause is
  on CRIS side but it doesn't seem trivial to fix. For now, work around
  by skipping freeing on CRIS"

* 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
  percpu: hack to let the CRIS architecture to boot until they clean up