1. 21 5月, 2008 1 次提交
    • G
      s390: fix race in device_create · c5fb920a
      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: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c5fb920a
  2. 15 5月, 2008 1 次提交
  3. 26 1月, 2008 1 次提交
  4. 22 10月, 2007 1 次提交
  5. 10 7月, 2007 1 次提交
  6. 27 4月, 2007 2 次提交
  7. 13 2月, 2007 1 次提交
  8. 09 2月, 2007 1 次提交
  9. 06 2月, 2007 1 次提交
  10. 12 7月, 2006 1 次提交
  11. 24 3月, 2006 1 次提交
  12. 30 10月, 2005 1 次提交
  13. 29 10月, 2005 1 次提交
  14. 26 6月, 2005 1 次提交
  15. 21 6月, 2005 2 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4