From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6890474322769477632 X-Received: by 2002:a19:ad05:: with SMTP id t5mr2556193lfc.163.1620303654468; Thu, 06 May 2021 05:20:54 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a36f:: with SMTP id i15ls451908ljn.11.gmail; Thu, 06 May 2021 05:20:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzwm+V/1PMEQDdR1npiu13SKKmPUcqDny2GVX3VTc3UqAy2gAaTdXdqu1K8sDHibGLc/e2D X-Received: by 2002:a05:651c:c8:: with SMTP id 8mr587809ljr.274.1620303653241; Thu, 06 May 2021 05:20:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620303653; cv=none; d=google.com; s=arc-20160816; b=yB4g6m3xI+I4ZLT2k/hZLv91zklJdstbTxJCsNqhfVGpHGdW/dG61xxTudPjeuZZa0 RrcXdRXmDZzml/Jbc3sRFBxHRG431GJCyGWch8/mIpgS8PVQfL7cPPiWbK7YdCP/EHto kkEpOz8A9UR/Fwz4r36Ld44ZYgyLOOqguAFJEh4Bfs5bnhr2Yv+OdtyaNlyfyI2rg4p2 7jhzd6TpizsnrtNZ2li5aUHXwekyb45l5QI6OAxcJmdOVRyCd92RrMyFdGnLZTmlirlv gELYpCAQDO4Enr23Uc/6fEDoaImh8jCnlC2I78VZQWWB5vd0X1X9NPKDsFiaRzbsYBgy kSXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=VFINaG3eVvKOWiiu+3Ctk/oX1Emva2a5AAECLMw635c=; b=cCWASHHJ4Xc9jZ+zQrHGnasdoPZLvT0EJzJqDeLTbE8BBjLwno48ltHMTVXHH5xrKo XTA6eIk4xPb4EjYthvVOoP4R1AL1e3Ef4HKfYyItxKqgV6dQYQLD2qP/osSjU2KekFtw W45MY8nLwRlQjiFJsOoFrPLVF8YiFOzTJHi8SaS7GgIMgN7rGAXAZpBHiZ0UEIA4lHEA n+q/4+ynqdDmWrqiLE0dVAda9GcH9ueaL2HIiYt4BLBK/4+Jdz/I+kInCx/DkUXObB8x fVbXoTSsMoLtjcMnEwXJCtmc/A+Xi1oHTUEy89DltuEruiukQC3s/+bg6fqil0/aB9JL 2/iw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id i11si52267lfj.6.2021.05.06.05.20.53 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 06 May 2021 05:20:53 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-44-71-214-37.mgts.dynamic.pppoe.byfly.by [37.214.71.44] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 146CKpoY028081 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 6 May 2021 14:20:52 +0200 Subject: Re: [PATCH v4] Add recipe for linux kselftest To: Vijai Kumar K , isar-users@googlegroups.com References: <20201102072511.26675-1-Vijaikumar_Kanagarajan@mentor.com> From: Anton Mikanovich Message-ID: <9a24de2f-b673-e0bd-8ed4-33136524f07c@ilbers.de> Date: Thu, 6 May 2021 15:20:46 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20201102072511.26675-1-Vijaikumar_Kanagarajan@mentor.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Dv/NcoXV+8RU 02.11.2020 10:25, 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. > > Kselftest is not debianized and is not available as part of the official > Debian repository. > > This patch provides a recipe to build kselftest from the linux source of > your choice. > > Sometimes developers/testers tend to use the latest version of selftests > from Linux upstream stable releases for testing and hence the need for a > separate recipe instead of being part of the linux recipe of ISAR. > > Some kselftest test cases build are known to break in certain linux > versions, this has to be addressed upstream. Right now kselftest build > succeeds even if atleast one of the testcase case build succeeds. > > You can change that by setting KSELFTEST_FORCE_TARGETS=1. > > TARGETS, TARGETS_SKIP, FORCE_TARGETS can be set using the appropriate > KSELFTEST_* recipe variable. > > Signed-off-by: Vijai Kumar K Applied to next, thanks. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov