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 BA24AC76188 for ; Wed, 5 Apr 2023 09:46:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237598AbjDEJqW (ORCPT ); Wed, 5 Apr 2023 05:46:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231455AbjDEJqS (ORCPT ); Wed, 5 Apr 2023 05:46:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3158F90; Wed, 5 Apr 2023 02:46:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B287C6233B; Wed, 5 Apr 2023 09:46:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 626C2C433D2; Wed, 5 Apr 2023 09:46:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680687976; bh=/0ksBmic0uIdSY+bTKk+HULhaFzhDv+LLl/j/T7P0aU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j038429zGXzPtWfTtm7SnW4ecBA73zZfVIwV4YSgecQe9JAUwpZm7jfjV5DjErkV2 0emF4rEvtXB7mwZArptQXYpzeaOINpK+8me/c9/BbGll3/YKz2D5XpEPhIl/jsLwd1 PG0Aco5lfMsOkfHwMLz3R21KAoUb/2BGBIbpvfWk= Date: Wed, 5 Apr 2023 11:46:14 +0200 From: Greg Kroah-Hartman To: Petr Tesarik Cc: Kelsey Steele , 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, decui@microsoft.com, linux-hyperv@vger.kernel.org, iommu@lists.linux.dev, robin.murphy@arm.com, dexuan.linux@gmail.com, tyler.hicks@microsoft.com Subject: Re: [PATCH 6.1 000/179] 6.1.23-rc2 review Message-ID: <2023040528-ardently-bolster-249b@gregkh> References: <20230404183150.381314754@linuxfoundation.org> <20230405003549.GA21326@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <2023040503-perkiness-nutty-f8f4@gregkh> <539e9035-2673-a51b-c40c-5e5b5e79056c@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539e9035-2673-a51b-c40c-5e5b5e79056c@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Wed, Apr 05, 2023 at 11:41:42AM +0200, Petr Tesarik wrote: > On 4/5/2023 11:30 AM, Greg Kroah-Hartman wrote: > > On Tue, Apr 04, 2023 at 05:35:49PM -0700, Kelsey Steele wrote: > >> On Tue, Apr 04, 2023 at 08:32:15PM +0200, Greg Kroah-Hartman wrote: > >>> This is the start of the stable review cycle for the 6.1.23 release. > >>> There are 179 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, 06 Apr 2023 18:31:13 +0000. > >>> Anything received after that time might be too late. > >>> > >> > >> Hi Greg, > >> > >> 6.1.23-rc2 is failing to boot on x86 WSL. A bisect leads to commit > >> c2f05366b687 ("swiotlb: fix slot alignment checks") being the problem > >> and reverting this patch puts everything back in a working state. > >> > >> There's a report from Dexuan who also encountered this error on a Linux > >> VM on Hyper-V: > >> > >> https://lore.kernel.org/all/CAA42JLa1y9jJ7BgQvXeUYQh-K2mDNHd2BYZ4iZUz33r5zY7oAQ@mail.gmail.com/ > >> > >> Adding a chunk of my log below which shows errors occuring from the hv_strvsc driver. > > > > Is this also a problem on 6.2-rc1, and Linus's tree? > > Yes, unfortunately. Great, we are bug-compatible! :) I'll go revert this from the 6.1 and 6.2 queues and push out new -rc releases so that you can test. But please work upstream to get this resolved there otherwise everyone is going to hit this when 6.3-final is released. thanks, greg k-h