From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968055AbWLEDiG (ORCPT ); Mon, 4 Dec 2006 22:38:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968058AbWLEDiG (ORCPT ); Mon, 4 Dec 2006 22:38:06 -0500 Received: from smtp.osdl.org ([65.172.181.25]:42455 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968055AbWLEDiD (ORCPT ); Mon, 4 Dec 2006 22:38:03 -0500 Date: Mon, 4 Dec 2006 19:37:43 -0800 (PST) From: Linus Torvalds To: "Horst H. von Brand" cc: art@usfltd.com, Linux Kernel Mailing List , Andrew Morton , Ben Collins , "Maciej W. Rozycki" , Jeff Garzik Subject: Re: 2.6.19 git compile error - "current_is_keventd" [drivers/net/phy/libphy.ko] undefined In-Reply-To: <200612050129.kB51TBaC027403@laptop13.inf.utfsm.cl> Message-ID: References: <200612050129.kB51TBaC027403@laptop13.inf.utfsm.cl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 4 Dec 2006, Horst H. von Brand wrote: > art@usfltd.com wrote: > > 2006/12/04/18:00 CST > > > > Building modules, stage 2. > > Kernel: arch/x86_64/boot/bzImage is ready (#2) > > MODPOST 1256 modules > > WARNING: "current_is_keventd" [drivers/net/phy/libphy.ko] undefined! > > make[1]: *** [__modpost] Error 1 > > make: *** [modules] Error 2 > > Also i686, sparc64. At drivers/net/phy/phy.c:590 is the lone reference to > current_is_keventd in that directory. Still present as of ff51a9... Yeah, I'm waiting for this whole mess to be either explained or reverted. There are apparently bigegr issues with it than just the butt-ugly "current_is_keventd()" crud. Linus