mirror of https://lore.kernel.org/lkml/
 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.6.4
Date: Mon, 11 Jul 2016 09:44:52 -0700	[thread overview]
Message-ID: <20160711164452.GA5886@kroah.com> (raw)

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

I'm announcing the release of the 4.6.4 kernel.

All users of the 4.6 kernel series must upgrade.

The updated 4.6.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.6.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 -
 crypto/crypto_user.c                  |    1 
 drivers/crypto/ux500/hash/hash_core.c |    4 +-
 drivers/crypto/vmx/aes_cbc.c          |    2 -
 drivers/crypto/vmx/aes_ctr.c          |    2 -
 drivers/usb/core/quirks.c             |   23 ++++++++-------
 drivers/usb/dwc3/dwc3-exynos.c        |   19 +++++++-----
 drivers/usb/gadget/legacy/inode.c     |   17 ++++++++---
 drivers/usb/host/ehci-tegra.c         |    2 -
 drivers/usb/host/xhci-pci.c           |    5 +++
 drivers/usb/host/xhci-plat.c          |    3 +
 drivers/usb/host/xhci-ring.c          |   30 +++++++++++++++----
 drivers/usb/host/xhci.c               |   27 +++++++++--------
 drivers/usb/musb/musb_core.c          |    3 +
 drivers/usb/musb/musb_host.c          |   23 +++++++++------
 drivers/usb/serial/mos7720.c          |    1 
 drivers/usb/storage/uas.c             |    1 
 include/linux/bpf.h                   |    4 ++
 include/linux/net.h                   |    3 +
 include/linux/sock_diag.h             |    6 +++
 kernel/events/core.c                  |    2 -
 net/ax25/af_ax25.c                    |    3 +
 net/ax25/ax25_ds_timer.c              |    5 ++-
 net/ax25/ax25_std_timer.c             |    5 ++-
 net/ax25/ax25_subr.c                  |    3 +
 net/bridge/br_multicast.c             |    4 ++
 net/bridge/br_private.h               |   23 ++++++++++++---
 net/core/neighbour.c                  |    6 +++
 net/ipv4/esp4.c                       |   52 ++++++++++++++++++++--------------
 net/ipv4/ipmr.c                       |    4 +-
 net/ipv6/ip6mr.c                      |    1 
 net/ipv6/sit.c                        |    4 +-
 net/kcm/kcmproc.c                     |    1 
 net/sched/act_ipt.c                   |    7 +++-
 net/sched/sch_fifo.c                  |    4 ++
 net/sched/sch_netem.c                 |   12 +++----
 36 files changed, 216 insertions(+), 98 deletions(-)

Andrew Goodbody (2):
      usb: musb: Stop bulk endpoint while queue is rotated
      usb: musb: Ensure rx reinit occurs for shared_fifo endpoints

Anton Blanchard (1):
      crypto: vmx - Increase priority of aes-cbc cipher

Basil Gunn (1):
      AX.25: Close socket connection on session completion

Bin Liu (3):
      usb: musb: only restore devctl when session was set in backup
      usb: musb: host: correct cppi dma channel for isoch transfer
      usb: gadget: fix spinlock dead lock in gadgetfs

Daniel Borkmann (1):
      bpf, perf: delay release of BPF prog after grace period

David Barroso (1):
      neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()

Eric Dumazet (2):
      net_sched: fix pfifo_head_drop behavior vs backlog
      netem: fix a use after free

Gabriel Krisman Bertazi (1):
      xhci: Cleanup only when releasing primary hcd

Greg Kroah-Hartman (1):
      Linux 4.6.4

Hans de Goede (4):
      USB: uas: Fix slave queue_depth not being set
      usb: quirks: Fix sorting
      usb: quirks: Add no-lpm quirk for Acer C120 LED Projector
      USB: xhci: Add broken streams quirk for Frescologic device id 1009

Herbert Xu (1):
      esp: Fix ESN generation under UDP encapsulation

Jason A. Donenfeld (1):
      net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUG

Jiri Slaby (1):
      kcm: fix /proc memory leak

Linus Walleij (1):
      crypto: ux500 - memmove the right size

Mathias Krause (1):
      crypto: user - re-add size check for CRYPTO_MSG_GETALG

Mathias Nyman (1):
      xhci: Fix handling timeouted commands on hosts in weird states.

Simon Horman (1):
      sit: correct IP protocol used in ipip6_err

Steinar H. Gunderson (1):
      usb: dwc3: exynos: Fix deferred probing storm.

Sudip Mukherjee (1):
      USB: mos7720: delete parport

Thierry Reding (1):
      usb: host: ehci-tegra: Grab the correct UTMI pads reset

Thomas Petazzoni (1):
      usb: xhci-plat: properly handle probe deferral for devm_clk_get()

Tom Goff (1):
      ipmr/ip6mr: Initialize the last assert time of mfc entries.

WANG Cong (1):
      act_ipt: fix a bind refcnt leak

Willem de Bruijn (1):
      sock_diag: do not broadcast raw socket destruction

daniel (1):
      Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address


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

             reply	other threads:[~2016-07-11 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-11 16:44 Greg KH [this message]
2016-07-11 16:44 ` 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=20160711164452.GA5886@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®