From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30F0AC4320A for ; Wed, 1 Sep 2021 15:38:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 15E19600EF for ; Wed, 1 Sep 2021 15:38:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343777AbhIAPjL (ORCPT ); Wed, 1 Sep 2021 11:39:11 -0400 Received: from netrider.rowland.org ([192.131.102.5]:37139 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S244721AbhIAPjJ (ORCPT ); Wed, 1 Sep 2021 11:39:09 -0400 Received: (qmail 404039 invoked by uid 1000); 1 Sep 2021 11:38:11 -0400 Date: Wed, 1 Sep 2021 11:38:11 -0400 From: Alan Stern To: Benjamin Tissoires Cc: Jiri Kosina , syzbot , "open list:HID CORE LAYER" , lkml , Linux USB Mailing List , Michal Kubecek , syzkaller-bugs@googlegroups.com Subject: Re: [syzbot] WARNING in hid_submit_ctrl/usb_submit_urb Message-ID: <20210901153811.GA403560@rowland.harvard.edu> References: <20210819195300.GA8613@rowland.harvard.edu> <000000000000c322ab05c9f2e880@google.com> <20210820140620.GA35867@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 31, 2021 at 11:51:31AM +0200, Benjamin Tissoires wrote: > Tested-by: Benjamin Tissoires > Acked-by: Benjamin Tissoires > > Alan, would you mind resending the patch with the various tags with a > commit description? (unless I missed it...) I plan to break this up into three patches, each doing a single thing. The first patch in the series will be the one written by Michal. The second will fix the problem found by syzbot, and the third will be a general cleanup. Michal, is it okay to add your Signed-off-by: tag to the first patch? Alan Stern