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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A41A8C3A59E for ; Wed, 21 Aug 2019 16:24:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8426622CE3 for ; Wed, 21 Aug 2019 16:24:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729296AbfHUQYh (ORCPT ); Wed, 21 Aug 2019 12:24:37 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:53740 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1729263AbfHUQYh (ORCPT ); Wed, 21 Aug 2019 12:24:37 -0400 Received: (qmail 5610 invoked by uid 2102); 21 Aug 2019 12:24:36 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Aug 2019 12:24:36 -0400 Date: Wed, 21 Aug 2019 12:24:36 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Andrey Konovalov cc: syzbot , Benjamin Tissoires , Jiri Kosina , , LKML , USB list , syzkaller-bugs Subject: Re: KASAN: slab-out-of-bounds Read in hidraw_ioctl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, 21 Aug 2019, Andrey Konovalov wrote: > On Wed, Aug 21, 2019 at 3:37 PM syzbot > wrote: > > > > Hello, > > > > syzbot has tested the proposed patch but the reproducer still triggered > > crash: > > KASAN: slab-out-of-bounds Read in hidraw_ioctl > > Same here, a different bug. It looks like I've got the fix for both these bugs. Testing now... > > Tested on: > > > > commit: e96407b4 usb-fuzzer: main usb gadget fuzzer driver > > git tree: https://github.com/google/kasan.git > > console output: https://syzkaller.appspot.com/x/log.txt?x=14f14a1e600000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=cfa2c18fb6a8068e > > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > > patch: https://syzkaller.appspot.com/x/patch.diff?x=171cd95a600000 Why don't these patch-test reports include the dashboard link? It sure would be handy to have a copy of it here. Alan Stern