Received: by 10.223.164.202 with SMTP id h10csp173347wrb; Fri, 10 Nov 2017 04:33:20 -0800 (PST) X-Google-Smtp-Source: AGs4zMbdDg3DUsxGgUk1aU/aNynJM+xD5Tz4Gh47MQ+YRU3DG66PDkbVLA7zy6in5CXjPnUj7Ij1 X-Received: by 10.99.122.73 with SMTP id j9mr214096pgn.154.1510317200646; Fri, 10 Nov 2017 04:33:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510317200; cv=none; d=google.com; s=arc-20160816; b=i16S1yiYe8CP+YqHw56VPdvP8PsU3PB+qnipAcliqHacM4rHgxvqTOeRAZS6r0MYSi jc+3XItaQsGPpDXihiKWqasv4LWIZEPMeMVipjOFcAQd8uZAaMjmvd6a4SPdhfMEqrfL ptrPfTwSWRt64W7XR0JfDyWKH+w3rNzW30BGOTqFIqvnXwyO8v3qX6uM95WLYmSA9a9u pdhqEbWOLEpiUNRCFNYhfkiqd0nNLRPoM+OadTrLdD9Kce3lWNznaT7+/+m8gNZ0ZNiC WJEgBxrZMt9wRm3SmarFp24ZGVJdkBsgCMCr7Fav5cL6KxSShEG1iT93M/3aY7aZsISV 0asg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=k2tUJQNTxNdCllaEN92qv6HelGJeyvSsngerA0ZwSw4=; b=F4FvUrRkEYCNvRG3eJCfHES4Nl1qhFW4/j2WTSBzkyUA0lU2YLVywzFSHo4jkImyBv 0+/3+Xq8YpIsxBdVaVuVBkrNIIKSsjWDWSk5fbzAk8hRUfmN4QfXxn5wrDuT61fshED0 PpS7tzXdLEulLDErApFyOAeIeo5MOD9RlGiPf5oVQVI6je4U1f7xfplmdYbMpORXmcVj w7HJgYX+/TRgwpHQX/zF41xOkaarKPVDdrLHmByzuGLSex4bggoHnQAg+8MiMcBimlSF d7N9bZHNhYYyl2II5tIe2Jl7no872sh3LFBoR6cEyoqVlC9yRJ5kT10jfgjJgw1/NieE cVFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t84si9495807pfa.357.2017.11.10.04.33.09; Fri, 10 Nov 2017 04:33:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbdKJMa6 (ORCPT + 82 others); Fri, 10 Nov 2017 07:30:58 -0500 Received: from mx2.suse.de ([195.135.220.15]:37730 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbdKJMa4 (ORCPT ); Fri, 10 Nov 2017 07:30:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 39F89AAB2; Fri, 10 Nov 2017 12:30:55 +0000 (UTC) Date: Fri, 10 Nov 2017 13:30:54 +0100 From: Michal Hocko To: Joel Stanley Cc: Stephen Rothwell , Andrew Morton , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Tree for Nov 7 Message-ID: <20171110123054.5pnefm3mczsfv7bz@dhcp22.suse.cz> References: <20171107162217.382cd754@canb.auug.org.au> <20171108142050.7w3yliulxjeco3b7@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171108142050.7w3yliulxjeco3b7@dhcp22.suse.cz> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joel, On Wed 08-11-17 15:20:50, Michal Hocko wrote: [...] > > There are a lot of messages on the way up that look like this: > > > > [ 2.527460] Uhuuh, elf segement at 000d9000 requested but the > > memory is mapped already > > [ 2.540160] Uhuuh, elf segement at 000d9000 requested but the > > memory is mapped already > > [ 2.546153] Uhuuh, elf segement at 000d9000 requested but the > > memory is mapped already > > > > And then trying to run userspace looks like this: > > Could you please run with debugging patch posted > http://lkml.kernel.org/r/20171107102854.vylrtaodla63kc57@dhcp22.suse.cz Did you have chance to test with this debugging patch, please? -- Michal Hocko SUSE Labs From 1583507993703472715@xxx Wed Nov 08 14:21:43 +0000 2017 X-GM-THRID: 1583423641769727671 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread