All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz
Subject: Linux 4.14.180
Date: Mon, 11 May 2020 13:49:09 +0200	[thread overview]
Message-ID: <1589197749146101@kroah.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4345 bytes --]

I'm announcing the release of the 4.14.180 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                              |    2 -
 arch/powerpc/kernel/pci_of_scan.c                     |   12 +++++-
 arch/s390/kernel/diag.c                               |    2 -
 arch/s390/kernel/smp.c                                |    4 +-
 arch/s390/kernel/trace.c                              |    2 -
 drivers/net/dsa/b53/b53_common.c                      |   30 +++++++++++++--
 drivers/net/dsa/b53/b53_regs.h                        |    3 +
 drivers/net/ethernet/broadcom/bcmsysport.c            |    3 +
 drivers/net/ethernet/broadcom/genet/bcmgenet.c        |    3 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c   |    9 +++-
 drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c |   12 ++++--
 drivers/net/wimax/i2400m/usb-fw.c                     |    1 
 drivers/vhost/vsock.c                                 |    5 ++
 fs/cifs/connect.c                                     |    2 +
 include/linux/ieee80211.h                             |    9 ++++
 kernel/trace/trace.c                                  |    5 ++
 kernel/trace/trace_events.c                           |   31 +++++++---------
 lib/mpi/longlong.h                                    |   34 +++++++++---------
 net/core/netclassid_cgroup.c                          |    4 --
 net/mac80211/mlme.c                                   |    2 -
 net/mac80211/rx.c                                     |    8 +---
 net/mac80211/status.c                                 |    5 +-
 net/mac80211/tx.c                                     |    2 -
 net/sctp/sm_make_chunk.c                              |    6 ++-
 scripts/config                                        |    5 ++
 sound/pci/hda/hda_intel.c                             |    9 ++--
 sound/soc/codecs/hdac_hdmi.c                          |    6 +--
 sound/soc/codecs/sgtl5000.c                           |   34 ++++++++++++++++++
 sound/soc/codecs/sgtl5000.h                           |    1 
 sound/soc/sh/rcar/ssiu.c                              |    2 -
 sound/soc/soc-topology.c                              |    4 +-
 tools/testing/selftests/ipc/msgque.c                  |    2 -
 32 files changed, 181 insertions(+), 78 deletions(-)

Alexey Kardashevskiy (1):
      powerpc/pci/of: Parse unassigned resources

Amadeusz Sławiński (2):
      ASoC: topology: Check return value of pcm_new_ver
      ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry

Doug Berger (2):
      net: bcmgenet: suppress warnings on failed Rx SKB allocations
      net: systemport: suppress warnings on failed Rx SKB allocations

Florian Fainelli (1):
      net: dsa: b53: Rework ARL bin logic

Greg Kroah-Hartman (1):
      Linux 4.14.180

Jere Leppänen (1):
      sctp: Fix SHUTDOWN CTSN Ack in the peer restart case

Jeremie Francois (on alpha) (1):
      scripts/config: allow colons in option strings for sed

Jia He (1):
      vhost: vsock: kick send_pkt worker once device is started

Jiri Slaby (1):
      cgroup, netclassid: remove double cond_resched

Julien Beraud (2):
      net: stmmac: fix enabling socfpga's ptp_ref_clock
      net: stmmac: Fix sub-second increment

Matthias Blankertz (1):
      ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode

Nathan Chancellor (1):
      lib/mpi: Fix building for powerpc with clang

Philipp Rudo (1):
      s390/ftrace: fix potential crashes when switching tracers

Ronnie Sahlberg (1):
      cifs: protect updating server->dstaddr with a spinlock

Sebastian Reichel (1):
      ASoC: sgtl5000: Fix VAG power-on handling

Steven Rostedt (VMware) (1):
      tracing: Reverse the order of trace_types_lock and event_mutex

Takashi Iwai (1):
      ALSA: hda: Match both PCI ID and SSID for driver blacklist

Thomas Pedersen (1):
      mac80211: add ieee80211_is_any_nullfunc()

Tyler Hicks (1):
      selftests/ipc: Fix test failure seen after initial test run

Xiyu Yang (1):
      wimax/i2400m: Fix potential urb refcnt leak


             reply	other threads:[~2020-05-11 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 11:49 Greg Kroah-Hartman [this message]
2020-05-11 11:49 ` Linux 4.14.180 Greg Kroah-Hartman

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=1589197749146101@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.