From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D59AA6D3F for ; Fri, 11 Aug 2023 10:06:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C195C433C9; Fri, 11 Aug 2023 10:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691748378; bh=pQM9paCYuFL+5tn+eVihZ7qtEqyTnXlqJRdwgIwFhiE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ul1GouuQNSEW4tPzH+EheXgpIqcQfVY+CfRKmJAwEZFfRnyTe/Zq0H0KJ3Sh4M4zl 8ZVXIFDbtcN+XsolGDY85dGTnYkxOCl7vf6eiV9u8/s1r0cFuUbRxecZcdw87mKt/E WEBAkxk22kbY9Y/3uW/H4NIw/NsNrgq5iOBefXE4= Date: Fri, 11 Aug 2023 12:06:16 +0200 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 6.1 000/127] 6.1.45-rc1 review Message-ID: <2023081105-gentleman-greyhound-75c4@gregkh> References: <20230809103636.615294317@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Aug 10, 2023 at 03:15:28AM -0700, Guenter Roeck wrote: > On 8/9/23 03:39, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.45 release. > > There are 127 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, 11 Aug 2023 10:36:10 +0000. > > Anything received after that time might be too late. > > > > > Building loongarch:defconfig ... failed > -------------- > Error log: > :569:2: warning: #warning syscall fstat not implemented [-Wcpp] > arch/loongarch/kernel/setup.c: In function 'arch_cpu_finalize_init': > arch/loongarch/kernel/setup.c:86:9: error: implicit declaration of function 'alternative_instructions' > > Actually introduced in v6.1.44 with commit 08e86d42e2c9 ("loongarch/cpu: > Switch to arch_cpu_finalize_init()"). Alternative instruction support > was only introduced for loongarch in v6.2 with commit 19e5eb15b00c > ("LoongArch: Add alternative runtime patching mechanism"). Thanks for the report, I'll fix this after this release. greg k-h