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=-8.8 required=3.0 tests=BAYES_00,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 506EEC433E7 for ; Sat, 17 Oct 2020 11:32:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0EB6D20704 for ; Sat, 17 Oct 2020 11:32:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602934326; bh=qFcxvL/ueTNQ8dM+qDPX7QRwIYM6GSjei18kWKvhnTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0GfXhX1FzgFvApKaIYtK+pqRnPNTJ3+D2gpMZst7NjOBE3Hzr2wwBePdEY3KD7pBG uldT2bR+5+sUeEKoNlL85zdkKR6Veem01b66zW0aTlpQlTSCj5+vbf9SZ8Cs0qUfYo 6kITB92+kHwVbkjSZr87AhLL6fY4xYIjpZyK7RKw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437731AbgJQLcF (ORCPT ); Sat, 17 Oct 2020 07:32:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:55060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2411640AbgJQLcE (ORCPT ); Sat, 17 Oct 2020 07:32:04 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 5D599206E5; Sat, 17 Oct 2020 11:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602934323; bh=qFcxvL/ueTNQ8dM+qDPX7QRwIYM6GSjei18kWKvhnTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kXaFfO2TPq40glasB+vLPL/Ep51R+nDuuV+4lVOj6VclAd3ddIQLcia1DUQm/QOIr EBcBWnIcBMPdGZPxZBmv0mGonl0OgQrLaWaU8JyGxZJu7PBnEgj+HQxJDnC1VVAB/T ESA2n6HIrYfLOBGiVtMeJmv1rdZaATReOngmW0B4= Date: Sat, 17 Oct 2020 13:32:53 +0200 From: Greg Kroah-Hartman To: Pavel Machek 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/21] 4.19.152-rc1 review Message-ID: <20201017113253.GA2978968@kroah.com> References: <20201016090437.301376476@linuxfoundation.org> <20201016103354.GA11338@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201016103354.GA11338@amd> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 16, 2020 at 12:33:54PM +0200, Pavel Machek wrote: > Hi! > > > This is the start of the stable review cycle for the 4.19.152 release. > > There are 21 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. > > First post! :-). > > No problems revealed by CIP testing. > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4.19.y > > Tested-by: Pavel Machek (CIP) Thanks for testing 2 of these and letting me know. greg k-h