Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755946AbXFZIuq (ORCPT ); Tue, 26 Jun 2007 04:50:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751534AbXFZIu0 (ORCPT ); Tue, 26 Jun 2007 04:50:26 -0400 Received: from nz-out-0506.google.com ([64.233.162.236]:20445 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbXFZIuY (ORCPT ); Tue, 26 Jun 2007 04:50:24 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UEo/dqhXzG2HBxFHyqsbbNhJJUgP15DwdZGuJLREbboTHwEfZcEOaYxHlORjGqXbZMGVVCHxT2MM/GKtW3N54wacwQ9guopArfhT7T6VOBC21SMjw3sg5S9e01B8W5SSAWLs6gO+X/XsTKRFpMR+Hozf0DNoaD8CJz/YTnZQYRU= Message-ID: Date: Tue, 26 Jun 2007 14:20:23 +0530 From: "Satyam Sharma" To: gshan Subject: Re: bugs in __schedule() Cc: linux-kernel@vger.kernel.org In-Reply-To: <4680D007.3040007@alcatel-lucent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4680C6F3.9000504@alcatel-lucent.com> <4680CC51.1050205@alcatel-lucent.com> <4680D007.3040007@alcatel-lucent.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 688 Lines: 14 On 6/26/07, gshan wrote: > Thanks, Satyam. So I can replace the tasklet with kernel thread? That depends on what you want to do ... [ BTW: I should correct a typo in my original reply -- I should've said "scheduling while atomic", and not "scheduling while interrupts disabled" because interrupts are _not_ disabled in bottom halves, and from your stack backtrace it was evident that a tasklet was executing. :-) ] - 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/