10 Sep, 2010

2 commits


06 Sep, 2010

29 commits


29 Aug, 2010

9 commits

  • Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
    firewire: ohci: work around VIA and NEC PHY packet reception bug
    firewire: core: do not use del_timer_sync() in interrupt context
    firewire: net: fix unicast reception RCODE in failure paths
    firewire: sbp2: fix stall with "Unsolicited response"
    firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send error
    ieee1394: Adjust confusing if indentation

    Linus Torvalds
     
  • VIA VT6306, VIA VT6308, and NEC OrangeLink controllers do not write
    packet event codes for received PHY packets (or perhaps write
    evt_no_status, hard to tell). Work around it by overwriting the
    packet's ACK by ack_complete, so that upper layers that listen to PHY
    packet reception get to see these packets.

    (Also tested: TI TSB82AA2, TI TSB43AB22/A, TI XIO2213A, Agere FW643,
    JMicron JMB381 --- these do not exhibit this bug.)

    Clemens proposed a quirks flag for that, IOW whitelist known misbehaving
    controllers for this workaround. Though to me it seems harmless enough
    to enable for all controllers.

    The log_ar_at_event() debug log will continue to show the original
    status from the DMA unit.

    Reported-by: Clemens Ladisch (VT6308)
    Signed-off-by: Stefan Richter

    Stefan Richter
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
    net/ipv4: Eliminate kstrdup memory leak
    net/caif/cfrfml.c: use asm/unaligned.h
    ax25: missplaced sock_put(sk)
    qlge: reset the chip before freeing the buffers
    l2tp: test for ethernet header in l2tp_eth_dev_recv()
    tcp: select(writefds) don't hang up when a peer close connection
    tcp: fix three tcp sysctls tuning
    tcp: Combat per-cpu skew in orphan tests.
    pxa168_eth: silence gcc warnings
    pxa168_eth: update call to phy_mii_ioctl()
    pxa168_eth: fix error handling in prope
    pxa168_eth: remove unneeded null check
    phylib: Fix race between returning phydev and calling adjust_link
    caif-driver: add HAS_DMA dependency
    3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx
    qlcnic: fix poll implementation
    netxen: fix poll implementation
    bridge: netfilter: fix a memory leak

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin:
    Blackfin: bf52x/bf54x boards: drop unused nand page size
    Blackfin: punt duplicate SPORT MMR defines

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
    ALSA: pcm: add more format names
    sound: oss: fix uninitialized spinlock
    ALSA: asihpi - Return hw error directly from oustream_write.
    ASoC: soc-core: fix debugfs_pop_time file permissions
    ALSA: hda - Add Sony VAIO quirk for ALC269

    Linus Torvalds
     
  • …git/kgene/linux-samsung

    * 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
    ARM: S5PV310: Fix on Secondary CPU startup
    ARM: S5PV310: Bug fix on uclk1 and sclk_pwm
    ARM: S5PV310: Fix missed uart clocks
    ARM: S5PV310: Should be clk_sclk_apll not clk_mout_apll
    ARM: S5PV310: Fix on PLL setting for S5PV310
    ARM: S5PV310: Add CMU block for S5PV310 Clock
    ARM: S5PV310: Fix on typo irqs.h of S5PV310
    ARM: S5PV310: Fix on default ZRELADDR of ARCH_S5PV310
    ARM: S5PV310: Fix on GPIO base addresses
    ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type
    ARM: S5P: VMALLOC_END should be unsigned long

    Linus Torvalds
     
  • * 'for-linus' of git://git.infradead.org/users/eparis/notify:
    fsnotify: drop two useless bools in the fnsotify main loop
    fsnotify: fix list walk order
    fanotify: Return EPERM when a process is not privileged
    fanotify: resize pid and reorder structure
    fanotify: drop duplicate pr_debug statement
    fanotify: flush outstanding perm requests on group destroy
    fsnotify: fix ignored mask handling between inode and vfsmount marks
    fanotify: add MAINTAINERS entry
    fsnotify: reset used_inode and used_vfsmount on each pass
    fanotify: do not dereference inode_mark when it is unset

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6:
    eCryptfs: Fix encrypted file name lookup regression
    ecryptfs: properly mark init functions
    fs/ecryptfs: Return -ENOMEM on memory allocation failure

    Linus Torvalds