Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp371345ybv; Wed, 5 Feb 2020 07:03:55 -0800 (PST) X-Google-Smtp-Source: APXvYqxFyZJA0hkkOGb0hsTEVXq3aWxonjJF5ZsNa44W1+Gsdb5Z9GOibENxBoN53f015hMGAk05 X-Received: by 2002:aca:5150:: with SMTP id f77mr3072200oib.52.1580915035090; Wed, 05 Feb 2020 07:03:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580915035; cv=none; d=google.com; s=arc-20160816; b=WG1SPuv8lR2j+aqv4ifdBIQVwwkLit1y4hahmvJEPLndicqxEkGhghjAPUbYUKuTBC fdt5wh/BLASqUygduJxtvVVj4VI6k3P7THLtedUyGUbB3Wt4A3B5nRdyOieNh7HI3xe4 fZhZKwuzbKungBX0dSPaFiT1Qg2Sb3uB1MJ8FIj+izpGfw9K5SMTL7wG8CGxxcT+LTk3 xiC6hbRxeceCuKxBKiaEu+Ca9zH8iiz3BLEobjwSQ1HO5OVjDok3JvTDn9MdOlFSp/f6 6arUW44UnpQH93PsGw4uSTGpSglK6tsz23/RZTeHzrWY1qpPPpbosqLEyF5uoXNtAWyq MmPw== 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=ZTa6/pAAjz3uCPlIO8LDetU0ApIFq+KQVXzZNRtIyq0=; b=aPJaBEsSZYWNmKgH/xypl0EJ3PfrN7QoTlCScxK5TUyGP4A/ZLCDU1RMylDoNR9zf2 Qelv0STo2+h/7qbcw8aS+7hGyOrkB0X7WAjvT58lZAOVsaYHSZ4v+KSsVUoT1O28RmrD HUP/kHwDcd+h3EbJ54TuJkyKCi+o/aOMKr1Ak4V+NS3Mej5w5FRLNnA1zb9C+eu7eMyh q+GY+LZGCnhVG+sn0OEwhXr8bJuQUscO12FTJngvk57BDKf927Xlrg0P4zKABQjjZvaN zU/zNlEX0fnvRfnDFtK2sRyxSvw/+cjcMwsRD+eBoTQHIw2HKX9ox+kqzl5+4gpcwcDW RQdA== 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 y8si13046632otg.309.2020.02.05.07.03.31; Wed, 05 Feb 2020 07:03:55 -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 S1727000AbgBEPBA (ORCPT + 99 others); Wed, 5 Feb 2020 10:01:00 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:37894 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726046AbgBEPBA (ORCPT ); Wed, 5 Feb 2020 10:01:00 -0500 Received: (qmail 1623 invoked by uid 2102); 5 Feb 2020 10:00:58 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Feb 2020 10:00:58 -0500 Date: Wed, 5 Feb 2020 10:00:58 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Jiri Kosina cc: "Enderborg, Peter" , Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , "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: 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 Wed, 5 Feb 2020, Jiri Kosina wrote: > 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? Also, please post the output from "lsusb -v" for the StreamDeck. Alan Stern