From nobody Fri Oct 3 18:02:35 2025 Received: from mail.tkos.co.il (golan.tkos.co.il [84.110.109.230]) (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 A0555304BA6; Wed, 27 Aug 2025 11:44:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=84.110.109.230 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756295072; cv=none; b=bTkdC6GqNBMD0JXDdx4QWitK3th76/kdFMHgHsY365al5jKhu/UpnOc/mUqv7IBbsXlIRdYlNdGXn55ijpNP9EY2cXyoUXHpiXRpQwy4KIlyXKTjkInyUEP/awCj9WM0KQIt3W3YGWYvprNw1VWBFxyp4O1Tf3iAacI8nvZpLYI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756295072; c=relaxed/simple; bh=HrMzN83Z+OqzS/BaEKv4QwuDuv3LoZ3f5yvP91A9C9Y=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=MOgqhq4IMIxvpSKo/QunZTf+qewgc/wocbRTY4zV1yb8gHG6fk/W7QW5/qS1rrdNznamS/JlQyUnNfKmlQThpAouunaabNPTKKZGAvK39hsEiWmfUbD0QZpox1qwmbYIeutUZ5ctBSu7u1/kbfc7iTZBKBsR0HoO2FGKGuExuBw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tkos.co.il; spf=pass smtp.mailfrom=tkos.co.il; dkim=pass (2048-bit key) header.d=tkos.co.il header.i=@tkos.co.il header.b=hnlMpctT; arc=none smtp.client-ip=84.110.109.230 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tkos.co.il Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tkos.co.il Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=tkos.co.il header.i=@tkos.co.il header.b="hnlMpctT" Received: from tarshish.tkos.co.il (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.tkos.co.il (Postfix) with ESMTPS id ABBF5440B0C; Wed, 27 Aug 2025 14:37:41 +0300 (IDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tkos.co.il; s=default; t=1756294661; bh=HrMzN83Z+OqzS/BaEKv4QwuDuv3LoZ3f5yvP91A9C9Y=; h=From:To:Cc:Subject:Date:From; b=hnlMpctTeA8ywnMBVZg826JEeTSyCFtcqmOeYUoWGDQZOeLfdr4Qe37Q7RUy5hqib KekD1mwEn8ifE1TNXBkRS/QUinu+W53ckbR46zyMcXlgN1lUIwzrBHAyO6Kb6XEKM5 jFECOK9errfBSa35WrVj68igZ0l2xW8LbEcpdm9WcsKBm85npWQdpGFbSXRUfRMFg9 URKeRkZLk9oTuH1il/vShXgFT0So0P5Ch7QEIKzbB2xjxZbMrGbGJqBD2eVJTCYUMx 5KrcaQRGjQyzv0aIDPtVQlBPfFCx8OB1BifGrmKwJ9IjzzTG16BII7EjRzycj6d5vF lU3f2uyVJHv7A== From: Baruch Siach To: Jonathan Corbet Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Baruch Siach Subject: [PATCH] doc: filesystems: proc: remove stale information from intro Date: Wed, 27 Aug 2025 14:37:27 +0300 Message-ID: X-Mailer: git-send-email 2.50.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Most of the information in the first paragraph of the Introduction/Credits section is outdated. Documentation update suggestions should go to documentation maintainers listed in MAINTAINERS. Remove misleading contact information. Signed-off-by: Baruch Siach --- Documentation/filesystems/proc.rst | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems= /proc.rst index 2971551b7235..ede654478dff 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -61,19 +61,6 @@ Preface 0.1 Introduction/Credits ------------------------ =20 -This documentation is part of a soon (or so we hope) to be released boo= k on -the SuSE Linux distribution. As there is no complete documentation for= the -/proc file system and we've used many freely available sources to write t= hese -chapters, it seems only fair to give the work back to the Linux commun= ity. -This work is based on the 2.2.* kernel version and the upcoming 2.4.*. = I'm -afraid it's still far from complete, but we hope it will be useful. As fa= r as -we know, it is the first 'all-in-one' document about the /proc file system= . It -is focused on the Intel x86 hardware, so if you are looking for PPC, = ARM, -SPARC, AXP, etc., features, you probably won't find what you are looking = for. -It also only covers IPv4 networking, not IPv6 nor other protocols - sorry.= But -additions and patches are welcome and will be added to this document if= you -mail them to Bodo. - We'd like to thank Alan Cox, Rik van Riel, and Alexey Kuznetsov and a lo= t of other people for help compiling this documentation. We'd also like to exte= nd a special thank you to Andi Kleen for documentation, which we relied on hea= vily @@ -81,17 +68,9 @@ to create this document, as well as the additional in= formation he provided. Thanks to everybody else who contributed source or docs to the Linux ke= rnel and helped create a great piece of software... :) =20 -If you have any comments, corrections or additions, please don't hesitat= e to -contact Bodo Bauer at bb@ricochet.net. We'll be happy to add them to = this -document. - The latest version of this document is available online = at https://www.kernel.org/doc/html/latest/filesystems/proc.html =20 -If the above direction does not works for you, you could try the ke= rnel -mailing list at linux-kernel@vger.kernel.org and/or try to reach me= at -comandante@zaralinux.com. - 0.2 Legal Stuff --------------- =20 --=20 2.50.1