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 95960C2BB1D for ; Fri, 13 Mar 2020 15:59:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F2432072C for ; Fri, 13 Mar 2020 15:59:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584115171; bh=q9WzrSwm8gOHIC2hvEzyR4UE/XyTmPtQJMYzG4PWkSs=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=X2OMw3LA84yeKU7LK3xSW/fy+EVU9xWxZiVzTz5I9Rib4cGjsrnDADkz3iX7ONEj9 UfNL8sDFQkV1i4N5d2f3+Wmmk6tzn4J90jXSQh2vxSrQJf80CW4X6+YYAYocFjzTCY phSRqTx3UQpV+3e2AI9WXIZ78sfWnSEvS9dIYQpw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbgCMP7b (ORCPT ); Fri, 13 Mar 2020 11:59:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:55148 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726406AbgCMP7b (ORCPT ); Fri, 13 Mar 2020 11:59:31 -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 B7185206E2; Fri, 13 Mar 2020 15:59:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584115170; bh=q9WzrSwm8gOHIC2hvEzyR4UE/XyTmPtQJMYzG4PWkSs=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=fdkTDeL/URUyZJzQlHFoUy3sQpV5iCzz3SoIxmy5CQUcbRL/a1RkEJkomfLgO0eJF LDMlXUzFgooIJE+UZSd1kmhyDYWVW67omPpbb3gDU89el/32tggakV1OvG9Rk7lsAF OSzbNbbVBD8L4k1+FZA9qY5ZarmHsYrGRemX/wUo= Subject: Re: [Automated-testing] syzkaller reproducers To: Dmitry Vyukov , George Kennedy Cc: Cyril Hrubis , "open list:KERNEL SELFTEST FRAMEWORK" , automated-testing@yoctoproject.org, kernelci@groups.io, Dhaval Giani , Jan Setje-Eilers , syzkaller , Dan Carpenter , shuah References: <876a2abe-41ab-5819-4ae8-ad26186d0d1c@kernel.org> <226099bc-9763-3a73-e26a-b292f601494c@kernel.org> <20191011180248.GA24089@rei.lan> <20191014085414.GB31760@rei.lan> <62903a33-8ffc-56b6-de1a-539f10b5de2a@oracle.com> <86bde120-e5fe-4bb1-9b93-769a444500f9@oracle.com> <8a4dbbb1-f8ba-00ba-41d2-d82a35fc0f81@oracle.com> From: shuah Message-ID: Date: Fri, 13 Mar 2020 09:59:29 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 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 3/3/20 1:45 AM, Dmitry Vyukov wrote: > Shauh, > > We've added more reproducers to: > https://github.com/dvyukov/syzkaller-repros/tree/master/linux > > It makes sense to pull in them to the kernel-arts repo. Not sure > what's the most convenient way for you since it's not exactly a > traditional "patch"? Perhaps you just copy linux/*.c files and commit? > Thanks Dmitry. I will pull these in. I will pull these in. thanks, -- Shuah