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 F13A3C433DF for ; Thu, 6 Aug 2020 01:24:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C765F22D07 for ; Thu, 6 Aug 2020 01:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596677055; bh=XNByyhL9Y2whfuo7uld8tDXRV7zi64mizD0FKxzuXz4=; h=Date:From:To:To:To:Cc:CC:Cc:Subject:In-Reply-To:References: List-ID:From; b=YIH36RPnNRfGp25G5OZ2V1ZqHu+En6MOrLOprhvr0WgAfhEdsbZPxNLrjBwsYT01G EYe2+k9Kzs2rEq6x4wQARfF27eC18tcZj+Z2xDOQEwo8OA6g9UacYQpZZzV9CeJc8D G1SUncFOuobcN1vuuZTjDjMefpSAzEmxPrUjrkZs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726824AbgHFBYJ (ORCPT ); Wed, 5 Aug 2020 21:24:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:41202 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbgHFBYG (ORCPT ); Wed, 5 Aug 2020 21:24:06 -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 E3B2122B40; Thu, 6 Aug 2020 01:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596677046; bh=XNByyhL9Y2whfuo7uld8tDXRV7zi64mizD0FKxzuXz4=; h=Date:From:To:To:To:Cc:CC:Cc:Subject:In-Reply-To:References:From; b=VDJIboO0JjgLTrerPPFVXtVvJM7f2Tc70CIBir4TkP2+5t5dEDHKN53JuSspENC+b NwFq25Qs/aPGQh787I1U/bL0+QzsxD/oajq+//wiA3P4blJQjS9MzzPxUGPWm94lMX LKjATQBSeXjIn8U62IreLnln3Aij6y6iDmbQ7ugk= Date: Thu, 06 Aug 2020 01:24:05 +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: <20200806012405.E3B2122B40@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.7.11, v5.4.54, v4.19.135, v4.14.190, v4.9.231, v4.4.231. v5.7.11: Build OK! v5.4.54: Build OK! v4.19.135: Build OK! v4.14.190: Build OK! v4.9.231: 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.231: 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