Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp310041ybt; Tue, 23 Jun 2020 23:11:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPyYrxNEFjHwDcOxMtD064h+5qtGG47gP20pWwZCN9sw89hEjBrpHvN/F1OBI+sHMstphb X-Received: by 2002:a50:bc03:: with SMTP id j3mr3931349edh.234.1592979074916; Tue, 23 Jun 2020 23:11:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592979074; cv=none; d=google.com; s=arc-20160816; b=cSwsDaKTybw9goB9indotS1DJxolCt/RfQh85sXjHZ0TngaztygbyB4YdB7yGPjEOv b4GeTqFWsnvN5t7q1wkTkMyZk3KpKFEGA5FOmnlH2iLhbZoGwo1vri5YZpqlcWpLPFYK itR3MEkCCTOlb62qcv2tM4Rbzya8rZq71+lBzH2eqbJ1rCgBKLz8Ue3HNjX5N6EKrJH6 n8P8hjOakbuMbzgxirbNmk6nmpvRRrAcEEFwRg8y35rQtSQfGjDYITUVwggJQrPFzc6l exJYXd1psj6WmMf78qV01wxDG22pDAofyT4ErrT3fwm7bNCN3DurBmiQL0SOMvtpWPd8 NB5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=FU0vUOgmc58Xt6RqNR9nM5WlMfS29nclz9gRVELL65M=; b=RR+qt8r3v3Yaw5ENSbluJkTV1Wqsdkj4AdpppCsLk9YaYzKkGXo1+Wag8eJ25mvEsW DndYhqs0DJRc4spOlkR2G3HzphpAdmCC2KohJdQzvtOCG3tZbirJbsTu6C44sHTavaBG ES/GlfjPxf+1s9Gn2RRMNqqwN77mvSvYl7tXMMIYJxZ775ClWmrBlJOD/y/WeFlljoBd h09zPNLI//8Omp5jlbWV1JWE5dZU1LfzLKZvVcXLhlHx9beVDFo1+x73qSXH/MjoBamk iT1xEnRnK+YM4NNOK8P2M+qBAfcTZAsaxkhsu1TgTM2BXGTqH39FVWpGx+iWHzhpn254 /m/g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=S+oJgWdJ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 8si2652464ejx.659.2020.06.23.23.10.51; Tue, 23 Jun 2020 23:11:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=S+oJgWdJ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389035AbgFXGKX (ORCPT + 99 others); Wed, 24 Jun 2020 02:10:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:40290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387817AbgFXGKX (ORCPT ); Wed, 24 Jun 2020 02:10:23 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 63EBA206C3; Wed, 24 Jun 2020 06:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592979021; bh=EDpxjOEhu79G7O/Kh3jjXPibHDHjd/orHCvWNfDBSAg=; h=From:To:Cc:Subject:Date:From; b=S+oJgWdJx7YQ7krZS9PXOXInX1EhsPZxaJOj29NsBhNFq1oNUrLLgpcCB+x6FRm/q dD6FuAN9DYOpjxquNIJVd6KQDgHHfsnM9rufiraqeIpD1dW/7iWsVUCBMBmv27PR+W amk8pVgRtjtEezo5frM5YD/8rUbCCUYaKSCnrYvo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 5.4 000/311] 5.4.49-rc2 review Date: Wed, 24 Jun 2020 08:10:19 +0200 Message-Id: <20200624055926.651441497@linuxfoundation.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.4.49-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.49-rc2 X-KernelTest-Deadline: 2020-06-26T05:59+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.4.49 release. There are 311 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri, 26 Jun 2020 05:58:23 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.49-rc2.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.49-rc2 Ahmed S. Darwish net: core: device_rename: Use rwsem instead of a seqcount Thomas Gleixner sched/rt, net: Use CONFIG_PREEMPTION.patch Paul Cercueil pwm: jz4740: Enhance precision in calculation of duty cycle Alexander Sverdlin net: octeon: mgmt: Repair filling of RX ring Chen Yu e1000e: Do not wake up the system via WOL if device wakeup is disabled Jiri Olsa kretprobe: Prevent triggering kretprobe from within kprobe_flush_task Masami Hiramatsu kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex Vamshi K Sthambamkadi tracing/probe: Fix memleak in fetch_op_data operations Eric Biggers crypto: algboss - don't wait during notifier callback Herbert Xu crypto: algif_skcipher - Cap recv SG list at ctx->used Harry Wentland Revert "drm/amd/display: disable dcn20 abm feature for bring up" Imre Deak drm/i915/icl+: Fix hotplug interrupt disabling after storm detection Denis Efremov drm/amd/display: Use kvfree() to free coeff in build_regamma() Jeykumar Sankaran drm/connector: notify userspace on hotplug after register complete Chris Wilson drm/i915: Whitelist context-local timestamp in the gen9 cmdparser Chris Wilson drm/i915/gem: Avoid iterating an empty list Jordan Crouse drm/msm: Check for powered down HW in the devfreq callbacks Imre Deak drm/i915: Fix AUX power domain toggling across TypeC mode resets Dmitry V. Levin s390: fix syscall_get_error for compat processes Eric Biggers f2fs: avoid utf8_strncasecmp() with unstable name Eric Biggers f2fs: split f2fs_d_compare() from f2fs_match_name() Denis Efremov net/mlx5: DR, Fix freeing in dr_create_rc_qp() Ahmed S. Darwish block: nr_sects_write(): Disable preemption on seqcount write Ard Biesheuvel x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld Ville Syrjälä drm/amd/display: Use swap() where appropriate Lyude Paul drm/dp_mst: Increase ACT retry timeout to 3s Theodore Ts'o ext4: avoid race conditions when remounting with options that change dax zhangyi (F) jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() Tom Rix selinux: fix double free Sandeep Raghuraman drm/amdgpu: Replace invalid device ID with a valid device ID Huacai Chen drm/qxl: Use correct notify port address when creating cursor ring Lyude Paul drm/dp_mst: Reformat drm_dp_check_act_status() a bit Eric Biggers ext4: avoid utf8_strncasecmp() with unstable name Jeffle Xu ext4: fix partial cluster initialization when splitting extent Wolfram Sang drm: encoder_slave: fix refcouting error for modules Kai-Heng Feng libata: Use per port sync for detach Will Deacon arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints Sven Auhagen mvpp2: remove module bugfix Jason Yan block: Fix use-after-free in blkdev_get() Dinghao Liu scsi: ufs-bsg: Fix runtime PM imbalance on error Vasundhara Volam bnxt_en: Return from timer if interface is not in open state. David Howells afs: Fix the mapping of the UAEOVERFLOW abort code David Howells afs: Set error flag rather than return error from file status decode David Howells afs: Always include dir in bulk status fetch from afs_do_lookup() David Howells afs: Fix EOF corruption David Howells afs: afs_write_end() should change i_size under the right lock David Howells afs: Fix non-setting of mtime when writing into mmap Aneesh Kumar K.V powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL Zhiqiang Liu bcache: fix potential deadlock problem in btree_gc_coalesce yangerkun ext4: stop overwrite the errcode in ext4_setup_super Hongbo Yao perf stat: Fix NULL pointer dereference Gaurav Singh perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() Qais Yousef usb/ehci-platform: Set PM runtime as active on resume Yoshihiro Shimoda usb: host: ehci-platform: add a quirk to avoid stuck Qais Yousef usb/xhci-plat: Set PM runtime as active on resume Andrey Ignatov bpf: Fix memlock accounting for sock_hash Brett Creeley iavf: fix speed reporting over virtchnl Li RongQing xdp: Fix xsk_generic_xmit errno Zheng Bin nfs: set invalid blocks after NFSv4 writes Christoph Hellwig nvme-pci: use simple suspend when a HMB is enabled YiFei Zhu net/filter: Permit reading NET in load_bytes_relative when MAC not set Vitaly Kuznetsov x86/idt: Keep spurious entries unset in system_vectors Christophe JAILLET scsi: acornscsi: Fix an error handling path in acornscsi_probe() Andrii Nakryiko libbpf: Handle GCC noreturn-turned-volatile quirk Jernej Skrabec drm/sun4i: hdmi ddc clk: Fix size of m divider Jean-Philippe Brucker tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes Jakub Sitnicki bpf, sockhash: Synchronize delete from bucket list on map free dihu bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg Hans de Goede ASoC: rt5645: Add platform-data for Asus T101HA Hans de Goede ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet Pierre-Louis Bossart ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flags Bard Liao ASoC: core: only convert non DPCM link to DPCM link Zhihao Cheng afs: Fix memory leak in afs_put_sysnames() Eric Biggers f2fs: don't return vmalloc() memory from f2fs_kmalloc() tannerlove selftests/net: in timestamping, strncpy needs to preserve null byte Shaokun Zhang drivers/perf: hisi: Fix wrong value for all counters enable Max Staudt i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n Logan Gunthorpe NTB: ntb_test: Fix bug when counting remote files Logan Gunthorpe NTB: perf: Fix race condition when run with ntb_test Logan Gunthorpe NTB: perf: Fix support for hardware that doesn't have port numbers Logan Gunthorpe NTB: perf: Don't require one more memory window than number of peers Logan Gunthorpe NTB: Revert the change to use the NTB device dev for DMA allocations Logan Gunthorpe NTB: ntb_tool: reading the link file should not end in a NULL byte Sanjay R Mehta ntb_tool: pass correct struct device to dma_alloc_coherent Sanjay R Mehta ntb_perf: pass correct struct device to dma_alloc_coherent Dan Murphy net: marvell: Fix OF_MDIO config check Bob Peterson gfs2: fix use-after-free on transaction ail lists Chaitanya Kulkarni blktrace: fix endianness for blk_log_remap() Chaitanya Kulkarni blktrace: fix endianness in get_pdu_int() Chaitanya Kulkarni blktrace: use errno instead of bi_status Ram Pai selftests/vm/pkeys: fix alloc_random_pkey() to make it really random Arnd Bergmann include/linux/bitops.h: avoid clang shift-count-overflow warnings Jann Horn lib/zlib: remove outdated and incorrect pre-increment optimization Jiri Benc geneve: change from tx_error to tx_dropped on missing metadata Tero Kristo crypto: omap-sham - add proper load balancing support for multicore Nicholas Kazlauskas drm/amd/display: Revalidate bandwidth before commiting DC updates J. Bruce Fields nfsd: safer handling of corrupted c_type Christophe JAILLET pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' Christophe JAILLET pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' Can Guo scsi: ufs: Don't update urgent bkops level when toggling auto bkops Qiushi Wu scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj Bob Peterson gfs2: Allow lock_nolock mount to specify jid=X J. Bruce Fields nfsd4: make drc_slab global, not per-net Luis Henriques ceph: don't return -ESTALE if there's still an open file Ben Skeggs drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selection Stafford Horne openrisc: Fix issue with argument clobbering for clone/fork David Howells rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID Wei Yongjun mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe() Chuhong Yuan rtc: rv3028: Add missed check for devm_regmap_init_i2c() Qiushi Wu vfio/mdev: Fix reference count leak in add_mdev_supported_type Xiyu Yang ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failed Christophe JAILLET extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' huhai powerpc/4xx: Don't unmap NULL mbase Nathan Chancellor input: i8042 - Remove special PowerPC handling Dan Carpenter of: Fix a refcounting bug in __of_attach_node_sysfs() Olga Kornievskaia NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION Fedor Tokarev net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' Dan Williams /dev/mem: Revoke mappings when a driver claims the region John Hubbard misc: xilinx-sdfec: improve get_user_pages_fast() error handling Eddie James clk: ast2600: Fix AHB clock divider for A1 Chunyan Zhang clk: sprd: return correct type of value for _sprd_pll_recalc_rate Qian Cai KVM: PPC: Book3S: Fix some RCU-list locks Qian Cai KVM: PPC: Book3S HV: Ignore kmemleak false positives Jeffrey Hugo scsi: ufs-qcom: Fix scheduling while atomic issue Nathan Chancellor clk: bcm2835: Fix return type of bcm2835_register_gate Dan Carpenter scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd() Qiushi Wu ASoC: fix incomplete error-handling in img_i2s_in_probe. Christophe Leroy powerpc/32s: Don't warn when mapping RO data ROX. Amelie Delaunay mfd: stmfx: Disable IRQ in suspend to avoid spurious interrupt Amelie Delaunay mfd: stmfx: Fix stmfx_irq_init error path Amelie Delaunay mfd: stmfx: Reset chip on resume as supply was disabled Borislav Petkov x86/apic: Make TSC deadline timer detection message visible Potnuri Bharat Teja RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove Siddharth Gupta scripts: headers_install: Exit with error on config leak Pawel Laszczak usb: gadget: Fix issue with config_ep_by_speed function Qiushi Wu usb: gadget: fix potential double-free in m66592_probe. Colin Ian King usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check Nathan Chancellor USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke Fabrice Gasnier usb: dwc2: gadget: move gadget resume after the core is in L0 state Stefan Riedmueller watchdog: da9062: No need to ping manually before setting timeout Maor Gottlieb IB/cma: Fix ports memory leak in cma_configfs Marc Zyngier PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link Marc Zyngier PCI: dwc: Fix inner MSI IRQ domain registration Bjorn Helgaas PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port Hannes Reinecke dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone Qian Cai powerpc/64s/pgtable: fix an undefined behaviour Vidya Sagar arm64: tegra: Fix flag for 64-bit resources in 'ranges' property Jon Hunter arm64: tegra: Fix ethernet phy-mode for Jetson Xavier Miklos Szeredi fuse: copy_file_range should truncate cache Miklos Szeredi fuse: fix copy_file_range cache issues Wei Yongjun firmware: imx: scu: Fix possible memory leak in imx_scu_probe() Bodo Stroesser scsi: target: tcmu: Userspace must not complete queued commands Lang Cheng RDMA/hns: Fix cmdq parameter of querying pf timer resource Lijun Ou RDMA/hns: Bugfix for querying qkey Marek Szyprowski clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1 Souptick Joarder fpga: dfl: afu: Corrected error handling levels Gregory CLEMENT tty: n_gsm: Fix bogus i++ in gsm_data_kick Tang Bin USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() Hans de Goede ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT8-A tablet Roy Spliet drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocation Qais Yousef usb/ohci-platform: Fix a warning when hibernating Alex Williamson vfio-pci: Mask cap zero Geoff Levand powerpc/ps3: Fix kexec shutdown hang Bharat Gooty drivers: phy: sr-usb: do not use internal fsm for USB2 phy init Nicholas Piggin powerpc/pseries/ras: Fix FWNMI_VALID off by one Nicholas Piggin powerpc/64s/exception: Fix machine check no-loss idle wakeup Feng Tang ipmi: use vzalloc instead of kmalloc for user creation Oded Gabbay habanalabs: increase timeout during reset Mika Westerberg PCI/PM: Assume ports without DLL Link Active train links in 100 ms Cristian Klein HID: Add quirks for Trust Panora Graphic Tablet Erwin Burema ALSA: usb-audio: Add duplex sound support for USB devices using implicit feedback Gregory CLEMENT tty: n_gsm: Fix waking up upper tty layer when room available Gregory CLEMENT tty: n_gsm: Fix SOF skipping Michael Ellerman powerpc/64: Don't initialise init_task->thread.regs Rob Herring PCI: Fix pci_register_host_bridge() device_register() error handling Tero Kristo clk: ti: composite: fix memory leak Wei Yongjun USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe() Arnd Bergmann dlm: remove BUG() before panic() Dafna Hirschfeld pinctrl: rockchip: fix memleak in rockchip_dt_node_to_map Christophe JAILLET ASoC: ti: omap-mcbsp: Fix an error handling path in 'asoc_mcbsp_probe()' Christophe JAILLET ASoC: ux500: mop500: Fix some refcounted resources issues Yongbo Zhang SoC: rsnd: add interrupt support for SSI BUSIF buffer Suganath Prabu S scsi: mpt3sas: Fix double free warnings Bodo Stroesser scsi: target: loopback: Fix READ with data and sensebytes Loic Poulain arm64: dts: msm8996: Fix CSI IRQ types Wei Yongjun ASoC: SOF: core: fix error return code in sof_probe_continue() Dmitry Osipenko power: supply: smb347-charger: IRQSTAT_D is volatile Christophe JAILLET power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()' Takashi Sakamoto ALSA: firewire-lib: fix invalid assignment to union data for directional parameter Viacheslav Dubeyko scsi: qla2xxx: Fix warning after FC target reset Kai-Heng Feng PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges Andrew Murray PCI: rcar: Fix incorrect programming of OB windows Kuppuswamy Sathyanarayanan drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish John Stultz serial: amba-pl011: Make sure we initialize the port.lock spinlock Russell King i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output Christophe JAILLET PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths Matej Dujava staging: sm750fb: add missing case while setting FB_VISUAL Oscar Carter staging: wilc1000: Increase the size of wid_list array Thinh Nguyen usb: dwc3: gadget: Properly handle failed kick_transfer Thinh Nguyen usb: dwc3: gadget: Properly handle ClearFeature(halt) Arnd Bergmann HID: intel-ish-hid: avoid bogus uninitialized-variable warning Pierre-Louis Bossart soundwire: slave: don't init debugfs on device registration error Yong Zhi ASoC: max98373: reorder max98373_reset() in resume Martin Blumenstingl clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers Sudip Mukherjee thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR Uwe Kleine-König gpio: pca953x: fix handling of automatic address incrementing Martin Blumenstingl clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bits Martin Blumenstingl clk: meson: meson8b: Fix the polarity of the RESET_N lines Martin Blumenstingl clk: meson: meson8b: Fix the first parent of vid_pll_in_sel Srinivas Kandagatla slimbus: ngd: get drvdata from correct device Raghavendra Rao Ananta tty: hvc: Fix data abort due to race in hvc_open Julian Wiedmann s390/qdio: put thinint indicator after early error Takashi Iwai ALSA: usb-audio: Fix racy list management in output queue Alexander Tsoy ALSA: usb-audio: Improve frames size computation Xiyu Yang staging: gasket: Fix mapping refcnt leak when register/store fails Xiyu Yang staging: gasket: Fix mapping refcnt leak when put attribute fails Christoph Hellwig firmware: qcom_scm: fix bogous abuse of dma-direct internals Jonathan Marek arm64: dts: qcom: fix pm8150 gpio interrupts Vivek Goyal virtiofs: schedule blocking async replies in separate worker Jason Yan pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries Chad Dupuis scsi: qedf: Fix crash when MFW calls for protocol stats while function is still probing Andy Shevchenko gpio: dwapb: Append MODULE_ALIAS for platform driver Yishai Hadas RDMA/mlx5: Fix udata response upon SRQ creation Vincent Stehlé ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity Amit Kucheria arm64: dts: qcom: msm8916: remove unit name for thermal trip points Nilesh Javali scsi: qedi: Do not flush offload work if ARP not resolved Hsin-Yi Wang arm64: dts: mt8173: fix unit name warnings Chen Zhou staging: greybus: fix a missing-check bug in gb_lights_light_config() Hans de Goede x86/purgatory: Disable various profiling and sanitizing options John Johansen apparmor: fix nnp subset test for unconfined Tyrel Datwyler scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM Simon Arlott scsi: sr: Fix sr_probe() missing deallocate of device minor Jakub Sitnicki bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free Pavel Machek (CIP) ASoC: meson: add missing free_irq() in error path Chao Yu f2fs: handle readonly filesystem in f2fs_ioc_shutdown() Mauricio Faria de Oliveira apparmor: check/put label on apparmor_sk_clone_security() Martin Blumenstingl net: dsa: lantiq_gswip: fix and improve the unsupported interface error John Johansen apparmor: fix introspection of of task mode for unconfined tasks ashimida mksysmap: Fix the mismatch of '.L' symbols in System.map Logan Gunthorpe NTB: Fix the default port and peer numbers for legacy drivers Logan Gunthorpe NTB: ntb_pingpong: Choose doorbells based on port number Wang Hai yam: fix possible memory leak in yam_init_driver Will Deacon sparc32: mm: Don't try to free page-table pages if ctor() fails Navid Emamdoost pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case Pingfan Liu powerpc/crashkernel: Take "mem=" option into account John Stultz ASoC: qcom: q6asm-dai: kCFI fix Paulo Alcantara cifs: set up next DFS target before generic_ip_connect() Qiushi Wu RDMA/core: Fix several reference count leaks. Jon Derrick PCI: vmd: Filter resource type bits from shadow register Xiyu Yang nfsd: Fix svc_xprt refcnt leak when setup callback client failed Kajol Jain powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run Mark Zhang IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command Alain Volmat clk: clk-flexgen: fix clock-critical handling Sudhakar Panneerselvam scsi: vhost: Notify TCM about the maximum sg entries supported per command Xiyu Yang scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited event Quanyang Wang clk: zynqmp: fix memory leak in zynqmp_register_clocks Dan Carpenter scsi: cxgb3i: Fix some leaks in init_act_open() Marek Szyprowski mfd: wm8994: Fix driver operation if loaded as modules Christophe Leroy powerpc/ptdump: Add _PAGE_COHERENT flag Peter Chen usb: gadget: core: sync interrupt before unbind the udc Andy Shevchenko gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration Christophe JAILLET m68k/PCI: Fix a memory leak in an error handling path Jon Derrick PCI: pci-bridge-emul: Fix PCIe bit conflicts Luo Jiaxing scsi: hisi_sas: Do not reset phy timer to wait for stray phy up Aharon Landau RDMA/mlx5: Add init2init as a modify command Sai Prakash Ranjan coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb() Qian Cai vfio/pci: fix memory leaks in alloc_perm_bits() Andre Przywara arm64: dts: fvp/juno: Fix node address fields Emmanuel Nicolet ps3disk: use the default segment boundary Pali Rohár PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only register Andre Przywara arm64: dts: fvp: Fix GIC child nodes Daniel Baluta ASoC: SOF: Do nothing when DSP PM callbacks are not set Geert Uytterhoeven clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling Lars Povlsen pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2 Andre Przywara arm64: dts: juno: Fix GIC child nodes Marek Behún arm64: dts: armada-3720-turris-mox: fix SFP binding Marek Behún arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes Martin Wilck dm mpath: switch paths in dm_blk_ioctl() code path Srinivas Kandagatla misc: fastrpc: fix potential fastrpc_invoke_ctx leak Srinivas Kandagatla misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe() Serge Semin serial: 8250: Fix max baud limit in generic 8250 port Oliver Neukum usblp: poison URBs upon disconnect Marek Szyprowski clk: samsung: Mark top ISP and CAM clocks on Exynos542x as critical Sibi Sankar remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use Russell King i2c: pxa: clear all master action bits in i2c_pxa_stop_message() Konstantin Khlebnikov f2fs: report delalloc reserve as non-free in statfs for project quota Andreas Klinger iio: bmp280: fix compensation of humidity Qiushi Wu rtc: mc13xxx: fix a double-unlock issue Christophe Leroy powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT Marco Felsch Input: edt-ft5x06 - fix get_default register write access Viacheslav Dubeyko scsi: qla2xxx: Fix issue with adapter's stopping state Ard Biesheuvel PCI: Allow pci_resize_resource() for devices on root bus Dan Carpenter ALSA: isa/wavefront: prevent out of bounds write in ioctl Kai-Heng Feng ALSA: hda/realtek - Introduce polarity for micmute LED GPIO Neil Armstrong arm64: dts: meson: fixup SCP sram nodes Dan Carpenter scsi: qedi: Check for buffer overflow in qedi_set_path() Johannes Thumshirn scsi: core: free sgtables in case command setup fails Marek Vasut ARM: dts: stm32: Add missing ethernet PHY reset on AV96 Linus Walleij ARM: integrator: Add some Kconfig selections Xiyu Yang ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type Yoshihiro Shimoda ARM: dts: renesas: Fix IOMMU device node names Jon Hunter backlight: lp855x: Ensure regulators are disabled on probe failure Shengjiu Wang ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet Bryan O'Donoghue clk: qcom: msm8916: Fix the address location of pll->config_reg Alex Elder remoteproc: Fix IDR initialisation in rproc_alloc() Andy Shevchenko iio: pressure: bmp280: Tolerate IRQ before registering YueHaibing ASoC: SOF: imx8: Fix randbuild error Adam Honse i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets Dmitry Osipenko ASoC: tegra: tegra_wm8903: Support nvidia, headset property Rikard Falkeborn clk: sunxi: Fix incorrect usage of round_down() Enric Balletbo i Serra power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/r8a7743.dtsi | 12 +- arch/arm/boot/dts/r8a7744.dtsi | 12 +- arch/arm/boot/dts/r8a7745.dtsi | 12 +- arch/arm/boot/dts/r8a7790.dtsi | 12 +- arch/arm/boot/dts/r8a7791.dtsi | 14 +- arch/arm/boot/dts/r8a7793.dtsi | 14 +- arch/arm/boot/dts/r8a7794.dtsi | 12 +- arch/arm/boot/dts/stm32mp157a-avenger96.dts | 3 + .../boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts | 2 +- arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 10 +- arch/arm/mach-integrator/Kconfig | 7 +- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 +- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 10 +- arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi | 2 +- arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi | 8 +- arch/arm64/boot/dts/arm/foundation-v8.dtsi | 92 ++++---- arch/arm64/boot/dts/arm/juno-base.dtsi | 50 ++--- arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 6 +- .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi | 2 +- arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 6 +- .../boot/dts/marvell/armada-3720-turris-mox.dts | 4 +- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 22 +- arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 12 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 20 +- arch/arm64/boot/dts/qcom/pm8150.dtsi | 14 +- arch/arm64/boot/dts/qcom/pm8150b.dtsi | 14 +- arch/arm64/boot/dts/qcom/pm8150l.dtsi | 14 +- arch/arm64/kernel/hw_breakpoint.c | 44 ++-- arch/m68k/coldfire/pci.c | 4 +- arch/openrisc/kernel/entry.S | 4 +- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/book3s/64/pgtable.h | 23 +- arch/powerpc/include/asm/processor.h | 1 - arch/powerpc/kernel/exceptions-64s.S | 14 +- arch/powerpc/kernel/head_64.S | 9 +- arch/powerpc/kernel/machine_kexec.c | 8 +- arch/powerpc/kernel/process.c | 20 +- arch/powerpc/kvm/book3s_64_mmu_radix.c | 16 +- arch/powerpc/kvm/book3s_64_vio.c | 18 +- arch/powerpc/mm/book3s32/mmu.c | 6 +- arch/powerpc/mm/ptdump/shared.c | 5 + arch/powerpc/perf/hv-24x7.c | 10 - arch/powerpc/platforms/4xx/pci.c | 4 +- arch/powerpc/platforms/ps3/mm.c | 22 +- arch/powerpc/platforms/pseries/ras.c | 5 +- arch/s390/include/asm/syscall.h | 12 +- arch/sparc/mm/srmmu.c | 1 - arch/x86/boot/Makefile | 2 +- arch/x86/kernel/apic/apic.c | 2 +- arch/x86/kernel/idt.c | 6 +- arch/x86/kernel/kprobes/core.c | 16 +- arch/x86/purgatory/Makefile | 5 +- crypto/algboss.c | 2 - crypto/algif_skcipher.c | 6 +- drivers/ata/libata-core.c | 11 +- drivers/base/platform.c | 2 + drivers/block/ps3disk.c | 1 - drivers/char/ipmi/ipmi_msghandler.c | 7 +- drivers/char/mem.c | 101 ++++++++- drivers/clk/bcm/clk-bcm2835.c | 10 +- drivers/clk/clk-ast2600.c | 31 ++- drivers/clk/meson/meson8b.c | 100 ++++++--- drivers/clk/meson/meson8b.h | 4 + drivers/clk/qcom/gcc-msm8916.c | 8 +- drivers/clk/renesas/renesas-cpg-mssr.c | 8 +- drivers/clk/samsung/clk-exynos5420.c | 16 +- drivers/clk/samsung/clk-exynos5433.c | 3 +- drivers/clk/sprd/pll.c | 2 +- drivers/clk/st/clk-flexgen.c | 1 + drivers/clk/sunxi/clk-sunxi.c | 2 +- drivers/clk/ti/composite.c | 1 + drivers/clk/zynqmp/clkc.c | 15 +- drivers/crypto/omap-sham.c | 64 +++--- drivers/extcon/extcon-adc-jack.c | 3 +- drivers/firmware/imx/imx-scu.c | 1 + drivers/firmware/qcom_scm.c | 9 +- drivers/fpga/dfl-afu-dma-region.c | 4 +- drivers/gpio/gpio-dwapb.c | 34 ++- drivers/gpio/gpio-pca953x.c | 44 ++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 +- drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 7 +- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 8 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 12 +- .../drm/amd/display/modules/color/color_gamma.c | 2 +- drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 +- drivers/gpu/drm/drm_connector.c | 5 + drivers/gpu/drm/drm_dp_mst_topology.c | 58 ++--- drivers/gpu/drm/drm_encoder_slave.c | 5 +- drivers/gpu/drm/drm_sysfs.c | 3 - drivers/gpu/drm/i915/display/intel_dp.c | 5 +- drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 15 +- drivers/gpu/drm/i915/i915_cmd_parser.c | 4 + drivers/gpu/drm/i915/i915_irq.c | 1 + drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 + drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 8 + drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 7 + drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 3 +- .../gpu/drm/nouveau/nvkm/engine/disp/hdmigm200.c | 4 +- drivers/gpu/drm/qxl/qxl_kms.c | 2 +- drivers/gpu/drm/sun4i/sun4i_hdmi.h | 2 +- drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c | 2 +- drivers/hid/hid-ids.h | 3 + drivers/hid/hid-quirks.c | 1 + drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 + drivers/hwtracing/coresight/coresight-tmc-etf.c | 16 +- drivers/i2c/busses/i2c-icy.c | 1 + drivers/i2c/busses/i2c-piix4.c | 3 +- drivers/i2c/busses/i2c-pxa.c | 13 +- drivers/iio/pressure/bmp280-core.c | 7 +- drivers/infiniband/core/cma_configfs.c | 13 ++ drivers/infiniband/core/sysfs.c | 10 +- drivers/infiniband/hw/cxgb4/device.c | 1 + drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 34 ++- drivers/infiniband/hw/mlx5/devx.c | 5 + drivers/infiniband/hw/mlx5/srq.c | 10 +- drivers/input/serio/i8042-ppcio.h | 57 ----- drivers/input/serio/i8042.h | 2 - drivers/input/touchscreen/edt-ft5x06.c | 12 +- drivers/mailbox/zynqmp-ipi-mailbox.c | 20 +- drivers/md/bcache/btree.c | 8 +- drivers/md/dm-mpath.c | 2 +- drivers/md/dm-zoned-metadata.c | 4 +- drivers/md/dm-zoned-reclaim.c | 4 +- drivers/mfd/stmfx.c | 22 +- drivers/mfd/wm8994-core.c | 1 + drivers/misc/fastrpc.c | 13 +- drivers/misc/habanalabs/habanalabs.h | 2 +- drivers/misc/xilinx_sdfec.c | 27 ++- drivers/net/dsa/lantiq_gswip.c | 3 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +- drivers/net/ethernet/cavium/octeon/octeon_mgmt.c | 5 + drivers/net/ethernet/intel/e1000e/netdev.c | 14 +- drivers/net/ethernet/intel/iavf/iavf.h | 14 ++ drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 14 +- drivers/net/ethernet/intel/iavf/iavf_main.c | 25 ++- drivers/net/ethernet/intel/iavf/iavf_virtchnl.c | 88 +++++++- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 7 +- .../ethernet/mellanox/mlx5/core/steering/dr_send.c | 2 +- drivers/net/geneve.c | 7 +- drivers/net/hamradio/yam.c | 1 + drivers/net/phy/marvell.c | 2 +- drivers/ntb/core.c | 9 +- drivers/ntb/test/ntb_perf.c | 30 ++- drivers/ntb/test/ntb_pingpong.c | 14 +- drivers/ntb/test/ntb_tool.c | 9 +- drivers/nvme/host/pci.c | 6 + drivers/of/kobj.c | 3 +- drivers/pci/controller/dwc/pci-meson.c | 4 +- drivers/pci/controller/dwc/pcie-designware-host.c | 2 + drivers/pci/controller/pci-aardvark.c | 4 - drivers/pci/controller/pci-v3-semi.c | 2 +- drivers/pci/controller/pcie-rcar.c | 9 +- drivers/pci/controller/vmd.c | 6 +- drivers/pci/pci-bridge-emul.c | 6 +- drivers/pci/pci.c | 30 ++- drivers/pci/pcie/aspm.c | 10 - drivers/pci/pcie/ptm.c | 22 +- drivers/pci/probe.c | 5 +- drivers/pci/setup-res.c | 9 +- drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 2 +- drivers/phy/broadcom/phy-bcm-sr-usb.c | 55 +---- drivers/pinctrl/freescale/pinctrl-imx.c | 19 +- drivers/pinctrl/freescale/pinctrl-imx1-core.c | 1 - drivers/pinctrl/pinctrl-ocelot.c | 3 +- drivers/pinctrl/pinctrl-rockchip.c | 7 +- drivers/pinctrl/pinctrl-rza1.c | 2 +- drivers/power/supply/Kconfig | 2 +- drivers/power/supply/lp8788-charger.c | 18 +- drivers/power/supply/smb347-charger.c | 1 + drivers/pwm/pwm-img.c | 8 +- drivers/pwm/pwm-jz4740.c | 4 +- drivers/remoteproc/qcom_q6v5_mss.c | 31 ++- drivers/remoteproc/remoteproc_core.c | 3 +- drivers/rtc/rtc-mc13xxx.c | 4 +- drivers/rtc/rtc-rv3028.c | 2 + drivers/s390/cio/qdio.h | 1 - drivers/s390/cio/qdio_setup.c | 1 - drivers/s390/cio/qdio_thinint.c | 14 +- drivers/scsi/arm/acornscsi.c | 4 +- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 18 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 5 +- drivers/scsi/ibmvscsi/ibmvscsi.c | 2 + drivers/scsi/iscsi_boot_sysfs.c | 2 +- drivers/scsi/lpfc/lpfc_els.c | 2 + drivers/scsi/mpt3sas/mpt3sas_base.c | 2 + drivers/scsi/qedf/qedf.h | 1 + drivers/scsi/qedf/qedf_main.c | 35 ++- drivers/scsi/qedi/qedi_iscsi.c | 7 +- drivers/scsi/qla2xxx/qla_os.c | 1 + drivers/scsi/qla2xxx/tcm_qla2xxx.c | 2 + drivers/scsi/scsi_lib.c | 16 +- drivers/scsi/sr.c | 6 +- drivers/scsi/ufs/ufs-qcom.c | 6 +- drivers/scsi/ufs/ufs_bsg.c | 4 +- drivers/scsi/ufs/ufshcd.c | 1 - drivers/slimbus/qcom-ngd-ctrl.c | 4 +- drivers/soundwire/slave.c | 2 + drivers/staging/gasket/gasket_sysfs.c | 2 + drivers/staging/greybus/light.c | 3 +- drivers/staging/sm750fb/sm750.c | 1 + drivers/staging/wilc1000/wilc_hif.c | 4 +- drivers/target/loopback/tcm_loop.c | 36 ++- drivers/target/target_core_user.c | 154 ++++++------- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 +- drivers/tty/hvc/hvc_console.c | 16 +- drivers/tty/n_gsm.c | 26 ++- drivers/tty/serial/8250/8250_port.c | 4 +- drivers/tty/serial/amba-pl011.c | 1 + drivers/usb/class/usblp.c | 5 +- drivers/usb/dwc2/core_intr.c | 7 +- drivers/usb/dwc3/gadget.c | 60 ++++- drivers/usb/gadget/composite.c | 78 +++++-- drivers/usb/gadget/udc/core.c | 2 + drivers/usb/gadget/udc/lpc32xx_udc.c | 11 +- drivers/usb/gadget/udc/m66592-udc.c | 2 +- drivers/usb/gadget/udc/s3c2410_udc.c | 4 - drivers/usb/host/ehci-mxc.c | 2 + drivers/usb/host/ehci-platform.c | 131 +++++++++++ drivers/usb/host/ohci-platform.c | 5 + drivers/usb/host/ohci-sm501.c | 7 +- drivers/usb/host/xhci-plat.c | 10 +- drivers/vfio/mdev/mdev_sysfs.c | 2 +- drivers/vfio/pci/vfio_pci_config.c | 14 +- drivers/vhost/scsi.c | 1 + drivers/video/backlight/lp855x_bl.c | 20 +- drivers/watchdog/da9062_wdt.c | 5 - fs/afs/dir.c | 9 +- fs/afs/fsclient.c | 88 +++----- fs/afs/inode.c | 12 +- fs/afs/internal.h | 1 + fs/afs/misc.c | 1 + fs/afs/proc.c | 1 + fs/afs/rxrpc.c | 4 + fs/afs/write.c | 5 +- fs/afs/yfsclient.c | 85 +++---- fs/block_dev.c | 12 +- fs/ceph/export.c | 9 +- fs/cifs/connect.c | 18 +- fs/dlm/dlm_internal.h | 1 - fs/ext4/dir.c | 16 ++ fs/ext4/extents.c | 2 +- fs/ext4/super.c | 23 +- fs/f2fs/checkpoint.c | 4 +- fs/f2fs/dir.c | 80 ++++--- fs/f2fs/f2fs.h | 13 +- fs/f2fs/file.c | 9 +- fs/f2fs/node.c | 8 +- fs/f2fs/super.c | 5 +- fs/fuse/file.c | 43 +++- fs/fuse/fuse_i.h | 1 + fs/fuse/virtio_fs.c | 106 ++++++--- fs/gfs2/log.c | 11 +- fs/gfs2/ops_fstype.c | 2 +- fs/jbd2/journal.c | 103 ++++----- fs/nfs/inode.c | 14 +- fs/nfs/nfs4proc.c | 2 +- fs/nfsd/cache.h | 2 + fs/nfsd/netns.h | 1 - fs/nfsd/nfs4callback.c | 2 + fs/nfsd/nfscache.c | 32 +-- fs/nfsd/nfsctl.c | 6 + include/linux/bitops.h | 2 +- include/linux/genhd.h | 2 + include/linux/ioport.h | 6 + include/linux/jbd2.h | 1 - include/linux/kprobes.h | 4 + include/linux/libata.h | 3 + include/linux/mfd/stmfx.h | 1 + include/linux/nfs_fs.h | 1 + include/linux/usb/composite.h | 3 + include/linux/usb/ehci_def.h | 2 +- include/linux/usb/gadget.h | 2 + include/uapi/linux/magic.h | 1 + kernel/kprobes.c | 27 ++- kernel/resource.c | 5 + kernel/trace/blktrace.c | 30 +-- kernel/trace/trace_kprobe.c | 2 +- kernel/trace/trace_probe.c | 4 +- kernel/trace/trace_uprobe.c | 2 +- lib/zlib_inflate/inffast.c | 91 +++----- net/core/dev.c | 40 ++-- net/core/filter.c | 16 +- net/core/sock_map.c | 28 ++- net/ipv4/tcp_bpf.c | 3 + net/rxrpc/proc.c | 6 +- net/sunrpc/addr.c | 4 +- net/xdp/xsk.c | 4 +- scripts/headers_install.sh | 11 +- scripts/mksysmap | 2 +- security/apparmor/domain.c | 9 +- security/apparmor/include/label.h | 1 + security/apparmor/label.c | 37 +++- security/apparmor/lsm.c | 5 + security/selinux/ss/services.c | 4 + sound/firewire/amdtp-am824.c | 3 +- sound/isa/wavefront/wavefront_synth.c | 8 +- sound/pci/hda/patch_realtek.c | 14 +- sound/soc/codecs/max98373.c | 2 +- sound/soc/codecs/rt5645.c | 14 ++ sound/soc/fsl/fsl_asrc_dma.c | 1 + sound/soc/fsl/fsl_esai.c | 4 + sound/soc/img/img-i2s-in.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 24 ++ sound/soc/meson/axg-fifo.c | 10 +- sound/soc/qcom/qdsp6/q6asm-dai.c | 4 +- sound/soc/sh/rcar/gen.c | 8 + sound/soc/sh/rcar/rsnd.h | 9 + sound/soc/sh/rcar/ssi.c | 145 ++++++++++++ sound/soc/soc-core.c | 22 +- sound/soc/sof/core.c | 1 + sound/soc/sof/imx/Kconfig | 2 +- sound/soc/sof/nocodec.c | 6 +- sound/soc/sof/pm.c | 10 +- sound/soc/tegra/tegra_wm8903.c | 6 +- sound/soc/ti/davinci-mcasp.c | 4 +- sound/soc/ti/omap-mcbsp.c | 8 +- sound/soc/ux500/mop500.c | 11 +- sound/usb/card.h | 5 + sound/usb/endpoint.c | 244 ++++++++++++++++++++- sound/usb/endpoint.h | 1 + sound/usb/pcm.c | 7 + tools/lib/bpf/btf_dump.c | 33 ++- tools/perf/builtin-report.c | 3 +- tools/perf/util/stat-display.c | 4 +- .../networking/timestamping/timestamping.c | 10 +- tools/testing/selftests/ntb/ntb_test.sh | 2 +- tools/testing/selftests/x86/protection_keys.c | 3 +- 330 files changed, 2965 insertions(+), 1654 deletions(-)