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 5.4.40
Date: Mon, 11 May 2020 13:54:34 +0200	[thread overview]
Message-ID: <158919807452194@kroah.com> (raw)

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

I'm announcing the release of the 5.4.40 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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/hexagon/include/asm/io.h                         |   12 +---
 arch/hexagon/kernel/hexagon_ksyms.c                   |    2 
 arch/hexagon/mm/ioremap.c                             |    2 
 arch/x86/kvm/vmx/ops.h                                |    1 
 drivers/acpi/sleep.c                                  |    5 -
 drivers/base/swnode.c                                 |   14 ++--
 drivers/devfreq/devfreq.c                             |    4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c                |    3 -
 drivers/gpu/drm/amd/display/dc/core/dc_link.c         |    9 ---
 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c |   26 ++++++++
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c    |   33 +++++++----
 drivers/gpu/drm/exynos/exynos_dp.c                    |   29 +++++----
 drivers/gpu/drm/i915/display/intel_display.c          |    7 +-
 drivers/gpu/drm/rockchip/analogix_dp-rockchip.c       |   36 ++++++------
 drivers/mfd/intel-lpss.c                              |    2 
 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/platform/x86/gpd-pocket-fan.c                 |    2 
 drivers/remoteproc/qcom_q6v5_mss.c                    |    2 
 drivers/usb/dwc3/core.h                               |    4 +
 drivers/usb/dwc3/gadget.c                             |   52 +++++++++++++----
 drivers/vhost/vsock.c                                 |    5 +
 fs/cifs/connect.c                                     |    6 ++
 include/drm/bridge/analogix_dp.h                      |    5 +
 include/linux/ieee80211.h                             |    9 +++
 include/linux/io.h                                    |    2 
 include/net/udp.h                                     |    7 ++
 kernel/trace/trace_events_hist.c                      |    7 ++
 lib/devres.c                                          |   19 ++++++
 lib/mpi/longlong.h                                    |   34 +++++------
 mm/mremap.c                                           |   10 +++
 net/core/netclassid_cgroup.c                          |    4 -
 net/mac80211/mlme.c                                   |    2 
 net/mac80211/rx.c                                     |    8 +-
 net/mac80211/sta_info.c                               |    3 -
 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/ssi.c                               |   11 +++
 sound/soc/sh/rcar/ssiu.c                              |    2 
 sound/soc/soc-topology.c                              |   53 +++++++++++++-----
 tools/arch/arm64/include/uapi/asm/unistd.h            |    1 
 tools/lib/bpf/Makefile                                |    2 
 tools/testing/selftests/ipc/msgque.c                  |    2 
 53 files changed, 379 insertions(+), 156 deletions(-)

Aaron Ma (1):
      drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event

Alex Elder (1):
      remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()

Amadeusz Sławiński (7):
      ASoC: topology: Check return value of soc_tplg_create_tlv
      ASoC: topology: Check return value of soc_tplg_*_create
      ASoC: topology: Check soc_tplg_add_route return value
      ASoC: topology: Check return value of pcm_new_ver
      ASoC: topology: Check return value of soc_tplg_dai_config
      ASoC: topology: Fix endianness issue
      ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry

Arnaldo Carvalho de Melo (1):
      tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sources

Brendan Higgins (1):
      Revert "software node: Simplify software_node_release() function"

Christoph Hellwig (1):
      hexagon: clean up ioremap

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

Greg Kroah-Hartman (1):
      Linux 5.4.40

Hans de Goede (1):
      platform/x86: GPD pocket fan: Fix error message when temp-limits are out of range

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

Madhuparna Bhowmik (1):
      mac80211: sta_info: Add lockdep condition for RCU list usage

Marek Szyprowski (2):
      drm/bridge: analogix_dp: Split bind() into probe() and real bind()
      PM / devfreq: Add missing locking while setting suspend_freq

Matt Roper (1):
      drm/i915: Extend WaDisableDARBFClkGating to icl,ehl,tgl

Matthias Blankertz (4):
      ASoC: rsnd: Fix parent SSI start/stop in multi-SSI mode
      ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode
      ASoC: rsnd: Don't treat master SSI in multi SSI setup as parent
      ASoC: rsnd: Fix "status check failed" spam for multi-SSI

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

Nick Desaulniers (1):
      hexagon: define ioremap_uc

Paulo Alcantara (1):
      cifs: do not share tcons with DFS

Qian Cai (1):
      x86/kvm: fix a missing-prototypes "vmread_error"

Rafael J. Wysocki (1):
      ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()

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

Sandeep Raghuraman (1):
      drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

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

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

Thadeu Lima de Souza Cascardo (1):
      libbpf: Fix readelf output parsing for Fedora

Thinh Nguyen (1):
      usb: dwc3: gadget: Properly set maxpacket limit

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

Tuowen Zhao (2):
      lib: devres: add a helper function for ioremap_uc
      mfd: intel-lpss: Use devm_ioremap_uc for MMIO

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

Vamshi K Sthambamkadi (1):
      tracing: Fix memory leaks in trace_events_hist.c

Will Deacon (1):
      mm/mremap: Add comment explaining the untagging behaviour of mremap()

Willem de Bruijn (1):
      udp: document udp_rcv_segment special case for looped packets

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

Zhan Liu (1):
      Revert "drm/amd/display: setting the DIG_MODE to the correct value."


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 11:54 Greg Kroah-Hartman [this message]
2020-05-11 11:54 ` Linux 5.4.40 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=158919807452194@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.