From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032885Ab2CSUQf (ORCPT ); Mon, 19 Mar 2012 16:16:35 -0400 Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:59996 "HELO oproxy8-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932089Ab2CSUQc (ORCPT ); Mon, 19 Mar 2012 16:16:32 -0400 Message-ID: <4F67941F.4090302@xenotime.net> Date: Mon, 19 Mar 2012 13:16:31 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Al Viro CC: Richard Weinberger , Stephen Rothwell , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for Mar 19 (uml) References: <20120319184830.fce597a16eaf7206195a7a45@canb.auug.org.au> <4F674A2D.5080504@xenotime.net> <4F675B78.8060300@nod.at> <20120319164451.GI6589@ZenIV.linux.org.uk> In-Reply-To: <20120319164451.GI6589@ZenIV.linux.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/19/2012 09:44 AM, Al Viro wrote: > On Mon, Mar 19, 2012 at 05:14:48PM +0100, Richard Weinberger wrote: >> Looks like this commit introduced the issue: >> >> commit 1ed71e0439cba3609d3c69bf04795e0389cd35e4 >> Author: Al Viro >> Date: Thu Feb 23 01:33:19 2012 -0500 >> >> um: embed ->stub_pages[] into mmu_context >> >> seriously, kmalloc() for two-element array of pointers? >> >> Signed-off-by: Al Viro >> >> The size of struct page is not known to all users of asm/mmu.h > > Aaargh... Dumb braino, fixed in the local queue back in Feb 25, fix > not folded into commit and missed on cherry-pick ;-/ > > It's > struct page *stub_pages[2]; > of course... > > OK, fix properly folded into that sucker, for-next repushed. > -- Thanks, that works. -- ~Randy