I'm announcing the release of the 3.14.40 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/alpha/mm/fault.c | 2 arch/arc/mm/fault.c | 2 arch/arm/include/asm/pgtable-3level-hwdef.h | 3 arch/arm/include/asm/pgtable-3level.h | 49 +++++++----- arch/arm/include/asm/pgtable.h | 14 ++- arch/arm/mm/proc-v7-3level.S | 9 +- arch/avr32/mm/fault.c | 2 arch/cris/mm/fault.c | 2 arch/frv/mm/fault.c | 2 arch/ia64/mm/fault.c | 2 arch/m32r/mm/fault.c | 2 arch/m68k/mm/fault.c | 2 arch/metag/mm/fault.c | 2 arch/microblaze/mm/fault.c | 2 arch/mips/mm/fault.c | 2 arch/mn10300/mm/fault.c | 2 arch/openrisc/mm/fault.c | 2 arch/parisc/mm/fault.c | 2 arch/powerpc/mm/fault.c | 2 arch/powerpc/platforms/cell/spu_fault.c | 2 arch/powerpc/platforms/cell/spufs/inode.c | 2 arch/s390/mm/fault.c | 6 + arch/score/mm/fault.c | 2 arch/sh/mm/fault.c | 2 arch/sparc/mm/fault_32.c | 2 arch/sparc/mm/fault_64.c | 2 arch/tile/mm/fault.c | 2 arch/um/kernel/trap.c | 2 arch/x86/kvm/emulate.c | 27 ++---- arch/x86/mm/fault.c | 10 -- arch/xtensa/mm/fault.c | 2 drivers/bluetooth/ath3k.c | 94 ++++++++++++++---------- drivers/bluetooth/btusb.c | 74 ++++++++++++------ drivers/edac/sb_edac.c | 8 +- drivers/net/bonding/bond_3ad.c | 2 drivers/net/bonding/bond_alb.c | 2 drivers/net/bonding/bond_main.c | 10 +- drivers/net/ethernet/broadcom/bnx2.c | 6 - drivers/net/ethernet/broadcom/tg3.c | 14 +-- drivers/net/ethernet/emulex/benet/be_main.c | 2 drivers/net/ethernet/freescale/gianfar.c | 4 - drivers/net/ethernet/intel/ixgb/ixgb_main.c | 6 - drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 15 ++- drivers/net/ethernet/mellanox/mlx4/en_tx.c | 2 drivers/net/ethernet/realtek/8139cp.c | 2 drivers/net/ethernet/realtek/8139too.c | 4 - drivers/net/ethernet/realtek/r8169.c | 6 - drivers/staging/lustre/lustre/llite/dcache.c | 2 drivers/staging/lustre/lustre/llite/llite_lib.c | 2 drivers/staging/lustre/lustre/llite/namei.c | 8 +- drivers/staging/lustre/lustre/llite/vvp_io.c | 2 fs/affs/amigaffs.c | 2 fs/autofs4/expire.c | 12 +-- fs/autofs4/root.c | 2 fs/ceph/dir.c | 8 +- fs/ceph/inode.c | 2 fs/cifs/inode.c | 2 fs/coda/cache.c | 2 fs/dcache.c | 58 +++++++------- fs/debugfs/inode.c | 2 fs/exportfs/expfs.c | 2 fs/libfs.c | 12 +-- fs/ncpfs/dir.c | 2 fs/ncpfs/ncplib_kernel.h | 4 - fs/nfs/getroot.c | 2 fs/notify/fsnotify.c | 4 - fs/ocfs2/dcache.c | 2 fs/proc/task_mmu.c | 67 +++++++++++------ include/linux/dcache.h | 8 +- include/linux/mm.h | 6 + include/linux/netdevice.h | 6 + include/linux/sched.h | 2 include/net/ip.h | 16 ---- include/net/ip6_route.h | 3 include/net/sock.h | 2 kernel/cgroup.c | 2 kernel/trace/trace.c | 4 - kernel/trace/trace_events.c | 2 mm/ksm.c | 2 mm/memory-failure.c | 2 mm/memory.c | 7 + net/core/dev.c | 4 - net/core/sock.c | 19 ++++ net/ipv4/tcp_input.c | 7 + net/ipv4/tcp_ipv4.c | 2 net/ipv4/tcp_output.c | 2 net/ipv6/ip6_output.c | 3 net/ipv6/ndisc.c | 9 ++ net/ipv6/tcp_ipv6.c | 2 net/netfilter/nf_conntrack_proto_generic.c | 26 ++++++ security/selinux/selinuxfs.c | 6 - 92 files changed, 466 insertions(+), 294 deletions(-) Al Viro (1): move d_rcu from overlapping d_child to overlapping d_alias Anantha Krishnan (2): Bluetooth: Add support for Acer [13D3:3432] Bluetooth: Add support for Acer [0489:e078] Andy Shevchenko (2): Bluetooth: sort the list of IDs in the source code Bluetooth: append new supported device to the list [0b05:17d0] D.S. Ljungmark (1): ipv6: Don't reduce hop limit for an interface Dmitry Tunin (1): Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device Eric Dumazet (1): tcp: tcp_make_synack() should clear skb->tstamp Eric W. Biederman (10): 8139cp: Call dev_kfree_skby_any instead of kfree_skb. 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb. r8169: Call dev_kfree_skby_any instead of dev_kfree_skb. bonding: Call dev_kfree_skby_any instead of kfree_skb. bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb. tg3: Call dev_kfree_skby_any instead of dev_kfree_skb. ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb. mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb. benet: Call dev_kfree_skby_any instead of kfree_skb. gianfar: Carefully free skbs in functions called by netpoll. Florian Westphal (1): netfilter: conntrack: disable generic tracking for known protocols Greg Kroah-Hartman (1): Linux 3.14.40 Guenter Roeck (1): arc: mm: Fix build failure Ido Shamay (1): net/mlx4_en: Call register_netdevice in the proper location Janne Heikkinen (1): Bluetooth: Add USB device 04ca:3010 as Atheros AR3012 Jurgen Kramer (1): Bluetooth: btusb: Add IMC Networks (Broadcom based) Konstantin Khlebnikov (1): proc/pagemap: walk page tables under pte lock Linus Torvalds (3): vm: add VM_FAULT_SIGSEGV handling support vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS x86: mm: move mmap_sem unlock from mm_fault_error() to caller Marcel Holtmann (3): Bluetooth: Add support for Intel bootloader devices Bluetooth: Ignore isochronous endpoints for Intel USB bootloader Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard Michal Kubeček (1): tcp: prevent fetching dst twice in early demux code Nadav Amit (1): KVM: x86: SYSENTER emulation is broken Naoya Horiguchi (1): mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() Neal Cardwell (1): tcp: fix FRTO undo on cumulative ACK of SACKed range Oliver Neukum (2): Bluetooth: Enable Atheros 0cf3:311e for firmware upload Bluetooth: Add firmware update for Atheros 0cf3:311f Peter Feiner (1): mm: softdirty: unmapped addresses between VMAs are clean Richard Guy Briggs (1): sched: declare pid_alive as inline Seth Jennings (1): sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel Steven Capper (2): ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE Vincent Zwanenburg (1): Add a new PID/VID 0227/0930 for AR3012. hannes@xxxxxxxxxxxxxxxxxxx (1): ipv6: protect skb->sk accesses from recursive dereference inside the stack
Attachment:
pgpnYmeMLguzo.pgp
Description: PGP signature