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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 0B5E3C07E95 for ; Tue, 20 Jul 2021 06:22:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB1DF60FF4 for ; Tue, 20 Jul 2021 06:22:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237638AbhGTFlc (ORCPT ); Tue, 20 Jul 2021 01:41:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:48894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236023AbhGTFlF (ORCPT ); Tue, 20 Jul 2021 01:41:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D272161164; Tue, 20 Jul 2021 06:21:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626762103; bh=kT858tbM+FvoZJvsNWp8Z/qAwVIb0XIdGfoX9Qw5ELw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sBzwYBJmynrsdT64h222sKJzYzllzQb/0LG0Hlm1BGwCQRXm5vN/1Gp8rhfliVzuq DVrt6B7pm+v0sFRrVt15qjeSJ4gIX7z57jz1JPR6LU7L3PVMol3oEcSG6CBPyexSFI Q4QR92kenKuntNIWpGxs+Z6ooDY4csXi2KU06OKg= Date: Tue, 20 Jul 2021 08:21:29 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jon Hunter , linux-stable , Pavel Machek , Andrew Morton , Linus Torvalds , Guenter Roeck , Namhyung Kim , Jiri Olsa , Arnaldo Carvalho de Melo , Andi Kleen , Ian Rogers , Peter Zijlstra Subject: Re: [PATCH 4.19 000/420] 4.19.198-rc2 review Message-ID: References: <20210719184335.198051502@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 20, 2021 at 11:25:22AM +0530, Naresh Kamboju wrote: > On Tue, 20 Jul 2021 at 00:15, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 4.19.198 release. > > There are 420 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, 21 Jul 2021 18:42:43 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.198-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Perf fails to compile in 4.19 on Arm, Arm64, i386 and x86 with gcc 7.3 > It was also reported on 5.4.134-rc2. > > perf-1.0/perf-in.o: In function `tasks_setup': > tools/perf/builtin-report.c:664: undefined reference to `process_attr' > perf-in.o: In function `stats_setup': > tools/perf/builtin-report.c:644: undefined reference to `process_attr' > > Bisection points to ee7531fb817c ("perf report: Fix --task and --stat > with pipe input" [upstream commit > 892ba7f18621a02af4428c58d97451f64685dba4]). > > > > Namhyung Kim > > perf report: Fix --task and --stat with pipe input > > Reported-by: Linux Kernel Functional Testing Thanks, now dropped from all branches. greg k-h