1. 11 1月, 2009 1 次提交
  2. 07 1月, 2009 1 次提交
  3. 04 1月, 2009 5 次提交
  4. 20 10月, 2008 1 次提交
    • P
      x86: sysfs: kill owner field from attribute · 01e8ef11
      Parag Warudkar 提交于
      Tejun's commit 7b595756 made sysfs
      attribute->owner unnecessary.  But the field was left in the structure to
      ease the merge.  It's been over a year since that change and it is now
      time to start killing attribute->owner along with its users - one arch at
      a time!
      
      This patch is attempt #1 to get rid of attribute->owner only for
      CONFIG_X86_64 or CONFIG_X86_32 .  We will deal with other arches later on
      as and when possible - avr32 will be the next since that is something I
      can test.  Compile (make allyesconfig / make allmodconfig / custom config)
      and boot tested.
      
      akpm: the idea is that we put the declaration of sttribute.owner inside
      `#ifndef CONFIG_X86'.  But that proved to be too ambitious for now because
      new usages kept on turning up in subsystem trees.
      
      [akpm: remove the ifdef for now]
      Signed-off-by: NParag Warudkar <parag.lkml@gmail.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Tejun Heo <htejun@gmail.com>
      Cc: Len Brown <lenb@kernel.org>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      01e8ef11
  5. 17 10月, 2008 2 次提交
  6. 13 10月, 2008 1 次提交
  7. 03 10月, 2008 1 次提交
  8. 26 9月, 2008 2 次提交
  9. 01 9月, 2008 3 次提交
  10. 07 8月, 2008 1 次提交
  11. 26 7月, 2008 1 次提交
  12. 22 7月, 2008 1 次提交
  13. 10 7月, 2008 1 次提交
  14. 01 7月, 2008 1 次提交
  15. 10 6月, 2008 1 次提交
  16. 21 5月, 2008 1 次提交
    • G
      Power Supply: fix race in device_create · 54d29ad3
      Greg Kroah-Hartman 提交于
      There is a race from when a device is created with device_create() and
      then the drvdata is set with a call to dev_set_drvdata() in which a
      sysfs file could be open, yet the drvdata will be NULL, causing all
      sorts of bad things to happen.
      
      This patch fixes the problem by using the new function,
      device_create_drvdata().
      
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: Anton Vorontsov <cbou@mail.ru>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      54d29ad3
  17. 19 5月, 2008 1 次提交
  18. 13 5月, 2008 1 次提交
  19. 04 5月, 2008 4 次提交
  20. 03 5月, 2008 2 次提交
  21. 29 4月, 2008 2 次提交
  22. 08 2月, 2008 1 次提交
  23. 06 2月, 2008 1 次提交
  24. 02 2月, 2008 4 次提交