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 52B7B68B93; Tue, 5 Dec 2023 18:26:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Eq5ubZJb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22905C433C8; Tue, 5 Dec 2023 18:26:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701800810; bh=2mfKanFkogJhg5GS7uiih9vRq6rMLvZxLLzKfDwTSOo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Eq5ubZJbG/oYLlDsgWMVhqwLT4MqfFyl2rhcyPFp8R4r5HlFMWb4FplGLSbxUaZYF 8cOCvV/yeseq8r9qtQiCtVztE2UqpaKTWFylx0H/0m9u9EUiy/IA1CAQlM5M6EzyLx jFuZuQ/JnhO44O94KKn2R0OlQM28Rie5EwS6fnZg= Date: Wed, 6 Dec 2023 03:26:47 +0900 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, 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, allen.lkml@gmail.com Subject: Re: [PATCH 6.1 000/107] 6.1.66-rc1 review Message-ID: <2023120628-reprint-coronary-ba73@gregkh> References: <20231205031531.426872356@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Dec 05, 2023 at 09:51:03PM +0530, Naresh Kamboju wrote: > On Tue, 5 Dec 2023 at 08:59, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 6.1.66 release. > > There are 107 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 Thu, 07 Dec 2023 03:14:57 +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/v6.x/stable-review/patch-6.1.66-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > Powerpc, s390 and riscv allmodconfig failed on stable-rc linux-6.1.y > > - s390: gcc-13-allmodconfig: FAILED > - Powerpc: gcc-13-allmodconfig: FAILED > - riscv: gcc-13-allmodconfig: FAILED > > S390 build error: > arch/s390/mm/page-states.c:198:23: error: 'invalid_pg_dir' undeclared > (first use in this function); did you mean 'is_valid_bugaddr'? > page = virt_to_page(&invalid_pg_dir); > ^~~~~~~~~~~~~~ > > s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir > [ Upstream commit 84bb41d5df48868055d159d9247b80927f1f70f9 ] > > > Powerpc build error: > arch/powerpc/platforms/pseries/iommu.c:926:28: error: 'struct dma_win' > has no member named 'direct' > *direct_mapping = window->direct; > ^~ > > powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping > for SR-IOV device > [ Upstream commit 3bf983e4e93ce8e6d69e9d63f52a66ec0856672e ] > > > riscv: gcc-13-allmodconfig: FAILED > > drivers/perf/riscv_pmu_sbi.c: In function 'pmu_sbi_ovf_handler': > drivers/perf/riscv_pmu_sbi.c:582:40: error: 'riscv_pmu_irq_num' > undeclared (first use in this function); did you mean 'riscv_pmu_irq'? > 582 | csr_clear(CSR_SIP, BIT(riscv_pmu_irq_num)); > | ^~~~~~~~~~~~~~~~~ > > drivers: perf: Check find_first_bit() return value > [ Upstream commit c6e316ac05532febb0c966fa9b55f5258ed037be ] Thanks, all should now be dropped. I'll push out new -rc releases in a bit... greg k-h