LWN: Comments on "An updated guide to debugfs" https://lwn.net/Articles/334546/ This is a special feed containing comments posted to the individual LWN article titled "An updated guide to debugfs". en-us Mon, 08 Sep 2025 04:18:51 +0000 Mon, 08 Sep 2025 04:18:51 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net An updated guide to debugfs - about debugfs_create_x64() https://lwn.net/Articles/828421/ https://lwn.net/Articles/828421/ geert <div class="FormattedComment"> V4.14 was released about 8 years after the article was written.<br> debugfs_create_x64() was added one year after the article was written.<br> </div> Mon, 10 Aug 2020 13:36:13 +0000 An updated guide to debugfs - about debugfs_create_x64() https://lwn.net/Articles/828383/ https://lwn.net/Articles/828383/ eric.saint.etienne <div class="FormattedComment"> It&#x27;s worth to note that debugfs_create_x64() does exist since at least kernel 4.14<br> </div> Sat, 08 Aug 2020 16:38:23 +0000 An updated guide to debugfs https://lwn.net/Articles/335163/ https://lwn.net/Articles/335163/ vomlehn <div class="FormattedComment"> It might be worth noting that the return value from debugfs_create_dir indicates success only if it not NULL and IS_ERR() returns zero. If IS_ERR() returns a non-zero value, PTR_ERR() should be used to get the return code.<br> </div> Fri, 29 May 2009 04:35:49 +0000