From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 7C26C3B38BB; Mon, 27 Apr 2026 09:53:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777283630; cv=none; b=b25FHGn4WE/7eW4j/PaYyI15mbTFboeSJNqyll4mrBblHBLldDhmAsdbdgdV9r+rbJywUXovyeq/KfwrZStP562C0koapaSA1ppfktXnya7cPRSKwKZ0UgYZ056e75Ae0+a2ArlX/Kpf+2QRVSNqwXZS1KSQreTrrWEnzgLNtMc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777283630; c=relaxed/simple; bh=ea+Mvx5S01M4VKG0AyGoyugnnnZfJlNqJxhN+zmQIxg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=QxzU7l/NEyJnF94Z37XA/RUeNXZps1ZugyATTod2kH22gmmVHmUXK6X/hdzNGulln0wCU89ZAgPtJfk3dRgrPeSP1xLI7W763uAG6YBLFPuV7wuyEGaYxhLrlIgA+CROfdXKfwo0Bxaq771KqedeDccPWgiw6dPYixqzWC961PU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=s4DiWQwl; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="s4DiWQwl" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 3E37C41098 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1777283059; bh=O88PCqcFi/EeosDz7K3Y0PjI72DPvObH/v0jHWveF2Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=s4DiWQwlJqaXywKjxSGy/4tPBS4g6Ew8+6vww9MiJwv+2uYfDVsbnXnDlfn/2n64I SV3+DZjxEQUzd1KY1y+KyhcF44cnLmtECKfoayawH1aSgYHVtBkS877RnZKgjL0sRx TfZTaNDF/AjGHU1jQw8aACrjxXbcI1Y2GjfkldbbSXfKft80LBCkAWlZryvwMYCDWn c6kTxCGdVv4E3OC3W7JoJuxOnjhSTT2gwA1TeTj5jnjfOxPehuTWf7X8txYu+kvOrl KIrl5ktppGGQ6DI+I36JFQHtJUOAneGh65WPm0qe2cem3ngSROhtrBl32jjRaQVD9o CFzbc9ZnGULAQ== Received: from localhost (mdns.lwn.net [45.79.72.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 3E37C41098; Mon, 27 Apr 2026 09:44:18 +0000 (UTC) From: Jonathan Corbet To: Gabriele Monaco , rdunlap@infradead.org, Steven Rostedt , Gabriele Monaco , linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: matteo.martelli@codethink.co.uk, skhan@linuxfoundation.org Subject: Re: [PATCH] Documentation/rv: Replace stale website link In-Reply-To: <20260427085526.111835-1-gmonaco@redhat.com> References: <20260427085526.111835-1-gmonaco@redhat.com> Date: Mon, 27 Apr 2026 03:44:15 -0600 Message-ID: <875x5crb4g.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Gabriele Monaco writes: > The sched monitor page was linking to Daniel's website which is now > down. The main purpose of the link was to point to a source for the > models from the original author and that can be found also in his > published paper. > > Replace the link with a reference to Daniel's "A thread synchronization > model for the PREEMPT_RT Linux kernel" which can be found online and > includes the models definitions as well as the work behind them (not the > original patches but since they're based on a 5.0 kernel and are mostly > included upstream, there's little value in keeping them in the docs). > > Signed-off-by: Gabriele Monaco > --- > Documentation/trace/rv/monitor_sched.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/trace/rv/monitor_sched.rst b/Documentation/trace/rv/monitor_sched.rst > index 0b96d6e147c6..661171bd7c5e 100644 > --- a/Documentation/trace/rv/monitor_sched.rst > +++ b/Documentation/trace/rv/monitor_sched.rst > @@ -365,4 +365,4 @@ constraints when processing the events:: > References > ---------- > > -[1] - https://bristot.me/linux-task-model > +[1] - Daniel Bristot de Oliveira et al.: A thread synchronization model for the PREEMPT_RT Linux kernel, J. Syst. Archit., 2020. Since, as you say, it can be found online, is there a reason not to include a link here? jon