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,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.19.271
Date: Tue, 24 Jan 2023 07:28:32 +0100	[thread overview]
Message-ID: <1674541712176110@kroah.com> (raw)

I'm announcing the release of the 4.19.271 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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/x86/kernel/fpu/init.c                     |    7 
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c |    6 
 drivers/firmware/google/gsmi.c                 |    7 
 drivers/infiniband/ulp/srp/ib_srp.h            |    8 
 drivers/mmc/host/sunxi-mmc.c                   |    8 
 drivers/staging/comedi/drivers/adv_pci1760.c   |    2 
 drivers/tty/serial/atmel_serial.c              |    8 
 drivers/tty/serial/pch_uart.c                  |    2 
 drivers/usb/core/hub.c                         |   13 
 drivers/usb/gadget/function/f_ncm.c            |    4 
 drivers/usb/gadget/legacy/webcam.c             |    3 
 drivers/usb/host/ehci-fsl.c                    |    2 
 drivers/usb/host/xhci-pci.c                    |    2 
 drivers/usb/host/xhci-ring.c                   |    5 
 drivers/usb/host/xhci.c                        |   13 
 drivers/usb/host/xhci.h                        |    1 
 drivers/usb/misc/iowarrior.c                   |    2 
 drivers/usb/serial/cp210x.c                    |    1 
 drivers/usb/serial/option.c                    |   17 +
 drivers/usb/storage/uas-detect.h               |   13 
 drivers/usb/storage/unusual_uas.h              |    7 
 drivers/usb/typec/altmodes/displayport.c       |   22 -
 fs/cifs/smb2pdu.c                              |   15 
 fs/ext4/ext4.h                                 |    8 
 fs/ext4/extents.c                              |  139 ++------
 fs/ext4/extents_status.c                       |  389 +------------------------
 fs/ext4/extents_status.h                       |   76 ----
 fs/ext4/inode.c                                |   92 +----
 fs/ext4/super.c                                |    8 
 fs/f2fs/extent_cache.c                         |    3 
 fs/nfs/filelayout/filelayout.c                 |    8 
 fs/nilfs2/btree.c                              |   15 
 include/trace/events/ext4.h                    |   39 --
 kernel/sys.c                                   |    2 
 net/core/ethtool.c                             |    3 
 36 files changed, 237 insertions(+), 715 deletions(-)

Alexander Stein (1):
      usb: host: ehci-fsl: Fix module alias

Ali Mirghasemi (1):
      USB: serial: option: add Quectel EC200U modem

Daniel Scally (1):
      usb: gadget: g_webcam: Send color matching descriptor per frame

Daniil Tatianin (1):
      net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy stats

Duke Xin(辛安文) (5):
      USB: serial: option: add Quectel EM05-G (GR) modem
      USB: serial: option: add Quectel EM05-G (CS) modem
      USB: serial: option: add Quectel EM05-G (RS) modem
      USB: serial: option: add Quectel EM05CN (SG) modem
      USB: serial: option: add Quectel EM05CN modem

Enzo Matsumiya (1):
      cifs: do not include page data when checking signature

Flavio Suligoi (1):
      usb: core: hub: disable autosuspend for TI TUSB8041

Greg Kroah-Hartman (7):
      prlimit: do_prlimit needs to have a speculation check
      USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100
      Revert "ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline"
      Revert "ext4: fix reserved cluster accounting at delayed write time"
      Revert "ext4: add new pending reservation mechanism"
      Revert "ext4: generalize extents status tree search functions"
      Linux 4.19.271

Ian Abbott (1):
      comedi: adv_pci1760: Fix PWM instruction handling

Ilpo Järvinen (1):
      serial: pch_uart: Pass correct sg to dma_unmap_sg()

Jaegeuk Kim (1):
      f2fs: let's avoid panic if extent_tree is not created

Jimmy Hu (1):
      usb: xhci: Check endpoint is valid before dereferencing it

Jiri Slaby (SUSE) (1):
      RDMA/srp: Move large values to a new enum for gcc13

Juhyung Park (1):
      usb-storage: apply IGNORE_UAS only for HIKSEMI MD202 on RTL9210

Khazhismel Kumykov (1):
      gsmi: fix null-deref in gsmi_get_variable

Maciej Żenczykowski (1):
      usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()

Mathias Nyman (2):
      xhci: Fix null pointer dereference when host dies
      xhci: Add a flag to disable USB3 lpm on a xhci root port level.

Michael Adler (1):
      USB: serial: cp210x: add SCALANCE LPE-9000 device id

Olga Kornievskaia (1):
      pNFS/filelayout: Fix coalescing test for single DS

Prashant Malani (2):
      usb: typec: altmodes/displayport: Add pin assignment helper
      usb: typec: altmodes/displayport: Fix pin assignment calculation

Ricardo Ribalda (1):
      xhci-pci: set the dma max_seg_size

Ryusuke Konishi (1):
      nilfs2: fix general protection fault in nilfs_btree_insert()

Samuel Holland (1):
      mmc: sunxi-mmc: Fix clock refcount imbalance during unbind

Shawn.Shao (1):
      Add exception protection processing for vd in axi_chan_handle_err function

Tobias Schramm (1):
      serial: atmel: fix incorrect baudrate setup

YingChi Long (1):
      x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGN


             reply	other threads:[~2023-01-24  6:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24  6:28 Greg Kroah-Hartman [this message]
2023-01-24  6:28 ` Linux 4.19.271 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=1674541712176110@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.