Re: [PATCH 1/2] arm64: Improve error reporting on set_pte_at() checks

2015-12-16 Thread James Morse
Hi Andrew, On 16/12/15 03:01, Andrew Pinski wrote: > On Tue, Dec 9, 2015 at 17:26:56, Catalin Marinas > wrote: >> >> Currently the BUG_ON() checks do not give enough information about the PTEs >> being set. This patch changes BUG_ON to WARN_ONCE and dumps the values of >> the old and new PTEs.

Re: [PATCH 1/2] arm64: Improve error reporting on set_pte_at() checks

2015-12-15 Thread Andrew Pinski
On Tue, Dec 9, 2015 at 17:26:56, Catalin Marinas wrote: > > Currently the BUG_ON() checks do not give enough information about the PTEs > being set. This patch changes BUG_ON to WARN_ONCE and dumps the values of the > old and new PTEs. This change broke building the mantis driver: In file inc