From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935973Ab3BOPue (ORCPT ); Fri, 15 Feb 2013 10:50:34 -0500 Received: from mail-ea0-f177.google.com ([209.85.215.177]:34357 "EHLO mail-ea0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755948Ab3BOPuc (ORCPT ); Fri, 15 Feb 2013 10:50:32 -0500 Date: Fri, 15 Feb 2013 16:50:28 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Dave Jones , Hugh Dickins , Linux Kernel Mailing List , Paul McKenney Subject: Re: Debugging Thinkpad T430s occasional suspend failure. Message-ID: <20130215155028.GC3324@gmail.com> References: <20130212193901.GA18906@redhat.com> <20130213004059.GA14451@redhat.com> <20130213041629.GA28622@redhat.com> <20130213193411.GA15928@redhat.com> <20130215011503.GA11914@redhat.com> 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 * Linus Torvalds wrote: > Paul? Apparently you end up with a dead machine at least > during resume and no oops. Which isn't very helpful. Maybe > there is possibly some BUG_ON() in the RCU code somewhere? AFAICS there's no BUG_ON() or panic() in the RCU code, outside early init code allocation failure paths where we genuinely can't continue. ( Unless it _is_ one of those BUG_ON()s triggering during early resume, reconstructing kernel threads, or the BUG_ON() comes in indirectly via some other way ... ) Dave, one thing that might be worth trying is to disable CONFIG_BUG and see whether the system manages to limp through to get console output? Thanks, Ingo