From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750835AbWF1TJU (ORCPT ); Wed, 28 Jun 2006 15:09:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750836AbWF1TJU (ORCPT ); Wed, 28 Jun 2006 15:09:20 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:33495 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750835AbWF1TJT (ORCPT ); Wed, 28 Jun 2006 15:09:19 -0400 Date: Wed, 28 Jun 2006 14:08:22 -0500 From: "Serge E. Hallyn" To: Hugh Dickins Cc: "Serge E. Hallyn" , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: please revert kthread from loop.c Message-ID: <20060628190822.GB17482@sergelap.austin.ibm.com> References: <20060627054612.GA15657@sergelap.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Quoting Hugh Dickins (hugh@veritas.com): > > This version has passed parallel runs of the following > > script (on different devices of course), i.e. > > But not good for me. Gets further e.g. 170 iterations, > but then hangs while kthread_stop waits for completion. Confounded... > I haven't investigated further. Is there really any reason > to be messing with what has worked well for so long here? Only because loop.c can be compiled as a module, and kernel_thread is slated to have it's EXPORT_SYMBOL removed. -serge