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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 047D9C433EC for ; Thu, 16 Jul 2020 00:27:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D76B82076C for ; Thu, 16 Jul 2020 00:27:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594859258; bh=GEziDP5HiD3f/2kmMiC8OrJXv3eCmwGtVsBzNMZsU+w=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:List-ID: From; b=nKt5AAmWmgF5vvz6ed0KpLpowEYX1CB0tHs+uUHTtTdmuLQ1YnxSoZAypbmlDMW56 aWPQ/irYWi2xbJ0OtRsjDp/j1LYxKf2EIpy0Ba6kF5qlowBZP/xo8Xj1tXT2V9oTjY jsmn0SJ5oo6Bt18msS17sA929goIRfjw+pobHKs8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727853AbgGPA1i (ORCPT ); Wed, 15 Jul 2020 20:27:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:54550 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727819AbgGPA1f (ORCPT ); Wed, 15 Jul 2020 20:27:35 -0400 Received: from localhost (unknown [137.135.114.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 43BD32076C; Thu, 16 Jul 2020 00:27:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594859254; bh=GEziDP5HiD3f/2kmMiC8OrJXv3eCmwGtVsBzNMZsU+w=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=vLPJrvMfbDzPzOHQ7J05iGi3WdscwKMquMY5LLL8luuf5pctza9rJlt6FuOdrre42 NHHwyzM3bv7bStEhJAjzR55nXRzTtewlQ6G4kNoPAq7gwZ3ncMUzWfg+gIjDCGoSoC S+LxqrULZMHWOke+r4w5ty1mJN9gUtrVNA1qjmvk= Date: Thu, 16 Jul 2020 00:27:33 +0000 From: Sasha Levin To: Sasha Levin To: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba , stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH] btrfs: add missing check for nocow and compression inode flags In-Reply-To: <20200710100553.13567-1-dsterba@suse.com> References: <20200710100553.13567-1-dsterba@suse.com> Message-Id: <20200716002734.43BD32076C@mail.kernel.org> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: 4.4+ The bot has tested the following trees: v5.7.8, v5.4.51, v4.19.132, v4.14.188, v4.9.230, v4.4.230. v5.7.8: Build OK! v5.4.51: Build OK! v4.19.132: Failed to apply! Possible dependencies: 04e6863b19c72 ("btrfs: split btrfs_setxattr calls regarding transaction") 262c96a3c3670 ("btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans") 7715da84f74d5 ("btrfs: merge _btrfs_set_prop helpers") 8b4d1efc9e6c3 ("btrfs: prop: open code btrfs_set_prop in inherit_prop") cac237ae095f6 ("btrfs: rename btrfs_setxattr to btrfs_setxattr_trans") d2b8fcfe43155 ("btrfs: modify local copy of btrfs_inode flags") f22125e5d8ae1 ("btrfs: refactor btrfs_set_props to validate externally") ff9fef559babe ("btrfs: start transaction in btrfs_ioctl_setflags()") v4.14.188: Failed to apply! Possible dependencies: 04e6863b19c72 ("btrfs: split btrfs_setxattr calls regarding transaction") 1905a0f7c7de3 ("btrfs: rename btrfs_mask_flags to reflect which flags it touches") 262c96a3c3670 ("btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans") 38e82de8ccd18 ("btrfs: user proper type for btrfs_mask_flags flags") 5ba76abfb2336 ("btrfs: rename check_flags to reflect which flags it touches") 5c57b8b6a4966 ("btrfs: unify naming of flags variables for SETFLAGS and XFLAGS") 7715da84f74d5 ("btrfs: merge _btrfs_set_prop helpers") 7852781d94b30 ("btrfs: drop underscores from exported xattr functions") 7b6a221e5b21f ("btrfs: rename btrfs_update_iflags to reflect which flags it touches") 8b4d1efc9e6c3 ("btrfs: prop: open code btrfs_set_prop in inherit_prop") 93370509c24cc ("btrfs: SETFLAGS ioctl: use helper for compression type conversion") a157d4fd81dc7 ("btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches") ab0d09361662b ("btrfs: drop extern from function declarations") cac237ae095f6 ("btrfs: rename btrfs_setxattr to btrfs_setxattr_trans") d2b8fcfe43155 ("btrfs: modify local copy of btrfs_inode flags") f22125e5d8ae1 ("btrfs: refactor btrfs_set_props to validate externally") ff9fef559babe ("btrfs: start transaction in btrfs_ioctl_setflags()") v4.9.230: Failed to apply! Possible dependencies: 0b246afa62b0c ("btrfs: root->fs_info cleanup, add fs_info convenience variables") 1905a0f7c7de3 ("btrfs: rename btrfs_mask_flags to reflect which flags it touches") 38e82de8ccd18 ("btrfs: user proper type for btrfs_mask_flags flags") 5ba76abfb2336 ("btrfs: rename check_flags to reflect which flags it touches") 5c57b8b6a4966 ("btrfs: unify naming of flags variables for SETFLAGS and XFLAGS") 62d1f9fe97dd2 ("btrfs: remove trivial helper btrfs_find_tree_block") a157d4fd81dc7 ("btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches") cf8cddd38bab3 ("btrfs: don't abuse REQ_OP_* flags for btrfs_map_block") da17066c40472 ("btrfs: pull node/sector/stripe sizes out of root and into fs_info") de143792253e2 ("btrfs: struct btrfsic_state->root should be an fs_info") fb456252d3d9c ("btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere") ff9fef559babe ("btrfs: start transaction in btrfs_ioctl_setflags()") v4.4.230: Failed to apply! Possible dependencies: 0132761017e01 ("btrfs: fix string and comment grammatical issues and typos") 09cbfeaf1a5a6 ("mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros") 0b246afa62b0c ("btrfs: root->fs_info cleanup, add fs_info convenience variables") 0e749e54244ee ("dax: increase granularity of dax_clear_blocks() operations") 1905a0f7c7de3 ("btrfs: rename btrfs_mask_flags to reflect which flags it touches") 38e82de8ccd18 ("btrfs: user proper type for btrfs_mask_flags flags") 4420cfd3f51cf ("staging: lustre: format properly all comment blocks for LNet core") 52db400fcd502 ("pmem, dax: clean up clear_pmem()") 5ba76abfb2336 ("btrfs: rename check_flags to reflect which flags it touches") 5c57b8b6a4966 ("btrfs: unify naming of flags variables for SETFLAGS and XFLAGS") 5fd88337d209d ("staging: lustre: fix all conditional comparison to zero in LNet layer") a157d4fd81dc7 ("btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches") b2e0d1625e193 ("dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()") bb7ab3b92e46d ("btrfs: Fix misspellings in comments.") cf8cddd38bab3 ("btrfs: don't abuse REQ_OP_* flags for btrfs_map_block") d1a5f2b4d8a12 ("block: use DAX for partition table reads") de143792253e2 ("btrfs: struct btrfsic_state->root should be an fs_info") e10624f8c0971 ("pmem: fail io-requests to known bad blocks") ff9fef559babe ("btrfs: start transaction in btrfs_ioctl_setflags()") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha