lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 May 2009 12:33:55 -0400 (EDT)
From:	Steven Rostedt <rostedt@...dmis.org>
To:	GeunSik Lim <leemgs1@...il.com>
cc:	Greg KH <greg@...ah.com>,
	linux-kernel <linux-kernel@...r.kernel.org>, trivial@...nel.org,
	balagi@...tmail.de, bgamari@...il.com, Ingo Molnar <mingo@...e.hu>,
	inaky.perez-gonzalez@...el.com
Subject: Re: [RFC V2 PATCH]debugfs:Fix terminology inconsistency of dir name
 to mount debugfs filesystem.


On Fri, 29 May 2009, Steven Rostedt wrote:
> ===
> When debugfs is configured into the kernel (which selecting any ftrace 
> option will do) the directory /sys/kernel/debug will be created. To mount 
> this directory, you can add to your /etc/fstab file:
> 
>   debugfs	/debug		debugfs	defaults	0	0

s,/debug,/sys/kernel/debug,

> 
> Or you can mount it at run time with:
> 
>   mount -t debugfs nodev /sys/kernel/debug
> 
> For quicker access to that directory you may want to make a soft link to 
> it:
> 
>  ln -s /sys/kernel/debug /debug
> 
> Any selected ftrace option will also create a directory called tracing 
> within the debugfs. The rest of the document will assume that you are in 
> the ftrace directory (cd /sys/kernel/debugfs) and will only concentrate
> on the files within that directory and not distract from the content with 
> the extended "/sys/kernel/debug/tracing" path name.
> ===

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ