mbox series

[SRU,Groovy,PULL] Groovy update: v5.8.16 upstream stable release

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

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git tags/groovy-stable-v5.8.16

Message

Kamal Mostafa Oct. 29, 2020, 10:20 p.m. UTC
This pull request (13 commits) includes the following Groovy stable patchsets:

	Groovy update: v5.8.16 upstream stable release
	https://bugs.launchpad.net/bugs/1902132

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/groovy-stable-v5.8.xx reference:

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

 -Kamal

-----

The following changes since commit 2e1bb0d9ab20298e0ae23565c990fd4661f65c56:

  UBUNTU: upstream stable to v5.8.15 (2020-10-29 15:08:13 -0700)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git tags/groovy-stable-v5.8.16

for you to fetch changes up to ec24362ab1086b5a0e34628d6b8e1306612f3356:

  UBUNTU: upstream stable to v5.8.16 (2020-10-29 15:08:13 -0700)

----------------------------------------------------------------
Anant Thazhemadam (1):
      staging: comedi: check validity of wMaxPacketSize of usb endpoints found

Dominik Przychodni (1):
      crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA

Greg Kroah-Hartman (1):
      Linux 5.8.16

Herbert Xu (1):
      crypto: bcm - Verify GCM/CCM key length in setkey

Jan Kara (2):
      reiserfs: Initialize inode keys properly
      reiserfs: Fix oops during mount

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

Leonid Bloch (1):
      USB: serial: option: Add Telit FT980-KS composition

Luiz Augusto von Dentz (1):
      Bluetooth: Disconnect if E0 is used for Level 4

Mychaela N. Falconia (1):
      USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters

Oliver Neukum (1):
      media: usbtv: Fix refcounting mixup

Scott Chen (1):
      USB: serial: pl2303: add device-id for HP GC device

Wilken Gottwalt (1):
      USB: serial: option: add Cellient MPL200 card

 Makefile                                 |  2 +-
 debian.master/upstream-stable            |  2 +-
 drivers/crypto/bcm/cipher.c              | 15 ++++++++++++++-
 drivers/crypto/qat/qat_common/qat_algs.c | 10 +++++++++-
 drivers/media/usb/usbtv/usbtv-core.c     |  3 ++-
 drivers/staging/comedi/drivers/vmk80xx.c |  3 +++
 drivers/usb/serial/ftdi_sio.c            |  5 +++++
 drivers/usb/serial/ftdi_sio_ids.h        |  7 +++++++
 drivers/usb/serial/option.c              |  5 +++++
 drivers/usb/serial/pl2303.c              |  1 +
 drivers/usb/serial/pl2303.h              |  1 +
 fs/reiserfs/inode.c                      |  6 +-----
 fs/reiserfs/xattr.c                      |  7 +++++++
 include/net/bluetooth/hci_core.h         | 10 ++++++----
 net/bluetooth/hci_conn.c                 | 17 +++++++++++++++++
 net/bluetooth/hci_event.c                | 20 ++++++++------------
 16 files changed, 88 insertions(+), 26 deletions(-)

Comments

Ian May Oct. 30, 2020, 6:55 p.m. UTC | #1
Applied to Groovy/master-next

Thanks,
Ian

On 2020-10-29 15:20:48 , Kamal Mostafa wrote:
> This pull request (13 commits) includes the following Groovy stable patchsets:
> 
> 	Groovy update: v5.8.16 upstream stable release
> 	https://bugs.launchpad.net/bugs/1902132
> 
> 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/groovy-stable-v5.8.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 2e1bb0d9ab20298e0ae23565c990fd4661f65c56:
> 
>   UBUNTU: upstream stable to v5.8.15 (2020-10-29 15:08:13 -0700)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git tags/groovy-stable-v5.8.16
> 
> for you to fetch changes up to ec24362ab1086b5a0e34628d6b8e1306612f3356:
> 
>   UBUNTU: upstream stable to v5.8.16 (2020-10-29 15:08:13 -0700)
> 
> ----------------------------------------------------------------
> Anant Thazhemadam (1):
>       staging: comedi: check validity of wMaxPacketSize of usb endpoints found
> 
> Dominik Przychodni (1):
>       crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
> 
> Greg Kroah-Hartman (1):
>       Linux 5.8.16
> 
> Herbert Xu (1):
>       crypto: bcm - Verify GCM/CCM key length in setkey
> 
> Jan Kara (2):
>       reiserfs: Initialize inode keys properly
>       reiserfs: Fix oops during mount
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.8.16
> 
> Leonid Bloch (1):
>       USB: serial: option: Add Telit FT980-KS composition
> 
> Luiz Augusto von Dentz (1):
>       Bluetooth: Disconnect if E0 is used for Level 4
> 
> Mychaela N. Falconia (1):
>       USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters
> 
> Oliver Neukum (1):
>       media: usbtv: Fix refcounting mixup
> 
> Scott Chen (1):
>       USB: serial: pl2303: add device-id for HP GC device
> 
> Wilken Gottwalt (1):
>       USB: serial: option: add Cellient MPL200 card
> 
>  Makefile                                 |  2 +-
>  debian.master/upstream-stable            |  2 +-
>  drivers/crypto/bcm/cipher.c              | 15 ++++++++++++++-
>  drivers/crypto/qat/qat_common/qat_algs.c | 10 +++++++++-
>  drivers/media/usb/usbtv/usbtv-core.c     |  3 ++-
>  drivers/staging/comedi/drivers/vmk80xx.c |  3 +++
>  drivers/usb/serial/ftdi_sio.c            |  5 +++++
>  drivers/usb/serial/ftdi_sio_ids.h        |  7 +++++++
>  drivers/usb/serial/option.c              |  5 +++++
>  drivers/usb/serial/pl2303.c              |  1 +
>  drivers/usb/serial/pl2303.h              |  1 +
>  fs/reiserfs/inode.c                      |  6 +-----
>  fs/reiserfs/xattr.c                      |  7 +++++++
>  include/net/bluetooth/hci_core.h         | 10 ++++++----
>  net/bluetooth/hci_conn.c                 | 17 +++++++++++++++++
>  net/bluetooth/hci_event.c                | 20 ++++++++------------
>  16 files changed, 88 insertions(+), 26 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team