I've just released Linux 2.6.32.69. The patch and changelog will appear soon at the following locations: https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.69.xz https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.69.gz https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.69 The updated 2.6.32.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y The tree can be browsed on the gitweb interface: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?h=linux-2.6.32.y Testing status (build/boot, OK/FAIL, otherwise not tested) : ARCH | CONFIGURATION --------+----------------------------------- | allmodconfig other-config x86_64 | build:OK boot:OK i386 | build:OK - As a reminder, EOL for 2.6.32 is set to Feb 2016. Thanks to all participants. Willy --------- Makefile | 2 +- arch/x86/kernel/entry_64.S | 11 +++++++++ arch/x86/kernel/paravirt.c | 16 +++++++++--- arch/x86/kernel/process_64.c | 52 +++++++++++++++++++++++++++++++-------- drivers/base/devres.c | 4 +-- drivers/char/n_tty.c | 6 ++--- drivers/hid/hid-core.c | 2 +- drivers/input/evdev.c | 13 +++------- drivers/macintosh/windfarm_core.c | 2 +- drivers/md/md.c | 4 +-- drivers/net/virtio_net.c | 2 +- drivers/scsi/mvsas/mv_sas.c | 2 ++ drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/serial/whiteheat.c | 31 +++++++++++++++++++++++ fs/binfmt_elf.c | 10 ++++---- fs/dcache.c | 11 ++++++++- fs/hfs/bnode.c | 9 +++---- fs/hfs/brec.c | 20 ++++++++------- fs/hfsplus/bnode.c | 9 +++---- fs/namei.c | 32 +++++++++++++++++++++--- fs/nfs/nfs4state.c | 2 +- fs/proc/task_mmu.c | 21 ++++++---------- fs/splice.c | 12 ++++++++- fs/xfs/xfs_attr_leaf.h | 11 +++++++-- include/linux/security.h | 6 ++--- include/linux/skbuff.h | 3 ++- include/net/inet_common.h | 3 ++- ipc/msg.c | 18 +++++++------- ipc/sem.c | 34 ++++++++++++++++--------- ipc/shm.c | 13 +++++----- ipc/util.c | 8 +++--- kernel/capability.c | 2 +- kernel/module.c | 8 ++++-- lib/devres.c | 2 +- mm/hugetlb.c | 8 ++++++ net/core/datagram.c | 50 +++++++++++++++++++++++++++++++++---- net/core/ethtool.c | 2 +- net/ipv4/ipmr.c | 4 +-- net/ipv4/tcp_input.c | 2 +- net/ipv4/udp.c | 2 +- net/ipv6/addrconf.c | 37 +++++++++++++++++++++++++++- net/ipv6/raw.c | 2 +- net/ipv6/udp.c | 3 ++- net/rds/connection.c | 6 +++++ net/rds/info.c | 2 +- net/rds/tcp_recv.c | 11 +++++++-- net/rxrpc/ar-recvmsg.c | 3 ++- net/sunrpc/xprtsock.c | 2 ++ security/security.c | 5 ++-- 49 files changed, 382 insertions(+), 140 deletions(-) Summary of changes from 2.6.32.68 to 2.6.32.69 ============================================== Andy Lutomirski (1): x86/paravirt: Replace the paravirt nop with a bona fide empty function Ani Sinha (1): ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context. Benjamin Randazzo (1): md: use kzalloc() when bitmap is disabled Chris Wright (1): security: add cred argument to security_capable() Christophe Leroy (1): splice: sendfile() at once fails for big files Dan Carpenter (2): rds: fix an integer overflow test in rds_info_getsockopt() devres: fix a for loop bounds check DÄ?vis MosÄ?ns (1): mvsas: Fix NULL pointer dereference in mvs_slot_task_free Eric Dumazet (1): net: avoid NULL deref in inet_ctl_sock_destroy() Eric W. Biederman (2): dcache: Handle escaped paths in prepend_path vfs: Test for and handle paths that are unreachable from their mnt_root Herbert Xu (3): net: Clone skb before setting peeked flag net: Fix skb_set_peeked use-after-free bug net: Fix skb csum races when peeking Herton R. Krzesinski (1): ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set exits Hin-Tak Leung (2): hfs,hfsplus: cache pages correctly between bnode_create and bnode_free hfs: fix B-tree corruption after insertion at position 0 Jan Kara (1): xfs: Fix xfs_attr_leafblock definition Jason Wang (1): virtio-net: drop NETIF_F_FRAGLIST Joe Perches (1): ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings Johan Hovold (1): USB: whiteheat: fix potential null-deref at probe Konstantin Khlebnikov (1): pagemap: hide physical addresses from non-privileged users Kosuke Tatsukawa (1): tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c Linus Torvalds (1): Initialize msg/shm IPC objects before doing ipc_addid() Maciej W. Rozycki (1): binfmt_elf: Don't clobber passed executable's file header Manfred Spraul (1): ipc/sem.c: fully initialize sem_array before making it visible Marcelo Leitner (1): ipv6: addrconf: validate new MTU before applying it Masahiro Yamada (1): devres: fix devres_get() Mathias Nyman (1): xhci: fix off by one error in TRB DMA address boundary check Mel Gorman (1): mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault Olga Kornievskaia (1): Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount Paul Bolle (1): windfarm: decrement client count when unregistering Peter Zijlstra (1): module: Fix locking in symbol_put_addr() Richard Purdie (1): HID: core: Avoid uninitialized buffer access Sabrina Dubroca (1): net: add length argument to skb_copy_and_csum_datagram_iovec Sasha Levin (1): RDS: verify the underlying transport exists before creating a connection Sowmini Varadhan (1): RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv Takashi Iwai (1): Input: evdev - do not report errors form flush() Thomas Gleixner (1): x86/process: Add proper bound checks in 64bit get_wchan() Trond Myklebust (1): SUNRPC: xs_reset_transport must mark the connection as disconnected Willy Tarreau (1): Linux 2.6.32.69 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html