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 5F69ECD11DF for ; Thu, 28 Mar 2024 02:54:53 +0000 (UTC) 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=VTRP69ge; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4V4p6h00zWz3vXb for ; Thu, 28 Mar 2024 13:54:52 +1100 (AEDT) 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=VTRP69ge; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=145.40.73.55; helo=sin.source.kernel.org; envelope-from=xiang@kernel.org; receiver=lists.ozlabs.org) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4V4p6W3Rqhz3cy9 for ; Thu, 28 Mar 2024 13:54:43 +1100 (AEDT) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 51C10CE2928; Thu, 28 Mar 2024 02:54:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AABDDC433F1; Thu, 28 Mar 2024 02:54:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711594480; bh=4cclLJ/anUOJByf0xhhSzb+lUbv2CQVypTSQzAyNo2g=; h=Date:From:To:Cc:Subject:From; b=VTRP69geAOzzq5ivUBxmniXFnR1Jj+qn2wu2RFsLWhkaURgZvca1fZxwOdFQi89MG 46aYQNqKcLssyoHFSJUghe0FNfD8xIuu+BsnLtLS8m7o086kiw16fpZFq23VTPMqt1 5tvmcImQiP9UjUhqKpdM22/Kg8C2Lip061zCq8vs8ivs30hCk+o1LOkRwQktLlWYLV 4LjHj4GBIpYrUjQNa9yNjkObNxdOXflu7coPnEO/9oQKdWrCe5rOZ8anxB4y3Q3A+1 JcoH8AAXZqE6IHRFpIO7gG8aE50EtHamnHtXEZwcSggJswzbKmXFree3pxU4h3wJ+W WQ7cEliBo8x3g== Date: Thu, 28 Mar 2024 10:54:35 +0800 From: Gao Xiang To: Linus Torvalds Subject: [GIT PULL] erofs fixes for 6.9-rc2 Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML , Sandeep Dhavale , Chao Yu , Jingbo Xu , Yue Hu MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 , linux-erofs@lists.ozlabs.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" Could you consider this pull request for 6.9-rc2? Just two minor informative patches. One adds Sandeep Dhavale as a new reviewer who could help review some patches for EROFS filesystem project, and we believe the project itself will become more diverse and healthier as long as warm-hearted folks take a bit more time on this. The other patch drops experimental warning for FSDAX since it's already used for memory sharing between hosts and guests. All commits have been in -next and no potential merge conflict is observed. Thanks, Gao Xiang The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.9-rc2-fixes for you to fetch changes up to 7557d296ad439f66a87cd34917af2a4172517826: MAINTAINERS: erofs: add myself as reviewer (2024-03-25 10:57:28 +0800) ---------------------------------------------------------------- Changes since last update: - Add a new reviewer Sandeep Dhavale to build a healthier community; - Drop experimental warning for FSDAX. ---------------------------------------------------------------- Gao Xiang (1): erofs: drop experimental warning for FSDAX Sandeep Dhavale (1): MAINTAINERS: erofs: add myself as reviewer MAINTAINERS | 1 + fs/erofs/super.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0BABFA92E for ; Thu, 28 Mar 2024 02:54:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711594481; cv=none; b=QR0W6gF3ihPAJqXNf9KYRX4z9KVOg2QZOCviOQ0ix8jqkUMK9OkHWE/vQUhDjnKli1MuFe6D2TwF8KvlGR/hMjyUcIno5Blf0x/C/wD8usny+W5RagTVyXzKlmOZzT8lHIVdN+xaBeI7DuF8Vujh8G9UoSP4Tz/W4iWrrSe0kvE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711594481; c=relaxed/simple; bh=4cclLJ/anUOJByf0xhhSzb+lUbv2CQVypTSQzAyNo2g=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Vc795+3OjUtRg1eMGILtxJ4pBJN7n0YdgZcw52Id6AN1O+cpDHjrBnlYJ6WVq9Ze0ytYO3sTmCpONgnO6XZJ8ule0FEMkGHBEPHjBMLJnwCyjOPEi67ZKJ0Bjrw/BOpsNOtHTqF/cgdYNL8QTFq5KZQU84DDsiP01VdG1sROnGE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VTRP69ge; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VTRP69ge" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AABDDC433F1; Thu, 28 Mar 2024 02:54:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711594480; bh=4cclLJ/anUOJByf0xhhSzb+lUbv2CQVypTSQzAyNo2g=; h=Date:From:To:Cc:Subject:From; b=VTRP69geAOzzq5ivUBxmniXFnR1Jj+qn2wu2RFsLWhkaURgZvca1fZxwOdFQi89MG 46aYQNqKcLssyoHFSJUghe0FNfD8xIuu+BsnLtLS8m7o086kiw16fpZFq23VTPMqt1 5tvmcImQiP9UjUhqKpdM22/Kg8C2Lip061zCq8vs8ivs30hCk+o1LOkRwQktLlWYLV 4LjHj4GBIpYrUjQNa9yNjkObNxdOXflu7coPnEO/9oQKdWrCe5rOZ8anxB4y3Q3A+1 JcoH8AAXZqE6IHRFpIO7gG8aE50EtHamnHtXEZwcSggJswzbKmXFree3pxU4h3wJ+W WQ7cEliBo8x3g== Date: Thu, 28 Mar 2024 10:54:35 +0800 From: Gao Xiang To: Linus Torvalds Cc: linux-erofs@lists.ozlabs.org, LKML , Sandeep Dhavale , Chao Yu , Jingbo Xu , Yue Hu Subject: [GIT PULL] erofs fixes for 6.9-rc2 Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML , Sandeep Dhavale , Chao Yu , Jingbo Xu , Yue Hu Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Could you consider this pull request for 6.9-rc2? Just two minor informative patches. One adds Sandeep Dhavale as a new reviewer who could help review some patches for EROFS filesystem project, and we believe the project itself will become more diverse and healthier as long as warm-hearted folks take a bit more time on this. The other patch drops experimental warning for FSDAX since it's already used for memory sharing between hosts and guests. All commits have been in -next and no potential merge conflict is observed. Thanks, Gao Xiang The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.9-rc2-fixes for you to fetch changes up to 7557d296ad439f66a87cd34917af2a4172517826: MAINTAINERS: erofs: add myself as reviewer (2024-03-25 10:57:28 +0800) ---------------------------------------------------------------- Changes since last update: - Add a new reviewer Sandeep Dhavale to build a healthier community; - Drop experimental warning for FSDAX. ---------------------------------------------------------------- Gao Xiang (1): erofs: drop experimental warning for FSDAX Sandeep Dhavale (1): MAINTAINERS: erofs: add myself as reviewer MAINTAINERS | 1 + fs/erofs/super.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)