Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Mar 2002 13:45:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Mar 2002 13:45:18 -0500 Received: from mailrelay1.lrz-muenchen.de ([129.187.254.101]:26804 "EHLO mailrelay1.lrz-muenchen.de") by vger.kernel.org with ESMTP id ; Mon, 4 Mar 2002 13:45:08 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Oliver Neukum To: Gerd Knorr , linux-kernel@vger.kernel.org Subject: Re: [patch] 2.5 videodev redesign -- #3 Date: Mon, 4 Mar 2002 14:54:32 +0100 X-Mailer: KMail [version 1.3.1] In-Reply-To: <20020302151538.A7839@bytesex.org> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 4. M?rz 2002 10:47 schrieb Gerd Knorr: > > > Comments? Bugs? I plan to feed this to Linus soon ... > > > > Hi, > > > > it seems to me that you are not holding the BKL during > > the open method of the individual driver. This will > > cause races with unplugging on some USB cameras. > > What race exactly? open() can race with videodev_unregister() > I don't want videodev.c know details about the devices, it doesn't > belong there. If a usb cam needs locking, the usb cam's open() function > should do that then. I'll prefare fixing the usb drivers instead of > calling driver->open() with BKL held. Problematic. I found no other solution than the BKL. Regards Oliver - 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/