Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1517445pxb; Mon, 22 Feb 2021 04:12:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJw8DcAwKR9L/Nqs79rPXOkoMRm2Fff4A6HCJoR6DXuA7yScu/peROpfmpldvf4uC577ZNN/ X-Received: by 2002:a50:e0c3:: with SMTP id j3mr22890495edl.32.1613995954568; Mon, 22 Feb 2021 04:12:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613995954; cv=none; d=google.com; s=arc-20160816; b=poC6344zYpu3oMnZLDW9QFn/vuqOu9iwVMaMtCrEx1WZZC5F0Qt7lg4nO6jxsidA1B v3Qo0oC28XSraMANXnn/lC+A+Kj7zI5lJKMpLhaifeuRihMrrHtXdxKxLK5pRm/TXKDc J/IBPtUJotcXid6SUrhTmznMcNFrMJlGIuq6ExOTjYfBcwpDrzerigb9EBJi1YaIt66X PQUr3oMPygHdrx1whzi4DVTMpvKVxRJwHkb6ouA/gRj/yrp3ltU6BQMYkgQGjx+yttyx jMx7LnjwnaoR7C5L5I0YaTjTZS3reO2LOx006wOnfhhzSoDOA4x/Iii6YCAzOMfQKphe sVuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=ty400Ln/k//iyXJ9kECL2z3W17UTMLucJ14RteJWGz8=; b=tGbh0nKmRf4EDbHhjCK0fBHeOWL8Bhn5odHrBLctQDqrTbEOChjByCOUla8PyoUb4l FKCkpm5VzzTuvTgi0Sm3seXfGqT7gqUUMevXfRHQIrB+Bdn9Cm45X6ftT79WAuqvTnHU SOoc4FxIEA5Q/Q2xpC40+TyT6iXHc8AB8gRUKIqUiszdrd1hpTF91s4gIxtxG4J2T1gU 9Wpz4mBymgmVEFIFRcSHCs4AlEANscJP+Z7Gnc2IBNcxH25aZ16mnX3uOLvYJnA9Vmh5 xSwLYpgg4IQNHCBIR5vE4JnXKpvZ98X61sStBYa/88LCZftbqZ2yfLhCuy46Lb1DLgi3 ynpg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=kdoClrqP; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h5si13625191edd.237.2021.02.22.04.12.12; Mon, 22 Feb 2021 04:12:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=kdoClrqP; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230175AbhBVMKM (ORCPT + 99 others); Mon, 22 Feb 2021 07:10:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:43954 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230090AbhBVMKK (ORCPT ); Mon, 22 Feb 2021 07:10:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 23A8E60C3E; Mon, 22 Feb 2021 12:09:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613995769; bh=vkn91XSEQHym5zKtY83o4vZak+yc+4d2glFxeuvEa3A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kdoClrqPsqQJvuHVAsqzA23cnbbgUVBjy4WIU4/1dWdtDtufSVrLOI6QT2zvCSbnA nXP2F1NUsdyMy6h2EicBCRXHwYsxST/CfQesrbJLD4QipaWEYpYxCJsjU60QtZdBV8 zFemL0Kt4oaXbt7no6Cw0Z+l8xlIG7FQYHa/kRPA= Date: Mon, 22 Feb 2021 13:09:24 +0100 From: Greg KH To: Xiaoming Ni Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, sashal@kernel.org, tglx@linutronix.de, wangle6@huawei.com, zhengyejian1@huawei.com Subject: Re: [PATCH stable-rc queue/4.9 1/1] futex: Provide distinct return value when owner is exiting Message-ID: References: <20210222070328.102384-1-nixiaoming@huawei.com> <20210222070328.102384-2-nixiaoming@huawei.com> <3bc570f6-f8af-b0a2-4d62-13ed4adc1f33@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3bc570f6-f8af-b0a2-4d62-13ed4adc1f33@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2021 at 06:54:06PM +0800, Xiaoming Ni wrote: > On 2021/2/22 18:16, Greg KH wrote: > > On Mon, Feb 22, 2021 at 03:03:28PM +0800, Xiaoming Ni wrote: > > > From: Thomas Gleixner > > > > > > commit ac31c7ff8624409ba3c4901df9237a616c187a5d upstream. > > This commit is already in the 4.9 tree. If the backport was incorrect, > > say that here, and describe what went wrong and why this commit fixes > > it. > > > > Also state what commit this fixes as well, otherwise this changelog just > > looks like it is being applied again to the tree, which doesn't make > > much sense. > > > > thanks, > > > > greg k-h > > . > > I wrote a cover for it. but forgot to adjust the title of the cover: > > https://lore.kernel.org/lkml/20210222070328.102384-1-nixiaoming@huawei.com/ > > > I found a dead code in the queue/4.9 branch of the stable-rc repository. > > 2021-02-03: > commit c27f392040e2f6 ("futex: Provide distinct return value when > owner is exiting") > The function handle_exit_race does not exist. Therefore, the > change in handle_exit_race() is ignored in the patch round. > > 2021-02-22: > commit e55cb811e612 ("futex: Cure exit race") > Define the handle_exit_race() function, > but no branch in the function returns EBUSY. > As a result, dead code occurs in the attach_to_pi_owner(): > > int ret = handle_exit_race(uaddr, uval, p); > ... > if (ret == -EBUSY) > *exiting = p; /* dead code */ > > To fix the dead code, modify the commit e55cb811e612 ("futex: Cure exit > race"), > or install a patch to incorporate the changes in handle_exit_race(). > > I am unfamiliar with the processing of the stable-rc queue branch, > and I cannot find the patch mail of the current branch in > https://lore.kernel.org/lkml/?q=%22futex%3A+Cure+exit+race%22 > Therefore, I re-integrated commit ac31c7ff8624 ("futex: Provide distinct > return value when owner is exiting"). > And wrote a cover (but forgot to adjust the title of the cover): > > https://lore.kernel.org/lkml/20210222070328.102384-1-nixiaoming@huawei.com/ So this is a "fixup" patch, right? Please clearly label it as such in your patch description and resend this as what is here I can not apply at all. thanks, greg k-h