Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4623587ybb; Tue, 24 Mar 2020 02:10:02 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsDBR+8GFXJwNFE3IIEDw3LKO6+IgETg03Rqrp2n7egnfhXAUOf/aM142P/RQbtMKBp3JZZ X-Received: by 2002:aca:b5c3:: with SMTP id e186mr2569736oif.114.1585041002332; Tue, 24 Mar 2020 02:10:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585041002; cv=none; d=google.com; s=arc-20160816; b=C+1ggWAjVIkODqbKj54Qcruny3IBDzeZanAzukEzQHpcIEBttfcVFgyxyHYAibEc97 JNBanh1mJupgWwDrfrBXV8J+VfmX2cFlG+TaXZBd/oL5RRUjByOR5rG8QB215uwSDNSA TyRhl0WidSQ01VgLgzem4y+V/02autXsX0yjBwClSenSTLFlqsyBCLx2wFlASYdhiX9h Q2i+RydszeHPI4WtwFIw68VqbTMUcTfCcxt/GsQLdRtMtYYbnZc9KopjZfIs4IjNkGqq rMykZ0SVaw16J9gLbcm52GPlBHLb01/PNmxipTgeG0RI3ant1V/ogO9JYedJLEOm4Cm5 eVuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=ptuFbmfa4a86UO1B2Fcxy4rbSmyJZtmQWjFkJraOCcI=; b=zLK82laUqyYTKStcMhwy+Jdn73n61cox5QMmP3E3cB681tgS/YInKTPgXV4gNI9Pi0 TKyc1iGi3jITjQCFs8pxuGdYhyYpWdsfhTCitbPLIxPs1WrDmmx2t6KAGCdix+glATcN uTBgw7nDBKsYTGLOFZ43wYP8Pdbi3dSTj7ZcbM0Cgbvla6eNovSp7xb/HYnDEVSIt0vX JAa55FTxAbwizwCXcIhoodjGiQgtWN8D3heeFz/zM2MQf7eziz2MzP/8YDlXjvzvyXTt p38xB/L47u5gBwdWMsad5sJSDJIv4ZUrjgbRgYcbKz7RFpNbb+y6JEh3UoPyLpOpZxRJ cmVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k19si1818303otb.279.2020.03.24.02.09.49; Tue, 24 Mar 2020 02:10:02 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727160AbgCXJIw (ORCPT + 99 others); Tue, 24 Mar 2020 05:08:52 -0400 Received: from mx2.suse.de ([195.135.220.15]:39006 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726845AbgCXJIw (ORCPT ); Tue, 24 Mar 2020 05:08:52 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id EB2D0ACCA; Tue, 24 Mar 2020 09:08:50 +0000 (UTC) Message-ID: <1585040918.7151.6.camel@suse.de> Subject: Re: lockdep warning in urb.c:363 usb_submit_urb From: Oliver Neukum To: Qais Yousef Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 24 Mar 2020 10:08:38 +0100 In-Reply-To: <20200323172932.5s7txy2juhut5qdv@e107158-lin.cambridge.arm.com> References: <20200323143857.db5zphxhq4hz3hmd@e107158-lin.cambridge.arm.com> <1584977769.27949.18.camel@suse.de> <20200323172932.5s7txy2juhut5qdv@e107158-lin.cambridge.arm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, den 23.03.2020, 17:29 +0000 schrieb Qais Yousef: > Hi Oliver Hi, > First time I use dynamic debugging, hopefully I've done correctly. I am afraid not. > echo "file drivers/usb/* +p" > /sys/kernel/debug/dynamic_debug/control Overkill but correct. +mpf would be even better > $REPRODUCE Good > cat /sys/kernel/debug/dynamic_debug/control | grep usb > usb.debug No. /sys/kernel/debug/dynamic_debug/control holds the collection of the messages that may be triggered, but it does not tell you which messages are triggered and in which order. The triggered messages end up in syslog. So you would use 'dmesg' I am afraid you redid the test correctly and then threw away the result. Could you redo it and just attach the output of dmesg? Sorry Oliver