From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 CF1D31C6FE5 for ; Thu, 23 Oct 2025 01:34:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761183299; cv=none; b=D0DygZFa0/dCILCRqH/w+SByM0tXaVsj6tCNZjG/S1kjnUZIKW64OnU1BPiR/W8AJspfq3IJ7jVIl29eAWz7RjefKGfzTYRcvHyxfHQPnaFbgyWQdAkmtM90JCN4qrLHSwL7/x/BNcr7Ku6RGn5172xpLF/TNrYBTbBTjMtD9s0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761183299; c=relaxed/simple; bh=UliQeU7ADJZ0T4heCcW3UFjf09ZGZKTQYPq2dS65w7Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=mQqxgBks1bG2VBo07L4NtOhZK5XA7rDElsDxpuG5Yl+xuPuFHkcXaCTGzYBn8xhltNb8bwKZImwpPjg/cMfc93CjFSRXF2evFKD8KjYvqKd2qEs18kZcmQtCms5DFfFMf2LwvUrCkA0GeygYEv8hYsV236OEeiGnsiD1ueEHH5M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=D+vpVHtO; arc=none smtp.client-ip=91.218.175.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="D+vpVHtO" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1761183294; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H8M2621n27/ekFNZHN/+RLt0wU0H18xOlFXGSJsZgBU=; b=D+vpVHtOWYWYbEj1lvsMrAQBrhqJmfOWjQHLFmjZwaPgaOHog8Ho75gc9fdwAjQCRjWj3N X2gouqOXFe8NRUoT9S3egEOZQ69SAEzMxxMMP3s3ov/tnJmr/3qKmwbiWcnCNE5SeoP5rM mvfxz9Py52vOcaoO7BOD+PAFq0NrExQ= Date: Thu, 23 Oct 2025 09:34:05 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: Where can I find nfs-utils? To: Jeff Layton , chuck.lever@oracle.com, trondmy@kernel.org, anna@kernel.org Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org References: <39c67bcd-5369-44e7-9c7e-e9702ff95d53@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ChenXiaoSong In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Thanks for your reply. On 10/22/25 6:16 PM, Jeff Layton wrote: > On Wed, 2025-10-22 at 15:51 +0800, ChenXiaoSong wrote: >> Greetings, >> >> Previously, the nfs-utils repository could be found at >> https://web.git.kernel.org/ , but it can no longer be found there. Where >> can I find the nfs-utils repository now? > > The canonical repo is here: > > http://git.linux-nfs.org/?p=steved/nfs-utils.git > > Cheers, -- Thanks, ChenXiaoSong.