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=ham 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 9F4E6C3F2D2 for ; Fri, 28 Feb 2020 13:51:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 619F4246AC for ; Fri, 28 Feb 2020 13:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582897878; bh=PnvV9twaI0HKd5xcbJPqqDp2lk0njkXJ6Pik+bdscuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=By2UyhU4DYcCNJyQY1ez/1P1HfQhrQqsFT+i4fPnjQcmaQi7WIitKyU7ToNog5yAv omo7djOW5gAyZ41at8x+JKjQ4NkmKII9jl8WtaaXFgylseE+AwT2ebnFlkVTXDiPYP W03AJoIAdSweQR3fkdaucNYhS+cZb17JrwwSuaS0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726151AbgB1NvS (ORCPT ); Fri, 28 Feb 2020 08:51:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:52216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbgB1NvR (ORCPT ); Fri, 28 Feb 2020 08:51:17 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 CC56F2469F; Fri, 28 Feb 2020 13:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582897877; bh=PnvV9twaI0HKd5xcbJPqqDp2lk0njkXJ6Pik+bdscuc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xtj1SeVK3WTv2AMK8Z7K2qfbrVLGe3ZcG0flZs91LwtmuWBhW0u7tXjJbh0gmXp8j 2+8Tu0VP1vOKFjBQraetMi1Z5Wppj/+IwYpB+edGFb7O+vqt0lxlk0Uw42nY62/vfC CQgCoTIbFdNwHrWsfl3WENHQu8NdWJlXUgKHgxNs= Date: Fri, 28 Feb 2020 14:51:15 +0100 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.19 00/97] 4.19.107-stable review Message-ID: <20200228135115.GA3049877@kroah.com> References: <20200227132214.553656188@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 27, 2020 at 03:51:30PM +0000, Chris Paterson wrote: > Hello Greg, > > > From: stable-owner@vger.kernel.org On > > Behalf Of Greg Kroah-Hartman > > Sent: 27 February 2020 13:36 > > > > This is the start of the stable review cycle for the 4.19.107 release. > > There are 97 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 for Linux Linux 4.19.107-rc1 (6ed3dd5c1f76). > > Build/test logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/121568317 > Pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/ba32334b/trees/linux-4.19.y.yml Thanks for testing 2 of these and letting me know. greg k-h