GNU bug report logs - #67595
[PATCH] file-systems: Add tracefs to %pseudo-file-system-types.

Previous Next

Package: guix-patches;

Reported by: Leo Nikkilä <hello <at> lnikki.la>

Date: Sun, 3 Dec 2023 02:40:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67595: closed ([PATCH] file-systems: Add tracefs to
 %pseudo-file-system-types.)
Date: Sun, 10 Dec 2023 20:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 10 Dec 2023 21:48:06 +0100
with message-id <87fs094we1.fsf <at> gnu.org>
and subject line Re: [bug#67595] [PATCH] file-systems: Add tracefs to %pseudo-file-system-types.
has caused the debbugs.gnu.org bug report #67595,
regarding [PATCH] file-systems: Add tracefs to %pseudo-file-system-types.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67595: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67595
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Nikkilä <hello <at> lnikki.la>
To: guix-patches <at> gnu.org
Cc: Leo Nikkilä <hello <at> lnikki.la>
Subject: [PATCH] file-systems: Add tracefs to %pseudo-file-system-types.
Date: Sun,  3 Dec 2023 04:37:26 +0200
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add tracefs.
---
 gnu/system/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 6d385d71d4..af0567bd3e 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -369,7 +369,7 @@ (define %pseudo-file-system-types
   ;; List of know pseudo file system types.  This is used when validating file
   ;; system definitions.
   '("binfmt_misc" "cgroup" "cgroup2" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
-    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "xenfs"))
+    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "tracefs" "xenfs"))
 
 (define %fuse-control-file-system
   ;; Control file system for Linux' file systems in user-space (FUSE).

base-commit: 06ebc45e15f2a1bd4526a5a716eed657c902a0c1
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Leo Nikkilä <hello <at> lnikki.la>
Cc: 67595-done <at> debbugs.gnu.org
Subject: Re: [bug#67595] [PATCH] file-systems: Add tracefs to
 %pseudo-file-system-types.
Date: Sun, 10 Dec 2023 21:48:06 +0100
Hi,

Leo Nikkilä <hello <at> lnikki.la> skribis:

> * gnu/system/file-systems.scm (%pseudo-file-system-types): Add tracefs.

Applied, thanks!

Ludo’.


This bug report was last modified 1 year and 245 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.