From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755626AbaEOUTS (ORCPT ); Thu, 15 May 2014 16:19:18 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:65092 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbaEOUTR (ORCPT ); Thu, 15 May 2014 16:19:17 -0400 Date: Fri, 16 May 2014 00:19:14 +0400 From: Cyrill Gorcunov To: Andy Lutomirski Cc: Andrew Morton , Sasha Levin , "linux-mm@kvack.org" , Dave Jones , LKML , Pavel Emelyanov Subject: Re: mm: NULL ptr deref handling mmaping of special mappings Message-ID: <20140515201914.GS28328@moon> References: <20140514140305.7683c1c2f1e4fb0a63085a2a@linux-foundation.org> <5373DBE4.6030907@oracle.com> <20140514143124.52c598a2ba8e2539ee76558c@linux-foundation.org> <20140514221140.GF28328@moon> <20140515084558.GI28328@moon> <20140515195320.GR28328@moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 15, 2014 at 12:59:04PM -0700, Andy Lutomirski wrote: > >> > >> What version and bitness is this? > > > > x86-64, 3.15-rc5 > > Aha. Give tip/x86/vdso or -next a try or boot a 32-bit 3.15-rc kernel > and you'll see it. I see what you mean. We're rather targeting on bare x86-64 at the moment but compat mode is needed as well (not yet implemented though). I'll take a precise look into this area. Thanks!