From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6828154244872273920 X-Received: by 2002:a5d:4042:: with SMTP id w2mr5299482wrp.423.1590695711893; Thu, 28 May 2020 12:55:11 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a70e:: with SMTP id q14ls1561169wme.0.gmail; Thu, 28 May 2020 12:55:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxXeFcd9DE7PPUQwuOfq+oM27v7+nAE/RUIxcAFwOpsNi31R7axvh2JHciZ83FfW2Z6TEPp X-Received: by 2002:a1c:544d:: with SMTP id p13mr5218924wmi.25.1590695711335; Thu, 28 May 2020 12:55:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590695711; cv=none; d=google.com; s=arc-20160816; b=JtKZRJeUQQgq0zZLiv6xyZpls5U6IwJ0OLSH1h8CyPNDgw1/rdYa4JvLXiAROpYrdN BXOEdh1QIAMEwJeHNZAhheVWn6UxyXInJzd3h8/Dba8Jvaynx6CiIbFdO3U6lFa/Hvlc y3FKwm7iuGjPA70k6wI5gjznSfrcPQLGAYuFop10kXNzgndSJcDahrvHN6CPJX7Ato+B Cjm0XMrVEwdfCC1QzqGWCqIjLGK9XjrT84QIVXT+bmYL/7lrDwHJ/TZKGna5AWBxrEsj VgyVMAOxCal52J5wg9d+6UPliXt4En9qPNoGTUPPyi1YYq31FOHNcsxIka3U1AJTaHLW KPJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=U/a99zugmEXc6XGWBpyoJiSCuz3+utc21VcMYuS19RQ=; b=CBa3rclNtt2ioQbKMV8VAn2JseYL7V3f0L2IyBQ1O3Y+g5Gvw0G6Elwu5L6q99wlMu gzE6EcKy6GMMDf1/gMqANLCvsJsT8ZMssUHs0pi/VrLOYkAargp9Phho2U3cyOQwZUXx ph41qdR11bd83UxawUAcA5ZQcC4+S3md+JX9UVC1QXnfMAAr9luxNZn8jhJrUyDiVh+m c7bwDkvNbE7i+CDuWauqbODkY6reXs/4sd3XiCd0Y2GtFnDH+e2EzxhM1EjrphlRNZLX k9TsBnYWvblFTeQPlvh4wrfX6QkoWamYBcwLyXnPTTalu846J6BtNOfHE7LWVhx/Cu0Z hP3Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y65si304038wmb.0.2020.05.28.12.55.11 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 May 2020 12:55:11 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-084-058-239-149.084.058.pools.vodafone-ip.de [84.58.239.149]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 04SJt8tZ031760 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 28 May 2020 21:55:10 +0200 Date: Thu, 28 May 2020 21:55:02 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2] Add recipe for linux kselftest Message-ID: <20200528195502.t3o7wypwck4gi4tr@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200519110147.14281-1-Vijaikumar_Kanagarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200519110147.14281-1-Vijaikumar_Kanagarajan@mentor.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: OL1HMvqf1F+6 Hello Vijai Kumar, On Tue, May 19, 2020 at 04:31:47PM +0530, Vijai Kumar K wrote: > Kselftest is a set of unit and regression tests under the > tools/testing/selftests/ directory of the Linux kernel. These are used > for testing individual code paths in the kernel. Thanks, this is a useful addition. I'd suggest to address Jan's point and replace the individual commands with deb_debianize to provide a good in-tree example of using that functionality. To prevent bit rot, I think every component in the mainline should have a test case. We could add the package to e.g. isar-image-debug and build e.g. mc:qemuamd64-buster:isar-image-debug instead of mc:qemuamd64-buster:isar-image-base. What do you think? With kind regards, Baurzhan.