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 2C84C3A9D87; Tue, 31 Mar 2026 10:19:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774952348; cv=none; b=IqffiSwBC4T7IT6Os5wwHdzvSWicF2XYbQfFfApXaBQnc5kn3gYBz0m5ps/bFtVPtN+jU5tePz4D7RySEXmCsh/X9Mbp8M4LiSDa8xYbVeavLO7hY8qUmNdHPLiPS4QlnXQyrnTj2OI0Bn/hk8QMwgB0U5Jy1gELHaiEs0wXj6A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774952348; c=relaxed/simple; bh=C63rki2LoaCtMMcuFy7+wQ/l3D0PT2ixs9u9g+JVSpo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KsVs7kAwHRNKfByYd/UADC4g3P4KG+Ual6kSp7MD39AOygwWVjbvwxiRbif+bF1CXSBq+QMNqvxVj4A+l01YSfs9w8vmHyYLdERzceMfUDWnG2vljlyS4KYgS51ajua9tzELiqEY5nAFAnWa9fMzAj11Wb97R8aJd6kR9RHuyjw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Cewqqc70; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Cewqqc70" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3055DC2BCB0; Tue, 31 Mar 2026 10:19:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774952347; bh=C63rki2LoaCtMMcuFy7+wQ/l3D0PT2ixs9u9g+JVSpo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Cewqqc705/lCYbeJKP8sJfsgy3UQsbAl5dtWjwj3Bqq+5JvJtxZdEaQ/i2U4fdZbn EGLOPzUKotyLfHU3UZi+ZT6PW0LYRLXpLWZtqeaGQjEs5aCyXiBX5oOqVN2TiF7lN0 5vLl2faf8FxFSFLPHTYdDQ54JeRMfCP1PoYesFRg= Date: Tue, 31 Mar 2026 12:19:04 +0200 From: Greg KH To: Thorsten Leemhuis Cc: Sasha Levin , achill@achill.org, akpm@linux-foundation.org, broonie@kernel.org, conor@kernel.org, f.fainelli@gmail.com, hargar@microsoft.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, lkft-triage@lists.linaro.org, patches@kernelci.org, patches@lists.linux.dev, pavel@nabladev.com, rwarsow@gmx.de, shuah@kernel.org, sr@sladewatkins.com, stable@vger.kernel.org, sudipm.mukherjee@gmail.com, torvalds@linux-foundation.org, "Peter Zijlstra (Intel)" , Ingo Molnar , Richard Weinberger , Anton Ivanov , Miguel Ojeda , Johannes Berg , linux-um@lists.infradead.org Subject: Re: [PATCH 6.18 000/212] 6.18.20-rc1 review Message-ID: <2026033158-choking-confined-75be@gregkh> References: <20260323134503.770111826@linuxfoundation.org> <20260325010401.62938-1-ojeda@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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 Mon, Mar 30, 2026 at 07:48:50PM +0200, Thorsten Leemhuis wrote: > On 3/25/26 02:04, Miguel Ojeda wrote: > > On Mon, 23 Mar 2026 14:43:41 +0100 Greg Kroah-Hartman wrote: > > > > For UML, I am seeing: > > Guenter (now CCed) just reported something similar down in the thread. > And I got a similar bug report about it as well, which bisected it to > 49cf34c0815f93 ("unwind_user/x86: Enable frame pointer unwinding on > x86") [v6.19-rc1, v6.18.17 (b9537a51b65af0)]: > https://bugzilla.kernel.org/show_bug.cgi?id=221283 > > > [...] > > > > aa7387e79a5c ("unwind_user/x86: Fix arch=um build") > > The users in that bug reported confirmed that this fixed things: > https://bugzilla.kernel.org/show_bug.cgi?id=221283#c12 > > Greg, Sasha, could you pick this up please for 6.18.y? Now added, thanks. greg k-h