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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E8C2EC7EE23 for ; Tue, 23 May 2023 18:03:17 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4QQhxv5pDlz3f79 for ; Wed, 24 May 2023 04:03:15 +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=b99bd4Xj; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.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=b99bd4Xj; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (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 4QQhxm3Npbz3cgq for ; Wed, 24 May 2023 04:03:08 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E4FDC6358B; Tue, 23 May 2023 18:03:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4F932C433D2; Tue, 23 May 2023 18:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684864984; bh=/P/Osjoc4z4Yu1N3CgNlw0iuscbguTL7v6pbGCgQbH4=; h=Subject:From:In-Reply-To:References:Date:To:Cc:From; b=b99bd4Xjdm1odCryN2qdU5WbBTcWoU0sFMQvQwhAHVzlDLAoyYhXLH3LI1CmpxtAo XVc4H2Jn8h4YdYHfozN82i8iyvZroRwmkVIyb5cNkbNyP87mas94y0n/Z30OuPLGSQ xJqpiS49RGxh+WM2FAiV6yApwsuPYXESmY1i72RclZpB6/KTtKAndKZ1PTaMvS40MM zpRzPVCPJe3SUj7ExGcZvKVur9O2pSr9X0EmLfwzXD5HQNbizL5v9e1sleZwslA52z 5/D+hA8BvhqJ0/1uadLTC4BjFfXCKv6vTQ3cdS+9uj+ChglV9eICLcxk+QZ79ry3+F osUtEQ35VsPIQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3114FE22AEC; Tue, 23 May 2023 18:03:04 +0000 (UTC) Subject: Re: [GIT PULL] erofs fixes for 6.4-rc4 From: pr-tracker-bot@kernel.org In-Reply-To: References: X-PR-Tracked-List-Id: Development of Linux EROFS file system X-PR-Tracked-Message-Id: X-PR-Tracked-Remote: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.4-rc4-fixes X-PR-Tracked-Commit-Id: cf7f2732b4b83026842832e7e4e04bf862108ac2 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: 5fe326b4467689ef3690491ee2ad25ff4d81fe59 Message-Id: <168486498418.10175.448428344867124366.pr-tracker-bot@kernel.org> Date: Tue, 23 May 2023 18:03:04 +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: linux-erofs@lists.ozlabs.org, Yue Hu , Linus Torvalds , LKML , Sandeep Dhavale Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" The pull request you sent on Wed, 24 May 2023 01:20:02 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.4-rc4-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5fe326b4467689ef3690491ee2ad25ff4d81fe59 Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24F5CC7EE23 for ; Tue, 23 May 2023 18:03:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238052AbjEWSDK (ORCPT ); Tue, 23 May 2023 14:03:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238045AbjEWSDH (ORCPT ); Tue, 23 May 2023 14:03:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5477D119 for ; Tue, 23 May 2023 11:03:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E4FC86358A for ; Tue, 23 May 2023 18:03:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4F932C433D2; Tue, 23 May 2023 18:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684864984; bh=/P/Osjoc4z4Yu1N3CgNlw0iuscbguTL7v6pbGCgQbH4=; h=Subject:From:In-Reply-To:References:Date:To:Cc:From; b=b99bd4Xjdm1odCryN2qdU5WbBTcWoU0sFMQvQwhAHVzlDLAoyYhXLH3LI1CmpxtAo XVc4H2Jn8h4YdYHfozN82i8iyvZroRwmkVIyb5cNkbNyP87mas94y0n/Z30OuPLGSQ xJqpiS49RGxh+WM2FAiV6yApwsuPYXESmY1i72RclZpB6/KTtKAndKZ1PTaMvS40MM zpRzPVCPJe3SUj7ExGcZvKVur9O2pSr9X0EmLfwzXD5HQNbizL5v9e1sleZwslA52z 5/D+hA8BvhqJ0/1uadLTC4BjFfXCKv6vTQ3cdS+9uj+ChglV9eICLcxk+QZ79ry3+F osUtEQ35VsPIQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3114FE22AEC; Tue, 23 May 2023 18:03:04 +0000 (UTC) Subject: Re: [GIT PULL] erofs fixes for 6.4-rc4 From: pr-tracker-bot@kernel.org In-Reply-To: References: X-PR-Tracked-List-Id: Development of Linux EROFS file system X-PR-Tracked-Message-Id: X-PR-Tracked-Remote: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.4-rc4-fixes X-PR-Tracked-Commit-Id: cf7f2732b4b83026842832e7e4e04bf862108ac2 X-PR-Merge-Tree: torvalds/linux.git X-PR-Merge-Refname: refs/heads/master X-PR-Merge-Commit-Id: 5fe326b4467689ef3690491ee2ad25ff4d81fe59 Message-Id: <168486498418.10175.448428344867124366.pr-tracker-bot@kernel.org> Date: Tue, 23 May 2023 18:03:04 +0000 To: Gao Xiang Cc: Linus Torvalds , Sandeep Dhavale , LKML , Yue Hu , linux-erofs@lists.ozlabs.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The pull request you sent on Wed, 24 May 2023 01:20:02 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.4-rc4-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5fe326b4467689ef3690491ee2ad25ff4d81fe59 Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/prtracker.html