From patchwork Wed Aug 12 19:09:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1343867 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BRfQ84xSXz9sTK; Thu, 13 Aug 2020 05:09:20 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1k5w7h-0004vw-Hg; Wed, 12 Aug 2020 19:09:17 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1k5w7e-0004vq-QY for kernel-team@lists.ubuntu.com; Wed, 12 Aug 2020 19:09:14 +0000 Received: from 3.general.kamal.us.vpn ([10.172.68.53] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1k5w7e-0008Tw-DL for kernel-team@lists.ubuntu.com; Wed, 12 Aug 2020 19:09:14 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1k5w7b-0003Sp-7r for kernel-team@lists.ubuntu.com; Wed, 12 Aug 2020 12:09:11 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.58 upstream stable release Date: Wed, 12 Aug 2020 12:09:08 -0700 Message-Id: <20200812190908.13193-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" This pull request (68 commits) includes the following Focal stable patchsets: Focal update: v5.4.58 upstream stable release https://bugs.launchpad.net/bugs/1891387 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/focal-stable-v5.4.xx reference: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next -Kamal ----- The following changes since commit f4d5124bdbfdc6c20684330231c79f6d32b6a459: UBUNTU: upstream stable to v5.4.57 (2020-08-12 09:42:53 -0700) are available in the Git repository at: git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.58 for you to fetch changes up to b83d60920c360248f56e8bdf16bc663e939a6488: UBUNTU: upstream stable to v5.4.58 (2020-08-12 12:04:02 -0700) ---------------------------------------------------------------- Adam Ford (1): omapfb: dss: Fix max fclk divider for omap36xx Ben Skeggs (2): drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reason drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure Bruno Meneguele (1): ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime Christoph Hellwig (1): net/9p: validate fds in p9_fd_open Christophe Leroy (1): Revert "powerpc/kasan: Fix shadow pages allocation failure" Chuck Lever (1): nfsd: Fix NFSv4 READ on RDMA when using readv Cong Wang (1): ipv6: fix memory leaks on IPV6_ADDRFORM path Connor McAdams (3): ALSA: hda/ca0132 - Add new quirk ID for Recon3D. ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value. ALSA: hda/ca0132 - Fix AE-5 microphone selection commands. David Howells (1): rxrpc: Fix race between recvmsg and sendmsg on immediate call failure Dexuan Cui (1): Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) Dinghao Liu (1): Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmode Eric Biggers (1): Smack: fix use-after-free in smk_write_relabel_self() Erik Ekman (1): USB: serial: qcserial: add EM7305 QDL product ID Forest Crossman (2): usb: xhci: define IDs for various ASMedia host controllers usb: xhci: Fix ASMedia ASM1142 DMA addressing Francesco Ruggeri (1): igb: reinit_locked() should be called with rtnl_lock Frank van der Linden (1): xattr: break delegations in {set,remove}xattr Greg Kroah-Hartman (3): USB: iowarrior: fix up report size handling for some devices mtd: properly check all write ioctls for permissions Linux 5.4.58 Guoyu Huang (1): io_uring: Fix use-after-free in io_sq_wq_submit_work() Hangbin Liu (1): Revert "vxlan: fix tos value before xmit" Huacai Chen (1): ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptops Hui Wang (1): Revert "ALSA: hda: call runtime_allow() for all hda controllers" Ido Schimmel (2): ipv4: Silence suspicious RCU usage warning vxlan: Ensure FDB dump is performed under RCU Jann Horn (1): binder: Prevent context manager from incrementing ref 0 Jens Axboe (1): io_uring: prevent re-read of sqe->opcode Jianfeng Wang (1): tcp: apply a floor of 1 for RTT samples from TCP timestamps Johan Hovold (6): leds: wm831x-status: fix use-after-free on unbind leds: lm36274: fix use-after-free on unbind leds: da903x: fix use-after-free on unbind leds: lm3533: fix use-after-free on unbind leds: 88pm860x: fix use-after-free on unbind net: lan78xx: replace bogus endpoint lookup Julian Squires (1): cfg80211: check vendor command doit pointer before use Kamal Mostafa (2): UBUNTU: [Config] update annotations for IMA_APPRAISE_BOOTPARAM UBUNTU: upstream stable to v5.4.58 Landen Chao (1): net: ethernet: mtk_eth_soc: fix MTU warnings Lorenzo Bianconi (1): net: gre: recompute gre csum for sctp over gre tunnels Matthias Maennich (1): scripts: add dummy report mode to add_namespace.cocci Nicolas Chauvet (1): PCI: tegra: Revert tegra124 raw_violation_fixup Peilin Ye (4): Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt() Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt() Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt() openvswitch: Prevent kernel-infoleak in ovs_ct_put_key() Peter Zijlstra (1): perf/core: Fix endless multiplex timer Philippe Duplessis-Guindon (1): tools lib traceevent: Fix memory leak in process_dynamic_array_len Qiushi Wu (1): firmware: Fix a reference count leak. Ranjani Sridharan (1): ALSA: hda: fix NULL pointer dereference during suspend René van Dorst (1): net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623 Rustam Kovhaev (2): staging: rtl8712: handle firmware load failure usb: hso: check for return value in hso_serial_common_create() Sam Ravnborg (1): drm/drm_fb_helper: fix fbdev with sparc64 Stephen Hemminger (1): hv_netvsc: do not use VF device if link is down Suren Baghdasaryan (1): staging: android: ashmem: Fix lockdep warning for write operation Takashi Iwai (1): ALSA: seq: oss: Serialize ioctls Vincent Duvert (1): appletalk: Fix atalk_proc_init() return path Wolfram Sang (2): i2c: slave: improve sanity check when registering i2c: slave: add sanity check when unregistering Xin Long (1): net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task() Xin Xiong (1): atm: fix atm_dev refcnt leaks in atmtcp_remove_persistent Xiyu Yang (1): ipv6: Fix nexthop refcnt leak when creating ipv6 route info YueHaibing (1): dpaa2-eth: Fix passing zero to 'PTR_ERR' warning Yunhai Zhang (1): vgacon: Fix for missing check in scrollback handling Makefile | 2 +- arch/powerpc/include/asm/kasan.h | 2 + arch/powerpc/mm/init_32.c | 2 + arch/powerpc/mm/kasan/kasan_init_32.c | 4 +- debian.master/config/annotations | 2 +- debian.master/upstream-stable | 2 +- drivers/android/binder.c | 15 ++- drivers/atm/atmtcp.c | 10 +- drivers/firmware/qemu_fw_cfg.c | 7 +- drivers/gpu/drm/bochs/bochs_kms.c | 1 + drivers/gpu/drm/drm_fb_helper.c | 6 +- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 3 +- drivers/hv/channel_mgmt.c | 21 ++-- drivers/hv/vmbus_drv.c | 4 + drivers/i2c/i2c-core-slave.c | 7 +- drivers/leds/leds-88pm860x.c | 14 ++- drivers/leds/leds-da903x.c | 14 ++- drivers/leds/leds-lm3533.c | 12 ++- drivers/leds/leds-lm36274.c | 15 ++- drivers/leds/leds-wm831x-status.c | 14 ++- drivers/mtd/mtdchar.c | 56 +++++++++-- drivers/net/ethernet/cavium/thunder/nicvf_main.c | 4 +- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 6 +- drivers/net/ethernet/intel/igb/igb_main.c | 9 ++ drivers/net/ethernet/mediatek/mtk_eth_soc.c | 21 +++- drivers/net/hyperv/netvsc_drv.c | 7 +- drivers/net/usb/hso.c | 5 +- drivers/net/usb/lan78xx.c | 117 ++++++----------------- drivers/net/vxlan.c | 10 +- drivers/pci/controller/pci-tegra.c | 32 ------- drivers/staging/android/ashmem.c | 12 +++ drivers/staging/rtl8188eu/core/rtw_mlme.c | 4 +- drivers/staging/rtl8712/hal_init.c | 3 +- drivers/staging/rtl8712/usb_intf.c | 11 ++- drivers/usb/host/xhci-pci.c | 10 +- drivers/usb/misc/iowarrior.c | 35 +++++-- drivers/usb/serial/qcserial.c | 1 + drivers/video/console/vgacon.c | 4 + drivers/video/fbdev/omap2/omapfb/dss/dss.c | 2 +- fs/io_uring.c | 60 +++++------- fs/nfsd/nfs4xdr.c | 20 ++-- fs/xattr.c | 84 ++++++++++++++-- include/drm/drm_mode_config.h | 12 +++ include/linux/hyperv.h | 2 + include/linux/sunrpc/svc.h | 3 + include/linux/sunrpc/svc_rdma.h | 8 +- include/linux/sunrpc/svc_xprt.h | 2 + include/linux/xattr.h | 2 + include/net/addrconf.h | 1 + kernel/events/core.c | 20 ++-- net/9p/trans_fd.c | 24 +++-- net/appletalk/atalk_proc.c | 2 + net/bluetooth/hci_event.c | 11 ++- net/ipv4/fib_trie.c | 2 +- net/ipv4/gre_offload.c | 13 ++- net/ipv4/tcp_input.c | 2 + net/ipv6/anycast.c | 17 +++- net/ipv6/ipv6_sockglue.c | 1 + net/ipv6/route.c | 8 +- net/openvswitch/conntrack.c | 38 ++++---- net/rxrpc/call_object.c | 27 ++++-- net/rxrpc/conn_object.c | 8 +- net/rxrpc/recvmsg.c | 2 +- net/rxrpc/sendmsg.c | 3 + net/sunrpc/svc.c | 16 ++++ net/sunrpc/svcsock.c | 8 ++ net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 1 + net/sunrpc/xprtrdma/svc_rdma_rw.c | 30 +++--- net/sunrpc/xprtrdma/svc_rdma_sendto.c | 40 +++++++- net/sunrpc/xprtrdma/svc_rdma_transport.c | 1 + net/wireless/nl80211.c | 6 +- scripts/coccinelle/misc/add_namespace.cocci | 8 +- scripts/nsdeps | 2 +- security/integrity/ima/Kconfig | 2 +- security/integrity/ima/ima_appraise.c | 6 ++ security/smack/smackfs.c | 13 ++- sound/core/seq/oss/seq_oss.c | 8 +- sound/pci/hda/hda_codec.c | 8 ++ sound/pci/hda/hda_intel.c | 1 - sound/pci/hda/patch_ca0132.c | 12 ++- sound/pci/hda/patch_realtek.c | 115 +++++++++++++++++++++- tools/lib/traceevent/event-parse.c | 1 + 82 files changed, 815 insertions(+), 341 deletions(-)