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-next>] [day] [month] [year] [list]
Date:	Thu,  9 Dec 2010 11:26:45 +0100
From:	Marek Belisko <marek.belisko@...n-nandra.com>
To:	Greg Kroah-Hartman <gregkh@...e.de>
Cc:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
	Marek Belisko <marek.belisko@...n-nandra.com>
Subject: [PATCH 0/8] Use debugfs for debugging purposes.

Following patches add basic support for debugfs usage instead
character device. Creation of file and directory in debugfs 
depend on every device plugged in the system. 

Also basic cleanups was made. File operations functionality is not
yet checked and patches will follow.

Marek Belisko (8):
  staging: ft1000: Convert char device to debugfs.
  staging: ft1000: Fix private data pointer usage.
  staging: ft1000: Remove unused pdevobj array.
  staging: ft1000: Remove unused variable.
  staging: ft1000: Fix camelcase functions and variables.
  staging: ft1000: Remove dead code.
  staging: ft1000: Remove unused headers.
  staging: ft1000: Fix debug messages.

 drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c |  314 +++++++++-------------
 drivers/staging/ft1000/ft1000-usb/ft1000_hw.c    |    4 +-
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.c   |    2 +-
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.h   |   13 +-
 4 files changed, 141 insertions(+), 192 deletions(-)

--
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