Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4501393ybc; Tue, 26 Nov 2019 09:53:36 -0800 (PST) X-Google-Smtp-Source: APXvYqwbjcz/W5/Bos/LVhgmZPs3GknSsIGu2LRj0LhgdOl+JJo2cBx3ZM5iogBhkQKFAgVHOuYQ X-Received: by 2002:aa7:dd4f:: with SMTP id o15mr26615791edw.189.1574790816359; Tue, 26 Nov 2019 09:53:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574790816; cv=none; d=google.com; s=arc-20160816; b=C4qv5buvG7c9wibJ6vGWh9hKLuVVw2FvDZgR2uL0O3dmr/rOVLKrMK4LTQmWr9UADZ +coaQPArkMUf/cZgrX+Fnc22SMYYo584ajlg8PJEKrpkMtaIUtTh7kc0Lu1T4gB2zYiF z4Lsya5lgudFzoePq1VZH2utF6w6Ef4jz7n1ClFxxy+a5iQdEg1Hxa9wK5kdB1qQns+X pIM+okWHtYqV2ZJjcH92fRYGCVRDHxfSGF5MER0/nBKN+m7oZr9UmJdSXRA28wuBi/gE eF7J8tD8gQFEIr/c7vxKcLhIAHITRu9ZCAtQNYhGTZPYVMOGPyGy1KIBMqQ91Vdcnjrj Csvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=jebbgRtiwVUUOdnyaaJ4uSEtu2stzr8CdYIovRBXIZ8=; b=0IBJFp1hSwE+0urGt8lRedyda4Nph8lTFzfrays2qDciGa8X/RjLbPm5gZyYUxKZfh SWGY99rx1vKyzadTYtHKWgrB+zyOv4YSL1jltU8offQh+Gnl1tjhsO9uGRIML0fzUnzd hHY6BvxS5I/lCjkdFKs7lBUGLgM/TFbQgGyZgapiwEyL8GV+5pW5T5A5gS3EKJ+viDWq YNSjshctcfNskcjU/sHf3Svj4M8LAG9G14JyLzX1qFbacid9F7JZJzCHEKNUIaFnVDtT Y8bnHrS60j5Pp4xP7hmDKFAFXJha+QDOymxyTR2YrJlmJ/nNOnXW2Vn4w3xpiFkGYUQX 74+g== 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 j16si8789537eda.161.2019.11.26.09.53.11; Tue, 26 Nov 2019 09:53:36 -0800 (PST) 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 S1728408AbfKZPSI (ORCPT + 99 others); Tue, 26 Nov 2019 10:18:08 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:40338 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727879AbfKZPSI (ORCPT ); Tue, 26 Nov 2019 10:18:08 -0500 Received: (qmail 1786 invoked by uid 2102); 26 Nov 2019 10:18:07 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Nov 2019 10:18:07 -0500 Date: Tue, 26 Nov 2019 10:18:07 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Jiri Kosina cc: syzbot , , , , , , Subject: Re: INFO: rcu detected stall in hub_event In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 26 Nov 2019, Jiri Kosina wrote: > On Mon, 25 Nov 2019, Alan Stern wrote: > > > #syz test: https://github.com/google/kasan.git 46178223 > > Alan, did you get a test result from syzbot on this patch? My mailbox > doesn't seem to have it. No response, not yet. syzbot seems to be very slow testing the patches for this bug report. The earlier ones I submitted also took over a day to finish. BTW, even if this patch fixes the problem, I don't think setting collection[0].parent_idx to -1 is a very good solution. It's brittle and doesn't address the underlying ambiguity. Alan Stern