Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752401Ab0KIFvX (ORCPT ); Tue, 9 Nov 2010 00:51:23 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:33042 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751772Ab0KIFvV (ORCPT ); Tue, 9 Nov 2010 00:51:21 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=U2Ar0e7PnaikLlDqD9smOlhsCKabK7JUGOf9u8+R/E56vyLWUqItIDSHSevI4WzSXv jKssZPfJ47v3ccVCybPuFUiMwWEks9caL0cOe8ZytcVcsBdno8k0XhelVWqjFYus24jR 1XAjGDH7Jk6LJTW1vRWplnLySdDM6POeCNleY= MIME-Version: 1.0 In-Reply-To: <20101109142733.BC69.A69D9226@jp.fujitsu.com> References: <20101109142733.BC69.A69D9226@jp.fujitsu.com> From: Luke Hutchison Date: Tue, 9 Nov 2010 00:50:40 -0500 Message-ID: Subject: Re: "BUG: soft lockup - CPU#0 stuck for 61s! [kswapd0:184]" To: KOSAKI Motohiro Cc: linux-kernel@vger.kernel.org, linux-mm , Mel Gorman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 21 On Tue, Nov 9, 2010 at 12:33 AM, KOSAKI Motohiro wrote: > AFAIK, This isssue was already fixed by Mel. > > http://kerneltrap.org/mailarchive/linux-kernel/2010/10/27/4637977 Yes, based on where the CPU lockups were occurring (zone_nr_free_pages, zone_watermark_ok), this fix does seem to address the problem I described. I assume the other lockup points (_raw_spin_unlock_irqrestore, find_next_bit, sleeping_prematurely, test_tsk_thread_flag) are also caused by the NR_FREE_PAGES problem? Thank you for the link, I'll put it into the Fedora bug report and hopefully a fix will be pushed out sometime soon. Luke -- 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/