All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.10.18
Date: Tue, 5 Nov 2013 18:14:47 -0800	[thread overview]
Message-ID: <20131106021447.GA6991@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 8075 bytes --]

I'm announcing the release of the 3.10.18 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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

------------

 Documentation/networking/ip-sysctl.txt          |    9 ++++
 Makefile                                        |    2 -
 arch/arm/boot/dts/integratorcp.dts              |    9 ++--
 arch/arm/include/asm/syscall.h                  |    6 +++
 drivers/connector/cn_proc.c                     |   18 +++++++++
 drivers/connector/connector.c                   |    7 ++-
 drivers/gpio/gpio-lynxpoint.c                   |    5 +-
 drivers/i2c/busses/i2c-ismt.c                   |    3 +
 drivers/md/dm-snap-persistent.c                 |   18 ++++++---
 drivers/net/can/dev.c                           |   10 ++---
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |    1 
 drivers/net/ethernet/emulex/benet/be_cmds.c     |    3 +
 drivers/net/ethernet/marvell/mv643xx_eth.c      |    6 +--
 drivers/net/ethernet/ti/davinci_emac.c          |    3 -
 drivers/net/virtio_net.c                        |   17 ++++++--
 drivers/net/wan/farsync.c                       |    1 
 drivers/net/wan/wanxl.c                         |    1 
 drivers/net/xen-netback/common.h                |    1 
 drivers/net/xen-netback/interface.c             |   12 +++++-
 drivers/net/xen-netback/xenbus.c                |   17 ++++++--
 drivers/tty/serial/vt8500_serial.c              |    5 +-
 drivers/usb/serial/option.c                     |    9 ++++
 drivers/usb/serial/ti_usb_3410_5052.c           |    1 
 include/linux/skbuff.h                          |    5 ++
 include/net/cipso_ipv4.h                        |    6 ++-
 include/net/dst.h                               |   12 ++++++
 include/net/ip6_route.h                         |    6 +--
 include/net/sock.h                              |    2 +
 include/net/tcp.h                               |    1 
 mm/huge_memory.c                                |   10 ++++-
 mm/page-writeback.c                             |   10 ++---
 net/8021q/vlan_netlink.c                        |    2 -
 net/bridge/br_stp_if.c                          |    2 -
 net/compat.c                                    |    2 +
 net/core/secure_seq.c                           |    2 +
 net/core/sock.c                                 |    1 
 net/ipv4/inet_hashtables.c                      |    2 -
 net/ipv4/ip_output.c                            |    2 -
 net/ipv4/ip_vti.c                               |   14 +++++--
 net/ipv4/route.c                                |    2 -
 net/ipv4/sysctl_net_ipv4.c                      |   10 +++++
 net/ipv4/tcp.c                                  |   28 ++++++++++++--
 net/ipv4/tcp_input.c                            |   41 +++++++++++++++++++--
 net/ipv4/tcp_output.c                           |   28 +++++++++-----
 net/ipv6/inet6_hashtables.c                     |    2 -
 net/ipv6/ip6_output.c                           |    6 +--
 net/ipv6/route.c                                |   46 +++++++++++++++++++-----
 net/l2tp/l2tp_core.c                            |   36 +++++++++++++++---
 net/l2tp/l2tp_core.h                            |    3 +
 net/l2tp/l2tp_ppp.c                             |    4 ++
 net/netfilter/nf_conntrack_h323_main.c          |    4 +-
 net/sctp/output.c                               |    3 +
 net/socket.c                                    |   24 ++++++++++--
 net/unix/af_unix.c                              |   10 +++++
 net/unix/diag.c                                 |    1 
 net/wireless/radiotap.c                         |    7 +++
 sound/pci/hda/hda_generic.c                     |    2 -
 sound/usb/usx2y/us122l.c                        |    4 +-
 58 files changed, 393 insertions(+), 111 deletions(-)

AKASHI Takahiro (1):
      ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()

Christophe Gouault (1):
      vti: get rid of nf mark rule in prerouting

Dan Carpenter (1):
      net: heap overflow in __audit_sockaddr()

Daniel Borkmann (1):
      net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race

David Henningsson (1):
      ALSA: hda - Fix inverted internal mic not indicated on some machines

David S. Miller (1):
      l2tp: Fix build warning with ipv6 disabled.

Diego Elio Pettenò (1):
      USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.

Enrico Mioso (1):
      usb: serial: option: blacklist Olivetti Olicard200

Eric Dumazet (7):
      tcp: TSO packets automatic sizing
      tcp: TSQ can use a dynamic limit
      tcp: must unclone packets before mangling them
      tcp: do not forget FIN in tcp_shifted_skb()
      net: do not call sock_put() on TIMEWAIT sockets
      l2tp: must disable bh before calling l2tp_xmit_skb()
      bnx2x: record rx queue for LRO packets

Fabio Estevam (1):
      net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected

Fan Du (1):
      sctp: Use software crc32 checksum when xfrm transform will happen.

Fengguang Wu (1):
      writeback: fix negative bdi max pause

François CACHEREUL (1):
      l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses

Greg Kroah-Hartman (2):
      USB: serial: option: add support for Inovia SEW858 device
      Linux 3.10.18

Hannes Frederic Sowa (2):
      inet: fix possible memory corruption with UDP_CORK and UFO
      ipv6: probe routes asynchronous in rt6_probe

Hugh Dickins (1):
      mm: fix BUG in __split_huge_page_pmd

James Ralston (1):
      i2c: ismt: initialize DMA buffer

Jason Wang (3):
      virtio-net: don't respond to cpu hotplug notifier if we're not ready
      virtio-net: fix the race between channels setting and refill
      virtio-net: refill only when device is up during setting queues

Jiri Benc (1):
      ipv4: fix ineffective source address selection

Johannes Berg (1):
      wireless: radiotap: fix parsing buffer overrun

Julian Anastasov (3):
      ipv6: always prefer rt6i_gateway if present
      ipv6: fill rt6i_gateway with nexthop address
      netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helper

Linus Walleij (1):
      ARM: integrator: deactivate timer0 on the Integrator/CP

Marc Kleine-Budde (2):
      can: dev: fix nlmsg size calculation in can_get_size()
      net: vlan: fix nlmsg size calculation in vlan_get_size()

Mariusz Ceier (1):
      davinci_emac.c: Fix IFF_ALLMULTI setup

Mathias Krause (3):
      proc connector: fix info leaks
      unix_diag: fix info leak
      connector: use nlmsg_len() to check message length

Mika Westerberg (1):
      gpio/lynxpoint: check if the interrupt is enabled in IRQ handler

Mikulas Patocka (1):
      dm snapshot: fix data corruption

Paul Durrant (1):
      xen-netback: Don't destroy the netdev until the vif is shut down

Roel Kluin (1):
      serial: vt8500: add missing braces

Salva Peiró (2):
      farsync: fix info leak in ioctl
      wanxl: fix info leak in ioctl

Sebastian Hesselbarth (2):
      net: mv643xx_eth: update statistics timer from timer context only
      net: mv643xx_eth: fix orphaned statistics timer crash

Seif Mazareeb (1):
      net: fix cipso packet validation when !NETLABEL

Takashi Iwai (1):
      ALSA: us122l: Fix pcm_usb_stream mmapping regression

Vasundhara Volam (1):
      be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd

Vlad Yasevich (3):
      bridge: Correctly clamp MAX forward_delay when enabling STP
      net: dst: provide accessor function to dst->xfrm
      sctp: Perform software checksum if packet has to be fragmented.

Yuchung Cheng (1):
      tcp: fix incorrect ca_state in tail loss probe


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2013-11-06  2:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06  2:14 Greg KH [this message]
2013-11-06  2:14 ` Linux 3.10.18 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131106021447.GA6991@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.