mbox series

[Xenial,SRU] Xenial update to 4.4.151 stable release

Message ID 1536840261-859-1-git-send-email-stefan.bader@canonical.com
State New
Headers show
Series [Xenial,SRU] Xenial update to 4.4.151 stable release | expand

Pull-request

git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

Message

Stefan Bader Sept. 13, 2018, 12:04 p.m. UTC
https://bugs.launchpad.net/ubuntu/xenial/+source/linux/+bug/1792340

Only "x86/mm: Simplify p[g4um]d_page() macros" got skipped as
we already had picked that one up in our L1TF efforts.
The remaining patches applied cleanly.

-Stefan

---

The following changes since commit 1f9a7881a6b2ec685881c632b85e6d8187c35b23:

  Linux 4.4.150 (2018-09-13 10:56:01 +0200)

are available in the git repository at:

  git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4

for you to fetch changes up to 1d43cbcb0af2b54e8dd2b3644a7785604ab4fd6d:

  Linux 4.4.151 (2018-09-13 11:48:19 +0200)

----------------------------------------------------------------
Aleksander Morgado (1):
      USB: option: add support for DW5821e

Alexey Kodanev (1):
      dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()

Chen Hu (1):
      serial: 8250_dw: always set baud rate in dw8250_set_termios

Cong Wang (2):
      llc: use refcount_inc_not_zero() for llc_sap_find()
      vsock: split dwork to avoid reinitializations

Greg Kroah-Hartman (1):
      Linux 4.4.151

Hangbin Liu (2):
      net_sched: Fix missing res info when create new tc_index filter
      net_sched: fix NULL pointer dereference when delete tcindex filter

Hans de Goede (1):
      ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry

John Ogness (1):
      USB: serial: sierra: fix potential deadlock at close

Kees Cook (1):
      isdn: Disable IIOCDBGVAR

Park Ju Hyung (2):
      ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
      ALSA: hda - Turn CX8200 into D3 as well upon reboot

Sudip Mukherjee (1):
      Bluetooth: avoid killing an already killed socket

Takashi Iwai (5):
      ALSA: vx222: Fix invalid endian conversions
      ALSA: virmidi: Fix too long output trigger loop
      ALSA: cs5535audio: Fix invalid endian conversion
      ALSA: memalloc: Don't exceed over the requested size
      ALSA: vxpocket: Fix invalid endian conversions

Wei Wang (1):
      l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache

Willy Tarreau (1):
      ACPI / PM: save NVS memory for ASUS 1025C laptop

Zhang Rui (1):
      ACPI: save NVS memory for Lenovo G50-45

 Makefile                                |  2 +-
 drivers/acpi/sleep.c                    | 27 +++++++++++++++++++++++++++
 drivers/isdn/i4l/isdn_common.c          |  8 +-------
 drivers/tty/serial/8250/8250_dw.c       |  2 +-
 drivers/usb/serial/option.c             |  4 ++++
 drivers/usb/serial/sierra.c             |  4 ++--
 include/net/af_vsock.h                  |  4 ++--
 include/net/llc.h                       |  5 +++++
 net/bluetooth/sco.c                     |  3 ++-
 net/dccp/ccids/ccid2.c                  |  6 ++++--
 net/l2tp/l2tp_core.c                    |  2 +-
 net/llc/llc_core.c                      |  4 ++--
 net/sched/cls_tcindex.c                 |  8 +++-----
 net/vmw_vsock/af_vsock.c                | 15 ++++++++-------
 net/vmw_vsock/vmci_transport.c          |  3 +--
 sound/core/memalloc.c                   |  8 ++------
 sound/core/seq/seq_virmidi.c            | 10 ++++++++++
 sound/pci/cs5535audio/cs5535audio.h     |  6 +++---
 sound/pci/cs5535audio/cs5535audio_pcm.c |  4 ++--
 sound/pci/hda/hda_intel.c               |  2 +-
 sound/pci/hda/patch_conexant.c          |  4 +++-
 sound/pci/vx222/vx222_ops.c             |  8 ++++----
 sound/pcmcia/vx/vxp_ops.c               | 10 +++++-----
 23 files changed, 94 insertions(+), 55 deletions(-)

Comments

Kleber Sacilotto de Souza Oct. 1, 2018, 1:04 p.m. UTC | #1
On 09/13/18 14:04, Stefan Bader wrote:
> https://bugs.launchpad.net/ubuntu/xenial/+source/linux/+bug/1792340
> 
> Only "x86/mm: Simplify p[g4um]d_page() macros" got skipped as
> we already had picked that one up in our L1TF efforts.
> The remaining patches applied cleanly.
> 
> -Stefan
> 
> ---
> 
> The following changes since commit 1f9a7881a6b2ec685881c632b85e6d8187c35b23:
> 
>   Linux 4.4.150 (2018-09-13 10:56:01 +0200)
> 
> are available in the git repository at:
> 
>   git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4
> 
> for you to fetch changes up to 1d43cbcb0af2b54e8dd2b3644a7785604ab4fd6d:
> 
>   Linux 4.4.151 (2018-09-13 11:48:19 +0200)
> 
> ----------------------------------------------------------------
> Aleksander Morgado (1):
>       USB: option: add support for DW5821e
> 
> Alexey Kodanev (1):
>       dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
> 
> Chen Hu (1):
>       serial: 8250_dw: always set baud rate in dw8250_set_termios
> 
> Cong Wang (2):
>       llc: use refcount_inc_not_zero() for llc_sap_find()
>       vsock: split dwork to avoid reinitializations
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.151
> 
> Hangbin Liu (2):
>       net_sched: Fix missing res info when create new tc_index filter
>       net_sched: fix NULL pointer dereference when delete tcindex filter
> 
> Hans de Goede (1):
>       ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
> 
> John Ogness (1):
>       USB: serial: sierra: fix potential deadlock at close
> 
> Kees Cook (1):
>       isdn: Disable IIOCDBGVAR
> 
> Park Ju Hyung (2):
>       ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
>       ALSA: hda - Turn CX8200 into D3 as well upon reboot
> 
> Sudip Mukherjee (1):
>       Bluetooth: avoid killing an already killed socket
> 
> Takashi Iwai (5):
>       ALSA: vx222: Fix invalid endian conversions
>       ALSA: virmidi: Fix too long output trigger loop
>       ALSA: cs5535audio: Fix invalid endian conversion
>       ALSA: memalloc: Don't exceed over the requested size
>       ALSA: vxpocket: Fix invalid endian conversions
> 
> Wei Wang (1):
>       l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
> 
> Willy Tarreau (1):
>       ACPI / PM: save NVS memory for ASUS 1025C laptop
> 
> Zhang Rui (1):
>       ACPI: save NVS memory for Lenovo G50-45
> 
>  Makefile                                |  2 +-
>  drivers/acpi/sleep.c                    | 27 +++++++++++++++++++++++++++
>  drivers/isdn/i4l/isdn_common.c          |  8 +-------
>  drivers/tty/serial/8250/8250_dw.c       |  2 +-
>  drivers/usb/serial/option.c             |  4 ++++
>  drivers/usb/serial/sierra.c             |  4 ++--
>  include/net/af_vsock.h                  |  4 ++--
>  include/net/llc.h                       |  5 +++++
>  net/bluetooth/sco.c                     |  3 ++-
>  net/dccp/ccids/ccid2.c                  |  6 ++++--
>  net/l2tp/l2tp_core.c                    |  2 +-
>  net/llc/llc_core.c                      |  4 ++--
>  net/sched/cls_tcindex.c                 |  8 +++-----
>  net/vmw_vsock/af_vsock.c                | 15 ++++++++-------
>  net/vmw_vsock/vmci_transport.c          |  3 +--
>  sound/core/memalloc.c                   |  8 ++------
>  sound/core/seq/seq_virmidi.c            | 10 ++++++++++
>  sound/pci/cs5535audio/cs5535audio.h     |  6 +++---
>  sound/pci/cs5535audio/cs5535audio_pcm.c |  4 ++--
>  sound/pci/hda/hda_intel.c               |  2 +-
>  sound/pci/hda/patch_conexant.c          |  4 +++-
>  sound/pci/vx222/vx222_ops.c             |  8 ++++----
>  sound/pcmcia/vx/vxp_ops.c               | 10 +++++-----
>  23 files changed, 94 insertions(+), 55 deletions(-)
> 

Applied to xenial/master-next branch.

Thanks,
Kleber