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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 A9E93C4360C for ; Tue, 8 Oct 2019 15:00:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7439120679 for ; Tue, 8 Oct 2019 15:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570546826; bh=jXgFsV8B2WE5Wn1aOTrbzPny3ag79sQYvpOaVnwykbc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=p+9agVtAR9nZA+CoBacMsbPYikyMpT3NFd4d/RtfyHczKjYXMevuroiBXzKX3x5pn fsQO/ZJy1+Ugnhc1y6qwuRggKDyilL2BGIchFSln0oM/47M7X3dUeHAZF88lfmSQAU NrmRhhAljfj0eYWNXUf4KY9ZbWFyBNWA2cWE7JUc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725966AbfJHPA0 (ORCPT ); Tue, 8 Oct 2019 11:00:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:36500 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbfJHPA0 (ORCPT ); Tue, 8 Oct 2019 11:00:26 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8529320659; Tue, 8 Oct 2019 15:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570546825; bh=jXgFsV8B2WE5Wn1aOTrbzPny3ag79sQYvpOaVnwykbc=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=LXW/qtrrjsjRHakzuFnoJsNFuwSdi15Gj/5xGR6pe/try0KD7vcrdATfEco7snoxN Y0I+GTqtp0z/R03Jrg74wbMj8KhhJzdibSzyLaXibEp9Aun0/TfAABTnFQhSFEvrYD HbdGNFcUX4Xn5xA2eKjvCstON8C1vuJUwo/LllfU= Subject: Re: syzkaller reproducers To: Dmitry Vyukov , "open list:KERNEL SELFTEST FRAMEWORK" , automated-testing@yoctoproject.org, kernelci@groups.io, George Kennedy , Dhaval Giani , Konrad Rzeszutek Wilk , Boris Ostrovsky , Jan Setje-Eilers Cc: syzkaller , shuah References: From: shuah Message-ID: <876a2abe-41ab-5819-4ae8-ad26186d0d1c@kernel.org> Date: Tue, 8 Oct 2019 09:00:11 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 10/8/19 6:16 AM, Dmitry Vyukov wrote: > On Tue, Oct 8, 2019 at 1:46 PM Dmitry Vyukov wrote: >> >> Hi Shuah, >> >> We discussed collecting and uploading all syzkaller reproducers >> somewhere. You wanted to see how they look. I've uploaded all current >> reproducers here: >> https://github.com/dvyukov/syzkaller-repros >> Minimalistic build/run scripts are included. >> +some testing mailing lists too as this can be used as a test suite >> If you have any potential uses for this, you are welcome to use it. >> But then we probably need to find some more official and shared place >> for them than my private github. >> The test programs can also be bulk updated if necessary, because all >> of this is auto-generated. >> >> Thanks > > +more people who expressed interest in the test suite before > Thanks for putting this together. I am going to create a repo on kernel.org t host these and pull your private git content in. I will work on it this week and set things up. thanks, -- Shuah