[SRU][Groovy][PULL] Groovy upstream stable patchset 2021-05-20

Kamal Mostafa kamal at canonical.com
Thu May 20 21:18:46 UTC 2021


This pull request (148 commits) includes the following Groovy stable patchsets:

	Groovy update: upstream stable patchset 2021-05-20
		Ported from the following upstream stable releases:
			v5.4.114, v5.10.32
			v5.4.115, v5.10.33
			v5.4.116, v5.10.34
			v5.4.117, v5.10.35
	https://bugs.launchpad.net/bugs/1929132

 -Kamal

---

The following changes since commit 72798a3d36cc687feef367b24b77c80168fccb44:

  UBUNTU: upstream stable to v5.4.113, v5.10.31 (2021-05-19 10:41:53 +0200)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git groovy-stable-2021-05-20

for you to fetch changes up to 597067ce5b0eb168e3e3c78990ad0a941268fc4e:

  UBUNTU: upstream stable to v5.4.117, v5.10.35 (2021-05-20 13:17:17 -0700)

----------------------------------------------------------------
A. Cody Schuffelen (1):
      virt_wifi: Return micros for BSS TSF values

Alexander Aring (11):
      net: ieee802154: stop dump llsec keys for monitors
      net: ieee802154: forbid monitor for add llsec key
      net: ieee802154: forbid monitor for del llsec key
      net: ieee802154: stop dump llsec devs for monitors
      net: ieee802154: forbid monitor for add llsec dev
      net: ieee802154: forbid monitor for del llsec dev
      net: ieee802154: stop dump llsec devkeys for monitors
      net: ieee802154: forbid monitor for add llsec devkey
      net: ieee802154: forbid monitor for del llsec devkey
      net: ieee802154: stop dump llsec seclevels for monitors
      net: ieee802154: forbid monitor for add llsec seclevel

Alexander Shiyan (1):
      ASoC: fsl_esai: Fix TDM slot setup for I2S mode

Andre Przywara (2):
      arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems
      arm64: dts: allwinner: Revert SD card CD GPIO for Pine64-LTS

Andy Shevchenko (1):
      dmaengine: dw: Make it dependent to HAS_IOMEM

Arnd Bergmann (5):
      ARM: keystone: fix integer overflow warning
      ARM: omap1: fix building with clang IAS
      Input: i8042 - fix Pegatron C15B ID entry
      kasan: fix hwasan build for gcc
      avoid __memcat_p link failure

Aya Levin (1):
      net/mlx5e: Fix setting of RS FEC mode

Bjorn Andersson (1):
      net: qrtr: Avoid potential use after free in MHI send

Caleb Connolly (1):
      Input: s6sy761 - fix coordinate read bit shift

Chris Chiu (1):
      USB: Add reset-resume quirk for WD19's Realtek Hub

Christian A. Ehrhardt (1):
      vfio/pci: Add missing range check in vfio_pci_mmap

Christophe JAILLET (1):
      net: davicom: Fix regulator not turned off on failed probe

Christophe Leroy (1):
      mm: ptdump: fix build failure

Claudiu Beznea (1):
      net: macb: fix the restore of cmp registers

Colin Ian King (1):
      ice: Fix potential infinite loop when using u8 loop counter

Dan Carpenter (1):
      dmaengine: plx_dma: add a missing put_device() on error path

Daniel Borkmann (11):
      bpf: Use correct permission flag for mixed signed bounds arithmetic
      bpf: Ensure off_reg has no mixed signed bounds for all types
      bpf: Move off_reg into sanitize_ptr_alu
      bpf: Rework ptr_limit into alu_limit and add common error path
      bpf: Improve verifier error messages for users
      bpf: Move sanitize_val_alu out of op switch
      bpf: Refactor and streamline bounds check into helper
      bpf: Tighten speculative pointer arithmetic mask
      bpf: Update selftests to reflect new error states
      bpf: Fix masking negation logic upon negative dst register
      bpf: Fix leakage of uninitialized bpf stack under speculation

Dave Jiang (4):
      dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
      dmaengine: idxd: fix delta_rec and crc size field for completion record
      dmaengine: idxd: fix opcap sysfs attribute output
      dmaengine: idxd: fix wq size store permission state

Dinghao Liu (1):
      dmaengine: tegra20: Fix runtime PM imbalance on error

Eric Dumazet (2):
      netfilter: nft_limit: avoid possible divide error in nft_limit_init
      gro: ensure frag0 meets IP header alignment

Fabian Vogt (1):
      Input: nspire-keypad - enable interrupts only when opened

Florian Westphal (2):
      netfilter: bridge: add pre_exit hooks for ebtable unregistration
      netfilter: arp_tables: add pre_exit hook for table unregister

Fredrik Strupe (1):
      ARM: 9071/1: uprobes: Don't hook on thumb instructions

Guenter Roeck (1):
      pcnet32: Use pci_resource_len to validate PCI resource

Heiner Kallweit (2):
      r8169: tweak max read request size for newer chips also in jumbo mtu mode
      r8169: don't advertise pause in jumbo mode

Hristo Venev (2):
      net: sit: Unregister catch-all devices
      net: ip6_tunnel: Unregister catch-all devices

Jaegeuk Kim (1):
      dm verity fec: fix misaligned RS roots IO

James Bottomley (1):
      KEYS: trusted: Fix TPM reservation for seal/unseal

Jason Gunthorpe (1):
      vfio: Depend on MMU

Jason Xing (1):
      i40e: fix the panic when running bpf in xdpdrv mode

Jernej Skrabec (1):
      arm64: dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference

Jia-Ju Bai (1):
      HID: alps: fix error return code in alps_input_configured()

Jianxiong Gao (6):
      driver core: add a min_align_mask field to struct device_dma_parameters
      swiotlb: add a IO_TLB_SIZE define
      swiotlb: factor out an io_tlb_offset helper
      swiotlb: factor out a nr_slots helper
      swiotlb: clean up swiotlb_tbl_unmap_single
      swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single

Jiapeng Zhong (1):
      HID: wacom: Assign boolean values to a bool variable

Jim Mattson (1):
      perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]

Jiri Kosina (2):
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

Jisheng Zhang (1):
      arm64: kprobes: Restore local irqflag if kprobes is cancelled

Johan Hovold (1):
      net: hso: fix NULL-deref on disconnect regression

John Paul Adrian Glaubitz (2):
      ia64: tools: remove inclusion of ia64-specific version of errno.h header
      ia64: tools: remove duplicate definition of ia64_mf() on ia64

Jolly Shah (1):
      scsi: libsas: Reset num_scatter if libata marks qc as NODATA

Jonathon Reinhart (2):
      net: Make tcp_allowed_congestion_control readonly in non-init netns
      netfilter: conntrack: Make global sysctls readonly in non-init netns

Julian Braha (1):
      lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERS

Kai-Heng Feng (1):
      USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet

Kamal Mostafa (4):
      UBUNTU: upstream stable to v5.4.114, v5.10.32
      UBUNTU: upstream stable to v5.4.115, v5.10.33
      UBUNTU: upstream stable to v5.4.116, v5.10.34
      UBUNTU: upstream stable to v5.4.117, v5.10.35

Kan Liang (1):
      perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3

Kefeng Wang (1):
      riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"

Leo Yan (1):
      perf auxtrace: Fix potential NULL pointer dereference

Lijun Pan (3):
      ibmvnic: avoid calling napi_disable() twice
      ibmvnic: remove duplicate napi_schedule call in do_reset function
      ibmvnic: remove duplicate napi_schedule call in open function

Linus Torvalds (1):
      readdir: make sure to verify directory entry for legacy interfaces too

Lv Yunlong (2):
      dmaengine: Fix a double free in dma_async_device_register
      gpu/xen: Fix a use after free in xen_drm_drv_init

Mark Pearson (1):
      platform/x86: thinkpad_acpi: Correct thermal sensor allocation

Martin Wilck (1):
      scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST state

Matt Chen (1):
      iwlwifi: add support for Qu with AX201 device

Matti Vaittinen (1):
      gpio: sysfs: Obey valid_mask

Michael Brown (1):
      xen-netback: Check for hotplug-status existence before watching

Mickaël Salaün (1):
      ovl: fix leaked dentry

Mike Galbraith (1):
      x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access

Miklos Szeredi (1):
      ovl: allow upperdir inside lowerdir

Nathan Chancellor (1):
      arm64: alternatives: Move length validation in alternative_{insn, endif}

Nick Lowe (1):
      igb: Enable RSS for Intel I211 Ethernet Controller

Oliver Neukum (1):
      USB: CDC-ACM: fix poison/unpoison imbalance

Ondrej Mosnacek (1):
      perf/core: Fix unconditional security_locked_down() call

Pablo Neira Ayuso (2):
      netfilter: flowtable: fix NAT IPv6 offload mangling
      netfilter: conntrack: do not print icmpv6 as unknown via /proc

Pali Rohár (1):
      net: phy: marvell: fix detection of PHY on Topaz switches

Peter Collingbourne (1):
      arm64: fix inline asm in load_unaligned_zeropad()

Phillip Potter (2):
      net: geneve: check skb is large enough for IPv4/IPv6 header
      net: usb: ax88179_178a: initialize local variables before use

Ping Cheng (1):
      HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devices

Rafael J. Wysocki (1):
      ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()

Randy Dunlap (3):
      ia64: remove duplicate entries in generic_defconfig
      csky: change a Kconfig symbol name to fix e1000 build error
      ia64: fix discontig.c section mismatches

Rob Clark (1):
      drm/msm: Fix a5xx/a6xx timestamps

Romain Naour (1):
      mips: Do not include hi and lo in clobber list for R6

Russell King (1):
      ARM: footbridge: fix PCI interrupt mapping

Ryan Lee (1):
      ASoC: max98373: Added 30ms turn on/off time delay

Seevalamuthu Mariappan (1):
      mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN

Serge E. Hallyn (1):
      capabilities: require CAP_SETFCAP to map uid 0

Shou-Chieh Hsu (1):
      HID: google: add don USB id

Takashi Iwai (1):
      ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX

Tetsuo Handa (1):
      lockdep: Add a missing initialization hint to the "INFO: Trying to register non-static key" message

Thomas Richter (1):
      perf ftrace: Fix access to pid in array when setting a pid filter

Tomas Winkler (1):
      mei: me: add Alder Lake P device id.

Tong Zhu (1):
      neighbour: Disregard DEAD dst in neigh_update

Tony Lindgren (6):
      ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race
      ARM: dts: Fix moving mmc devices with aliases for omap4 & 5
      ARM: OMAP2+: Fix warning for omap_init_time_of()
      ARM: OMAP2+: Fix uninitialized sr_inst
      gpio: omap: Save and restore sysconfig
      ARM: dts: Fix swapped mmc order for omap3

Vaibhav Jain (1):
      libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNC

Vasily Gorbik (1):
      s390/entry: save the caller of psw_idle

Wan Jiabing (1):
      cavium/liquidio: Fix duplicate argument

Wang Qing (1):
      arc: kernel: Return -EFAULT if copy_to_user() fails

Xie Yongji (1):
      vhost-vdpa: protect concurrent access to vhost device iotlb

Xin Long (1):
      xfrm: BEET mode doesn't support fragments for inner packets

Yonghong Song (1):
      bpf: Permits pointers on stack for helper calls

Yuanyuan Zhong (1):
      pinctrl: lewisburg: Update number of pins in community

Zhen Lei (2):
      perf map: Fix error return code in maps__clone()
      perf data: Fix error return code in perf_data__create_dir()

wenxu (1):
      net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta

 arch/arc/kernel/signal.c                           |   4 +-
 arch/arm/boot/dts/omap3.dtsi                       |   3 +
 arch/arm/boot/dts/omap4.dtsi                       |   5 +
 arch/arm/boot/dts/omap44xx-clocks.dtsi             |   8 -
 arch/arm/boot/dts/omap5.dtsi                       |   5 +
 arch/arm/mach-footbridge/cats-pci.c                |   4 +-
 arch/arm/mach-footbridge/ebsa285-pci.c             |   4 +-
 arch/arm/mach-footbridge/netwinder-pci.c           |   2 +-
 arch/arm/mach-footbridge/personal-pci.c            |   5 +-
 arch/arm/mach-keystone/keystone.c                  |   4 +-
 arch/arm/mach-omap1/ams-delta-fiq-handler.S        |   1 +
 arch/arm/mach-omap2/board-generic.c                |   2 +-
 arch/arm/mach-omap2/sr_device.c                    |   2 +-
 arch/arm/probes/uprobes/core.c                     |   4 +-
 .../boot/dts/allwinner/sun50i-a64-pine64-lts.dts   |   4 +
 .../boot/dts/allwinner/sun50i-a64-sopine.dtsi      |   2 +-
 .../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts   |   4 -
 arch/arm64/include/asm/alternative.h               |   8 +-
 arch/arm64/include/asm/word-at-a-time.h            |  10 +-
 arch/arm64/kernel/probes/kprobes.c                 |   6 +-
 arch/csky/Kconfig                                  |   2 +-
 arch/csky/include/asm/page.h                       |   2 +-
 arch/ia64/configs/generic_defconfig                |   2 -
 arch/ia64/mm/discontig.c                           |   6 +-
 arch/mips/include/asm/vdso/gettimeofday.h          |  26 +-
 arch/riscv/Kconfig                                 |   2 +-
 arch/s390/kernel/entry.S                           |   1 +
 arch/x86/events/intel/core.c                       |   2 +-
 arch/x86/events/intel/uncore_snbep.c               |  61 ++---
 arch/x86/kernel/crash.c                            |   2 +-
 arch/x86/kernel/setup.c                            |   5 +-
 debian.master/upstream-stable                      |   4 +-
 drivers/dma/dmaengine.c                            |   1 +
 drivers/dma/dw/Kconfig                             |   2 +
 drivers/dma/idxd/irq.c                             |   4 +-
 drivers/dma/idxd/sysfs.c                           |  10 +-
 drivers/dma/plx_dma.c                              |  18 +-
 drivers/dma/tegra20-apb-dma.c                      |   4 +-
 drivers/gpio/gpio-omap.c                           |   9 +
 drivers/gpio/gpiolib-sysfs.c                       |   8 +
 drivers/gpu/drm/msm/adreno/a5xx_gpu.c              |   4 +-
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c              |   4 +-
 drivers/gpu/drm/xen/xen_drm_front.c                |   6 +-
 drivers/hid/hid-alps.c                             |   1 +
 drivers/hid/hid-google-hammer.c                    |   2 +
 drivers/hid/hid-ids.h                              |   1 +
 drivers/hid/wacom_wac.c                            |   8 +-
 drivers/input/keyboard/nspire-keypad.c             |  56 +++--
 drivers/input/serio/i8042-x86ia64io.h              |   1 +
 drivers/input/touchscreen/s6sy761.c                |   4 +-
 drivers/md/dm-verity-fec.c                         |  11 +-
 drivers/md/dm-verity-fec.h                         |   1 +
 drivers/misc/mei/hw-me-regs.h                      |   1 +
 drivers/misc/mei/pci-me.c                          |   1 +
 drivers/net/dsa/mv88e6xxx/chip.c                   |  30 +--
 drivers/net/ethernet/amd/pcnet32.c                 |   5 +-
 drivers/net/ethernet/cadence/macb_main.c           |   2 +-
 drivers/net/ethernet/cavium/liquidio/cn66xx_regs.h |   2 +-
 drivers/net/ethernet/davicom/dm9000.c              |   6 +-
 drivers/net/ethernet/ibm/ibmvnic.c                 |  14 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |   6 +
 drivers/net/ethernet/intel/ice/ice_dcb.c           |   4 +-
 drivers/net/ethernet/intel/igb/igb_main.c          |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/port.c  |  23 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |   3 +
 drivers/net/ethernet/realtek/r8169_main.c          |  18 +-
 drivers/net/geneve.c                               |   6 +
 drivers/net/phy/marvell.c                          |  33 ++-
 drivers/net/usb/ax88179_178a.c                     |   6 +-
 drivers/net/usb/hso.c                              |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c      |   1 +
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c  |   7 +-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c       |   7 +-
 drivers/net/wireless/virt_wifi.c                   |   5 +-
 drivers/net/xen-netback/xenbus.c                   |  12 +-
 drivers/nvdimm/region_devs.c                       |   9 +-
 drivers/pinctrl/intel/pinctrl-lewisburg.c          |   6 +-
 drivers/platform/x86/thinkpad_acpi.c               |  31 ++-
 drivers/scsi/libsas/sas_ata.c                      |   9 +-
 drivers/scsi/scsi_transport_srp.c                  |   2 +-
 drivers/usb/class/cdc-acm.c                        |   3 +-
 drivers/usb/core/quirks.c                          |   4 +
 drivers/vfio/Kconfig                               |   2 +-
 drivers/vfio/pci/vfio_pci.c                        |   4 +-
 drivers/vhost/vdpa.c                               |   6 +-
 fs/overlayfs/namei.c                               |   1 +
 fs/overlayfs/super.c                               |  12 +-
 fs/readdir.c                                       |   6 +
 include/linux/bpf_verifier.h                       |   5 +-
 include/linux/device.h                             |   1 +
 include/linux/dma-mapping.h                        |  16 ++
 include/linux/marvell_phy.h                        |   5 +-
 include/linux/netfilter_arp/arp_tables.h           |   5 +-
 include/linux/netfilter_bridge/ebtables.h          |   5 +-
 include/linux/platform_data/gpio-omap.h            |   3 +
 include/linux/swiotlb.h                            |   1 +
 include/linux/user_namespace.h                     |   3 +
 include/uapi/linux/capability.h                    |   3 +-
 include/uapi/linux/idxd.h                          |   4 +-
 kernel/bpf/verifier.c                              | 271 ++++++++++++++-------
 kernel/dma/swiotlb.c                               |  71 +++---
 kernel/events/core.c                               |  12 +-
 kernel/locking/lockdep.c                           |   3 +-
 kernel/user_namespace.c                            |  65 ++++-
 lib/Kconfig.debug                                  |   6 +-
 lib/Makefile                                       |   4 +-
 mm/ptdump.c                                        |   2 +-
 net/bridge/netfilter/ebtable_broute.c              |   8 +-
 net/bridge/netfilter/ebtable_filter.c              |   8 +-
 net/bridge/netfilter/ebtable_nat.c                 |   8 +-
 net/bridge/netfilter/ebtables.c                    |  30 ++-
 net/core/dev.c                                     |   3 +-
 net/core/neighbour.c                               |   2 +-
 net/ieee802154/nl802154.c                          |  41 ++++
 net/ipv4/netfilter/arp_tables.c                    |   9 +-
 net/ipv4/netfilter/arptable_filter.c               |  10 +-
 net/ipv4/sysctl_net_ipv4.c                         |  16 +-
 net/ipv6/ip6_tunnel.c                              |  10 +
 net/ipv6/sit.c                                     |   4 +-
 net/mac80211/cfg.c                                 |   4 +-
 net/netfilter/nf_conntrack_standalone.c            |  11 +-
 net/netfilter/nf_flow_table_offload.c              |   6 +-
 net/netfilter/nft_limit.c                          |   4 +-
 net/qrtr/mhi.c                                     |   8 +-
 net/xfrm/xfrm_output.c                             |  13 +
 scripts/Makefile.kasan                             |  11 +-
 security/keys/trusted-keys/trusted_tpm2.c          |   2 +-
 sound/soc/codecs/max98373.c                        |   2 +
 sound/soc/fsl/fsl_esai.c                           |   8 +-
 sound/usb/quirks-table.h                           |  10 +
 tools/arch/ia64/include/asm/barrier.h              |   3 -
 tools/include/uapi/asm/errno.h                     |   2 -
 tools/perf/builtin-ftrace.c                        |   2 +-
 tools/perf/util/auxtrace.c                         |   2 +-
 tools/perf/util/data.c                             |   5 +-
 tools/perf/util/map.c                              |   7 +-
 .../selftests/bpf/verifier/bounds_deduction.c      |  21 +-
 .../bpf/verifier/bounds_mix_sign_unsign.c          |  13 -
 tools/testing/selftests/bpf/verifier/unpriv.c      |   2 +-
 .../selftests/bpf/verifier/value_ptr_arith.c       |   6 +-
 140 files changed, 937 insertions(+), 488 deletions(-)



More information about the kernel-team mailing list