From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Wed, 01 Apr 2015 18:12:10 +0000 Subject: Re: Possible regression in next-20150323 due to "ARM, arm64: kvm: get rid of the bounce page" Message-Id: <7hmw2r67lx.fsf@deeprootsystems.com> List-Id: References: <20150324004537.GA24816@verge.net.au> <20150324161358.GA694@kahuna> <20150326003939.GA25368@verge.net.au> <20150326133631.GB2805@arm.com> <20150327002554.GA5527@verge.net.au> <20150327100612.GB1562@arm.com> <7hbnj99epe.fsf@deeprootsystems.com> <20150401085832.GA1552@arm.com> In-Reply-To: <20150401085832.GA1552@arm.com> (Will Deacon's message of "Wed, 1 Apr 2015 09:58:32 +0100") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hi Will, Will Deacon writes: [...] >> > >> > Thanks for testing this and sorry for the continued breakage. Which >> > toolchain did you say you were using? Ard has some more patches trying to >> > fix this, but none of our toolchains seem to tickle the issue. >> >> I've also tested on the default ARM toolchains available with ubuntu[1] >> >> Are there any updates on this issue? > > It's been fixed since the end of last week! > > (see ARM: kvm: round HYP section to page size instead of log2 upper bound) > > This was confirmed by both my testing and also Simon Horman, who reported > the initial breakage. > >> It ha broken most of the ARM defconfigs in linux-next[2], and since it's >> been broken for a week now, it is masking other types of issues that we >> can normally find via automated boot testing. > > If you're referring to failures such as: > > http://storage.kernelci.org/next/next-20150331/arm-axm55xx_defconfig/build.log Yes, that's the one I'm trying to track down. > Then that's not coming from the arm64 tree, and is a completely separate > issue from the one originally reported in this thread. Ugh, womehow I got wires crossed and thought they were related problems. Looks like Geert now has a proposed fix for the issue I'm tracking. Sorry for the noise, Kevin