1. 11 Jun, 2008 4 commits
    • Linus Torvalds's avatar
      Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm · a4df1ac1
      Linus Torvalds authored
      * 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm:
        KVM: MMU: Fix is_empty_shadow_page() check
        KVM: MMU: Fix printk() format string
        KVM: IOAPIC: only set remote_irr if interrupt was injected
        KVM: MMU: reschedule during shadow teardown
        KVM: VMX: Clear CR4.VMXE in hardware_disable
        KVM: migrate PIT timer
        KVM: ppc: Report bad GFNs
        KVM: ppc: Use a read lock around MMU operations, and release it on error
        KVM: ppc: Remove unmatched kunmap() call
        KVM: ppc: add lwzx/stwz emulation
        KVM: ppc: Remove duplicate function
        KVM: s390: Fix race condition in kvm_s390_handle_wait
        KVM: s390: Send program check on access error
        KVM: s390: fix interrupt delivery
        KVM: s390: handle machine checks when guest is running
        KVM: s390: fix locking order problem in enable_sie
        KVM: s390: use yield instead of schedule to implement diag 0x44
        KVM: x86 emulator: fix hypercall return value on AMD
        KVM: ia64: fix zero extending for mmio ld1/2/4 emulation in KVM
      a4df1ac1
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 2a212f69
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
        [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled
        [CIFS] Fix hang in mount when negprot causes server to kill tcp session
        disable most mode changes on non-unix/non-cifsacl mounts
        [CIFS] Correct incorrect obscure open flag
        [CIFS] warn if both dynperm and cifsacl mount options specified
        silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes
        [CIFS] remove trailing whitespace
        when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions
        on non-posix shares, clear write bits in mode when ATTR_READONLY is set
        [CIFS] remove unused variables
      2a212f69
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · f7f866ee
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (42 commits)
        net: Fix routing tables with id > 255 for legacy software
        sky2: Hold RTNL while calling dev_close()
        s2io iomem annotations
        atl1: fix suspend regression
        qeth: start dev queue after tx drop error
        qeth: Prepare-function to call s390dbf was wrong
        qeth: reduce number of kernel messages
        qeth: Use ccw_device_get_id().
        qeth: layer 3 Oops in ip event handler
        virtio: use callback on empty in virtio_net
        virtio: virtio_net free transmit skbs in a timer
        virtio: Fix typo in virtio_net_hdr comments
        virtio_net: Fix skb->csum_start computation
        ehea: set mac address fix
        sfc: Recover from RX queue flush failure
        add missing lance_* exports
        ixgbe: fix typo
        forcedeth: msi interrupts
        ipsec: pfkey should ignore events when no listeners
        pppoe: Unshare skb before anything else
        ...
      f7f866ee
    • Bryan Wu's avatar
      smc91x: fix build error from the SMC_GET_MAC_ADDR API change · 7427d8b8
      Bryan Wu authored
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7427d8b8
  2. 10 Jun, 2008 36 commits