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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D8A4C433EF for ; Fri, 27 May 2022 15:40:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346319AbiE0PkV (ORCPT ); Fri, 27 May 2022 11:40:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237983AbiE0PkU (ORCPT ); Fri, 27 May 2022 11:40:20 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 612CD108A9B; Fri, 27 May 2022 08:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1im2zbHEc3hQkZgSdxFkdu60S9CPZEI+N3LtuKc0Sq0=; b=hkhSk2Nn++xzvaOl8s8FlU+05o W7XrKZZET/qU5A4DD4TAsVlpiTxuEJjVpnywcqi8r50zywK9QCjd9FUjy+TbXd0YwJqPJGUUJ7rXN iB6D3Sutbcx+66qwG88fSCy4uKC4vFXV5Dm6KmYHkuxpp4zvkMT5AWpgTJlMUUQmZCM1IBLf1oTi5 0A/MxHZzObmjN7IqmdnjrSjIvC+OE+rRcbB3u4tXfSMNHoWS16/ZVSjLj5B0lN7sRJpbFRL07EwpP 2LAQIMa+A00MdH88iEZW64OI55YMHPqa24M0hPJPkSvQjP29N2AuaqFesHprA9UcFdWweA0BNGQzk n/69HxJA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuc4U-000RWN-Fj; Fri, 27 May 2022 15:40:14 +0000 Date: Fri, 27 May 2022 08:40:14 -0700 From: Luis Chamberlain To: Amir Goldstein Cc: Dave Chinner , Christoph Hellwig , "Darrick J . Wong" , Theodore Ts'o , Adam Manzanares , Tyler Hicks , linux-xfs , fstests Subject: Re: [PATH 5.10 0/4] xfs stable candidate patches for 5.10.y (part 1) Message-ID: References: <20220525111715.2769700-1-amir73il@gmail.com> <20220527090838.GD3923443@dread.disaster.area> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Fri, May 27, 2022 at 03:24:02PM +0300, Amir Goldstein wrote: > On Fri, May 27, 2022 at 12:08 PM Dave Chinner wrote: > > Backport candidate: yes. Severe: absolutely not. > In the future, if you are writing a cover letter for an improvement > series or internal pull request and you know there is a backport > candidate inside, if you happen to remember to mention it, it would > be of great help to me. Amir, since you wrote a tool enhancement to scrape for possible candidates, *if* we defined some sort of meta-data to describe this sort of stuff on the cover letter: Backport candidate: yes. Severe: absolutely not It would be useful when scraping. Therefore, leaving the effort to try to backport / feasibility to others. This would be different than a stable Cc tag, as those have a high degree of certainty. How about something like: Backport-candidate: yes Impact: low Luis