Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1105076imm; Wed, 10 Oct 2018 09:11:06 -0700 (PDT) X-Google-Smtp-Source: ACcGV62U+xFSsRNJkm2AIZTAQb10dsB9ejNwA6s5s2WYzR8MiPAKxWttkrdinCHpIlO4eSOnXz0A X-Received: by 2002:a17:902:205:: with SMTP id 5-v6mr21745110plc.307.1539187866080; Wed, 10 Oct 2018 09:11:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539187866; cv=none; d=google.com; s=arc-20160816; b=AbC73m9NnTzn2QfRrPmURkvA7fg2vN5F7piV0Uw9KZUUxLBBXuT+bIOYzWrFg7mpAr ax/pvp593YlOmTm2D1AaoqpF7MoDQ/Eb89uYEpWfo5fO6JFmpSvo+8OJFd8nv4nUMicg ZUqunm9fM40dZVb8n5zwJT3LMkX5I2nCUUVdW5wBcT5t4HKcqplDeuyX4ajZB6+jUEjt IH6MqAGlOjzAiZilWJajJkGCNFB46a9qpTDrwksMUY6L3xS2dhIeST8spgP46vuADibf RujKvW58+VYbhBJfDF0r1nN5q2MS9DUyA1VC/Ypsfk9J62BL/Ls6+1sUAkDX7+aqpKfY GHRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=aeyP7oEW6kkvFopCaP4nvjuEaXVxgyY9K0b+Y4N5fBA=; b=oqq0VToIEIYyDpwpxhp85CpUVBNR0o/1D8IHGy+kSTTJtwVPfhA/YmCsEJC5h2pplQ Tswijs/qxTMh4SlbPq0bm2TW5vnBYt4CNz7DrkeXO2g/52oQpdxIh/NMWhL+aVLPCBIV kBxf933paPatTRwDIXvHv5teUqW0afcixlz2bn7CQE8RkkUS3RGbHsgvioX0LVpkHiLW 7JBfEggo1Wi262frT4/NcgFBBA23G03QAa6KMReuHvdEQifIQ6nDKlpzQ1sm25r3/BW8 UMhNwS+CD383VJgf3DtwPFY/ptO/dx7Tbz7eapgDdtUlZV8imGWcYPBdQNETLRL1O1eo Lreg== 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 y1-v6si22625933pgf.78.2018.10.10.09.10.50; Wed, 10 Oct 2018 09:11:06 -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 S1726923AbeJJXdK (ORCPT + 99 others); Wed, 10 Oct 2018 19:33:10 -0400 Received: from nautica.notk.org ([91.121.71.147]:43008 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726503AbeJJXdK (ORCPT ); Wed, 10 Oct 2018 19:33:10 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 9E978C009; Wed, 10 Oct 2018 18:10:18 +0200 (CEST) Date: Wed, 10 Oct 2018 18:10:03 +0200 From: Dominique Martinet To: syzbot Cc: davem@davemloft.net, dvyukov@google.com, ericvh@gmail.com, linux-kernel@vger.kernel.org, lucho@ionkov.net, netdev@vger.kernel.org, rminnich@sandia.gov, syzkaller-bugs@googlegroups.com, v9fs-developer@lists.sourceforge.net Subject: Re: Re: BUG: corrupted list in p9_read_work Message-ID: <20181010161003.GA5371@nautica> References: <20181010144855.GB20918@nautica> <00000000000010889e0577e0f5f2@google.com> <20181010160022.GD20918@nautica> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181010160022.GD20918@nautica> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dominique Martinet wrote on Wed, Oct 10, 2018: > It works though, is it just picky because I didn't end it in .git? let's > try again, sorry for the noise... > > #syz test: git://github.com/martinetd/linux.git e4ca13f7d075e551dc158df6af18fb412a1dba0a And I guess the commit hash needs to be in the default clone branch to work ? ('git fetch ' happily fetches the commit in a new clone for me... But that feels like a github specific behaviour maybe) Oh, well; made a branch for it, last try for me. #syz test: git://github.com/martinetd/linux.git for-syzbot -- Dominique