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 3F805C54E76 for ; Mon, 20 Nov 2023 10:06:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232870AbjKTKG2 (ORCPT ); Mon, 20 Nov 2023 05:06:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233081AbjKTKGK (ORCPT ); Mon, 20 Nov 2023 05:06:10 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C10DD79; Mon, 20 Nov 2023 02:05:51 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71E03C433C7; Mon, 20 Nov 2023 10:05:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700474751; bh=K0YC+nZZ5T4BKyoKuBlC5dhluF5RVj5i/m8wcUN0dvg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DxR8Zzs2yF8PJLGSysIVrFRKKma31+eFAvg+b4WjExSrL3JeAO8BUhsINck39DSWe XvwDW6MdrSqkgkMnXRVCzByOw4elPbIOD/TBhgf4iN9Zuk/bbMu0fycANKcdQs3KQm VQs9RtXnZMdt3g0x3NjpxQBmjqKK8blucdfLkIUY= Date: Mon, 20 Nov 2023 11:05:48 +0100 From: Greg Kroah-Hartman To: Guenter Roeck 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 Subject: Re: [PATCH 5.10 000/191] 5.10.201-rc1 review Message-ID: <2023112039-reverse-careless-e646@gregkh> References: <20231115204644.490636297@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: stable@vger.kernel.org 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. greg k-h