This is the start of the stable review cycle for the 3.10.12 release. There are 46 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat Sep 14 17:56:26 UTC 2013. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.12-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gre...@linuxfoundation.org> Linux 3.10.12-rc1 Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com> ARM: at91: dt: sam9260: add i2c gpio pinctrl Bing Zhao <bz...@marvell.com> mwifiex: do not create AP and P2P interfaces upon driver loading Sangjung Woo <sangjung....@samsung.com> drivers/rtc/rtc-max77686.c: Fix wrong register John Haxby <john.ha...@oracle.com> crypto: xor - Check for osxsave as well as avx in crypto/xor Thomas Petazzoni <thomas.petazz...@free-electrons.com> net: mvneta: properly disable HW PHY polling and ensure adjust_link() works Daniel Borkmann <dbork...@redhat.com> net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcv Hannes Frederic Sowa <han...@stressinduktion.org> ipv6: fix null pointer dereference in __ip6addrlbl_add Jason Wang <jasow...@redhat.com> vhost_net: poll vhost queue after marking DMA is done Nithin Sujir <nsu...@broadcom.com> tg3: Don't turn off led on 5719 serdes port 0 Jiri Bohac <jbo...@suse.cz> ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO Daniel Borkmann <dbork...@redhat.com> net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay Eric Dumazet <eduma...@google.com> net: revert 8728c544a9c ("net: dev_pick_tx() fix") Erik Hugne <erik.hu...@ericsson.com> tipc: set sk_err correctly when connection fails Phil Oester <ker...@linuxace.com> tcp: tcp_make_synack() should use sock_wmalloc Thomas Graf <tg...@suug.ch> ipv6: Don't depend on per socket memory for neighbour discovery messages Chris Clark <chris.cl...@alcatel-lucent.com> ipv4: sendto/hdrincl: don't use destination address found in header Andrew Vagin <ava...@openvz.org> tcp: don't apply tsoffset if rcv_tsecr is zero Andrew Vagin <ava...@openvz.org> tcp: initialize rcv_tstamp for restored sockets Rob Gardner <robma...@gmail.com> net: usb: Add HP hs2434 device to ZLP exception table Sathya Perla <sathya.pe...@emulex.com> be2net: fix disabling TX in be_close() Ben Hutchings <bhutchi...@solarflare.com> sfc: Fix lookup of default RX MAC filters when steered using ethtool Jesper Dangaard Brouer <bro...@redhat.com> net_sched: restore "linklayer atm" handling Toshiaki Makita <makita.toshi...@lab.ntt.co.jp> bridge: Use the correct bit length for bitmap functions in the VLAN code Willem de Bruijn <will...@google.com> packet: restore packet statistics tp_packets to include drops Andrey Vagin <ava...@openvz.org> tcp: set timestamps for restored skb-s Hannes Frederic Sowa <han...@stressinduktion.org> ipv6: drop packets with multiple fragmentation headers Hannes Frederic Sowa <han...@stressinduktion.org> ipv6: remove max_addresses check from ipv6_create_tempaddr Dan Carpenter <dan.carpen...@oracle.com> tun: signedness bug in tun_get_user() Asbjoern Sloth Toennesen <a...@fiberby.net> rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg header Pravin B Shelar <pshe...@nicira.com> ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id. Pravin B Shelar <pshe...@nicira.com> genl: Hold reference on correct module while netlink-dump. Pravin B Shelar <pshe...@nicira.com> genl: Fix genl dumpit() locking. Sridhar Samudrala <s...@us.ibm.com> rtnetlink: Fix inverted check in ndo_dflt_fdb_del() Dave Jones <da...@redhat.com> 8139cp: Fix skb leak in rx_status_loop failure path. Timo Teräs <timo.te...@iki.fi> ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0 Hannes Frederic Sowa <han...@stressinduktion.org> ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match Eric Dumazet <eduma...@google.com> tcp: cubic: fix bug in bictcp_acked() Eric Dumazet <eduma...@google.com> tcp: cubic: fix overflow error in bictcp_update() Linus Lüssing <linus.luess...@web.de> bridge: don't try to update timers in case of broken MLD queries Eric Dumazet <eduma...@google.com> fib_trie: remove potential out of bound access Veaceslav Falico <vfal...@redhat.com> bonding: modify only neigh_parms owned by us Veaceslav Falico <vfal...@redhat.com> neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup Michael S. Tsirkin <m...@redhat.com> macvlan: validate flags Roman Gushchin <kl...@yandex-team.ru> net: check net.core.somaxconn sysctl values Daniel Borkmann <dbork...@redhat.com> net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails stephen hemminger <step...@networkplumber.org> htb: fix sign extension bug ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/at91sam9260.dtsi | 10 +++++ arch/x86/include/asm/xor_avx.h | 4 +- drivers/net/bonding/bond_main.c | 8 +++- drivers/net/ethernet/broadcom/tg3.c | 18 +++++++- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- drivers/net/ethernet/marvell/mvneta.c | 13 +++++- drivers/net/ethernet/realtek/8139cp.c | 1 + drivers/net/ethernet/sfc/filter.c | 2 +- drivers/net/macvlan.c | 4 ++ drivers/net/tun.c | 6 ++- drivers/net/usb/cdc_mbim.c | 4 ++ drivers/net/vxlan.c | 2 +- drivers/net/wireless/mwifiex/main.c | 14 ------ drivers/rtc/rtc-max77686.c | 4 +- drivers/vhost/net.c | 9 ++-- include/linux/ipv6.h | 1 + include/net/genetlink.h | 20 ++++++++- include/net/ip_tunnels.h | 14 ------ include/net/sch_generic.h | 9 +++- include/uapi/linux/icmpv6.h | 2 + include/uapi/linux/pkt_sched.h | 10 ++++- net/bridge/br_fdb.c | 10 ++--- net/bridge/br_multicast.c | 5 ++- net/bridge/br_netlink.c | 4 +- net/bridge/br_vlan.c | 4 +- net/core/flow_dissector.c | 11 ++--- net/core/neighbour.c | 10 +++-- net/core/rtnetlink.c | 4 +- net/core/sysctl_net_core.c | 6 ++- net/ipv4/devinet.c | 4 +- net/ipv4/fib_trie.c | 5 +-- net/ipv4/ip_gre.c | 2 +- net/ipv4/ip_tunnel.c | 2 +- net/ipv4/raw.c | 3 +- net/ipv4/tcp.c | 7 +++ net/ipv4/tcp_cubic.c | 12 +++--- net/ipv4/tcp_input.c | 9 ++-- net/ipv4/tcp_output.c | 4 +- net/ipv6/addrconf.c | 10 ++--- net/ipv6/addrlabel.c | 48 ++++++++++----------- net/ipv6/icmp.c | 10 ++++- net/ipv6/ip6_fib.c | 16 +++++-- net/ipv6/ndisc.c | 14 +++--- net/ipv6/reassembly.c | 5 +++ net/ipv6/tcp_ipv6.c | 2 +- net/netlink/genetlink.c | 67 +++++++++++++++++++++++------ net/packet/af_packet.c | 2 + net/sched/sch_api.c | 41 ++++++++++++++++++ net/sched/sch_generic.c | 1 + net/sched/sch_htb.c | 15 ++++++- net/tipc/socket.c | 4 +- 52 files changed, 346 insertions(+), 152 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/