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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8ED5C433DB for ; Mon, 22 Feb 2021 10:18:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BF9464E27 for ; Mon, 22 Feb 2021 10:18:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230525AbhBVKRz (ORCPT ); Mon, 22 Feb 2021 05:17:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:55762 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230224AbhBVKRj (ORCPT ); Mon, 22 Feb 2021 05:17:39 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9A9A864E25; Mon, 22 Feb 2021 10:16:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613989017; bh=33TCNY6DybwqQA4egsX1ytYm44Tfux55ULKQ5Qbbk1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SvzCMrOmJR5ETIxYUa5Kkz2GpBBSQtxYFhvf1dfx5hLEyruP1qd/ukeizg10JW1R/ eENhp+7RXV/ke4+NDxM6AKOG7aq5OUB0zfAHiex/9Znwp+9sddZ/ExJsTGSDkR8wdg efJQU/OU03pyzB4IEe3TnjYdqYkl2UxL0CEPdlbI= Date: Mon, 22 Feb 2021 11:16:54 +0100 From: Greg KH To: Zheng Yejian Cc: stable@vger.kernel.org, judy.chenhui@huawei.com, zhangjinhao2@huawei.com, lee.jones@linaro.org, tglx@linutronix.de Subject: Re: [PATCH 1/1] futex: Fix OWNER_DEAD fixup Message-ID: References: <20210222040618.2911498-1-zhengyejian1@huawei.com> <20210222040618.2911498-2-zhengyejian1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210222040618.2911498-2-zhengyejian1@huawei.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Feb 22, 2021 at 12:06:18PM +0800, Zheng Yejian wrote: > From: Peter Zijlstra > > commit a97cb0e7b3f4c6297fd857055ae8e895f402f501 upstream. Why is this not also needed in 4.9.y? If so, please also provide a backport there so I can apply this one too. thanks, greg k-h