All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8 v2] staging: unisys: visorchipset proc fixes
@ 2014-07-22 13:56 Benjamin Romer
  2014-07-22 13:56 ` [PATCH 1/8 v2] staging: unisys: add toolaction to sysfs Benjamin Romer
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Benjamin Romer @ 2014-07-22 13:56 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, sparmaintainer, Benjamin Romer

This patch set moves several interfaces in the visorchipset module from procfs
to sysfs, and removes the remaining proc interfaces from the module. It includes
documentation for the new interfaces in Documentation/ABI, and some code cleanup
in the new sysfs handler functions.

In version 2 of the set, extraneous checks for controlvm_channel pointer 
validity were removed, all newly created attributes use DEVICE_ATTR_RW or 
DEVICE_ATTR_WO, and logging was removed from the show and store functions to 
prevent creating a DOS attack possibility. 

Benjamin Romer (8):
  staging: unisys: add toolaction to sysfs
  staging: unisys: move boottotool out of proc to sysfs
  staging: unisys: move installer to sysfs and split fields
  staging: unisys: move chipsetready to sysfs
  staging: unisys: move parahotplug to sysfs
  staging: unisys: clean up diagdump proc entry code
  staging: unisys: remove partition information from proc
  staging: unisys: ABI documentation for new sysfs entries

 .../Documentation/ABI/sysfs-platform-visorchipset  |  74 +++
 .../unisys/visorchipset/visorchipset_main.c        | 730 +++++++--------------
 2 files changed, 300 insertions(+), 504 deletions(-)
 create mode 100644 drivers/staging/unisys/Documentation/ABI/sysfs-platform-visorchipset

-- 
1.9.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-07-23 13:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 13:56 [PATCH 0/8 v2] staging: unisys: visorchipset proc fixes Benjamin Romer
2014-07-22 13:56 ` [PATCH 1/8 v2] staging: unisys: add toolaction to sysfs Benjamin Romer
2014-07-22 13:56 ` [PATCH 2/8 v2] staging: unisys: move boottotool out of proc " Benjamin Romer
2014-07-22 13:56 ` [PATCH 3/8 v2] staging: unisys: move installer to sysfs and split fields Benjamin Romer
2014-07-22 23:13   ` Greg KH
2014-07-22 13:56 ` [PATCH 4/8 v2] staging: unisys: move chipsetready to sysfs Benjamin Romer
2014-07-22 23:15   ` Greg KH
2014-07-22 23:17   ` Greg KH
2014-07-22 13:56 ` [PATCH 5/8 v2] staging: unisys: move parahotplug " Benjamin Romer
2014-07-22 23:18   ` Greg KH
2014-07-22 13:56 ` [PATCH 6/8 v2] staging: unisys: clean up diagdump proc entry code Benjamin Romer
2014-07-22 13:56 ` [PATCH 7/8 v2] staging: unisys: remove partition information from proc Benjamin Romer
2014-07-22 13:56 ` [PATCH 8/8 v2] staging: unisys: ABI documentation for new sysfs entries Benjamin Romer
2014-07-22 23:14   ` Greg KH
2014-07-23 13:46     ` Romer, Benjamin M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.