Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp869482pxf; Wed, 7 Apr 2021 13:45:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgYN4UJqC9j0UYUkjkHYARfEHVJhg2St93NP9Mm55kirljN7KObG4ER5Bamoqp7iICDIS7 X-Received: by 2002:a5d:9d13:: with SMTP id j19mr4080229ioj.110.1617828319922; Wed, 07 Apr 2021 13:45:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617828319; cv=none; d=google.com; s=arc-20160816; b=ywg/6vJ8S0EWuUCOZNOMAiM5O0TLwmZQZp4vuoDuuqlzNE5d7bGEyIXZTdGI+b5b1D IiSQSFYDx7yM1tdX/AtLXtSbvpTnBF8uGAV7SVNToyAytpXDxieSo/RIi73cm4Ei3Plu zq4jizIVjBRiZPbm+wPbSyh//xteIfn4GQrte6aM4ZW1ztzAq3CwRAmcZSasST4hjBTI lHKD7XQ9IUHdBkeUT24qloPktW8u/s3EqxHXTdpL9Y56oE5r90r9Sc4CkEHIwtcz82Ul tNK6K+A5m+FksHDQ/Y7+w5iA5ZzNs7IWiFtZbJe4NEB1IwmkgisaLiVaXKLjeClURtbp 6JnQ== 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; bh=qxZnrWEygHpPExmws7mdt6B6j4ecvhjE6xniuBbwV3k=; b=MjWwkqFAKsBYCaycWYVl51AigJfOtv+iY7/iaeLFuD0cRQpV58IJDCocAbb5kfhaVl pMuPc0t9j+diHd+IC0z8pMLBJCD3Yu/khRR5eulmIcAlWnPgWWedlTu03rpN3cV9t81E xLGj1g4xI4ebDcn7Z1+J6EonGgqWKbMDqNk6DBt8dvxQSBGxGUFA+P/IKwln8xOGCRt6 hL1o5KFNrhiCBEpxftbHBnDBEtu5qnihp1WnJMZrNkUCmxVJQ1Y89jZBWI5N3qE5r5Cu 7tIVn/bipXWHULLNpOa2yrOJaCrwhm1G6/ilEsGiMLlDUdlYvRJ9aUAZQE/gi2OuPkVH QSrQ== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d4si14750059ilf.160.2021.04.07.13.45.07; Wed, 07 Apr 2021 13:45:19 -0700 (PDT) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346431AbhDGJ73 (ORCPT + 99 others); Wed, 7 Apr 2021 05:59:29 -0400 Received: from muru.com ([72.249.23.125]:51862 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230220AbhDGJ73 (ORCPT ); Wed, 7 Apr 2021 05:59:29 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 64C2880A7; Wed, 7 Apr 2021 10:00:28 +0000 (UTC) Date: Wed, 7 Apr 2021 12:59:15 +0300 From: Tony Lindgren To: Vignesh Raghavendra Cc: Dinghao Liu , kjlu@umn.edu, Aaro Koskinen , linux-omap@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: omap: Fix rumtime PM imbalance on error Message-ID: References: <20210407033030.13419-1-dinghao.liu@zju.edu.cn> <30ed0224-fba3-75c6-c4aa-e2d0724c291b@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30ed0224-fba3-75c6-c4aa-e2d0724c291b@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Vignesh Raghavendra [210407 07:46]: > Hi, > > On 4/7/21 11:57 AM, Tony Lindgren wrote: > > * Vignesh Raghavendra [210407 06:20]: > >> Do we need a Fixes: tag to enable stable backports? > > > > Well pm_runtime_resume_and_get() was introduced quite recently, and > > we already handle the error and bail out. And likely after an error > > not much works anyways :) So it might be better to add just a stable > > tag v5.10 and later as further backports are not likely needed. > > > > Agree this is not a critical patch for backport. But I do know that > pm_runtime_resume_and_get() is backported to v5.4 stable kernel at least > [1]. So stable tag with v5.4 perhaps would probably help tools looking > for patches to backport. OK no objections to adding a fixes tag. Regards, Tony > [1] https://lkml.org/lkml/2020/12/28/588