mbox series

[SRU,Focal,PULL] Focal update: v5.4.159 upstream stable release

Message ID 20211202192704.28078-1-kamal@canonical.com
State New
Headers show
Series [SRU,Focal,PULL] Focal update: v5.4.159 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.159

Message

Kamal Mostafa Dec. 2, 2021, 7:27 p.m. UTC
This pull request (19 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.159 upstream stable release
	https://bugs.launchpad.net/bugs/1953071

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:

   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next

 -Kamal

-----

The following changes since commit 314b88cf6b5df087b35ee5d0c0c781ebbd6010b9:

  UBUNTU: upstream stable to v5.4.158 (2021-12-02 08:30:00 -0800)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.159

for you to fetch changes up to ee1ca204cb1a205c7580ecf2ed6dab18b62e152a:

  UBUNTU: upstream stable to v5.4.159 (2021-12-02 10:56:47 -0800)

----------------------------------------------------------------
Geert Uytterhoeven (1):
      usb: gadget: Mark USB_FSL_QE broken on 64-bit

Greg Kroah-Hartman (1):
      Linux 5.4.159

Gustavo A. R. Silva (1):
      media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init

James Buren (1):
      usb-storage: Add compatibility quirk flags for iODD 2531/2541

Jan Kara (1):
      isofs: Fix out of bound access for corrupted isofs image

Johan Hovold (8):
      comedi: dt9812: fix DMA buffers on stack
      comedi: ni_usb6501: fix NULL-deref in command paths
      comedi: vmk80xx: fix transfer-buffer overflows
      comedi: vmk80xx: fix bulk-buffer overflow
      comedi: vmk80xx: fix bulk and interrupt message timeouts
      staging: r8712u: fix control-message timeout
      staging: rtl8192u: fix control-message timeouts
      rsi: fix control-message timeout

Juergen Gross (1):
      Revert "x86/kvm: fix vcpu-id indexed array sizes"

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.159

Neal Liu (1):
      usb: ehci: handshake CMD_RUN instead of STS_HALT

Petr Mladek (1):
      printk/console: Allow to disable console output by using console="" or console=null

Todd Kjos (1):
      binder: don't detect sender/target during buffer cleanup

Viraj Shah (1):
      usb: musb: Balance list entry in musb_gadget_queue

 Makefile                                    |   2 +-
 arch/x86/kvm/ioapic.c                       |   2 +-
 arch/x86/kvm/ioapic.h                       |   4 +-
 debian.master/upstream-stable               |   2 +-
 drivers/android/binder.c                    |  14 ++--
 drivers/net/wireless/rsi/rsi_91x_usb.c      |   2 +-
 drivers/staging/comedi/drivers/dt9812.c     | 115 +++++++++++++++++++++-------
 drivers/staging/comedi/drivers/ni_usb6501.c |  10 +++
 drivers/staging/comedi/drivers/vmk80xx.c    |  28 +++----
 drivers/staging/media/ipu3/ipu3-css-fw.c    |   7 +-
 drivers/staging/media/ipu3/ipu3-css-fw.h    |   2 +-
 drivers/staging/rtl8192u/r8192U_core.c      |  18 ++---
 drivers/staging/rtl8712/usb_ops_linux.c     |   2 +-
 drivers/usb/gadget/udc/Kconfig              |   1 +
 drivers/usb/host/ehci-hcd.c                 |  11 ++-
 drivers/usb/host/ehci-platform.c            |   6 ++
 drivers/usb/host/ehci.h                     |   1 +
 drivers/usb/musb/musb_gadget.c              |   4 +-
 drivers/usb/storage/unusual_devs.h          |  10 +++
 fs/isofs/inode.c                            |   2 +
 kernel/printk/printk.c                      |   9 ++-
 21 files changed, 179 insertions(+), 73 deletions(-)

Comments

Kelsey Skunberg Dec. 9, 2021, 11:13 p.m. UTC | #1
On 2021-12-02 11:27:04 , Kamal Mostafa wrote:
> This pull request (19 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.159 upstream stable release
> 	https://bugs.launchpad.net/bugs/1953071
> 
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases.  I recommend fetching and applying just this
> reference ('stable-next') instead of each tags/focal-stable-v5.4.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 314b88cf6b5df087b35ee5d0c0c781ebbd6010b9:
> 
>   UBUNTU: upstream stable to v5.4.158 (2021-12-02 08:30:00 -0800)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.159
> 
> for you to fetch changes up to ee1ca204cb1a205c7580ecf2ed6dab18b62e152a:
> 
>   UBUNTU: upstream stable to v5.4.159 (2021-12-02 10:56:47 -0800)
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
>       usb: gadget: Mark USB_FSL_QE broken on 64-bit
> 
> Greg Kroah-Hartman (1):
>       Linux 5.4.159
> 
> Gustavo A. R. Silva (1):
>       media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
> 
> James Buren (1):
>       usb-storage: Add compatibility quirk flags for iODD 2531/2541
> 
> Jan Kara (1):
>       isofs: Fix out of bound access for corrupted isofs image
> 
> Johan Hovold (8):
>       comedi: dt9812: fix DMA buffers on stack
>       comedi: ni_usb6501: fix NULL-deref in command paths
>       comedi: vmk80xx: fix transfer-buffer overflows
>       comedi: vmk80xx: fix bulk-buffer overflow
>       comedi: vmk80xx: fix bulk and interrupt message timeouts
>       staging: r8712u: fix control-message timeout
>       staging: rtl8192u: fix control-message timeouts
>       rsi: fix control-message timeout
> 
> Juergen Gross (1):
>       Revert "x86/kvm: fix vcpu-id indexed array sizes"
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.159
> 
> Neal Liu (1):
>       usb: ehci: handshake CMD_RUN instead of STS_HALT
> 
> Petr Mladek (1):
>       printk/console: Allow to disable console output by using console="" or console=null
> 
> Todd Kjos (1):
>       binder: don't detect sender/target during buffer cleanup
> 
> Viraj Shah (1):
>       usb: musb: Balance list entry in musb_gadget_queue
> 
>  Makefile                                    |   2 +-
>  arch/x86/kvm/ioapic.c                       |   2 +-
>  arch/x86/kvm/ioapic.h                       |   4 +-
>  debian.master/upstream-stable               |   2 +-
>  drivers/android/binder.c                    |  14 ++--
>  drivers/net/wireless/rsi/rsi_91x_usb.c      |   2 +-
>  drivers/staging/comedi/drivers/dt9812.c     | 115 +++++++++++++++++++++-------
>  drivers/staging/comedi/drivers/ni_usb6501.c |  10 +++
>  drivers/staging/comedi/drivers/vmk80xx.c    |  28 +++----
>  drivers/staging/media/ipu3/ipu3-css-fw.c    |   7 +-
>  drivers/staging/media/ipu3/ipu3-css-fw.h    |   2 +-
>  drivers/staging/rtl8192u/r8192U_core.c      |  18 ++---
>  drivers/staging/rtl8712/usb_ops_linux.c     |   2 +-
>  drivers/usb/gadget/udc/Kconfig              |   1 +
>  drivers/usb/host/ehci-hcd.c                 |  11 ++-
>  drivers/usb/host/ehci-platform.c            |   6 ++
>  drivers/usb/host/ehci.h                     |   1 +
>  drivers/usb/musb/musb_gadget.c              |   4 +-
>  drivers/usb/storage/unusual_devs.h          |  10 +++
>  fs/isofs/inode.c                            |   2 +
>  kernel/printk/printk.c                      |   9 ++-
>  21 files changed, 179 insertions(+), 73 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team