I am announcing the release of the Linux 3.13.11-ckt27 kernel. The updated 3.13.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y and can be browsed at: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y The diff from v3.13.11-ckt26 is posted as a follow-up to this email. The 3.13.y-ckt extended stable tree is maintained by the Canonical Kernel Team. For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable -Kamal -- Makefile | 2 +- arch/arm64/kvm/inject_fault.c | 12 +-- arch/mips/include/asm/pgtable.h | 31 ++++++ arch/mips/kernel/mips-mt-fpaff.c | 5 +- arch/sparc/include/asm/visasm.h | 16 +--- arch/sparc/lib/NG4memcpy.S | 5 +- arch/sparc/lib/VISsave.S | 67 +------------ arch/sparc/lib/ksyms.c | 4 - arch/x86/kvm/x86.c | 2 +- drivers/ata/libata-core.c | 1 + drivers/base/regmap/regcache-rbtree.c | 19 +++- drivers/block/rbd.c | 22 ++++- drivers/block/xen-blkback/blkback.c | 4 +- drivers/block/xen-blkfront.c | 6 +- drivers/crypto/caam/caamhash.c | 7 +- drivers/crypto/ixp4xx_crypto.c | 1 - drivers/edac/ppc4xx_edac.c | 2 +- drivers/md/dm-thin-metadata.c | 4 +- drivers/md/md.c | 2 + drivers/md/persistent-data/dm-btree-internal.h | 6 ++ drivers/md/persistent-data/dm-btree-remove.c | 12 +-- drivers/md/persistent-data/dm-btree-spine.c | 37 +++++++ drivers/md/persistent-data/dm-btree.c | 7 +- drivers/md/raid1.c | 10 +- drivers/md/raid10.c | 5 +- drivers/net/virtio_net.c | 4 +- drivers/scsi/libfc/fc_exch.c | 8 +- drivers/scsi/libfc/fc_fcp.c | 19 +++- drivers/scsi/libiscsi.c | 25 +---- drivers/target/iscsi/iscsi_target.c | 2 +- drivers/target/target_core_spc.c | 13 ++- drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/serial/sierra.c | 1 + drivers/xen/gntdev.c | 42 ++++---- fs/nfsd/nfs4xdr.c | 11 ++- fs/notify/mark.c | 30 +++++- fs/ocfs2/dlmglue.c | 10 +- include/drm/drm_pciids.h | 1 + include/net/ip.h | 1 + include/uapi/linux/pci_regs.h | 1 + ipc/mqueue.c | 5 - ipc/sem.c | 46 +++++++-- kernel/events/core.c | 12 ++- mm/memory-failure.c | 2 + mm/vmscan.c | 14 +-- net/batman-adv/translation-table.c | 11 ++- net/core/datagram.c | 16 ++-- net/core/dev.c | 29 +++--- net/core/pktgen.c | 4 +- net/core/rtnetlink.c | 128 +++++++++++++------------ net/ipv4/af_inet.c | 2 +- net/ipv4/datagram.c | 16 +++- net/ipv4/gre_offload.c | 2 +- net/ipv4/udp.c | 15 ++- net/ipv6/addrconf.c | 17 +++- net/ipv6/datagram.c | 20 +++- net/ipv6/ip6_gre.c | 1 + net/ipv6/ip6_offload.c | 2 +- net/key/af_key.c | 46 ++++----- net/mpls/mpls_gso.c | 2 +- net/netlink/af_netlink.c | 79 ++++++++------- net/rds/connection.c | 6 ++ net/rds/info.c | 2 +- net/tipc/socket.c | 1 + scripts/kconfig/streamline_config.pl | 2 +- 65 files changed, 550 insertions(+), 389 deletions(-) Alex Deucher (1): drm/radeon: add new OLAND pci id Alexei Potashnik (1): target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT Bart Van Assche (2): libfc: Fix fc_exch_recv_req() error path libfc: Fix fc_fcp_cleanup_each_cmd() Bob Liu (2): xen-blkfront: don't add indirect pages to list when !feature_persistent xen-blkback: replace work_pending with work_busy in purge_persistent_gnt() Dan Carpenter (1): rds: fix an integer overflow test in rds_info_getsockopt() Daniel Borkmann (1): rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver David Ahern (1): net: Fix RCU splat in af_key David Daney (1): MIPS: Make set_pte() SMP safe. David S. Miller (1): sparc64: Fix userspace FPU register corruptions. David Vrabel (1): xen/gntdev: convert priv->lock to a mutex Dirk Behme (1): USB: sierra: add 1199:68AB device ID Eric Dumazet (2): udp: fix dst races with multicast early demux ipv6: lock socket in ip6_datagram_connect() Felix Fietkau (1): MIPS: Fix sched_getaffinity with MT FPAFF enabled Florian Westphal (2): netlink: don't hold mutex in rcu callback when releasing mmapd ring net: gso: use feature flag argument in all protocol gso handlers Guenter Roeck (1): regmap: regcache-rbtree: Clean new present bits on present bitmap resize Guillermo A. Amaral (1): Add factory recertified Crucial M500s to blacklist Haozhong Zhang (1): KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST Herbert Xu (3): crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer 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 Horia Geant? (1): crypto: caam - fix memory corruption in ahash_final_ctx Ilya Dryomov (1): rbd: fix copyup completion race Jan Kara (1): fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() Jason Wang (1): virtio-net: drop NETIF_F_FRAGLIST Joe Thornber (2): dm thin metadata: delete btrees when releasing metadata snapshot dm btree: add ref counting ops for the leaves of top level btrees John Soni Jose (1): libiscsi: Fix host busy blocking during connection teardown Joseph Qi (1): ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() Julian Anastasov (1): net: call rcu_read_lock early in process_backlog Kamal Mostafa (1): Linux 3.13.11-ckt27 Kinglong Mee (1): nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystem Manfred Spraul (2): ipc/sem.c: change memory barrier in sem_lock() to smp_rmb() ipc/sem.c: update/correct memory barriers Marc Zyngier (1): arm64: KVM: Fix host crash when injecting a fault into a 32bit guest Marcelo Leitner (1): ipv6: addrconf: validate new MTU before applying it Marcus Gelderie (1): ipc: modify message queue accounting to not take kernel data structures into account Marek Lindner (1): batman-adv: protect tt_local_entry from concurrent delete events Marek Marczykowski-Górecki (1): xen/gntdevt: Fix race condition in gntdev_release() Mathias Nyman (1): xhci: fix off by one error in TRB DMA address boundary check Michael S. Tsirkin (1): PCI: Restore PCI_MSIX_FLAGS_BIRMASK definition Michael Walle (1): EDAC, ppc4xx: Access mci->csrows array elements properly Michal Hocko (1): mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations NeilBrown (3): md/raid10: always set reshape_safe when initializing reshape_position. md: flush ->event_work before stopping array. md/raid1: extend spinlock to protect raid1_end_read_request against inconsistencies Oleg Nesterov (1): net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() Peter Zijlstra (1): perf: Fix fasync handling on inherited events Richard Weinberger (1): localmodconfig: Use Kbuild files too Roland Dreier (1): target: REPORT LUNS should return LUN 0 even for dynamic ACLs Sasha Levin (1): RDS: verify the underlying transport exists before creating a connection Stephen Smalley (1): net/tipc: initialize security state for new connection socket Wanpeng Li (1): mm/hwpoison: fix page refcount of unknown non LRU page huaibin Wang (1): ip6_gre: release cached dst on tunnel removal -- 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