1. 12 6月, 2007 2 次提交
  2. 08 6月, 2007 36 次提交
  3. 07 6月, 2007 2 次提交
    • L
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc · 143a2759
      Linus Torvalds 提交于
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
        [POWERPC] Fix building of COFF zImages
        [POWERPC] spufs: Fix error handling in spufs_fill_dir()
        [POWERPC] Add table of contents to booting-without-of.txt
        [POWERPC] spufs: Don't yield nosched context
        [POWERPC] Fix typo in booting-without-of-txt section numbering
        [POWERPC] scc_sio: Fix link failure
        [POWERPC] cbe_cpufreq: Limit frequency via cpufreq notifier chain
        [POWERPC] Fix pci_setup_phb_io_dynamic for pci_iomap
        [POWERPC] spufs scheduler: Fix wakeup races
        [POWERPC] spufs: Synchronize pte invalidation vs ps close
        [POWERPC] spufs: Free mm if spufs_fill_dir() failed
        [POWERPC] spufs: Fix gang destroy leaks
        [POWERPC] spufs: Hook up spufs_release_mem
        [POWERPC] spufs: Refuse to load the module when not running on cell
        [POWERPC] pasemi: Fix iommu + 64K PAGE_SIZE bug
      143a2759
    • R
      Restrict clearing TIF_SIGPENDING · b74d0deb
      Roland McGrath 提交于
      This patch should get a few birds.  It prevents sigaction calls from
      clearing TIF_SIGPENDING in other threads, which could leak -ERESTART*.
      And It fixes ptrace_stop not to clear it, which done at the syscall exit
      stop could leak -ERESTART*.  It probably removes the harm from signalfd,
      at least assuming it never calls dequeue_signal on kernel threads that
      might have used block_all_signals.
      Signed-off-by: NRoland McGrath <roland@redhat.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b74d0deb