1. 22 7月, 2008 1 次提交
  2. 25 5月, 2008 1 次提交
  3. 06 5月, 2008 1 次提交
  4. 30 4月, 2008 1 次提交
  5. 29 4月, 2008 5 次提交
  6. 08 2月, 2008 13 次提交
  7. 03 2月, 2008 1 次提交
  8. 25 1月, 2008 4 次提交
  9. 30 11月, 2007 1 次提交
  10. 15 11月, 2007 1 次提交
  11. 20 10月, 2007 2 次提交
  12. 13 10月, 2007 1 次提交
  13. 12 9月, 2007 2 次提交
  14. 27 7月, 2007 5 次提交
  15. 20 7月, 2007 1 次提交
    • D
      drivers/edac: fix edac_device sysfs corner case bug · b2a4ac0c
      Doug Thompson 提交于
      Some simple fixes to properly reference counter values from the block
      attribute level of edac_device objects.  Properly sequencing the array pointer
      was added, resulting in correct identification of block level attributes from
      their base class functions.
      
      Added more verbose debug statement for event tracking.
      
      Also during some corner testing, found a bug in the store/show sequence
      of operations for the block attribute/controls management.
      
      An old intermediate structure for 'blocks' was still in the processing
      pipeline.  This patch removes that old structure and correctly utilizes the
      new struct edac_dev_sysfs_block_attribute for passing control from the sysfs
      to the low level store/show function of the edac driver.
      
      Now the proper kobj pointer to passed downward to the store/show
      functions.
      Signed-off-by: NDoug Thompson <dougthompson@xmission.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b2a4ac0c