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>] [day] [month] [year] [list]
Date:	Thu, 20 Sep 2007 17:46:10 +0900
From:	Tejun Heo <htejun@...il.com>
To:	ebiederm@...ssion.com, cornelia.huck@...ibm.com, greg@...ah.com,
	stern@...land.harvard.edu, kay.sievers@...y.org,
	linux-kernel@...r.kernel.org, htejun@...il.com
Subject: testing module and script for new sysfs interface

Hello,

The tarball attached to this mail contains module source and scripts
to test new sysfs interface.

* sysfs-interpreter : kernel module to call sysfs interface functions
  as directed via debugfs file /sys/kernel/debug/sysfs-interpreter.
  It keeps internal list which maps path name to sysfs_dirent pointer.

  Note that userland is perfectly capable of causing oops using this
  module.  Other than usage of pathnaem instead of pointer, most
  functionalities are exported verbatim.

  All test nodes are created under /sys/test which is created on
  module load and removed on unload.

* si-runcmd.pl : perl script to execute sysfs commands using
  sysfs-interpreter.  It reads from stdin line-by-line and executes
  them.  For example "echo remove test-dir | si-rumcmd.pl" removes
  /sys/test/test-dir.

* si files : these files are to be fed to si-runcmd.pl and test
  certain features of sysfs.  For batch-error.si to work, you need to
  modify sysfs_new_dirent() such that it fails allocation if mode
  contains invalid bits.

Thanks.

-- 
tejun

Download attachment "sysfs-interpreter.tar.bz2" of type "application/octet-stream" (5432 bytes)

Powered by blists - more mailing lists