lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Jul 2016 09:44:23 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.4.15

I'm announcing the release of the 4.4.15 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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/net/ethernet/atheros/alx/main.c |    7 +++-
 drivers/net/ethernet/cadence/macb.c     |   13 ++++----
 drivers/net/ethernet/cadence/macb.h     |    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/skbuff.h                  |    7 ++++
 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/filter.c                       |   18 ++++++-----
 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/sched/act_csum.c                    |    8 +---
 net/sched/act_nat.c                     |   18 +++--------
 net/sched/sch_fifo.c                    |    4 ++
 net/sched/sch_netem.c                   |   12 +++----
 41 files changed, 248 insertions(+), 131 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 (2):
      bpf, perf: delay release of BPF prog after grace period
      bpf: try harder on clones when writing into skb

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

Feng Tang (1):
      net: alx: Work around the DMA RX overflow issue

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

Greg Kroah-Hartman (1):
      Linux 4.4.15

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

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.

Nicolas Ferre (1):
      net: macb: fix default configuration for GMAC on AT91

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.

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


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ