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 BEF1D28EC for ; Wed, 21 Dec 2022 16:12:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D61CDC433EF; Wed, 21 Dec 2022 16:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671639126; bh=hMWOzJQfGrw2VL5wnUwgg7mMwK3iZwR3rvS7osSgTt0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Iprb43Ps2hq4dF7WNEy32ZrQBxFf4DPgGbQiRk2liWNRucM2WQ8AxSEMjs4EsINTP 8EZyveHceJ7MeIWBzWW0tGAivl6bt2iqcXB/iWKaTHFd37vL8/Ghfw7yvmpXIOrMCc z31B5tiz66mfKYdRZBazgafXZbugQEJY9Q5Wc778= Date: Wed, 21 Dec 2022 17:12:03 +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 Subject: Re: [PATCH 6.1 00/25] 6.1.1-rc1 review Message-ID: References: <20221219182943.395169070@linuxfoundation.org> <20221220150049.GE3748047@roeck-us.net> <20221220161135.GA1983195@roeck-us.net> 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: <20221220161135.GA1983195@roeck-us.net> On Tue, Dec 20, 2022 at 08:11:35AM -0800, Guenter Roeck wrote: > On Tue, Dec 20, 2022 at 04:10:55PM +0100, Greg Kroah-Hartman wrote: > > On Tue, Dec 20, 2022 at 07:00:49AM -0800, Guenter Roeck wrote: > > > On Mon, Dec 19, 2022 at 08:22:39PM +0100, Greg Kroah-Hartman wrote: > > > > This is the start of the stable review cycle for the 6.1.1 release. > > > > There are 25 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 Dec 2022 18:29:31 +0000. > > > > Anything received after that time might be too late. > > > > > > > > > > Build results: > > > total: 155 pass: 155 fail: 0 > > > Qemu test results: > > > total: 500 pass: 498 fail: 2 > > > Failed tests: > > > arm:xilinx-zynq-a9:multi_v7_defconfig:usb0:mem128:net,default:zynq-zc702:rootfs > > > arm:xilinx-zynq-a9:multi_v7_defconfig:usb0:mem128:zynq-zed:rootfs > > > > > > The failure bisects to commit e013ba1e4e12 ("usb: ulpi: defer ulpi_register on > > > ulpi_read_id timeout") and is inherited from mainline. Reverting the offending > > > patch fixes the problem. > > > > Odd, yet that same commit works just fine on 6.0 and 5.15 and 5.10? I > > hadn't had any reports of this being an issue on Linus's tree either, > > did I miss those? > > > > I testbed has a bad hair day. The reports for the other branches are wrong. > I restarted the tests and expect them to fail there as well. Sorry for that. No worries, I've deleted this patch from all branches now, thanks. greg k-h