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 5.3.1
Date: Sat, 21 Sep 2019 08:37:08 +0200	[thread overview]
Message-ID: <20190921063708.GA1083465@kroah.com> (raw)

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

I'm announcing the release of the 5.3.1 kernel.

All users of the 5.3 kernel series must upgrade.

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

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

 Documentation/filesystems/overlayfs.txt           |    2 
 Documentation/sphinx/automarkup.py                |    2 
 Makefile                                          |    2 
 arch/arm64/include/asm/pgtable.h                  |   12 ++-
 drivers/block/floppy.c                            |    4 -
 drivers/firmware/google/vpd.c                     |    4 -
 drivers/firmware/google/vpd_decode.c              |   55 +++++++++-------
 drivers/firmware/google/vpd_decode.h              |    6 -
 drivers/media/usb/dvb-usb/technisat-usb2.c        |   22 +++---
 drivers/media/usb/tm6000/tm6000-dvb.c             |    3 
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |   12 ++-
 drivers/net/xen-netfront.c                        |    2 
 drivers/phy/qualcomm/phy-qcom-qmp.c               |   33 ++++-----
 drivers/phy/renesas/phy-rcar-gen3-usb2.c          |    2 
 drivers/tty/serial/atmel_serial.c                 |    1 
 drivers/tty/serial/sprd_serial.c                  |    2 
 drivers/usb/core/config.c                         |   12 ++-
 fs/overlayfs/ovl_entry.h                          |    1 
 fs/overlayfs/super.c                              |   73 ++++++++++++++--------
 include/net/pkt_sched.h                           |    7 +-
 include/net/sock_reuseport.h                      |   20 +++++-
 net/core/dev.c                                    |   16 +++-
 net/core/sock_reuseport.c                         |   15 +++-
 net/dsa/dsa2.c                                    |    2 
 net/ipv4/datagram.c                               |    2 
 net/ipv4/udp.c                                    |    5 -
 net/ipv6/datagram.c                               |    2 
 net/ipv6/ip6_gre.c                                |    2 
 net/ipv6/udp.c                                    |    5 -
 net/sched/sch_generic.c                           |    3 
 net/wireless/nl80211.c                            |    4 -
 virt/kvm/coalesced_mmio.c                         |   19 +++--
 32 files changed, 226 insertions(+), 126 deletions(-)

Alan Stern (1):
      USB: usbcore: Fix slab-out-of-bounds bug during device reset

Amir Goldstein (1):
      ovl: fix regression caused by overlapping layers detection

Andrew Lunn (1):
      net: dsa: Fix load order between DSA drivers and taggers

Bjorn Andersson (1):
      phy: qcom-qmp: Correct ready status, again

Chunyan Zhang (1):
      serial: sprd: correct the wrong sequence of arguments

Cong Wang (1):
      net_sched: let qdisc_put() accept NULL pointer

Dongli Zhang (1):
      xen-netfront: do not assume sk_buff_head list is empty in error handling

Greg Kroah-Hartman (1):
      Linux 5.3.1

Hung-Te Lin (1):
      firmware: google: check if size is valid when decoding VPD data

Jann Horn (1):
      floppy: fix usercopy direction

Jonathan Neuschäfer (1):
      Documentation: sphinx: Add missing comma to list of strings

Jose Abreu (1):
      net: stmmac: Hold rtnl lock in suspend/resume callbacks

Masashi Honma (1):
      nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds

Matt Delco (1):
      KVM: coalesced_mmio: add bounds checking

Paolo Abeni (1):
      net/sched: fix race between deactivation and dequeue for NOLOCK qdisc

Razvan Stefanescu (1):
      tty/serial: atmel: reschedule TX after RX was started

Sean Young (2):
      media: tm6000: double free if usb disconnect while streaming
      media: technisat-usb2: break out of loop at end of buffer

Will Deacon (1):
      Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"

Willem de Bruijn (1):
      udp: correct reuseport selection with connected sockets

Xin Long (1):
      ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit

Yoshihiro Shimoda (1):
      phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current


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

             reply	other threads:[~2019-09-21  6:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-21  6:37 Greg KH [this message]
2019-09-21  6:37 ` Linux 5.3.1 Greg KH
2019-09-23 14:31 ` Bhaskar Chowdhury

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=20190921063708.GA1083465@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.