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=-8.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 6AE51C8302A for ; Thu, 2 Sep 2021 17:37:29 +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 DBEF161103 for ; Thu, 2 Sep 2021 17:37:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DBEF161103 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4H0p5z3T6Kz2yMq for ; Fri, 3 Sep 2021 03:37:27 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=UNkwfzAI; 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=UNkwfzAI; 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 4H0p5q5MFCz2xtr for ; Fri, 3 Sep 2021 03:37:19 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPS id 29DC7610F7; Thu, 2 Sep 2021 17:37:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630604236; bh=QBYTml/x3K/PePcy/qE1VF3LU3rtoHrlLGNyqEMZ92s=; h=Subject:From:In-Reply-To:References:Date:To:Cc:From; b=UNkwfzAIAzBZQlZojuPKcz1iQUGdPUJ56ZnZbHxPIB4qOBTqBnKKfgn2KFlXyFTrr HwiYtpU3pGvxHJcEDsAUwcZx84Ql7pGyArhsu6WRUbEPumM4PW65hKzqx/aC+LyZmO RvCokvVoyd5LZ+PGNwMqopjPhXa2buEShtUiv6ZFZu732n7iLiiG0uOL6/aGlxUofV FcQWQij7soMcGV5B3ECHDx/JsyqPNw3JJpOSIZQQsVmLLKAJLbEiMssfjaPAPl8Kl0 4N9ix8Av1PiN4mIrsvUrLqxFubleSVi2gh+Ph7FsYx45TwGTRmt0x6umjLiWWiQ7h1 hjJgASIqS3kvA== Subject: Re: [GIT PULL] erofs updates for 5.15-rc1 From: pr-tracker-bot@kernel.org In-Reply-To: <20210831225935.GA26537@hsiangkao-HP-ZHAN-66-Pro-G1> References: <20210831225935.GA26537@hsiangkao-HP-ZHAN-66-Pro-G1> X-PR-Tracked-List-Id: Development of Linux EROFS file system X-PR-Tracked-Message-Id: <20210831225935.GA26537@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.15-rc1 X-PR-Tracked-Commit-Id: 1266b4a7ecb679587dc4d098abe56ea53313d569 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: 412106c203b759fa7fbcc4f855a90ab18e681ccb Message-Id: <163060423613.29568.6718988652036312622.pr-tracker-bot@kernel.org> Date: Thu, 02 Sep 2021 17:37:16 +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: Stephen Rothwell , Linus Torvalds , linux-erofs@lists.ozlabs.org, Peng Tao , LKML , Joseph Qi , Yue Hu , Liu Bo , linux-fsdevel@vger.kernel.org, Dan Williams , Liu Jiang , Miao Xie Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" The pull request you sent on Wed, 1 Sep 2021 06:59:42 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.15-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/412106c203b759fa7fbcc4f855a90ab18e681ccb Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html