]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nommu-for-rmk' of git://git.pengutronix.de/git/ukl/linux into devel-stable
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 1 Aug 2014 18:54:26 +0000 (19:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 1 Aug 2014 18:54:26 +0000 (19:54 +0100)
commitf9128b7ae94327d759b56b2c23484b948f0fa660
tree1946cf555bee185ac81dc0127c6e067040681469
parent13da017faf3acbcf716cb1f692739c1149e127d2
parenta65c10c40102379db5b55550593e2df0107d82c6
Merge tag 'nommu-for-rmk' of git://git.pengutronix.de/git/ukl/linux into devel-stable

Two different fixes for the same problem making some ARM nommu configurations
not boot since 3.6-rc1. The problem is that user_addr_max returned the biggest
available RAM address which makes some copy_from_user variants fail to read
from XIP memory.

Even in the presence of one of the two fixes the other still makes sense, so
both patches are included here.

This problem was the last one preventing efm32 boot to a prompt with mainline.