From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 E1C883B2BF for ; Mon, 22 Jan 2024 11:50:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705924218; cv=none; b=ump7XOi8KX2Q8tiNzedOcaYfUv/nnUc0Kq5J2IpohSbWnfHibwtaMYaEQS5yfIjh8tfSWpxuEKFB9Ss9UdulrN4YQ7znxpncXWYFm7OmQz6ULQ+2odVV2tULFipwMh3cH3uq/gLuDcj1hdA0vRngjR+SmGkh4mK3qfDXW+RTLcA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705924218; c=relaxed/simple; bh=kFnATUc6YR+2EBGeiZ34YCxV4uvK7zx2v+t9COfwuaI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TJK6LQdxn/fIapM6Gjqd7Fn0Q4SKzHVdC+phqhoir8maPfeqS8alGstm4ANr5MK4+t9JgadVHmymbjg7fb6yp9MBbn/4U+aWs408nBRZ3qq1zZIdRf55bsSV5ZaUpR9bFGdD6EU/hWOucHXP8sGq6GmNgE65ON9eFaPWXrSHw2U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=cTPedAmH; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="cTPedAmH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705924215; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qWBG3EUB+eR+nnWK36e3AyikYbZKtHzO5qoTjiHlzFA=; b=cTPedAmHqnALw7jdJ25+ZDvuMHiVsUSpJr7t28TtkGGCvPyL39TpVQ6R55pISBsDOFVivC +Jm/solRwtBlsgXLfKzrFs4ee1AuPh3lx4zdJxTmKzgNCSofjRQO07O6fYKCu3sKZ5BtEv N5/oJfHE7gYzyCKL4OziJFOkwiqwcrw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-572-dkNhJT87Mlyeyizr-tyMEA-1; Mon, 22 Jan 2024 06:50:12 -0500 X-MC-Unique: dkNhJT87Mlyeyizr-tyMEA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0238684852A; Mon, 22 Jan 2024 11:50:12 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id E527B111E40C; Mon, 22 Jan 2024 11:50:09 +0000 (UTC) From: David Howells To: netfs@lists.linux.dev Cc: David Howells , Christian Brauner , Jeff Layton , Matthew Wilcox , linux-cachefs@redhat.com, linux-afs@lists.infradead.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, ceph-devel@vger.kernel.org, v9fs@lists.linux.dev, linux-erofs@lists.ozlabs.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records Date: Mon, 22 Jan 2024 11:49:59 +0000 Message-ID: <20240122115007.3820330-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 Update the MAINTAINERS records for netfs and cachefiles to reflect a change of mailing list for both as Red Hat no longer archives the mailing list in a publicly accessible place. Also add Jeff Layton as a reviewer. The patches are here: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/ tagged as netfs-lib-20240122. Thanks, David David Howells (2): netfs, cachefiles: Change mailing list netfs: Add Jeff Layton as reviewer MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 76873C47DAF for ; Mon, 22 Jan 2024 11:50:33 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=T6ZSrYT0; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=T6ZSrYT0; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4TJT7C5KzWz3bqB for ; Mon, 22 Jan 2024 22:50:31 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=T6ZSrYT0; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=T6ZSrYT0; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=170.10.133.124; helo=us-smtp-delivery-124.mimecast.com; envelope-from=dhowells@redhat.com; receiver=lists.ozlabs.org) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 4TJT714CgWz3bbt for ; Mon, 22 Jan 2024 22:50:20 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705924216; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qWBG3EUB+eR+nnWK36e3AyikYbZKtHzO5qoTjiHlzFA=; b=T6ZSrYT0MbLDGTZZu1mAPUXX/zVeK40825ATOBLFZW1GgNW7GjsrBZHxvco6SLv0DgGm7U SivndpYE44PT4lP+b3wXxerpJlDcwYyDe8yuG0uG5lG1PxQy30GMa+3MVwXF10ewcBLnha sBabuVhzfyQClIvCXX1cRZB/ilsv2Dc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1705924216; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qWBG3EUB+eR+nnWK36e3AyikYbZKtHzO5qoTjiHlzFA=; b=T6ZSrYT0MbLDGTZZu1mAPUXX/zVeK40825ATOBLFZW1GgNW7GjsrBZHxvco6SLv0DgGm7U SivndpYE44PT4lP+b3wXxerpJlDcwYyDe8yuG0uG5lG1PxQy30GMa+3MVwXF10ewcBLnha sBabuVhzfyQClIvCXX1cRZB/ilsv2Dc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-572-dkNhJT87Mlyeyizr-tyMEA-1; Mon, 22 Jan 2024 06:50:12 -0500 X-MC-Unique: dkNhJT87Mlyeyizr-tyMEA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0238684852A; Mon, 22 Jan 2024 11:50:12 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id E527B111E40C; Mon, 22 Jan 2024 11:50:09 +0000 (UTC) From: David Howells To: netfs@lists.linux.dev Subject: [PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records Date: Mon, 22 Jan 2024 11:49:59 +0000 Message-ID: <20240122115007.3820330-1-dhowells@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 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-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, v9fs@lists.linux.dev, Jeff Layton , linux-kernel@vger.kernel.org, Matthew Wilcox , David Howells , linux-mm@kvack.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org, ceph-devel@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-afs@lists.infradead.org, Christian Brauner Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" Update the MAINTAINERS records for netfs and cachefiles to reflect a change of mailing list for both as Red Hat no longer archives the mailing list in a publicly accessible place. Also add Jeff Layton as a reviewer. The patches are here: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/ tagged as netfs-lib-20240122. Thanks, David David Howells (2): netfs, cachefiles: Change mailing list netfs: Add Jeff Layton as reviewer MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)