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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 DC35EC4740A for ; Mon, 9 Sep 2019 16:05:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A62EA21920 for ; Mon, 9 Sep 2019 16:05:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568045136; bh=ZM2RJpTGUpdkPmZfDaBuYdCehqwWhVBMeNBjNenlNDM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V1t/iCvrx6wM2D81DDPqxVD2I5OYpe7M8RA168KHowKFOzuib8Q2SvDyigTUAA04A mB6bZ7CvrFNYf5KL+isezD+RrKWqCY0W9Ye8Holpjy03O3n+fjj0Rmx/KKgO+BLuWL aYxbu/FgjAH+bKQfKN1VIQOZkEJyXh+moL6/Z+e8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728887AbfIIQFe (ORCPT ); Mon, 9 Sep 2019 12:05:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:47736 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727495AbfIIQFd (ORCPT ); Mon, 9 Sep 2019 12:05:33 -0400 Received: from localhost (110.8.30.213.rev.vodafone.pt [213.30.8.110]) (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 9A3A82086D; Mon, 9 Sep 2019 16:05:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568045131; bh=ZM2RJpTGUpdkPmZfDaBuYdCehqwWhVBMeNBjNenlNDM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qDQpphoWoHCz5dF4oTyXhOcWfXLsHeL2or0Au9FtKYttEZ41CfLbNc9kRtVy0c3Mc Aijpt06shRbWovqPFp1J2E6+XACJx2hd22sMPDSKJP5IbEXLpuJUUierlpqgmjQe8p KfmQyZ5qoXUCaUL0do4+z30SJ6/VN0908wi28x30= Date: Mon, 9 Sep 2019 17:05:28 +0100 From: Greg Kroah-Hartman To: Bharath Vedartham Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 5.2 00/94] 5.2.14-stable review Message-ID: <20190909160528.GA9727@kroah.com> References: <20190908121150.420989666@linuxfoundation.org> <20190909150036.GD4050@bharath12345-Inspiron-5559> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190909150036.GD4050@bharath12345-Inspiron-5559> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 09, 2019 at 08:30:36PM +0530, Bharath Vedartham wrote: > Built and booted on my x86 machine. No dmesg regressions found. THanks for testing a bunch of these and letting me know. greg k-h