Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp531361pxu; Wed, 14 Oct 2020 07:28:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2K/tyb8L4dCa2Inv9QT08eY9DbWHiz3l/CLB/GOv9Vc0jDm3LjrVx7p79eYn+DqqK9LXG X-Received: by 2002:a17:906:350d:: with SMTP id r13mr5681874eja.117.1602685700306; Wed, 14 Oct 2020 07:28:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602685700; cv=none; d=google.com; s=arc-20160816; b=Tlqa++ap9UiGL8gNiXa6k8w8EeUnXfxWB94JTPTthoyUHLCTkKLIkKtgpCWlCn8MyP TsX8nfbzVj91WBa1uTfanEy9hZ4HuBF4m52KvNp6KM4kH8Q7+TzY77GkMkuc/6K0+dh0 wy5SAIs1823NxJnOEYFO4nsXWLCUDW0K815lSfzabTekPyNRu4ErV++Y4xGqWC6WT4to jUPjxY9b319kYVPl/30CdFpqESKKLVkTYyaOeH2N922njQG4GRAQSK5rP4jwRg6I0jCh rUfNTWefK8hzNKQcoxeP62GqkZOJ3t99QxdUBxTq3C1V49DAlyMRPEAxZO2j/XzPY6YS UxlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=1qZQNUG9RgHgAMJIdktSRthUyLsn/1EGjA9r4/HjSCk=; b=N0ghL1+hRT49MoRHo9DhwPU+pSAB4Wh6awVAdMf+76r+9bRSZrZZ1xvqQH7YCSxpUc Bb4FRaGbkk8n/S+rJtShK1Pc4Qtfl7eEDnqwR/sQ8EGk/8s0Cflut2CZ/JYDhYizGdbp i392bLZ/VQp+PtzmS10X8P1bfFZTiOgOjobf6lg4H2epftMvh75269c7Jfxj5PCex/wv UL8H4ei8CDerhONm6utL9dQr60YRhXAEpSS9uhEHiJGNJzjrmKsNKLEih2cg8PkQbejl VsNB/Zepj3nWfLjSfY1Pu8dLIgbiy1PsjFhUoZi/2o6qnmgkwB9L3xRucASJ2v1zpdSn InCA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dgLfHghg; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q7si2287678ejy.607.2020.10.14.07.27.54; Wed, 14 Oct 2020 07:28:20 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dgLfHghg; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729340AbgJNIdn (ORCPT + 99 others); Wed, 14 Oct 2020 04:33:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:54776 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729140AbgJNIdm (ORCPT ); Wed, 14 Oct 2020 04:33:42 -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 ACDC5221FE; Wed, 14 Oct 2020 08:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602664424; bh=rrcS3Go+Or19lj+nA4BiIinDvBjOGlFS21mMUtfa8ZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dgLfHghg2A9FTowHl5Qcwi6OKy1JQlVVVAURIWOxJOAmJPUOD7yf9QRAjK6xNh+L5 pEP5khA+hrg4OUIeUgq83WXFPCsixsLSnaJLlBrTVrQjm6mC4j0R7jhcP+uewsEc0O 5SOtiGXvAjm/eZRvsnT6p8i6cZ1bhurrPfV3DQZ8= Date: Wed, 14 Oct 2020 10:34:19 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: Re: [PATCH 4.19 00/49] 4.19.151-rc1 review Message-ID: <20201014083419.GB3034607@kroah.com> References: <20201012132629.469542486@linuxfoundation.org> <20201013164032.GD251780@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201013164032.GD251780@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 13, 2020 at 09:40:32AM -0700, Guenter Roeck wrote: > On Mon, Oct 12, 2020 at 03:26:46PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.19.151 release. > > There are 49 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. > > > > Responses should be made by Wed, 14 Oct 2020 13:26:14 +0000. > > Anything received after that time might be too late. > > > > Build results: > total: 155 pass: 153 fail: 2 > Failed builds: > i386:tools/perf > x86_64:tools/perf I tried to fix up the perf build issues, and am just going to give up, it's not a trivial backport at all, and it looks like no one seems to care :( So you might want to take these two builds out of your testing framework for the moment. thanks, greg k-h