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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2210C433EF for ; Thu, 18 Nov 2021 08:14:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C85A861B64 for ; Thu, 18 Nov 2021 08:14:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244399AbhKRIRR (ORCPT ); Thu, 18 Nov 2021 03:17:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:40042 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244386AbhKRIQB (ORCPT ); Thu, 18 Nov 2021 03:16:01 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 377B0619BB; Thu, 18 Nov 2021 08:13:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637223181; bh=VW8XL5P3cEuMtrWnECN39Kg2jTgv0gMinHiwNQoCuF0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V4NfIZILvX2jS8WWppKsU43fv+kYqoIjU2pk+zKRTTgvuXzf/W6RWRpc5wrS4jz9r 9K7PVLd4rYRYxETW6iNCaVJ/dNEWMGaS9mgHS7bPPm1CTegNMsWHkEU5sztEzOYW+i tAZll/cBSDXnFmtL48oqS7YCkKa9h0Cxk2WM51Qc= Date: Thu, 18 Nov 2021 09:12:59 +0100 From: Greg Kroah-Hartman To: Kees Cook Cc: Linus Torvalds , Holger =?iso-8859-1?Q?Hoffst=E4tte?= , Qi Zheng , "Peter Zijlstra (Intel)" , Thomas Gleixner , Justin Forbes , Linux Kernel Mailing List , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jon Hunter , Florian Fainelli , stable , Wang Yugui , =?iso-8859-1?Q?Fran=E7ois?= Guerraz , Josh Poimboeuf Subject: Re: [PATCH 5.15 000/923] 5.15.3-rc3 review Message-ID: References: <20211117101657.463560063@linuxfoundation.org> <55c7b316-e03d-9e91-d74c-fea63c469b3b@applied-asynchrony.com> <202111171609.56F12BD@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111171609.56F12BD@keescook> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 17, 2021 at 04:16:51PM -0800, Kees Cook wrote: > On Wed, Nov 17, 2021 at 03:50:17PM -0800, Linus Torvalds wrote: > > Sorry for top-posting and quoting this all, but the actual people > > involved with the wchan changes don't seem to be on the participant > > list. > > Adding more folks from a private report and > https://bugzilla.kernel.org/show_bug.cgi?id=215031 > > and for the new people, here's a lore link for this thread: > https://lore.kernel.org/stable/YZV02RCRVHIa144u@fedora64.linuxtx.org/ > > > FWIW, earlier bisection pointed to the stable backport of > 5d1ceb3969b6b2e47e2df6d17790a7c5a20fcbb4 being the primary culprit. > At first glance it seems to me that the problem with -stable is that an > unvetted subset of the wchan refactoring series landed in -stable. What would be the vetted subset? :) Anyway, I have now dropped the following patches that were in the 5.15.3-rc tree: bc9bbb81730e ("x86: Fix get_wchan() to support the ORC unwinder") 42a20f86dc19 ("sched: Add wrapper for get_wchan() to keep task blocked") 5d1ceb3969b6 ("x86: Fix __get_wchan() for !STACKTRACE") And will push out another -rc release to let people test. If there are any other commits I should have also dropped, please let me know. thanks, greg k-h