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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 D9F34C432C0 for ; Mon, 2 Dec 2019 22:13:24 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8971D20718 for ; Mon, 2 Dec 2019 22:13:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RhF1YouW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8971D20718 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47RfWk1nL5zDqMx for ; Tue, 3 Dec 2019 09:13:22 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=sashal@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="RhF1YouW"; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47RfWc3xy1zDqM3 for ; Tue, 3 Dec 2019 09:13:15 +1100 (AEDT) Received: from localhost (unknown [40.117.208.15]) (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 8F590206F0; Mon, 2 Dec 2019 22:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575324792; bh=2qBYdtuz2vsQcjVDzoS1io7b09w1B1yxEg9nyBoL3PU=; h=Date:From:To:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=RhF1YouWDdGexwkMc/ASSTZd6L2N+QWk6ePoWA85BRhWHe5Z/GqoSxuaxcggnJK5P 4/v+J1xunyku09p6eXoshOf6oMWkxAP0SUgsZRfXGJkHqtowVdZiBcF6CP541h7PBn 4WzWf/FilTBr5iVwJB0s/GWeGlivHuQf4PW2brTM= Date: Mon, 02 Dec 2019 22:13:11 +0000 From: Sasha Levin To: Sasha Levin To: Gao Xiang To: Gao Xiang To: Chao Yu , linux-erofs@lists.ozlabs.org Subject: Re: [PATCH] erofs: zero out when listxattr is called with no xattr In-Reply-To: <20191201084040.29275-1-hsiangkao@aol.com> References: <20191201084040.29275-1-hsiangkao@aol.com> Message-Id: <20191202221312.8F590206F0@mail.kernel.org> X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: , LKML , stable@vger.kernel.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: cadf1ccf1b00 ("staging: erofs: add error handling for xattr submodule"). The bot has tested the following trees: v5.4.1, v5.3.14, v4.19.87. v5.4.1: Build OK! v5.3.14: Failed to apply! Possible dependencies: Unable to calculate v4.19.87: Failed to apply! Possible dependencies: Unable to calculate NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks, Sasha