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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 2159AC11F64 for ; Mon, 28 Jun 2021 23:36:37 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 82D2B61CFC for ; Mon, 28 Jun 2021 23:36:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 82D2B61CFC 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 boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4GDPBq0PgHz30Fb for ; Tue, 29 Jun 2021 09:36:35 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=CNA5eqno; dkim-atps=neutral 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=pr-tracker-bot@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=CNA5eqno; 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 4GDPBj0LHkz30B4 for ; Tue, 29 Jun 2021 09:36:28 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPS id DF0FB61CBA; Mon, 28 Jun 2021 23:36:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624923384; bh=qXmWFItnTdYoBR9+K5Sc4/OlhXsrkNE6YdO//n+SAFA=; h=Subject:From:In-Reply-To:References:Date:To:Cc:From; b=CNA5eqnoG6eXHQqdINNHO0//vMVfS/rdX06vcDvw0nvJQUkzNmFfvWOGzFD+H+hVV YlhXK8bxSlDtlyNiSA7k0krt1lO4GeRVbdE7BQnhq74Eo3BHJCIBLVsE4WA322DcO+ WDP1WLaNageZyaE2xzY5pWe8jukejJyLZElj0gJfWkGSvqubAspEAe5VRX7hP9TYHa OZzI9WIGq3w/u4t9/rCFvHYJFlFrJAeuxEVOLieA/guP3kHy/vGtcDlTEOrSJ9rkPb Fie2U3uSfpsMZ/u8jweHDwedlH7PcOnHr8HWxTjccRnQg7mvNftgjIInMbgT+EWh/W FDkEEu5nNFZtw== Subject: Re: [GIT PULL] erofs updates for 5.14-rc1 From: pr-tracker-bot@kernel.org In-Reply-To: <20210628153020.GA18976@hsiangkao-HP-ZHAN-66-Pro-G1> References: <20210628153020.GA18976@hsiangkao-HP-ZHAN-66-Pro-G1> X-PR-Tracked-List-Id: Development of Linux EROFS file system X-PR-Tracked-Message-Id: <20210628153020.GA18976@hsiangkao-HP-ZHAN-66-Pro-G1> X-PR-Tracked-Remote: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.14-rc1 X-PR-Tracked-Commit-Id: 8215d5b7f15f8643bf12fe005b2bc0cc322aff62 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: 7aed4d57b113f81214bea1ddb10480f620ade800 Message-Id: <162492338477.13806.9034684085428438298.pr-tracker-bot@kernel.org> Date: Mon, 28 Jun 2021 23:36:24 +0000 To: Gao Xiang 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: Linus Torvalds , LKML , Yue Hu , Wei Yongjun , Gao Xiang , linux-erofs@lists.ozlabs.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" The pull request you sent on Mon, 28 Jun 2021 23:30:22 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.14-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7aed4d57b113f81214bea1ddb10480f620ade800 Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html