# linux-arts **Repository Path**: mirrors_kernel_googlesource/linux-arts ## Basic Information - **Project Name**: linux-arts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Linux Kernel Autogenerated Regression Tests =========================================== linux-arts repository is dedicated to preserving the autogenerated regression tests for regression testing. Automates testing entities such as Syzbot generate reproducers to test the kernel. It is a manual process to download reproducers and once the bug is fixed, kernel developers loose track of these reproducers. As per the decision made at a session at the Maintainers Summit 2019, this git repository is created to preserve the reproducers. Please find the details on the discussion that lead to this decision at https://lwn.net/Articles/799162/ Commits from https://github.com/dvyukov/syzkaller-repros.git are applied to linux-arts git periodically. Procedure for updating linux-arts from syzkaller-repros.git: Step 1: - Checkout //github.com/dvyukov/syzkaller-repros.git git clone https://github.com/dvyukov/syzkaller-repros.git Step 2: - Generate patches for new commits. - Check author lines and add if any missing - Apply with root pre-fix syzkaller-repros to linux-arts git cat ../syzkaller-repros/.patch | \ git am --directory=syzkaller-repros - Add tag with information that includes the top commit from https://github.com/dvyukov/syzkaller-repros.git Please send any patches and regressions tests to: Shuah Khan CC: linux-kselftest@vger.kernel.org