Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932530AbaFQEaX (ORCPT ); Tue, 17 Jun 2014 00:30:23 -0400 Received: from mail-we0-f171.google.com ([74.125.82.171]:35516 "EHLO mail-we0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932378AbaFQEaT (ORCPT ); Tue, 17 Jun 2014 00:30:19 -0400 Date: Tue, 17 Jun 2014 07:30:14 +0300 From: Dan Aloni To: Sasha Levin Cc: Dave Jones , "linux-mm@kvack.org" , Andrew Morton , Ingo Molnar , Peter Zijlstra , LKML , "netdev@vger.kernel.org" Subject: Re: mm/sched/net: BUG when running simple code Message-ID: <20140617043014.GA18161@gmail.com> References: <539A6850.4090408@oracle.com> <20140613032754.GA20729@gmail.com> <539A77A1.60700@oracle.com> <20140613041331.GA31688@redhat.com> <539FB363.1070302@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539FB363.1070302@oracle.com> 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 Mon, Jun 16, 2014 at 11:17:55PM -0400, Sasha Levin wrote: > On 06/13/2014 12:13 AM, Dave Jones wrote: > > On Fri, Jun 13, 2014 at 12:01:37AM -0400, Sasha Levin wrote: > > another theory: Trinity can sometimes generate plausible looking module > > addresses and pass those in structs etc. > > > > I wonder if there's somewhere in that path that isn't checking that the address > > in the optval it got is actually a userspace address before it tries to write to it. > > It happened again, and this time I've left the kernel addresses in, and it's quite > interesting: > > [ 88.837926] Call Trace: > [ 88.837926] [] __sock_create+0x292/0x3c0 > [ 88.837926] [] ? __sock_create+0x110/0x3c0 > [ 88.837926] [] sock_create+0x30/0x40 > [ 88.837926] [] SyS_socket+0x2c/0x70 > [ 88.837926] [] ? tracesys+0x7e/0xe6 > [ 88.837926] [] tracesys+0xe1/0xe6 > > tracesys() seems to live inside a module space here? I think it's more likely kASLR. The Documentation/x86/x86_64/mm.txt doc needs updating. -- Dan Aloni -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/