Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Oct 2001 16:09:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Oct 2001 16:09:03 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:13793 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sat, 27 Oct 2001 16:08:49 -0400 Date: Sat, 27 Oct 2001 16:06:42 -0400 (EDT) From: Alexander Viro To: linux-kernel@vger.kernel.org cc: Linus Torvalds , Richard Gooch Subject: Re: more devfs fun (Piled Higher and Deeper) In-Reply-To: Message-ID: 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 ... and one more - devfs_unregister() on a directory happening when mknod() in that directory sleeps in create_entry() (on kmalloc()). Do you ever read your own code? It's not like this stuff was hard to find - I'm just poking into random places and every damn one contains a hole. Sigh... Oh, BTW - here's another one: think what happens if tree-walking in unregister() steps on the entry we are currently removing in devfs_unlink(). - 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/