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.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 C1468C433E3 for ; Wed, 26 Aug 2020 13:55:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 988F0208E4 for ; Wed, 26 Aug 2020 13:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598450113; bh=3d4/UD66PTqGtvbUZ5Ht1ixKxEdt4LRR5EpiYuZnYkw=; h=Date:From:To:To:To:Cc:CC:Cc:Subject:In-Reply-To:References: List-ID:From; b=dnRBkKp8mKzRdDbGkVnvl7P8f3b5q6W79pDalufDszP7gLXQSwzcKdLpipr1pbV1D ZV5Sf2dhdHnDetiJ1/fh7GSTQQzLmVmHLlO0GiW6JjexLfHTWYi4L6vMUKLcprPjWv sjWjoftQfXf4JkMB/LPlWtsaFnEySiJgA4TKUIpo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730450AbgHZNzM (ORCPT ); Wed, 26 Aug 2020 09:55:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:60564 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730415AbgHZNxz (ORCPT ); Wed, 26 Aug 2020 09:53:55 -0400 Received: from localhost (unknown [70.37.104.77]) (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 22B92208E4; Wed, 26 Aug 2020 13:53:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598450035; bh=3d4/UD66PTqGtvbUZ5Ht1ixKxEdt4LRR5EpiYuZnYkw=; h=Date:From:To:To:To:Cc:CC:Cc:Subject:In-Reply-To:References:From; b=nXxQEvRZliiKLfZinxReH4Ou2sJSX0euh7UAEcBg/fZL3qhM7eUBs90XCRIV7KO4Z od1npcOjLJfseEs0VZs2+D2M4qLg/TZ9gMwpVkwZo4N6aoK9Iy0yJWlWlS8Zhfvz/I XcqxfgFewAhSVs8Q99hYiydTB0rxVKPdg7W+uHPw= Date: Wed, 26 Aug 2020 13:53:54 +0000 From: Sasha Levin To: Sasha Levin To: Jan Kara To: Ted Tso Cc: , Jan Kara CC: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH] ext4: Fix checking of entry validity In-Reply-To: <20200731162135.8080-1-jack@suse.cz> References: <20200731162135.8080-1-jack@suse.cz> Message-Id: <20200826135355.22B92208E4@mail.kernel.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 109ba779d6cc ("ext4: check for directory entries too close to block end"). The bot has tested the following trees: v5.8.2, v5.7.16, v5.4.59, v4.19.140, v4.14.193, v4.9.232, v4.4.232. v5.8.2: Build OK! v5.7.16: Build OK! v5.4.59: Build OK! v4.19.140: Build OK! v4.14.193: Build OK! v4.9.232: Failed to apply! Possible dependencies: 364443cbcfe7 ("ext4: convert DAX reads to iomap infrastructure") 39bc88e5e38e ("arm64: Disable TTBR0_EL1 during normal kernel execution") 7046ae35329f ("ext4: Add iomap support for inline data") 7c0f6ba682b9 ("Replace with globally") 9cf09d68b89a ("arm64: xen: Enable user access before a privcmd hvc call") b886ee3e778e ("ext4: Support case-insensitive file name lookups") bd38967d406f ("arm64: Factor out PAN enabling/disabling into separate uaccess_* macros") ee73f9a52a34 ("ext4: convert to new i_version API") eeca7ea1baa9 ("ext4: use current_time() for inode timestamps") v4.4.232: Failed to apply! Possible dependencies: 12735f881952 ("ext4: pre-zero allocated blocks for DAX IO") 2dcba4781fa3 ("ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag") 364443cbcfe7 ("ext4: convert DAX reads to iomap infrastructure") 7046ae35329f ("ext4: Add iomap support for inline data") 705965bd6dfa ("ext4: rename and split get blocks functions") b886ee3e778e ("ext4: Support case-insensitive file name lookups") ba5843f51d46 ("ext4: use pre-zeroed blocks for DAX page faults") c86d8db33a92 ("ext4: implement allocation of pre-zeroed blocks") ee73f9a52a34 ("ext4: convert to new i_version API") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha