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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 EF977C3B190 for ; Thu, 13 Feb 2020 23:17:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC0F7217BA for ; Thu, 13 Feb 2020 23:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581635834; bh=9BFksy91a775VSD9NdGjMXAGbW9PDXIG+9cxZg+b95s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=i/sSczO1U+R0ib7abjagzX2v5zt2uWMeIRryyeb3k2wTicQ5FOlqh0nXL2UNzu99S 5XOFGI5Zb8GA/lzP3XKR/AQEhpdsigZESef1TmhgZJBrD1ucKz9BLaR1i5Bsl0mYXR yU08pAtmiiKtUFQ/xxxSlpnLhSn1XHcF/0p+vEDU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727984AbgBMXRO (ORCPT ); Thu, 13 Feb 2020 18:17:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:44476 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727933AbgBMXRN (ORCPT ); Thu, 13 Feb 2020 18:17:13 -0500 Received: from localhost (unknown [104.132.1.104]) (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 3C53D2082F; Thu, 13 Feb 2020 23:17:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581635833; bh=9BFksy91a775VSD9NdGjMXAGbW9PDXIG+9cxZg+b95s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p6gRYqf6ur5aDrjWN27gT37hIo3Fzop8EuMG1m0qJR9AJV5GbDpc69qc/vfON8q2w 5eh/rZFDacb70HxoGTMTuS65fW1tcmPPgUrmdBwTYoHCMKZl6xa1fnkozhwR9vSknZ k4H/CevBe78zcmD+Kyzq6oYfcAE6Og15mxBzcKSo= Date: Thu, 13 Feb 2020 15:17:12 -0800 From: Greg Kroah-Hartman To: Chris Paterson 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 4.4 00/91] 4.4.214-stable review Message-ID: <20200213231712.GA3925201@kroah.com> References: <20200213151821.384445454@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 13, 2020 at 04:57:32PM +0000, Chris Paterson wrote: > Hi Greg, > > > From: stable-owner@vger.kernel.org On > > Behalf Of Greg Kroah-Hartman > > Sent: 13 February 2020 15:19 > > > > This is the start of the stable review cycle for the 4.4.214 release. > > There are 91 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > No issues seen for CIP configs. > > Build logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/117668767 > Pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/ba32334b/trees/linux-4.4.y.yml Great, thanks for testing 2 of these and letting me know. greg k-h