1. 01 Apr, 2011 3 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · afdef69c
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        sparc32: Pass task_struct to schedule_tail() in ret_from_fork
        apbuart: Depend upon sparc.
        sparc64: Fix section mis-match errors.
        sparc32,leon: Fixed APBUART frequency detection
        sparc32, leon: APBUART driver must use archdata to get IRQ number
        sparc: Hook up syncfs system call.
      afdef69c
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 84daeb09
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        appletalk: Fix OOPS in atalk_release().
        mlx4: Fixing bad size of event queue buffer
        mlx4: Fixing use after free
        bonding:typo in comment
        sctp: Pass __GFP_NOWARN to hash table allocation attempts.
        connector: convert to synchronous netlink message processing
        fib: add rtnl locking in ip_fib_net_exit
        atm/solos-pci: Don't flap VCs when carrier state changes
        atm/solos-pci: Don't include frame pseudo-header on transmit hex-dump
        atm/solos-pci: Use VPI.VCI notation uniformly.
        Atheros, atl2: Fix mem leaks in error paths of atl2_set_eeprom
        netdev: fix mtu check when TSO is enabled
        net/usb: Ethernet quirks for the LG-VL600 4G modem
        phylib: phy_attach_direct: phy_init_hw can fail, add cleanup
        bridge: mcast snooping, fix length check of snooped MLDv1/2
        via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()
        via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variable
        net: gre: provide multicast mappings for ipv4 and ipv6
        bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()
        net: Fix warnings caused by MAX_SKB_FRAGS change.
      84daeb09
    • David S. Miller's avatar
      appletalk: Fix OOPS in atalk_release(). · c100c8f4
      David S. Miller authored
      Commit 60d9f461 ("appletalk: remove
      the BKL") added a dereference of "sk" before checking for NULL in
      atalk_release().
      
      Guard the code block completely, rather than partially, with the
      NULL check.
      Reported-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c100c8f4
  2. 31 Mar, 2011 8 commits
  3. 30 Mar, 2011 29 commits