1. 21 2月, 2007 4 次提交
  2. 13 2月, 2007 1 次提交
  3. 16 1月, 2007 1 次提交
    • M
      V4L/DVB (5020): Fix: disable interrupts while at KM_BOUNCE_READ · 35d6270b
      Mauro Carvalho Chehab 提交于
      vivi.c uses the KM_BOUNCE_READ with local interrupts enabled. 
      This means that if a disk interrupt occurs while vivi.c is using this
      fixmap slot, the vivi.c driver will, upon return from that interrupt, find
      that the fixmap slot now points at a different physical page.
      The net result will probably be rare corruption of disk file contents,
      because viv.c will now be altering the page which the disk code was
      recently using. 
      
      Thanks to Andrew Morton for pointing this.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      35d6270b
  4. 28 12月, 2006 2 次提交
  5. 10 12月, 2006 1 次提交
  6. 08 12月, 2006 1 次提交
  7. 14 10月, 2006 1 次提交
  8. 26 9月, 2006 2 次提交
  9. 09 8月, 2006 1 次提交
  10. 30 7月, 2006 1 次提交
  11. 25 6月, 2006 4 次提交
  12. 13 5月, 2006 2 次提交
  13. 25 3月, 2006 3 次提交