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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 BB0C9C32750 for ; Tue, 13 Aug 2019 20:51:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9312920665 for ; Tue, 13 Aug 2019 20:51:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726265AbfHMUvI (ORCPT ); Tue, 13 Aug 2019 16:51:08 -0400 Received: from gofer.mess.org ([88.97.38.141]:33375 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726074AbfHMUvI (ORCPT ); Tue, 13 Aug 2019 16:51:08 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 6D880603E8; Tue, 13 Aug 2019 21:51:05 +0100 (BST) Date: Tue, 13 Aug 2019 21:51:05 +0100 From: Sean Young To: Andrey Konovalov Cc: syzbot , bnvandana@gmail.com, allison@lohutok.net, hverkuil-cisco@xs4all.nl, LKML , linux-media@vger.kernel.org, USB list , Mauro Carvalho Chehab , rfontana@redhat.com, syzkaller-bugs , Thomas Gleixner , tskd08@gmail.com Subject: Re: KASAN: global-out-of-bounds Read in dvb_pll_attach Message-ID: <20190813205104.pnyan3kafz26wsse@gofer.mess.org> References: <00000000000054f8bd058ddfa341@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Tue, Aug 13, 2019 at 03:22:49PM +0200, Andrey Konovalov wrote: > On Wed, Jul 17, 2019 at 2:29 PM syzbot > wrote: > > > > Hello, > > > > syzbot has tested the proposed patch and the reproducer did not trigger > > crash: > > > > Reported-and-tested-by: > > syzbot+8a8f48672560c8ca59dd@syzkaller.appspotmail.com > > > > Tested on: > > > > commit: 6a3599ce usb-fuzzer: main usb gadget fuzzer driver > > git tree: https://github.com/google/kasan.git usb-fuzzer > > kernel config: https://syzkaller.appspot.com/x/.config?x=d90745bdf884fc0a > > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > > patch: https://syzkaller.appspot.com/x/patch.diff?x=1454f4d0600000 > > > > Note: testing is done by a robot and is best-effort only. > > Hi bnvandana, > > Could you submit this patch? Syzbot testing shows that is fixes the issue. The patch had issues (see discussion in the thread). I created this patch but I see now I did not include the correct Reported-by: tag. https://www.mail-archive.com/linux-media@vger.kernel.org/msg148889.html Thanks Sean