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 shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D6BC6FEE4CA for ; Sat, 28 Feb 2026 07:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kernelnewbies.org; s=mail; h=Content-Transfer-Encoding:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:To: Subject:Message-ID:From:Date:MIME-Version:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=gItpvFhEqQHgrhVuYnNrJymvQZ+flxvFU6t6CpbK6EQ=; b=I5Crji02ZN40p9kctRs+HYPtw2 ylHE558s5xzNaBocg6qy8R+zk5cdVGggotHKRCeCjUvahrUmNk84SMam7avJa6R5cZkr05UHIS61D vTTSjSaT6RLCV0EmAm66/0gXfai4j6STVR+FAYGgJsMaHcwfx0JS5rGrFHDtKrxv5DT5WuKtPJbFx xzUNQBgXUZBBw4pmgiesQvcxQ6tdWDARniUGZ7Gzx6xX/FNFbhvXW5Y/E1eN6OivrWjKpEnG/6Wh6 5zPGBJybWO5ReD+OqhoJ8J5/qe0f1PXWtvfyIomUQL+/io26VXgyf3+AcyKW5m00kF2nXU6nA6M0g GAc828Zw==; Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.97.1) (envelope-from ) id 1vwEV8-000000005Hq-2wnX; Sat, 28 Feb 2026 02:12:35 -0500 Received: from out-179.mta1.migadu.com ([95.215.58.179]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1vwEV5-000000005Hk-3CWR for kernelnewbies@kernelnewbies.org; Sat, 28 Feb 2026 02:12:33 -0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daika.dev; s=key1; t=1772262750; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mAlE9gt7ZnTEC6IuRvyr+7I41iizoNAcz5PXeWOtFtY=; b=gm7k89+0+ECPH6XnaCSj+svIGAvVOr60oe92hBdbuykEJWDF4orptA2tYD8xWfObGGh27L Yha92BulO80Kzf/KHgxg4EbPAg+n/LBu8t0XYr0D+vhimhlYgkzBQGIo69W+0QTjVmLbVm Dr30enRt9fBBHDsCWTewaeSn1kTI6zHzWye3hE7cIegQmZ9Ftyfh4tUPdlkfeJYKnessI9 WtKNvpSMBizX0ZLhhoHfyct+MMQFxp5JKD9vN5PzD9vuT2KinZmM5MXvKblwkNBM84pfro mqft+V+awITiqtba6szcgOsgqlo8u6vaeM7CVJIkGbrM0pN0VfQDrkBsiUoYPw== Date: Sat, 28 Feb 2026 07:12:25 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "David Lishchyshen" Message-ID: TLS-Required: No Subject: Kernel test To: kernelnewbies@kernelnewbies.org X-Migadu-Flow: FLOW_OUT X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org How you recommend to test kernel? I use Arch and found 3 ways: * Native run, replace existing kernel * Qemu with full Linux distribution, install Ubuntu in qemu and replace kernel in it * Minimal Qemu, need to create initramfs with busybox and connect to Qemu with your kernel, but I even couldn't see printk log from e1000e in this way Thanks, David _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies