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 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7BC8DC432C0 for ; Mon, 2 Dec 2019 17:40:15 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 41F3D20640 for ; Mon, 2 Dec 2019 17:40:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ipNOYvZf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 41F3D20640 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-kernel-mentees-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0251A88757; Mon, 2 Dec 2019 17:40:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N2TE+1+9SDKz; Mon, 2 Dec 2019 17:40:14 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 98F9F8873F; Mon, 2 Dec 2019 17:40:14 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7E535C1798; Mon, 2 Dec 2019 17:40:14 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id CDB9EC087F for ; Mon, 2 Dec 2019 17:40:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B8E982152A for ; Mon, 2 Dec 2019 17:40:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rv2LSGaJXO55 for ; Mon, 2 Dec 2019 17:40:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by silver.osuosl.org (Postfix) with ESMTPS id 2832020494 for ; Mon, 2 Dec 2019 17:40:12 +0000 (UTC) Received: from localhost (unknown [84.241.196.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 71B3520640; Mon, 2 Dec 2019 17:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575308412; bh=Su126H5QiFlQbLDzcGIEMOxC++y8rOH1569kw6I8/BE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ipNOYvZf3raWYwkEcEoS953/YAHGgcV0ZGi3Vz6xKH4SuuGMenSCwXXWJk0e9LMU3 n1zgwDYtQPBGzg2m7PAn48elHTETe9WE1uU28JwibEUQ8mPz9sd7y843sn4mYQpn6Z q5MMxgv3mDOJrTC508NUOuHmdshp45vykqiiko4I= Date: Mon, 2 Dec 2019 18:40:09 +0100 From: Greg KH To: Jaskaran Singh Message-ID: <20191202174009.GA730312@kroah.com> References: <20191202172223.GA5516@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191202172223.GA5516@localhost.localdomain> User-Agent: Mutt/1.12.2 (2019-09-21) Cc: linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [Linux-kernel-mentees] [STABLE TEST] Linux 5.4.1: Compiled, Booted, Tested. X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" On Mon, Dec 02, 2019 at 10:52:23PM +0530, Jaskaran Singh wrote: > - Boots fine. > - dmesg doesn't show any critical errors. > - Running kernel selftests as normal user doesn't throw any alarming failures. > > All OK. Wonderful, thanks for testing and letting me know. greg k-h _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees