An error occurred fetching the project authors.
  1. 03 Nov, 2014 4 commits
  2. 26 Sep, 2014 1 commit
  3. 17 Oct, 2013 3 commits
  4. 21 Jun, 2013 2 commits
  5. 08 Jun, 2013 1 commit
  6. 22 Apr, 2013 1 commit
    • Alexey Khoroshilov's avatar
      [media] cx88: Fix unsafe locking in suspend-resume · 5ddfbbb9
      Alexey Khoroshilov authored
      Legacy PCI suspend-resume handlers are called with interrupts enabled.
      
      But cx8800_suspend/cx8800_resume and
      cx8802_suspend_common/cx8802_resume_common use spin_lock/spin_unlock
      functions to acquire dev->slock, while the same lock is acquired in the
      corresponding irq-handlers: cx8800_irq and cx8802_irq.
      
      That means a deadlock is possible if an interrupt happens while suspend
      or resume owns the lock. The patch replaces spin_lock/spin_unlock with
      spin_lock_irqsave/spin_unlock_irqrestore.
      
      Found by Linux Driver Verification project (linuxtesting.org).
      
      [mchehab@redhat.com: Fix CodingStyle]
      Signed-off-by: default avatarAlexey Khoroshilov <khoroshilov@ispras.ru>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      5ddfbbb9
  7. 24 Mar, 2013 4 commits
  8. 03 Jan, 2013 1 commit
    • Greg Kroah-Hartman's avatar
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman authored
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  9. 07 Oct, 2012 1 commit
  10. 01 Oct, 2012 1 commit
  11. 15 Aug, 2012 1 commit
  12. 06 Jul, 2012 9 commits
  13. 27 Aug, 2011 1 commit
  14. 27 Jul, 2011 3 commits
  15. 20 May, 2011 2 commits
  16. 21 Mar, 2011 3 commits
  17. 03 Jan, 2011 1 commit
  18. 29 Dec, 2010 1 commit