1. 21 7月, 2007 38 次提交
  2. 20 7月, 2007 2 次提交
    • D
      AFS: Use patched rxrpc_kernel_send_data() correctly · bd6dc742
      David Howells 提交于
      Fix afs_send_simple_reply() to accept a greater-than-zero return value from
      rxrpc_kernel_send_data() as being a successful return rather than thinking it
      an error and aborting the call.
      
      rxrpc_kernel_send_data() previously returned zero incorrectly when it worked
      successfully, but has been patched to return the number of bytes it
      transmitted.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bd6dc742
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 · 5f7e08ca
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6: (26 commits)
        sh: intc - add support for SH7750 and its variants
        sh: Move entry point code to .text.head.
        sh: heartbeat: Shut up resource size warning.
        sh: update r2d defconfig and fix SH7751R pci compliation
        sh: Many symbol exports for nommu allmodconfig.
        sh: zero terminate 8250 platform data for r2d board
        sh: cpufreq: Fix up the build for SH-2.
        sh: Make on-chip DMA channel selection explicit.
        sh: Fix up CPU dependencies for on-chip DMAC.
        sh: cpufreq: clock framework support.
        sh: Support rate rounding for SH7722 FRQCR clocks.
        sh: Implement clk_round_rate() in the clock framework.
        sh: Fix up PCI section mismatch warnings.
        sh: Wire up fallocate() syscall.
        sh: intc - add support for 7780
        sh: intc - improve group support
        sh: Fix up SH-3 and SH-4 driver dependencies.
        sh: push-switch: Correct license string.
        sh: cpufreq: Fix driver dependencies and flag as broken.
        sh: IPR/INTC2 IRQ setup consolidation.
        ...
      5f7e08ca