From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751335AbdGQKTd convert rfc822-to-8bit (ORCPT ); Mon, 17 Jul 2017 06:19:33 -0400 Received: from muru.com ([72.249.23.125]:54938 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbdGQKTb (ORCPT ); Mon, 17 Jul 2017 06:19:31 -0400 Date: Mon, 17 Jul 2017 03:19:28 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Roman Gushchin , Michal Hocko , Andrew Morton , Linus Torvalds , Linux-Kernel , Linux-OMAP Subject: Re: Droid 4 boot failure due to 422580c3cea7 (mm/oom_kill.c: add tracepoints for oom reaper-related events) Message-ID: <20170717101927.GJ10026@atomide.com> References: <20170714134330.bsdoopceecuk5yem@earth> <20170714172343.szrjbeob5alpgzpe@earth> <20170716125354.GA20017@castle> <20170717055942.GA10026@atomide.com> <20170717095139.gv3dmh7mhyzmh7bn@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20170717095139.gv3dmh7mhyzmh7bn@earth> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [170717 02:52]: > On Sun, Jul 16, 2017 at 10:59:42PM -0700, Tony Lindgren wrote: > > Sebastian, for me droid 4 boots just fine with v4.13-rc1 + > > 19d39a3810e if that helps. So that's with commit 422580c3cea7. > > v4.13-rc1 + 19d39a3810e was also broken for me. I just disabled > some unused bits in my .config and now the kernel boots with > (with 422580c3cea7 that is). Maybe I hit some maximum image size > limit for Droid 4? > > Anyways it looks like 422580c3cea7 is not the actual problem > and merely reveals some other problem. OK. Maybe check kexec --image-size configuration if you have a huge static kernel? Tony