From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933587AbaHYViQ (ORCPT ); Mon, 25 Aug 2014 17:38:16 -0400 Received: from toccata.ens-lyon.fr ([140.77.166.68]:43593 "EHLO toccata.ens-lyon.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933466AbaHYViO (ORCPT ); Mon, 25 Aug 2014 17:38:14 -0400 Date: Mon, 25 Aug 2014 23:37:52 +0200 From: Samuel Thibault To: Sabrina Dubroca , Valdis.Kletnieks@vt.edu, Hugh Dickins , Vincent Donnefort , Bryan Wu , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Subject: Re: 3.17-rc1: leds blink workqueue causes sleeping BUGs Message-ID: <20140825213752.GD3070@type.youpi.perso.aquilenet.fr> Mail-Followup-To: Samuel Thibault , Sabrina Dubroca , Valdis.Kletnieks@vt.edu, Hugh Dickins , Vincent Donnefort , Bryan Wu , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org References: <10857.1408467967@turing-police.cc.vt.edu> <20140825211340.GA22168@kria> <20140825212324.GC3070@type.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140825212324.GC3070@type.youpi.perso.aquilenet.fr> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Samuel Thibault, le Mon 25 Aug 2014 23:23:24 +0200, a écrit : > We could indeed have a loop if the user was making the VT::* leds use > the vt-* trigger, Actually, while there can be a loop, it wouldn't be possible to inject events in it: a VT::* led only makes the corresponding vt-* trigger if it got an event from its trigger, etc. So it's really a false positive, the lock detector just can not know that it can not happen. Samuel