From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gimli.kloenk.de (gimli.kloenk.de [49.12.72.200]) (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 D5ED12040A8; Wed, 5 Mar 2025 09:26:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=49.12.72.200 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741166774; cv=none; b=jZjT6IUGZYVQpsEAnGKlKT1YgON6AWqGmiqZM5DiOS7QkVVOLasG7tpcx/Nf2gUjuHWEQOm0pqxcwfSJHjPTBwsRuyjN0tjsPscywYgQxvsJobnhZsdp5WoSKE2b/B/+DXZMQsnvxhyjX8ZaMfBoxlsOcwwD3HrMU0yJUMl4b2k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741166774; c=relaxed/simple; bh=go4650quXYH8hfP8sikjU3HfXTfx5hHTioHzr9meBdQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=UBH47kzmdC+0Ajh4djJ21sRmxYoDbO+kp2ToaAiM6Jach2CbBJGlufhzQ3MiQTeI2TP22spMku6SlHvUzlbq2EHGL0N+l1InjHgmcGvuG/hOweySdh0CmRR13frnbtbtIENnFaJzJPU8hgZbqva3uDp7XUOdiLEQ/StwDVHJLv8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=kloenk.dev; spf=pass smtp.mailfrom=kloenk.dev; dkim=pass (1024-bit key) header.d=kloenk.dev header.i=@kloenk.dev header.b=H6j08skL; arc=none smtp.client-ip=49.12.72.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=kloenk.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kloenk.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=kloenk.dev header.i=@kloenk.dev header.b="H6j08skL" From: Fiona Behrens DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kloenk.dev; s=mail; t=1741166771; bh=go4650quXYH8hfP8sikjU3HfXTfx5hHTioHzr9meBdQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=H6j08skLI+gtK8GIBTH85STeSD1WdAsDG9XMkhKWqAqGOv/EdSxQA4xGy8LrZqgWO vBNI64pF99UQEcZvmfN8P6j4/XPJfvYFaXnsZtOYh+7jXQjpyiMXsnpc6bjrdRUkjH 1UEEIVr6DwjiyqvsUO434xqtvpD8wk3SrZ3Vf5mE= To: Benno Lossin Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?utf-8?Q?Bj=C3=B6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/22] rust: pin-init: fix documentation links In-Reply-To: <20250304225245.2033120-12-benno.lossin@proton.me> (Benno Lossin's message of "Tue, 04 Mar 2025 22:54:41 +0000") References: <20250304225245.2033120-1-benno.lossin@proton.me> <20250304225245.2033120-12-benno.lossin@proton.me> Date: Wed, 05 Mar 2025 10:26:10 +0100 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Benno Lossin writes: > Before switching to compile the `pin-init` crate directly, change > any links that would be invalid to links that are valid both before and > after the switch. > > Signed-off-by: Benno Lossin Reviewed-by: Fiona Behrens