All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs.
@ 2025-06-08  3:12 Collin Funk
  2025-06-08  3:12 ` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies Collin Funk
  2025-06-09 20:54 ` [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Collin Funk @ 2025-06-08  3:12 UTC (permalink / raw)
  To: corbet; +Cc: workflows, linux-doc, linux-kernel, Collin Funk

The reiserfsprogs package is no longer needed since ReiserFS was removed
in Linux 6.13.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
---
 scripts/ver_linux | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index 1a8ee4ff0e32..d6f2362d3792 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -25,8 +25,6 @@ BEGIN {
 	printversion("Module-init-tools", version("depmod -V"))
 	printversion("E2fsprogs", version("tune2fs"))
 	printversion("Jfsutils", version("fsck.jfs -V"))
-	printversion("Reiserfsprogs", version("reiserfsck -V"))
-	printversion("Reiser4fsprogs", version("fsck.reiser4 -V"))
 	printversion("Xfsprogs", version("xfs_db -V"))
 	printversion("Pcmciautils", version("pccardctl -V"))
 	printversion("Pcmcia-cs", version("cardmgr -V"))
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] docs: Remove reiserfsprogs from dependencies.
  2025-06-08  3:12 [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Collin Funk
@ 2025-06-08  3:12 ` Collin Funk
  2025-06-09 20:54 ` [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Collin Funk @ 2025-06-08  3:12 UTC (permalink / raw)
  To: corbet; +Cc: workflows, linux-doc, linux-kernel, Collin Funk

The reiserfsprogs package is no longer needed since ReiserFS was removed
in Linux 6.13. Furthermore, the package is no longer maintained.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
---
 Documentation/process/changes.rst | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index b14bd5b7cbc9..bccfa19b45df 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -43,7 +43,6 @@ util-linux             2.10o            mount --version
 kmod                   13               depmod -V
 e2fsprogs              1.41.4           e2fsck -V
 jfsutils               1.1.3            fsck.jfs -V
-reiserfsprogs          3.6.3            reiserfsck -V
 xfsprogs               2.6.0            xfs_db -V
 squashfs-tools         4.0              mksquashfs -version
 btrfs-progs            0.18             btrfs --version
@@ -262,14 +261,6 @@ The following utilities are available:
 
 - other file system utilities are also available in this package.
 
-Reiserfsprogs
--------------
-
-The reiserfsprogs package should be used for reiserfs-3.6.x
-(Linux kernels 2.4.x). It is a combined package and contains working
-versions of ``mkreiserfs``, ``resize_reiserfs``, ``debugreiserfs`` and
-``reiserfsck``. These utils work on both i386 and alpha platforms.
-
 Xfsprogs
 --------
 
@@ -493,11 +484,6 @@ JFSutils
 
 - <https://jfs.sourceforge.net/>
 
-Reiserfsprogs
--------------
-
-- <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/>
-
 Xfsprogs
 --------
 
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs.
  2025-06-08  3:12 [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Collin Funk
  2025-06-08  3:12 ` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies Collin Funk
@ 2025-06-09 20:54 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2025-06-09 20:54 UTC (permalink / raw)
  To: Collin Funk; +Cc: workflows, linux-doc, linux-kernel, Collin Funk

Collin Funk <collin.funk1@gmail.com> writes:

> The reiserfsprogs package is no longer needed since ReiserFS was removed
> in Linux 6.13.
>
> Signed-off-by: Collin Funk <collin.funk1@gmail.com>
> ---
>  scripts/ver_linux | 2 --
>  1 file changed, 2 deletions(-)

Both patches applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-09 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08  3:12 [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Collin Funk
2025-06-08  3:12 ` [PATCH 2/2] docs: Remove reiserfsprogs from dependencies Collin Funk
2025-06-09 20:54 ` [PATCH 1/2] ver_linux: Remove checks for reiserfsprogs Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.