Patch location: ftp://ftp.kernel.org/pub/linux/kernel/people/bunk/linux-2.6.16.y/testing/
git tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git Changes since 2.6.16.38: Adrian Bunk (3): [Bluetooth] Let BT_HIDP depend on INPUT kbuild: explicitly turn off gcc stack-protector Linux 2.6.16.39-rc1 Alan Cox (1): atiixp: hang fix Alexey Dobriyan (1): V4L/DVB: Flexcop-usb: fix debug printk Andrew de Quincey (1): V4L/DVB: Fix uninitialised variable in dvb_frontend_swzigzag David S. Miller (1): BLUETOOTH: Fix unaligned access in hci_send_to_sock. Eric Sesterhenn (1): V4L/DVB: Missing statement in drivers/media/dvb/frontends/cx22700.c Hugh Dickins (1): read_zero_pagealigned() locking fix James Bursa (1): adfs: fix filename handling Jan Andersson (1): sparc32: add offset in pci_map_sg() Jens Axboe (1): cdrom: set default timeout to 7 seconds Jes Sorensen (2): [SCSI] qla1280 command timeout [SCSI] qla1280 bus reset typo Marcel Holtmann (8): [Bluetooth] Check if DLC is still attached to the TTY [Bluetooth] More checks if DLC is still attached to the TTY [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg() [Bluetooth] Return EINPROGRESS for non-blocking socket calls [Bluetooth] Handle command complete event for exit periodic inquiry [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP [Bluetooth] Add locking for bt_proto array manipulation [Bluetooth] Fix deadlock in the L2CAP layer Martin Schwidefsky (1): s390: connector support Nick Piggin (1): mm: fix bug in set_page_dirty_buffers Patrick McHardy (2): NETFILTER: NAT: fix NOTRACK checksum handling NETFILTER: arp_tables: missing unregistration on module unload Shaohua Li (1): i386: fix CPU hotplug with 2GB VMSPLIT Makefile | 7 + arch/i386/kernel/smpboot.c | 2 arch/s390/Kconfig | 2 arch/sparc/kernel/ioport.c | 3 drivers/cdrom/cdrom.c | 8 +- drivers/char/mem.c | 12 ++- drivers/ide/pci/atiixp.c | 18 ++-- drivers/media/dvb/b2c2/flexcop-usb.c | 2 drivers/media/dvb/dvb-core/dvb_frontend.c | 2 drivers/media/dvb/frontends/cx22700.c | 1 drivers/scsi/qla1280.c | 11 +-- fs/adfs/dir_f.c | 2 fs/buffer.c | 5 + include/net/bluetooth/hci.h | 2 mm/memory.c | 32 +++++--- net/bluetooth/af_bluetooth.c | 38 ++++++++-- net/bluetooth/bnep/sock.c | 69 ++++++++++++++---- net/bluetooth/cmtp/sock.c | 35 +++++++++ net/bluetooth/hci_event.c | 1 net/bluetooth/hci_sock.c | 13 ++- net/bluetooth/hidp/Kconfig | 3 net/bluetooth/hidp/sock.c | 80 +++++++++++++++++++++- net/bluetooth/l2cap.c | 20 ++--- net/bluetooth/rfcomm/core.c | 2 net/bluetooth/rfcomm/sock.c | 12 ++- net/bluetooth/rfcomm/tty.c | 25 ++++-- net/bluetooth/sco.c | 3 net/ipv4/netfilter/arp_tables.c | 2 net/ipv4/netfilter/ip_nat_standalone.c | 11 +-- 29 files changed, 322 insertions(+), 101 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/