mbox series

[SRU,Xenial,PULL] Xenial update: v4.4.246 upstream stable release

Message ID 20201203210501.4173-1-kamal@canonical.com
State New
Headers show
Series [SRU,Xenial,PULL] Xenial update: v4.4.246 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.246

Message

Kamal Mostafa Dec. 3, 2020, 9:05 p.m. UTC
This pull request (39 commits) includes the following Xenial stable patchsets:

	Xenial update: v4.4.246 upstream stable release
	https://bugs.launchpad.net/bugs/1906700

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/xenial-stable-v4.4.xx reference:

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

 -Kamal

-----

The following changes since commit 50d59f82af5ebe1f61bcc375e53b1f9d013bcca2:

  UBUNTU: upstream stable to v4.4.245 (2020-12-03 09:47:55 -0800)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.246

for you to fetch changes up to 2e3b4e6332eb0df1519119b06ce29ed4ed4ea278:

  UBUNTU: upstream stable to v4.4.246 (2020-12-03 09:47:55 -0800)

----------------------------------------------------------------
Alejandro Concepcion Rodriguez (1):
      can: dev: can_restart(): post buffer from the right context

Aya Levin (1):
      net/mlx4_core: Fix init_hca fields offset

Chen Yu (1):
      x86/microcode/intel: Check patch signature before saving microcode for early loading

Colin Ian King (1):
      can: peak_usb: fix potential integer overflow on shift of a int

Dan Carpenter (1):
      Input: adxl34x - clean up a data type in adxl34x_probe()

Fabio Estevam (1):
      ARM: dts: imx50-evk: Fix the chip select 1 IOMUX

Felix Fietkau (2):
      mac80211: minstrel: remove deferred sampling code
      mac80211: minstrel: fix tx status processing corner case

Filip Moc (1):
      net: usb: qmi_wwan: Set DTR quirk for MR400

Florian Fainelli (1):
      net: Have netpoll bring-up DSA management interface

Fugang Duan (1):
      tty: serial: imx: keep console clocks always on

Greg Kroah-Hartman (1):
      Linux 4.4.246

Heiner Kallweit (1):
      net: bridge: add missing counters to ndo_get_stats64 callback

Jan Kara (1):
      ext4: fix bogus warning in ext4_update_dx_flag()

Jianqun Xu (1):
      pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq

Johannes Berg (2):
      mac80211: allow driver to prevent two stations w/ same address
      mac80211: free sta in sta_info_insert_finish() on errors

Kamal Mostafa (1):
      UBUNTU: upstream stable to v4.4.246

Leo Yan (1):
      perf lock: Don't free "lock_seq_stat" if read_count isn't zero

Max Filippov (1):
      xtensa: disable preemption around cache alias management calls

Nishanth Menon (1):
      regulator: ti-abb: Fix array out of bound read access on the first transition

Paul Burton (1):
      MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS

Paul Moore (2):
      netlabel: fix our progress tracking in netlbl_unlabel_staticlist()
      netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()

Sebastian Andrzej Siewior (1):
      atm: nicstar: Unmap DMA on send error

Sergey Matyukevich (1):
      arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy

Takashi Iwai (1):
      ALSA: mixart: Fix mutex deadlock

Takashi Sakamoto (1):
      ALSA: ctl: fix error path at adding user-defined element set

Thomas Richter (1):
      s390/cpum_sf.c: fix file permission for cpum_sfb_size

Vamshi K Sthambamkadi (1):
      efivarfs: fix memory leak in efivarfs_create()

Will Deacon (1):
      arm64: psci: Avoid printing in cpu_psci_cpu_die()

Wu Bo (1):
      can: m_can: m_can_handle_state_change(): fix state change

Xie He (1):
      net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request

Xin Long (1):
      sctp: change to hold/put transport for proto_unreach_timer

Yicong Yang (1):
      libfs: fix error cast of negative value in simple_attr_write()

Zhang Changzhong (3):
      ah6: fix error return code in ah6_input()
      net: b44: fix error return code in b44_init_one()
      qlcnic: fix error return code in qlcnic_83xx_restart_hw()

Zhang Qilong (1):
      MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu

 Makefile                                           |  2 +-
 arch/arm/boot/dts/imx50-evk.dts                    |  2 +-
 arch/arm/boot/dts/imx6qdl-udoo.dtsi                |  2 +-
 arch/arm64/kernel/psci.c                           |  5 +--
 arch/mips/alchemy/common/clock.c                   |  9 +++-
 arch/mips/kernel/genex.S                           |  3 +-
 arch/s390/kernel/perf_cpum_sf.c                    |  2 +-
 arch/x86/kernel/cpu/microcode/intel.c              | 49 +---------------------
 arch/xtensa/mm/cache.c                             | 14 +++++++
 debian.master/upstream-stable                      |  2 +-
 drivers/atm/nicstar.c                              |  2 +
 drivers/input/misc/adxl34x.c                       |  2 +-
 drivers/net/can/dev.c                              |  2 +-
 drivers/net/can/m_can/m_can.c                      |  4 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.c       |  4 +-
 drivers/net/ethernet/broadcom/b44.c                |  3 +-
 drivers/net/ethernet/mellanox/mlx4/fw.c            |  6 +--
 drivers/net/ethernet/mellanox/mlx4/fw.h            |  4 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |  3 +-
 drivers/net/usb/qmi_wwan.c                         |  2 +-
 drivers/pinctrl/pinctrl-rockchip.c                 |  2 +
 drivers/regulator/ti-abb-regulator.c               | 12 +++++-
 drivers/tty/serial/imx.c                           | 20 ++-------
 fs/efivarfs/super.c                                |  1 +
 fs/ext4/ext4.h                                     |  3 +-
 fs/libfs.c                                         |  6 ++-
 include/net/mac80211.h                             |  6 +++
 net/bridge/br_device.c                             |  1 +
 net/core/netpoll.c                                 | 22 ++++++++--
 net/ipv6/ah6.c                                     |  3 +-
 net/mac80211/debugfs.c                             |  1 +
 net/mac80211/rc80211_minstrel.c                    | 27 +++---------
 net/mac80211/rc80211_minstrel.h                    |  1 -
 net/mac80211/sta_info.c                            | 32 ++++++++------
 net/netlabel/netlabel_unlabeled.c                  | 17 +++++---
 net/sctp/input.c                                   |  4 +-
 net/sctp/sm_sideeffect.c                           |  4 +-
 net/sctp/transport.c                               |  2 +-
 net/x25/af_x25.c                                   |  1 +
 sound/core/control.c                               |  2 +-
 sound/pci/mixart/mixart_core.c                     |  5 +--
 tools/perf/builtin-lock.c                          |  2 +-
 42 files changed, 147 insertions(+), 149 deletions(-)

Comments

Ian May Dec. 3, 2020, 11:03 p.m. UTC | #1
Applied to xenial/linux

Thanks,
Ian

On 2020-12-03 13:05:01 , Kamal Mostafa wrote:
> This pull request (39 commits) includes the following Xenial stable patchsets:
> 
> 	Xenial update: v4.4.246 upstream stable release
> 	https://bugs.launchpad.net/bugs/1906700
> 
> 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/xenial-stable-v4.4.xx reference:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git stable-next
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 50d59f82af5ebe1f61bcc375e53b1f9d013bcca2:
> 
>   UBUNTU: upstream stable to v4.4.245 (2020-12-03 09:47:55 -0800)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-xenial.git tags/xenial-stable-v4.4.246
> 
> for you to fetch changes up to 2e3b4e6332eb0df1519119b06ce29ed4ed4ea278:
> 
>   UBUNTU: upstream stable to v4.4.246 (2020-12-03 09:47:55 -0800)
> 
> ----------------------------------------------------------------
> Alejandro Concepcion Rodriguez (1):
>       can: dev: can_restart(): post buffer from the right context
> 
> Aya Levin (1):
>       net/mlx4_core: Fix init_hca fields offset
> 
> Chen Yu (1):
>       x86/microcode/intel: Check patch signature before saving microcode for early loading
> 
> Colin Ian King (1):
>       can: peak_usb: fix potential integer overflow on shift of a int
> 
> Dan Carpenter (1):
>       Input: adxl34x - clean up a data type in adxl34x_probe()
> 
> Fabio Estevam (1):
>       ARM: dts: imx50-evk: Fix the chip select 1 IOMUX
> 
> Felix Fietkau (2):
>       mac80211: minstrel: remove deferred sampling code
>       mac80211: minstrel: fix tx status processing corner case
> 
> Filip Moc (1):
>       net: usb: qmi_wwan: Set DTR quirk for MR400
> 
> Florian Fainelli (1):
>       net: Have netpoll bring-up DSA management interface
> 
> Fugang Duan (1):
>       tty: serial: imx: keep console clocks always on
> 
> Greg Kroah-Hartman (1):
>       Linux 4.4.246
> 
> Heiner Kallweit (1):
>       net: bridge: add missing counters to ndo_get_stats64 callback
> 
> Jan Kara (1):
>       ext4: fix bogus warning in ext4_update_dx_flag()
> 
> Jianqun Xu (1):
>       pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
> 
> Johannes Berg (2):
>       mac80211: allow driver to prevent two stations w/ same address
>       mac80211: free sta in sta_info_insert_finish() on errors
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v4.4.246
> 
> Leo Yan (1):
>       perf lock: Don't free "lock_seq_stat" if read_count isn't zero
> 
> Max Filippov (1):
>       xtensa: disable preemption around cache alias management calls
> 
> Nishanth Menon (1):
>       regulator: ti-abb: Fix array out of bound read access on the first transition
> 
> Paul Burton (1):
>       MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS
> 
> Paul Moore (2):
>       netlabel: fix our progress tracking in netlbl_unlabel_staticlist()
>       netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()
> 
> Sebastian Andrzej Siewior (1):
>       atm: nicstar: Unmap DMA on send error
> 
> Sergey Matyukevich (1):
>       arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy
> 
> Takashi Iwai (1):
>       ALSA: mixart: Fix mutex deadlock
> 
> Takashi Sakamoto (1):
>       ALSA: ctl: fix error path at adding user-defined element set
> 
> Thomas Richter (1):
>       s390/cpum_sf.c: fix file permission for cpum_sfb_size
> 
> Vamshi K Sthambamkadi (1):
>       efivarfs: fix memory leak in efivarfs_create()
> 
> Will Deacon (1):
>       arm64: psci: Avoid printing in cpu_psci_cpu_die()
> 
> Wu Bo (1):
>       can: m_can: m_can_handle_state_change(): fix state change
> 
> Xie He (1):
>       net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request
> 
> Xin Long (1):
>       sctp: change to hold/put transport for proto_unreach_timer
> 
> Yicong Yang (1):
>       libfs: fix error cast of negative value in simple_attr_write()
> 
> Zhang Changzhong (3):
>       ah6: fix error return code in ah6_input()
>       net: b44: fix error return code in b44_init_one()
>       qlcnic: fix error return code in qlcnic_83xx_restart_hw()
> 
> Zhang Qilong (1):
>       MIPS: Alchemy: Fix memleak in alchemy_clk_setup_cpu
> 
>  Makefile                                           |  2 +-
>  arch/arm/boot/dts/imx50-evk.dts                    |  2 +-
>  arch/arm/boot/dts/imx6qdl-udoo.dtsi                |  2 +-
>  arch/arm64/kernel/psci.c                           |  5 +--
>  arch/mips/alchemy/common/clock.c                   |  9 +++-
>  arch/mips/kernel/genex.S                           |  3 +-
>  arch/s390/kernel/perf_cpum_sf.c                    |  2 +-
>  arch/x86/kernel/cpu/microcode/intel.c              | 49 +---------------------
>  arch/xtensa/mm/cache.c                             | 14 +++++++
>  debian.master/upstream-stable                      |  2 +-
>  drivers/atm/nicstar.c                              |  2 +
>  drivers/input/misc/adxl34x.c                       |  2 +-
>  drivers/net/can/dev.c                              |  2 +-
>  drivers/net/can/m_can/m_can.c                      |  4 +-
>  drivers/net/can/usb/peak_usb/pcan_usb_core.c       |  4 +-
>  drivers/net/ethernet/broadcom/b44.c                |  3 +-
>  drivers/net/ethernet/mellanox/mlx4/fw.c            |  6 +--
>  drivers/net/ethernet/mellanox/mlx4/fw.h            |  4 +-
>  .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |  3 +-
>  drivers/net/usb/qmi_wwan.c                         |  2 +-
>  drivers/pinctrl/pinctrl-rockchip.c                 |  2 +
>  drivers/regulator/ti-abb-regulator.c               | 12 +++++-
>  drivers/tty/serial/imx.c                           | 20 ++-------
>  fs/efivarfs/super.c                                |  1 +
>  fs/ext4/ext4.h                                     |  3 +-
>  fs/libfs.c                                         |  6 ++-
>  include/net/mac80211.h                             |  6 +++
>  net/bridge/br_device.c                             |  1 +
>  net/core/netpoll.c                                 | 22 ++++++++--
>  net/ipv6/ah6.c                                     |  3 +-
>  net/mac80211/debugfs.c                             |  1 +
>  net/mac80211/rc80211_minstrel.c                    | 27 +++---------
>  net/mac80211/rc80211_minstrel.h                    |  1 -
>  net/mac80211/sta_info.c                            | 32 ++++++++------
>  net/netlabel/netlabel_unlabeled.c                  | 17 +++++---
>  net/sctp/input.c                                   |  4 +-
>  net/sctp/sm_sideeffect.c                           |  4 +-
>  net/sctp/transport.c                               |  2 +-
>  net/x25/af_x25.c                                   |  1 +
>  sound/core/control.c                               |  2 +-
>  sound/pci/mixart/mixart_core.c                     |  5 +--
>  tools/perf/builtin-lock.c                          |  2 +-
>  42 files changed, 147 insertions(+), 149 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team