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 4.10.14
Date: Wed, 3 May 2017 08:54:23 -0700	[thread overview]
Message-ID: <20170503155423.GA5800@kroah.com> (raw)

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

I'm announcing the release of the 4.10.14 kernel.

All users of the 4.10 kernel series must upgrade.

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

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

 Makefile                                                   |    2 
 arch/arc/include/asm/atomic.h                              |    3 
 arch/mips/kernel/cevt-r4k.c                                |    2 
 arch/mips/kernel/elf.c                                     |    2 
 arch/mips/kernel/kgdb.c                                    |   48 +++--
 arch/sparc/include/asm/pgtable_64.h                        |   15 -
 arch/sparc/mm/init_64.c                                    |    2 
 arch/x86/kernel/ftrace.c                                   |   12 +
 drivers/input/serio/i8042-x86ia64io.h                      |    7 
 drivers/net/can/usb/gs_usb.c                               |   17 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h               |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c    |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c            |    3 
 drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c |   36 ++-
 drivers/net/ethernet/mellanox/mlx5/core/lag.c              |    5 
 drivers/net/ethernet/mellanox/mlx5/core/main.c             |    2 
 drivers/net/ethernet/renesas/sh_eth.c                      |  122 +++++++------
 drivers/net/macsec.c                                       |    2 
 drivers/net/macvlan.c                                      |   11 +
 drivers/net/phy/dp83640.c                                  |    2 
 drivers/net/phy/phy.c                                      |   42 +++-
 drivers/net/vrf.c                                          |    2 
 drivers/scsi/scsi_lib.c                                    |    4 
 fs/ceph/inode.c                                            |   22 +-
 fs/nfsd/nfs3xdr.c                                          |   13 -
 fs/nfsd/nfssvc.c                                           |   36 +++
 fs/nfsd/nfsxdr.c                                           |   10 -
 include/linux/errqueue.h                                   |    2 
 include/linux/phy.h                                        |    1 
 include/uapi/linux/ipv6_route.h                            |    2 
 kernel/bpf/verifier.c                                      |    5 
 kernel/cpu.c                                               |   28 +-
 net/9p/client.c                                            |    4 
 net/core/neighbour.c                                       |    3 
 net/core/netpoll.c                                         |   10 -
 net/core/secure_seq.c                                      |   29 ++-
 net/core/skbuff.c                                          |   46 +++-
 net/ipv4/ip_sockglue.c                                     |    9 
 net/ipv4/ping.c                                            |    5 
 net/ipv4/route.c                                           |    2 
 net/ipv4/tcp.c                                             |    1 
 net/ipv4/tcp_cong.c                                        |   11 -
 net/ipv6/addrconf.c                                        |   25 ++
 net/ipv6/datagram.c                                        |   10 -
 net/ipv6/exthdrs.c                                         |    5 
 net/ipv6/ip6_tunnel.c                                      |   34 +--
 net/ipv6/ip6mr.c                                           |   13 -
 net/ipv6/raw.c                                             |    3 
 net/ipv6/route.c                                           |    4 
 net/ipv6/seg6.c                                            |    3 
 net/kcm/kcmsock.c                                          |    6 
 net/l2tp/l2tp_core.c                                       |    8 
 net/l2tp/l2tp_core.h                                       |    3 
 net/l2tp/l2tp_debugfs.c                                    |   10 -
 net/l2tp/l2tp_ip.c                                         |    5 
 net/l2tp/l2tp_ip6.c                                        |    5 
 net/l2tp/l2tp_netlink.c                                    |    7 
 net/l2tp/l2tp_ppp.c                                        |   19 +-
 net/openvswitch/flow.c                                     |   10 -
 net/packet/af_packet.c                                     |    4 
 net/sctp/socket.c                                          |    3 
 net/socket.c                                               |   13 +
 sound/core/seq/seq_lock.c                                  |    9 
 sound/firewire/lib.h                                       |    2 
 sound/firewire/oxfw/oxfw.c                                 |    4 
 sound/soc/intel/boards/bytcr_rt5640.c                      |    4 
 sound/soc/intel/boards/bytcr_rt5651.c                      |    2 
 tools/testing/selftests/bpf/test_verifier.c                |   20 ++
 68 files changed, 551 insertions(+), 263 deletions(-)

Al Viro (1):
      p9_client_readdir() fix

Alexander Kochetkov (1):
      net: phy: fix auto-negotiation stall due to unavailable interrupt

Alexei Starovoitov (1):
      bpf: improve verifier packet range checks

Andrey Konovalov (2):
      net/packet: fix overflow in check for tp_frame_nr
      net/packet: fix overflow in check for tp_reserve

Dan Carpenter (1):
      dp83640: don't recieve time stamps twice

David Ahern (3):
      net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule
      net: ipv6: RTF_PCPU should not be settable from userspace
      net: ipv6: regenerate host route if moved to gc list

David Lebrun (2):
      ipv6: sr: fix out-of-bounds access in SRH validation
      ipv6: sr: fix double free of skb after handling invalid SRH

Dmitry Torokhov (1):
      Input: i8042 - add Clevo P650RS to the i8042 reset list

Eric Dumazet (3):
      ping: implement proper locking
      net: neigh: guard against NULL solicit() method
      tcp: clear saved_syn in tcp_disconnect()

Eugenia Emantayev (1):
      net/mlx5e: Fix small packet threshold

Florian Larysch (1):
      net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given

Florian Westphal (1):
      secure_seq: downgrade to per-host timestamp offsets

Greg Kroah-Hartman (1):
      Linux 4.10.14

Guillaume Nault (4):
      l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
      l2tp: purge socket queues in the .destruct() callback
      l2tp: take reference on sessions being dumped
      l2tp: fix PPP pseudo-wire auto-loading

Herbert Xu (1):
      macvlan: Fix device ref leak when purging bc_queue

Ilan Tayari (2):
      gso: Validate assumption of frag_list segementation
      net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handling

J. Bruce Fields (3):
      nfsd: check for oversized NFSv2/v3 arguments
      nfsd4: minor NFSv2/v3 write decoding cleanup
      nfsd: stricter decoding of write-like NFSv2/v3 ops

James Cowgill (1):
      MIPS: Avoid BUG warning in arch_check_elf

James Hogan (2):
      MIPS: KGDB: Use kernel context for sleeping threads
      MIPS: cevt-r4k: Fix out-of-bounds array access

Jamie Bainbridge (1):
      ipv6: check raw payload size correctly in ioctl

Jason A. Donenfeld (1):
      macsec: avoid heap overflow in skb_to_sgvec

Johannes Thumshirn (1):
      scsi: return correct blkprep status code in case scsi_init_io() fails.

Josh Poimboeuf (1):
      ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram

Maksim Salau (1):
      net: can: usb: gs_usb: Fix buffer on stack

Mohamad Haj Yahia (1):
      net/mlx5: Fix driver load bad flow when having fw initializing timeout

Nathan Sullivan (1):
      net: phy: handle state correctly in phy_stop_machine

Nikolay Aleksandrov (1):
      ip6mr: fix notification device destruction

Noam Camus (1):
      ARC: [plat-eznps] Fix build error

Or Gerlitz (1):
      net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5

Rabin Vincent (1):
      ipv6: Fix idev->addr_list corruption

Sabrina Dubroca (1):
      ipv6: fix source routing

Sebastian Andrzej Siewior (1):
      cpu/hotplug: Serialize callback invocations proper

Sergei Shtylyov (1):
      sh_eth: unmap DMA buffers when freeing rings

Soheil Hassas Yeganeh (2):
      tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
      tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS

Takashi Iwai (2):
      ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
      ASoC: intel: Fix PM and non-atomic crash in bytcr drivers

Takashi Sakamoto (2):
      ALSA: oxfw: fix regression to handle Stanton SCS.1m/1d
      ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned type

Talat Batheesh (1):
      net/mlx5: Avoid dereferencing uninitialized pointer

Tom Hromatka (1):
      sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()

Tushar Dave (1):
      netpoll: Check for skb->queue_mapping

WANG Cong (2):
      kcm: return immediately after copy_from_user() failure
      ipv6: check skb->protocol before lookup for nexthop

Wei Wang (1):
      tcp: memset ca_priv data to 0 properly

Willem de Bruijn (1):
      net-timestamp: avoid use-after-free in ip_recv_error

Xin Long (1):
      sctp: listen on the sock only when it's state is listening or closed

Yan, Zheng (1):
      ceph: fix recursion between ceph_set_acl() and __ceph_setattr()

Yi-Hung Wei (1):
      openvswitch: Fix ovs_flow_key_update()

bob picco (1):
      sparc64: kern_addr_valid regression


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-05-03 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 15:54 Greg KH [this message]
2017-05-03 15:54 ` Linux 4.10.14 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=20170503155423.GA5800@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.