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 6EE4A46B3 for ; Tue, 20 Dec 2022 15:10:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 855CAC433D2; Tue, 20 Dec 2022 15:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671549058; bh=XNu6R5cnDmMVOTCw3M+ehR8p/ez6OcAEVLZNjcUbJ5M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xnj2m/1vwjkEH8GXJ4YKF77MX+5gYT9b5GTSg9oj3Nq+y2tj06cl9D5KXJH9IbiDM RWiyGiL1LV5gIGgcFMcorX86BJESam+qVTMKddpGnwRqM3uXwA+Op/XvUIFzjA2Iok agIRYYESDygJ5o5htJUDxf7JjbLEL/3CLK0N04uM= Date: Tue, 20 Dec 2022 16:10:55 +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> 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: <20221220150049.GE3748047@roeck-us.net> 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? thanks, greg k-h