merge-upstream/v5.10.127 from branch/tag: upstream/v5.10.127 into branch: main-R93-cos-5.10

Changelog:
-------------------------------------------------------------

Aidan MacDonald (1):
      regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips

Alan Stern (2):
      usb: gadget: Fix non-unique driver names in raw-gadget driver
      USB: gadget: Fix double-free bug in raw_gadget driver

Alexander Stein (1):
      ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node

Anatolii Gerasymenko (1):
      ice: ethtool: advertise 1000M speeds properly

Andrew Donnellan (1):
      powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address

Andy Shevchenko (1):
      usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC

Baruch Siach (1):
      iio: adc: vf610: fix conversion mode sysfs node name

Carlo Lobrano (1):
      USB: serial: option: add Telit LE910Cx 0x1250 composition

Chaitanya Kulkarni (4):
      nvme: centralize setting the timeout in nvme_alloc_request
      nvme: split nvme_alloc_request()
      nvme: mark nvme_setup_passsthru() inline
      nvme: don't check nvme_req flags for new req

Chevron Li (1):
      mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing

Christoph Hellwig (1):
      nvme: move the Samsung X5 quirk entry to the core quirks

Claudiu Manoil (1):
      phy: aquantia: Fix AN when higher speeds than 1G are not advertised

Damien Le Moal (1):
      scsi: scsi_debug: Fix zone transition to full condition

Dan Carpenter (1):
      gpio: winbond: Fix error code in winbond_gpio_get()

David Howells (1):
      afs: Fix dynamic root getattr

David Sterba (1):
      btrfs: add error messages to all unrecognized mount options

Dmitry Rokosov (3):
      iio:chemical:ccs811: rearrange iio trigger get and register
      iio:accel:bma180: rearrange iio trigger get and register
      iio:accel:mxc4005: rearrange iio trigger get and register

Edward Wu (1):
      ata: libata: add qc->flags in ata_qc_complete_template tracepoint

Enzo Matsumiya (1):
      nvme-pci: add NO APST quirk for Kioxia device

Eric Dumazet (1):
      erspan: do not assume transport header is always set

Florian Westphal (1):
      netfilter: use get_random_u32 instead of prandom

Gerd Hoffmann (1):
      udmabuf: add back sanity check

Greg Kroah-Hartman (1):
      Linux 5.10.127

Haibo Chen (2):
      iio: mma8452: fix probe fail when device tree compatible is used.
      iio: accel: mma8452: ignore the return value of reset operation

Hans de Goede (1):
      iio: adc: axp288: Override TS pin bias current for some models

Helge Deller (2):
      parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI
      parisc: Enable ARCH_HAS_STRICT_MODULE_RWX

Hoang Le (1):
      tipc: fix use-after-free Read in tipc_named_reinit

Jaegeuk Kim (1):
      f2fs: attach inline_data after setting compression

Jakub Kicinski (1):
      Revert "net/tls: fix tls_sk_proto_close executed repeatedly"

Jakub Sitnicki (1):
      bpf, x86: Fix tail call count offset calculation on bpf2bpf call

Jason A. Donenfeld (5):
      random: schedule mix_interrupt_randomness() less often
      random: quiet urandom warning ratelimit suppression message
      powerpc/powernv: wire up rng during setup_arch
      random: update comment from copy_to_user() -> copy_to_iter()
      powerpc/pseries: wire up rng during setup_arch()

Jay Vosburgh (1):
      bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers

Jean-Baptiste Maneyrol (1):
      iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)

Jie2x Zhou (1):
      selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh

Jiri Slaby (1):
      vt: drop old FONT ioctls

Jon Maxwell (1):
      bpf: Fix request_sock leak in sk lookup helpers

Jonathan Marek (1):
      drm/msm: use for_each_sgtable_sg to iterate over scatterlist

Julien Grall (1):
      x86/xen: Remove undefined behavior in setup_features()

Kai-Heng Feng (1):
      igb: Make DMA faster when CPU is active on the PCIe link

Kailang Yang (1):
      ALSA: hda/realtek - ALC897 headset MIC no sound

Keith Busch (1):
      nvme-pci: allocate nvme_command within driver pdu

Kuogee Hsieh (5):
      drm/msm/dp: check core_initialized before disable interrupts at dp_display_unbind()
      drm/msm/dp: fixes wrong connection state caused by failure of link train
      drm/msm/dp: deinitialize mainlink if link training failed
      drm/msm/dp: promote irq_hpd handle to handle link training correctly
      drm/msm/dp: fix connect/disconnect handled at irq_hpd

Liang He (2):
      xtensa: xtfpga: Fix refcount leak bug in setup
      xtensa: Fix refcount leak bug in time.c

Lorenzo Bianconi (1):
      igb: fix a use-after-free issue in igb_clean_tx_ring

Lucas Stach (1):
      ARM: dts: imx6qdl: correct PU regulator ramp delay

Macpaul Lin (1):
      USB: serial: option: add Quectel RM500K module support

Masahiro Yamada (2):
      modpost: fix section mismatch check for exported init/exit sections
      kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)

Mathias Nyman (1):
      xhci: turn off port power in shutdown

Maximilian Luz (1):
      drm/msm: Fix double pm_runtime_disable() call

Miaoqian Lin (7):
      drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf
      iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client
      ARM: exynos: Fix refcount leak in exynos_map_pmu
      soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe
      ARM: Fix refcount leak in axxia_boot_secondary
      memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings
      ARM: cns3xxx: Fix refcount leak in cns3xxx_init

Mikulas Patocka (1):
      dm mirror log: clear log bits up to BITS_PER_LONG boundary

Naveen N. Rao (1):
      powerpc: Enable execve syscall exit tracepoint

Nikos Tsironis (1):
      dm era: commit metadata in postsuspend after worker stops

Olivier Moysan (1):
      iio: adc: stm32: fix maximum clock rate for stm32mp15x

Pablo Neira Ayuso (2):
      netfilter: nftables: add nft_parse_register_load() and use it
      netfilter: nftables: add nft_parse_register_store() and use it

Peilin Ye (1):
      net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms

Rosemarie O'Riorden (1):
      net: openvswitch: fix parsing of nw_proto for IPv6 fragments

Samuel Holland (1):
      drm/sun4i: Fix crash during suspend after component bind failure

Sascha Hauer (1):
      mtd: rawnand: gpmi: Fix setting busy timeout setting

Soham Sen (1):
      ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop

Stephan Gerhold (1):
      virtio_net: fix xdp_rxq_info bug after suspend/resume

Takashi Iwai (3):
      ALSA: hda/via: Fix missing beep setup
      ALSA: hda/conexant: Fix missing beep setup
      ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly

Tanveer Alam (1):
      xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI

Thomas Richter (1):
      s390/cpumf: Handle events cycles and instructions identical

Tim Crawford (2):
      ALSA: hda/realtek: Add quirk for Clevo PD70PNT
      ALSA: hda/realtek: Add quirk for Clevo NS50PU

Utkarsh Patel (1):
      xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI

Vincent Whitchurch (1):
      iio: trigger: sysfs: fix use-after-free on remove

Xin Long (1):
      tipc: simplify the finalize work queue

Xu Yang (1):
      usb: chipidea: udc: check request status before setting device address

Yannick Brosseau (2):
      iio: adc: stm32: Fix ADCs iteration in irq handler
      iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message

Yonglin Tan (1):
      USB: serial: option: add Quectel EM05-G modem

Zheyu Ma (1):
      iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()

Ziyang Xuan (1):
      net/tls: fix tls_sk_proto_close executed repeatedly

huhai (1):
      MIPS: Remove repetitive increase irq_err_count

BUG=b/237504076
TEST=tryjob, validation and K8s e2e
RELEASE_NOTE=Updated the Linux kernel to v5.10.127.

Signed-off-by: COS Kernel Merge Bot <cloud-image-merge-automation@prod.google.com>
Change-Id: I55895262ab4500d8263cd4303df96731ccdc196d