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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 BE78CC35249 for ; Wed, 5 Feb 2020 09:54:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 965E32085B for ; Wed, 5 Feb 2020 09:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580896489; bh=FbsLcLxrgywvb4AqmGU0GXUNyPg1tOpALfiZanC9iOk=; h=Date:From:To:cc:Subject:In-Reply-To:References:List-ID:From; b=k8E/QiKzJd2lqsVRPzDDvp0/l5CnrMzZ0c3slxQDMdbC9AG6bPLr6b8/QtYzN3kRS 2CClPr6fA7iOmBubO7QF4K1bl1y/DS6GdH3a/iR4znZrvMSeTI7o8zzybD7MFe5B3S ChfLIPviPocSfMJ4aJ0YgwKdGME2w6SFP7W3+gJo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727228AbgBEJyt (ORCPT ); Wed, 5 Feb 2020 04:54:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:40706 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728034AbgBEJys (ORCPT ); Wed, 5 Feb 2020 04:54:48 -0500 Received: from pobox.suse.cz (prg-ext-pat.suse.com [213.151.95.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2B64C2051A; Wed, 5 Feb 2020 09:54:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580896488; bh=FbsLcLxrgywvb4AqmGU0GXUNyPg1tOpALfiZanC9iOk=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=0AJA63T7SrPMGZjNYjHb2jJioL3UucJSleYm9GFi3bLiYBg9tGAH37CxeF/zyDkqc JBc3a/tgAEC0qzzu1X/OaWDvS5vEoxq53m3ZVamtMPsMm49nVQq2zJv5nxmTBPUiWH yWoK6CjcKy0Ui54LNKY2xSOD/OLL4UoFAcfOpmhg= Date: Wed, 5 Feb 2020 10:54:44 +0100 (CET) From: Jiri Kosina To: "Enderborg, Peter" cc: Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , Alan Stern , "stable@vger.kernel.org" , "syzbot+09ef48aa58261464b621@syzkaller.appspotmail.com" Subject: Re: [PATCH 5.4 17/78] HID: Fix slab-out-of-bounds read in hid_field_extract (Broken!) In-Reply-To: <08ff9caa-0473-fae3-6f98-8530ed4c3b1a@sony.com> Message-ID: References: <20200114094352.428808181@linuxfoundation.org> <20200114094356.028051662@linuxfoundation.org> <27ba705a-6734-9a92-a60c-23e27c9bce6d@sony.com> <20200205093226.GC1164405@kroah.com> <08ff9caa-0473-fae3-6f98-8530ed4c3b1a@sony.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, 5 Feb 2020, Enderborg, Peter wrote: > >> This patch breaks Elgato StreamDeck. > > > Does that mean the device is broken with a too-large of a report? > > Yes. In which way does the breakage pop up? Are you getting "report too long" errors in dmesg, or the device just doesn't enumerate at all? Could you please post /sys/kernel/debug/hid//rdesc contents, and if the device is at least semi-alive, also contents of /sys/kernel/debug/hid//events from the time it misbehaves? > > Is it broken in Linus's tree? If so, can you work with the HID > > developers to fix it there so we can backport the fix to all stable > > trees? > > I cant see that there are any other fixes upon this so I dont think so. > I can try. > > > Jiri is in the loop. I guess he is the "HID developers" ? Thanks, -- Jiri Kosina SUSE Labs