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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B1F1C433EF for ; Mon, 9 May 2022 15:31:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238348AbiEIPfm (ORCPT ); Mon, 9 May 2022 11:35:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238342AbiEIPfl (ORCPT ); Mon, 9 May 2022 11:35:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CED761BE10D for ; Mon, 9 May 2022 08:31:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652110306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1FaMWoJISzjN2dwMS/mluzbJYmmCySrPETWgWtF+pfw=; b=gb9JRS4umJNdY4aw8DNenPAZf/qS6H3Qx0Y4nifJ2gLibVMpJ3uCUH6zaENaYCrMoIvb7a bgi+5Kr9Syayi6kysil9JGOq/N1WUBGOn1CAUJxqfA9b68pciby+IcLsSHIhW+TT4tdjel aG++yuLSFZXu0wJqgTSot6VirzyZjRc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-60-PEFLo9Q4PcCpEYY_uO6DAA-1; Mon, 09 May 2022 11:31:44 -0400 X-MC-Unique: PEFLo9Q4PcCpEYY_uO6DAA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 22C58185A7A4; Mon, 9 May 2022 15:31:44 +0000 (UTC) Received: from maya.cloud.tilaa.com (unknown [10.40.208.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E271AC27E83; Mon, 9 May 2022 15:31:43 +0000 (UTC) Date: Mon, 9 May 2022 17:31:40 +0200 From: Stefano Brivio To: linux-kselftest@vger.kernel.org Cc: Shuah Khan , Sevinj Aghayeva , Roopa Prabhu Subject: using mbuto to run kselftests Message-ID: <20220509173140.549db406@elisabeth> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi, Thanks to a substantial contribution by Sevinj Aghayeva during the Outreachy contribution phase, mbuto (a shell script building initramfs images that can be loaded by qemu) can now be used to conveniently run kernel selftests in VMs. The website at: https://mbuto.sh/ shows examples with kselftests and a link to the man page. Comments, bug reports and patches are all very welcome! -- Stefano