1. 17 7月, 2007 1 次提交
  2. 12 7月, 2007 1 次提交
    • T
      sysfs: kill unnecessary attribute->owner · 7b595756
      Tejun Heo 提交于
      sysfs is now completely out of driver/module lifetime game.  After
      deletion, a sysfs node doesn't access anything outside sysfs proper,
      so there's no reason to hold onto the attribute owners.  Note that
      often the wrong modules were accounted for as owners leading to
      accessing removed modules.
      
      This patch kills now unnecessary attribute->owner.  Note that with
      this change, userland holding a sysfs node does not prevent the
      backing module from being unloaded.
      
      For more info regarding lifetime rule cleanup, please read the
      following message.
      
        http://article.gmane.org/gmane.linux.kernel/510293
      
      (tweaked by Greg to not delete the field just yet, to make it easier to
      merge things properly.)
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7b595756
  3. 26 4月, 2007 1 次提交
    • A
      packet: fix error handling · cbc31a47
      Andrew Morton 提交于
      The packet driver is assuming (reasonably) that the (undocumented)
      request.errors is an errno.  But it is in fact some mysterious bitfield.  When
      things go wrong we return weird positive numbers to the VFS as pointers and it
      goes oops.
      
      Thanks to William Heimbigner for reporting and diagnosis.
      
      (It doesn't oops, but this driver still doesn't work for William)
      
      Cc: William Heimbigner <icxcnika@mar.tar.cc>
      Cc: Peter Osterlund <petero2@telia.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cbc31a47
  4. 21 2月, 2007 1 次提交
  5. 13 2月, 2007 1 次提交
  6. 12 2月, 2007 1 次提交
  7. 06 1月, 2007 1 次提交
  8. 09 12月, 2006 3 次提交
  9. 08 12月, 2006 1 次提交
  10. 04 10月, 2006 2 次提交
  11. 01 10月, 2006 3 次提交
  12. 01 8月, 2006 1 次提交
  13. 01 7月, 2006 1 次提交
  14. 27 6月, 2006 1 次提交
  15. 27 3月, 2006 1 次提交
  16. 23 3月, 2006 1 次提交
  17. 19 3月, 2006 1 次提交
  18. 21 2月, 2006 5 次提交
  19. 15 2月, 2006 4 次提交
  20. 06 2月, 2006 3 次提交
  21. 15 1月, 2006 1 次提交
  22. 09 1月, 2006 1 次提交
  23. 14 11月, 2005 1 次提交
  24. 09 11月, 2005 1 次提交
  25. 09 10月, 2005 1 次提交
  26. 13 9月, 2005 1 次提交