Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1055242ybl; Wed, 21 Aug 2019 09:26:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqyUNk9Ui3Yoh1U3O52rLk9areV7EYHRL3IJkLcM0OBOeZ/0ka9ZlroJUYi/AZN1j8THYS0y X-Received: by 2002:a17:902:d917:: with SMTP id c23mr34693571plz.248.1566404785533; Wed, 21 Aug 2019 09:26:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566404785; cv=none; d=google.com; s=arc-20160816; b=ImvOilkn1sx5ngP3kKNWixtro89av5Q5MUhRTpySADZcYji+XPSZIbpJns1aZ0sM9j Q+GYVPnnIRCBzPTO92or8z7pe6aAEzyY3mBn1sVmweMwLy18m09kDs5iujhE27ZLRX/+ 0YNyp2N71mxSAfDVEL4IxInOeku/4hCExyQwQetq0VJEfwIGu/rep6Qnl7uimCLLC5Bi +nIvKzvngYaIW+7GGJNmCUWq1xRG6IERJzigEViTgaBaE5x7NmkTSpKv3YvCqlTqW+r5 9qigEv0z/CxUQa0eHX9cTmUuXsUtmDCHL2spRVg+TDU+46OVWjsG5yAfaDGwWu9S2z0j zHVw== 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=QMpCugxFSKNbxzGx5z0W1LnudmuUoEeFo8BHDv0mNfw=; b=QnpidTeFhOPitRvPHKXBZHavVuPZEayOUHs+1dFbpZgys5mtXZccXcFSuWANK0q01h wT9LTHNh7JgeWHKnQ2/ow3r7R1j15Htmm8W4kBWd1e7g4bET5ticyiJQsbKbGeM20aOk luNuD8dmYX9ehlgwoJD8cjhUc8p2HQ2MHiuqJ22FkDAU5beD/tqA06/Fd7fQidFAKge9 VbbdgW1naLU3P0zg6KnfM+NNJdQDWIeRX5nQ6Sk6rbCAsTplEaZXQPZKrWIPxUhJro5H lOOnh9u+yeA8LgicK0nEy46XXqhaj1ky85eHgkaXZuM08SHks8HV4+ORnADHGaGt5h7Z bbXg== 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 185si16384757pfv.39.2019.08.21.09.26.11; Wed, 21 Aug 2019 09:26:25 -0700 (PDT) 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 S1729324AbfHUQYh (ORCPT + 99 others); Wed, 21 Aug 2019 12:24:37 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:53742 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1729264AbfHUQYh (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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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