From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 12 May 2015 15:31:38 +0100 Subject: [U-Boot] [PATCH] sunxi: display: Align end of memory to work around a linux-4.0 bug In-Reply-To: <20150512135319.GD16907@leverpostej> References: <1429900783-15152-1-git-send-email-hdegoede@redhat.com> <1430572906.15640.93.camel@hellion.org.uk> <55473315.3020508@redhat.com> <1430732203.15640.220.camel@hellion.org.uk> <20150505093914.GA20402@leverpostej> <20150512135319.GD16907@leverpostej> Message-ID: <1431441098.8263.159.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-05-12 at 14:53 +0100, Mark Rutland wrote: > > I'll have another look and see if I can come up with a kernel patch. > > Perhaps proposing something (even if slightly wrong) will provoke people > > to respond. > > For the benefit of anyone not on the Linux ARM kernel list there's now a > patch addressing the issue [1]. Thanks!