1. 28 3月, 2009 1 次提交
  2. 16 3月, 2009 1 次提交
  3. 14 11月, 2008 2 次提交
  4. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  5. 07 10月, 2008 1 次提交
  6. 27 7月, 2008 1 次提交
  7. 26 6月, 2008 2 次提交
  8. 12 6月, 2008 1 次提交
  9. 15 5月, 2008 1 次提交
  10. 02 5月, 2008 2 次提交
  11. 29 4月, 2008 1 次提交
  12. 22 4月, 2008 1 次提交
    • J
      [IA64] minor irq handler cleanups · 9010eff0
      Jeff Garzik 提交于
      - remove unused 'irq' argument from pfm_do_interrupt_handler()
      
      - remove pointless cast to void*
      
      - add KERN_xxx prefix to printk()
      
      - remove braces around singleton C statement
      
      - in tioce_provider.c, start tioce_dma_consistent() and
        tioce_error_intr_handler() function declarations in column 0
      
      This change's main purpose is to prepare for the patchset in
      jgarzik/misc-2.6.git#irq-remove, that explores removal of the
      never-used 'irq' argument in each interrupt handler.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      9010eff0
  13. 10 4月, 2008 1 次提交
  14. 07 3月, 2008 1 次提交
  15. 09 2月, 2008 1 次提交
  16. 06 2月, 2008 1 次提交
  17. 05 2月, 2008 1 次提交
  18. 07 12月, 2007 1 次提交
  19. 07 11月, 2007 1 次提交
    • T
      [IA64] Fix perfmon sysctl directory modes · e3ad42be
      Tony Luck 提交于
      New sanity checks in sysctl_check_table() complain about a couple
      of mode 0755 that should be 0555 in the perfmon code:
      
      sysctl table check failed: /kernel .1 Writable sysctl directory
      sysctl table check failed: /kernel/perfmon  Writable sysctl directory
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      e3ad42be
  20. 20 10月, 2007 1 次提交
  21. 13 10月, 2007 1 次提交
  22. 01 8月, 2007 1 次提交
  23. 12 5月, 2007 1 次提交
  24. 09 5月, 2007 1 次提交
  25. 07 3月, 2007 1 次提交
    • N
      [IA64] permon use-after-free fix · 41d5e5d7
      Nick Piggin 提交于
      Perfmon associates vmalloc()ed memory with a file descriptor, and installs
      a vma mapping that memory.  Unfortunately, the vm_file field is not filled
      in, so processes with mappings to that memory do not prevent the file from
      being closed and the memory freed.  This results in use-after-free bugs and
      multiple freeing of pages, etc.
      
      I saw this bug on an Altix on SLES9.  Haven't reproduced upstream but it
      looks like the same issue is there.
      Signed-off-by: NNick Piggin <npiggin@suse.de>
      Cc: Stephane Eranian <eranian@hpl.hp.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      41d5e5d7
  26. 18 2月, 2007 1 次提交
  27. 15 2月, 2007 2 次提交
  28. 13 2月, 2007 1 次提交
  29. 12 2月, 2007 1 次提交
  30. 09 12月, 2006 1 次提交
  31. 08 12月, 2006 2 次提交
  32. 18 10月, 2006 1 次提交
  33. 27 9月, 2006 1 次提交
  34. 26 9月, 2006 1 次提交
  35. 09 9月, 2006 1 次提交