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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09890C2BB3F for ; Mon, 20 Nov 2023 19:09:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232418AbjKTTJW (ORCPT ); Mon, 20 Nov 2023 14:09:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229623AbjKTTJU (ORCPT ); Mon, 20 Nov 2023 14:09:20 -0500 X-Greylist: delayed 492 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 20 Nov 2023 11:09:17 PST Received: from mail.itouring.de (mail.itouring.de [85.10.202.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11FFBD9 for ; Mon, 20 Nov 2023 11:09:16 -0800 (PST) Received: from tux.applied-asynchrony.com (p5b07e88b.dip0.t-ipconnect.de [91.7.232.139]) by mail.itouring.de (Postfix) with ESMTPSA id 94066CF27A5; Mon, 20 Nov 2023 20:01:02 +0100 (CET) Received: from [192.168.100.221] (hho.applied-asynchrony.com [192.168.100.221]) by tux.applied-asynchrony.com (Postfix) with ESMTP id 3AF53F01608; Mon, 20 Nov 2023 20:01:02 +0100 (CET) Subject: Re: [PATCH 5.10 000/191] 5.10.201-rc1 review To: Guenter Roeck , Greg Kroah-Hartman Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org References: <20231115204644.490636297@linuxfoundation.org> <2023112039-reverse-careless-e646@gregkh> From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Organization: Applied Asynchrony, Inc. Message-ID: Date: Mon, 20 Nov 2023 20:01:02 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-11-20 19:17, Guenter Roeck wrote: > On 11/20/23 02:05, Greg Kroah-Hartman wrote: >> On Thu, Nov 16, 2023 at 05:13:39PM -0800, Guenter Roeck wrote: >>> On 11/15/23 12:44, Greg Kroah-Hartman wrote: >>>> This is the start of the stable review cycle for the 5.10.201 release. >>>> There are 191 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 Fri, 17 Nov 2023 20:46:03 +0000. >>>> Anything received after that time might be too late. >>>> >>> >>> Build results: >>>     total: 159 pass: 155 fail: 4 >>> Failed builds: >>>     arm:allmodconfig >>>     arm64:allmodconfig >>>     i386:tools/perf >>>     x86_64:tools/perf >>> Qemu test results: >>>     total: 495 pass: 495 fail: 0 >>> >>> with: >>> >>> Building arm64:allmodconfig ... failed >>> -------------- >>> Error log: >>> drivers/interconnect/qcom/osm-l3.c:6:10: fatal error: linux/args.h: No such file or directory >>> >>> There is no linux/args.h in v5.10.y. >>> >>> Caused by "interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS()". >> >> Now dropped, thanks. >> > > v5.10.201 fails to build arm:allmodconfig and arm64:allmodconfig with > > drivers/interconnect/qcom/sc7180.c:158:10: error: 'struct qcom_icc_bcm' has no member named 'enable_mask' > Sam sent a note about that as well, probably got lost in the pile: https://lore.kernel.org/stable/87fs10k1ee.fsf@gentoo.org/ Looks like it's missing a prerequisite patch. -h