From patchwork Tue Feb 4 21:38:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1233568 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 48BykW48RFz9sRh; Wed, 5 Feb 2020 08:38:59 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iz5uJ-0005aa-36; Tue, 04 Feb 2020 21:38:55 +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 1iz5uD-0005aP-Fq for kernel-team@lists.ubuntu.com; Tue, 04 Feb 2020 21:38:49 +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 1iz5uC-0001sq-OW for kernel-team@lists.ubuntu.com; Tue, 04 Feb 2020 21:38:49 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1iz5uA-0004qV-Kg for kernel-team@lists.ubuntu.com; Tue, 04 Feb 2020 13:38:46 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Eoan][PULL] Eoan upstream stable patchset 2020-02-04+ Date: Tue, 4 Feb 2020 13:38:45 -0800 Message-Id: <20200204213845.18445-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 req includes the following pending Eoan stable patchsets: Eoan update: upstream stable patchset 2020-02-03 Ported from the following upstream stable releases: v4.19.94, v5.4.9 https://bugs.launchpad.net/bugs/1861710 Eoan update: upstream stable patchset 2020-02-04 Ported from the following upstream stable releases: v4.19.95, v5.4.10, v5.4.11 https://bugs.launchpad.net/bugs/1861929 -Kamal ----- The following changes since commit af7acadc09d232b50ef83011d9c6368c925ef32f: UBUNTU: Ubuntu-5.3.0-40.32 (2020-01-31 15:32:48 -0300) are available in the Git repository at: git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/eoan eoan-stable for you to fetch changes up to 8bbbc3c281b9cef7842faef0f03101df4da3745c: UBUNTU: upstream stable to v4.19.95, v5.4.11 (2020-02-04 12:21:46 -0800) ---------------------------------------------------------------- Aditya Pakki (1): rfkill: Fix incorrect check to avoid NULL pointer dereference Adrian Hunter (1): perf callchain: Fix segfault in thread__resolve_callchain_sample() Al Viro (1): fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP Alastair D'Silva (1): powerpc: Chunk calls to flush_dcache_range in arch_*_memory Aleksandr Yashkin (1): pstore/ram: Write new dumps to start of recycled zones Alexander Lobakin (1): MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig Alexander Shishkin (2): perf/x86/intel/bts: Fix the use of page_private() perf/x86/intel: Fix PT PMI handling Alexandre Belloni (1): clk: at91: fix possible deadlock Amir Goldstein (1): locks: print unsigned ino in /proc/locks Anand Moon (1): arm64: dts: meson: odroid-c2: Disable usb_otg bus to avoid power failed warning Andreas Kemnade (1): regulator: rn5t618: fix module aliases Andrew Lunn (2): net: dsa: mv88e6xxx: Preserve priority when setting CPU port. net: freescale: fec: Fix ethtool -d runtime PM Andrey Konovalov (2): USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein USB: dummy-hcd: increase max number of devices to 32 Andy Shevchenko (1): efi/earlycon: Remap entire framebuffer after page initialization Aneesh Kumar K.V (1): powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache_range Arnd Bergmann (5): compat_ioctl: block: handle Persistent Reservations compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE drm/msm: include linux/sched/task.h gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS again compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES Arvind Sankar (3): efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs efi/gop: Return EFI_SUCCESS if a usable GOP was found efi/gop: Fix memory leak in __gop_query32/64() Axel Lin (2): regulator: axp20x: Fix axp20x_set_ramp_delay regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_ops Bart Van Assche (1): block: Fix a lockdep complaint triggered by request queue flushing Ben Skeggs (1): drm/nouveau/kms/nv50-: fix panel scaling Bo Wu (2): scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set func scsi: iscsi: Avoid potential deadlock in iscsi_if_rx func Brendan Higgins (1): staging: axis-fifo: add unspecified HAS_IOMEM dependency Chan Shu Tak, Alex (1): llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c) Chanho Min (1): mm/zsmalloc.c: fix the migrated zspage statistics. Chen Wandun (1): habanalabs: remove variable 'val' set but not used Chen-Yu Tsai (3): regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmask net: stmmac: dwmac-sun8i: Allow all RGMII modes net: stmmac: dwmac-sunxi: Allow all RGMII modes Chris Chiu (1): ALSA: hda/realtek - Enable the bass speaker of ASUS UX431FLC Chris Mason (1): Btrfs: only associate the locked page with one async_chunk struct Christian Borntraeger (1): s390/purgatory: do not build purgatory with kcov, kasan and friends Christian Brauner (1): taskstats: fix data-race Christian Hewitt (2): arm64: dts: meson-gxl-s905x-khadas-vim: fix uart_A bluetooth node arm64: dts: meson-gxm-khadas-vim2: fix uart_A bluetooth node Chuhong Yuan (3): RDMA/cma: add missed unregister_pernet_subsys in init failure spi: spi-cavium-thunderx: Add missing pci_release_regions() drm/exynos: gsc: add missed component_del Colin Ian King (2): ALSA: cs4236: fix error return comparison of an unsigned integer media: flexcop-usb: ensure -EIO is returned on error condition Cristian Birsan (1): net: usb: lan78xx: Fix error message format specifier Curtis Malainey (1): ASoC: SOF: Intel: split cht and byt debug window sizes Dan Carpenter (2): scsi: iscsi: qla4xxx: fix double free in probe Bluetooth: delete a stray unlock Daniel Borkmann (2): bpf: Fix precision tracking for unbounded scalars bpf: Fix passing modified ctx to ld/abs/ind instruction Daniel T. Lee (2): samples: bpf: Replace symbol compare of trace_event samples: bpf: fix syscall_tp due to unused syscall Daniele Palmas (1): USB: serial: option: add Telit ME910G1 0x110a composition Darrick J. Wong (1): xfs: periodically yield scrub threads to the scheduler Dave Young (1): x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage David Galiffi (1): drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongle David Hildenbrand (1): mm/memory_hotplug: shrink zones when offlining memory David Howells (3): afs: Fix SELinux setting security label on /afs afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP afs: Fix mountpoint parsing David Jeffery (1): sbitmap: only queue kyber's wait callback if not already active Deepa Dinamani (1): fs: cifs: Fix atime update check vs mtime Dragos Tarcatu (2): ASoC: topology: Check return value for soc_tplg_pcm_create() ASoC: topology: Check return value for snd_soc_add_dai_link() EJ Hsu (1): usb: gadget: fix wrong endpoint desc Eli Cohen (1): net/mlx5e: Fix hairpin RSS table size Enrico Weigelt, metux IT consult (1): scripts: package: mkdebian: add missing rsync dependency Eric Dumazet (11): tcp: annotate tp->rcv_nxt lockless reads net: add annotations on hh->hh_len lockless accesses tcp: fix data-race in tcp_recvmsg() net/sched: annotate lockless accesses to qdisc->empty net: annotate lockless accesses to sk->sk_pacing_shift gtp: fix bad unlock balance in gtp_encap_enable_socket macvlan: do not assume mac_header is set in macvlan_broadcast() net: usb: lan78xx: fix possible skb leak pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM vlan: fix memory leak in vlan_dev_set_egress_priority vlan: vlan_changelink() should propagate errors Eric Sandeen (2): fs: avoid softlockups in s_inodes iterators fs: call fsnotify_sb_delete after evict_inodes Filipe Manana (1): Btrfs: fix infinite loop during nocow writeback due to race Florian Fainelli (6): ata: libahci_platform: Export again ahci_platform_able_phys() ata: ahci_brcm: Fix AHCI resources management ata: ahci_brcm: Add missing clock management during recovery ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINE ARM: dts: BCM5301X: Fix MDIO node address/size cells ARM: dts: Cygnus: Fix MDIO node address/size cells Florian Westphal (2): netfilter: ctnetlink: netns exit must wait for callbacks selftests: netfilter: use randomized netns names Frank Rowand (1): of: overlay: add_changeset_property() memory leak Frederic Barrat (1): ocxl: Fix potential memory leak on context creation Fredrik Olofsson (1): mac80211: fix TID field in monitor mode transmit Geert Uytterhoeven (3): iio: adc: max9611: Fix too short conversion time delay dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in example reset: Do not register resource data for missing resets Guchun Chen (1): drm/amdgpu: add check before enabling/disabling broadcast mode Haiyang Zhang (1): hv_netvsc: Fix unwanted rx_table reset Hangbin Liu (2): vxlan: fix tos value before xmit selftests: pmtu: fix init mtu value in description Hanjun Guo (1): perf/smmuv3: Remove the leftover put_cpu() in error path Hans Verkuil (4): media: pulse8-cec: fix lost cec_transmit_attempt_done() call media: cec: CEC 2.0-only bcast messages were ignored media: cec: avoid decrementing transmit_queue_sz if it is 0 media: cec: check 'transmit_in_progress', not 'transmitting' Hans de Goede (3): drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89 Heiko Carstens (1): s390/smp: fix physical to logical CPU map for SMT Helge Deller (1): parisc: Fix compiler warnings in debug_core.c Ilya Leoshkevich (1): mm/sparse.c: mark populate_section_memmap as __meminit James Smart (2): nvme_fc: add module to ops template to allow module references nvme-fc: fix double-free scenarios on hw queues Jan Höppner (1): s390/dasd/cio: Interpret ccw_device_get_mdc return value correctly Jan Kara (2): bdev: Factor out bdev revalidation into a common helper bdev: Refresh bdev size for disks without partitioning Jarkko Nikula (1): spi: pxa2xx: Add support for Intel Jasper Lake Jaroslav Kysela (1): ALSA: hda - fixup for the bass speaker on Lenovo Carbon X1 7th gen Jason A. Donenfeld (1): powerpc/spinlocks: Include correct header for static key Jeffrey Hugo (1): arm64: dts: qcom: msm8998-clamshell: Remove retention idle state Jens Axboe (2): net: make socket read/write_iter() honor IOCB_NOWAIT io_uring: use current task creds instead of allocating a new one Jerome Brunet (1): clk: walk orphan list on clock provider registration Johan Hovold (2): ALSA: usb-audio: fix set_format altsetting sanity check USB: core: fix check for duplicate endpoints Johannes Weiner (3): mm: drop mmap_sem before calling balance_dirty_pages() in write fault sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime psi: Fix a division error in psi poll() John Johansen (1): apparmor: fix aa_xattrs_match() may sleep while holding a RCU lock Jose Abreu (6): net: stmmac: Do not accept invalid MTU values net: stmmac: xgmac: Clear previous RX buffer size net: stmmac: RX buffer size must be 16 byte aligned net: stmmac: Always arm TX Timer at end of transmission start net: stmmac: Determine earlier the size of RX buffer net: stmmac: Fixed link does not need MDIO Bus Josef Bacik (1): btrfs: handle error in btrfs_cache_block_group Juergen Gross (1): xen/balloon: fix ballooned page accounting without hotplug enabled Julian Wiedmann (3): s390/qeth: handle error due to unsupported transport mode s390/qeth: fix promiscuous mode after reset s390/qeth: don't return -ENOTSUPP to userspace Julien Grall (1): lib/ubsan: don't serialize UBSAN report Kai-Heng Feng (1): HID: i2c-hid: Reset ALPS touchpads on resume Kailang Yang (2): ALSA: hda/realtek - Add Bass Speaker and fixed dac for bass speaker ALSA: hda/realtek - Add headset Mic no shutup for ALC283 Kamal Mostafa (2): UBUNTU: upstream stable to v4.19.94, v5.4.9 UBUNTU: upstream stable to v4.19.95, v5.4.11 Karol Trzcinski (1): ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header Kay Friedrich (1): staging/wlan-ng: add CRC32 dependency in Kconfig Kees Cook (1): pstore/ram: Fix error-path memory leak in persistent_ram_new() callers Keita Suzuki (1): tracing: Avoid memory leak in process_system_preds() Keith Busch (2): nvme/pci: Fix write and poll queue types nvme/pci: Fix read queue count Kirill A. Shutemov (1): shmem: pin the file in shmem_fault() if mmap_sem is dropped Konstantin Khorenko (1): kernel/module.c: wakeup processes in module_wq on module unload Leo (Hanghong) Ma (1): drm/amd/display: Change the delay time before enabling FEC Leo Yan (1): tty: serial: msm_serial: Fix lockup for sysrq and oops Leonard Crestez (5): PM / devfreq: Fix devfreq_notifier_call returning errno PM / devfreq: Set scaling_max_freq to max on OPP notifier error PM / devfreq: Don't fail devfreq_dev_release if not in list PM / devfreq: Check NULL governor in available_governors_show ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS Linus Walleij (1): spi: fsl: Fix GPIO descriptor support Lorenz Bauer (1): bpf: Clear skb->tstamp in bpf_redirect when necessary Lu Baolu (1): iommu/vt-d: Remove incorrect PSI capability check Lukas Wunner (1): dmaengine: Fix access to uninitialized dma_slave_caps Manish Chopra (2): bnx2x: Do not handle requests from VFs after parity bnx2x: Fix logic to get total no. of PFs per engine Mans Rullgard (1): ARM: dts: am335x-sancloud-bbe: fix phy mode Maor Gottlieb (1): IB/mlx5: Fix steering rule of drop and count Marc Dionne (1): afs: Fix afs_find_server lookups for ipv4 peers Marco Elver (1): locking/spinlock/debug: Fix various data races Marek Szyprowski (1): ARM: exynos_defconfig: Restore debugfs support Mark Zhang (1): RDMA/counter: Prevent auto-binding a QP which are not tracked with res Masahiro Yamada (1): gen_initramfs_list.sh: fix 'bad variable name' error Masami Hiramatsu (7): selftests/ftrace: Fix multiple kprobe testcase selftests/ftrace: Fix to check the existence of set_ftrace_filter selftests/ftrace: Fix ftrace test cases to check unsupported selftests/ftrace: Do not to use absolute debugfs path selftests: safesetid: Move link library to LDLIBS selftests: safesetid: Check the return value of setuid/setgid selftests: safesetid: Fix Makefile to set correct test program Masashi Honma (2): ath9k_htc: Modify byte order for an error message ath9k_htc: Discard undersized packets Mathieu Desnoyers (1): rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30 Max Filippov (1): gpio: xtensa: fix driver build Maxim Mikityanskiy (3): net/mlx5e: Fix concurrency issues between config flow and XSK net/i40e: Fix concurrency issues between config flow and XSK net/ixgbe: Fix concurrency issues between config flow and XSK Michael Ellerman (1): powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace Michael Guralnik (1): net/mlx5: Move devlink registration before interfaces load Michael Haener (1): platform/x86: pmc_atom: Add Siemens CONNECT X300 to critclk_systems DMI table Michael Roth (1): KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag Michael Walle (2): arm64: dts: ls1028a: fix reboot node spi: nxp-fspi: Ensure width is respected in spi-mem operations Mike Rapoport (1): powerpc: Ensure that swiotlb buffer is allocated from low memory Ming Lei (1): block: add bio_truncate to fix guard_bio_eod Navid Emamdoost (3): Bluetooth: Fix memory leak in hci_connect_le_scan media: usb: fix memory leak in af9005_identify_state mm/gup: fix memory leak in __gup_benchmark_ioctl Nikola Cornij (2): drm/amd/display: Map DSC resources 1-to-1 if numbers of OPPs and DSCs are equal drm/amd/display: Reset steer fifo before unblanking the stream Nikolay Borisov (1): btrfs: Fix error messages in qgroup_rescan_init Oded Gabbay (1): habanalabs: rate limit error msg on waiting for CS Oliver Neukum (1): Bluetooth: btusb: fix PM leak in error case of setup Olof Johansson (1): clk: Move clk_core_reparent_orphans() under CONFIG_OF Omar Sandoval (1): xfs: don't check for AG deadlock for realtime files in bunmapi Pablo Neira Ayuso (4): netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init() netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions Parav Pandit (1): IB/mlx4: Follow mirror sequence of device add during device removal Paul Burton (2): MIPS: Avoid VDSO ABI breakage due to global register variable MIPS: BPF: Disable MIPS32 eBPF JIT Paul Cercueil (1): dmaengine: dma-jz4780: Also break descriptor chains on JZ4725B Paul Chaignon (2): bpf, mips: Limit to 33 tail calls bpf, riscv: Limit to 33 tail calls Paul Durrant (1): xen-blkback: prevent premature module unload Paulo Alcantara (SUSE) (2): cifs: Fix potential softlockups while refreshing DFS cache cifs: Fix lookup of root ses in DFS referral cache Pavel Tikhomirov (1): sunrpc: fix crash when cache_head become valid before update Pengcheng Yang (1): tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK Peter Ujfalusi (1): dmaengine: virt-dma: Fix access after free in vchan_complete() Peter Zijlstra (1): perf/x86: Fix potential out-of-bounds access Petr Machata (2): mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO net: sch_prio: When ungrafting, replace with FIFO Phil Sutter (2): netfilter: nft_tproxy: Fix port selector on Big Endian netfilter: uapi: Avoid undefined left-shift in xt_sctp.h Pierre-Eric Pelloux-Prayer (1): drm/amdgpu: add cache flush workaround to gfx8 emit_fence Prateek Sood (1): tracing: Fix lock inversion in trace_event_enable_tgid_record() Qi Zhou (1): usb: missing parentheses in USE_NEW_SCHEME Quinn Tran (1): scsi: qla2xxx: Use explicit LOGO in target mode Robin Murphy (1): iommu/dma: Relax locking in iommu_dma_prepare_msi() Roman Bolshakov (7): scsi: qla2xxx: Drop superfluous INIT_WORK of del_work scsi: qla2xxx: Don't call qlt_async_event twice scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length scsi: qla2xxx: Configure local loop for N2N target scsi: qla2xxx: Send Notify ACK after N2N PLOGI scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGI scsi: qla2xxx: Don't defer relogin unconditonally Roman Penyaev (1): block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT Russell King (1): gpiolib: fix up emulated open drain outputs Sargun Dhillon (3): selftests/seccomp: Zero out seccomp_notif samples/seccomp: Zero out members based on seccomp_notif_sizes selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV Sascha Hauer (1): libata: Fix retrieving of active qcs Scott Mayhew (1): nfsd4: fix up replay_matches_cache() SeongJae Park (3): xen/blkback: Avoid unmapping unmapped grant pages kselftest/runner: Print new line in print of timeout log kselftest: Support old perl versions Shakeel Butt (1): memcg: account security cred as well to kmemcg Shengjiu Wang (1): ASoC: wm8962: fix lambda value Shuming Fan (1): ASoC: rt5682: fix i2c arbitration lost issue Srikar Dronamraju (1): powerpc/vcpu: Assume dedicated processors as non-preempt Stefan Bühler (1): cfg80211: fix double-free after changing network namespace Stefan Haberland (1): s390/dasd: fix memleak in path handling error case Stefan Mavrodiev (1): drm/sun4i: hdmi: Remove duplicate cleanup calls Stefan Roese (1): ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing Stefan Wahren (1): ARM: dts: bcm283x: Fix critical trip point Stephan Gerhold (2): regulator: ab8500: Remove AB8505 USB regulator drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be found Stephen Boyd (1): macb: Don't unregister clks unconditionally Steve Wise (1): rxe: correctly calculate iCRC for unaligned payloads Steven Rostedt (VMware) (1): tracing: Have the histogram compare functions convert to u64 first Sudeep Holla (1): ARM: vexpress: Set-up shared OPP table instead of individual for each CPU Sudip Mukherjee (2): libtraceevent: Fix lib installation with O= libtraceevent: Copy pkg-config file to output folder when using O= Sven Schnelle (3): tracing: Fix endianness bug in histogram trigger samples/trace_printk: Wait for IRQ work to finish parisc: add missing __init annotation Taehee Yoo (4): net: core: limit nested device depth hsr: avoid debugfs warning message when module is remove hsr: fix error handling routine in hsr_dev_finalize() hsr: fix a race condition in node list insertion and deletion Takashi Iwai (4): ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support code ALSA: firewire-motu: Correct a typo in the clock proc string ALSA: hda - Apply sync-write workaround to old Intel platforms, too ALSA: pcm: Yet another missing check of non-cached buffer type Thinh Nguyen (1): usb: dwc3: gadget: Fix request complete check Thomas Hebb (1): kconfig: don't crash on NULL expressions in expr_eq() Thomas Richter (2): s390/cpum_sf: Adjust sampling interval to avoid hitting sample limits s390/cpum_sf: Avoid SBD overflow condition in irq handler Toke Høiland-Jørgensen (1): bpftool: Don't crash on missing jited insns or ksyms Tomi Valkeinen (1): ARM: dts: am437x-gp/epos-evm: fix panel compatible Tony Lindgren (2): ARM: omap2plus_defconfig: Add back DEBUG_FS bus: ti-sysc: Fix missing reset delay handling Tzung-Bi Shih (1): ASoC: max98090: fix possible race conditions Vignesh Raghavendra (1): spi: spi-ti-qspi: Fix a bug when accessing non default CS Vishal Kulkarni (1): cxgb4: Fix kernel panic while accessing sge_info Vladimir Oltean (1): spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode Waiman Long (1): mm/hugetlb: defer freeing of huge pages if in non-task context Wei Li (1): arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe list Wen Yang (5): ftrace: Avoid potential division by zero in function profiler firmware: arm_scmi: Avoid double free in error flow regulator: fix use after free issue sch_cake: avoid possible divide by zero in cake_enqueue() regulator: core: fix regulator_register() error paths to properly release rdev Xiaotao Yin (1): iommu/iova: Init the struct iova to fix the possible memleak Xin Long (1): sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY Yang Shi (1): mm: move_pages: return valid node id in status if the page is already on the target node Yang Yingliang (1): block: fix memleak when __blk_rq_map_user_iov() is failed YueHaibing (2): iio: st_accel: Fix unused variable warning watchdog: tqmx86_wdt: Fix build error Yunfeng Ye (1): ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100 Zhihao Cheng (1): ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps Zhiqiang Liu (1): md: raid1: check rdev before reference in raid1_sync_request func Zong Li (2): riscv: ftrace: correct the condition logic in function graph tracer clocksource: riscv: add notrace to riscv_sched_clock chenqiwu (1): exit: panic before exit_mm() on global init exit zhong jiang (1): usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state' Documentation/admin-guide/kernel-parameters.txt | 2 +- .../bindings/clock/renesas,rcar-usb2-clock-sel.txt | 2 +- arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +- arch/arm/boot/dts/am437x-gp-evm.dts | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/arm/boot/dts/bcm-cygnus.dtsi | 4 +- arch/arm/boot/dts/bcm283x.dtsi | 2 +- arch/arm/boot/dts/bcm5301x.dtsi | 4 +- arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 2 +- arch/arm/configs/exynos_defconfig | 1 + arch/arm/configs/imx_v6_v7_defconfig | 1 + arch/arm/configs/omap2plus_defconfig | 1 + arch/arm/mach-vexpress/spc.c | 12 +- .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 4 +- .../dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 3 + .../boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 3 + arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 8 +- arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi | 37 +++ arch/arm64/kernel/cpu_errata.c | 1 + arch/arm64/mm/mmu.c | 4 +- arch/ia64/mm/init.c | 4 +- arch/mips/Kconfig | 2 +- arch/mips/include/asm/thread_info.h | 20 +- arch/mips/net/ebpf_jit.c | 11 +- arch/parisc/include/asm/cmpxchg.h | 10 +- arch/parisc/kernel/drivers.c | 2 +- arch/powerpc/include/asm/kvm_ppc.h | 100 ++++++- arch/powerpc/include/asm/spinlock.h | 5 +- arch/powerpc/kernel/dbell.c | 6 +- arch/powerpc/kvm/book3s_hv_rm_xics.c | 2 +- arch/powerpc/mm/mem.c | 38 ++- arch/powerpc/mm/slice.c | 4 +- arch/powerpc/platforms/powernv/smp.c | 2 +- arch/powerpc/platforms/pseries/setup.c | 7 + arch/powerpc/sysdev/xics/icp-native.c | 6 +- arch/powerpc/sysdev/xics/icp-opal.c | 6 +- arch/riscv/kernel/ftrace.c | 2 +- arch/riscv/net/bpf_jit_comp.c | 4 +- arch/s390/kernel/perf_cpum_sf.c | 22 +- arch/s390/kernel/smp.c | 80 +++-- arch/s390/mm/init.c | 4 +- arch/s390/purgatory/Makefile | 6 +- arch/s390/purgatory/string.c | 3 + arch/sh/mm/init.c | 4 +- arch/x86/events/core.c | 19 +- arch/x86/events/intel/bts.c | 16 +- arch/x86/mm/init_32.c | 4 +- arch/x86/mm/init_64.c | 4 +- arch/x86/platform/efi/quirks.c | 6 +- block/bio.c | 39 +++ block/blk-core.c | 11 +- block/blk-flush.c | 5 + block/blk-map.c | 2 +- block/blk.h | 1 + block/compat_ioctl.c | 13 + debian.master/upstream-stable | 4 +- drivers/acpi/sysfs.c | 6 +- drivers/ata/ahci_brcm.c | 133 ++++++--- drivers/ata/libahci_platform.c | 6 +- drivers/ata/libata-core.c | 24 ++ drivers/ata/sata_fsl.c | 2 +- drivers/ata/sata_mv.c | 2 +- drivers/ata/sata_nv.c | 2 +- drivers/block/xen-blkback/blkback.c | 2 + drivers/block/xen-blkback/xenbus.c | 10 + drivers/bluetooth/btusb.c | 3 +- drivers/bus/ti-sysc.c | 4 + drivers/clk/at91/at91sam9260.c | 2 +- drivers/clk/at91/at91sam9rl.c | 2 +- drivers/clk/at91/at91sam9x5.c | 2 +- drivers/clk/at91/pmc.c | 2 +- drivers/clk/at91/sama5d2.c | 2 +- drivers/clk/at91/sama5d4.c | 2 +- drivers/clk/clk.c | 62 ++-- drivers/clocksource/timer-riscv.c | 2 +- drivers/devfreq/devfreq.c | 30 +- drivers/dma/dma-jz4780.c | 3 +- drivers/dma/virt-dma.c | 3 +- drivers/firewire/net.c | 6 +- drivers/firmware/arm_scmi/bus.c | 8 +- drivers/firmware/efi/earlycon.c | 40 +++ drivers/firmware/efi/libstub/gop.c | 80 ++--- drivers/gpio/gpio-xtensa.c | 7 +- drivers/gpio/gpiolib.c | 8 + drivers/gpu/drm/amd/amdgpu/df_v3_6.c | 38 ++- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 22 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 9 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 13 +- .../amd/display/dc/dcn20/dcn20_stream_encoder.c | 12 +- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 1 + drivers/gpu/drm/mcde/mcde_dsi.c | 6 +- drivers/gpu/drm/msm/msm_gpu.c | 1 + drivers/gpu/drm/nouveau/dispnv50/disp.c | 6 +- drivers/gpu/drm/nouveau/nouveau_connector.c | 28 +- drivers/gpu/drm/nouveau/nouveau_connector.h | 116 +++---- drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 2 - drivers/hid/i2c-hid/i2c-hid-core.c | 12 +- drivers/iio/accel/st_accel_core.c | 8 +- drivers/iio/adc/max9611.c | 16 +- drivers/infiniband/core/cma.c | 1 + drivers/infiniband/core/counters.c | 3 + drivers/infiniband/hw/mlx4/main.c | 9 +- drivers/infiniband/hw/mlx5/main.c | 13 +- drivers/infiniband/sw/rxe/rxe_recv.c | 2 +- drivers/infiniband/sw/rxe/rxe_req.c | 6 + drivers/infiniband/sw/rxe/rxe_resp.c | 7 + drivers/iommu/dma-iommu.c | 17 +- drivers/iommu/intel-svm.c | 6 +- drivers/iommu/iova.c | 2 +- drivers/md/raid1.c | 2 +- drivers/media/cec/cec-adap.c | 40 ++- drivers/media/usb/b2c2/flexcop-usb.c | 2 +- drivers/media/usb/dvb-usb/af9005.c | 5 +- drivers/media/usb/pulse8-cec/pulse8-cec.c | 17 +- drivers/misc/habanalabs/command_submission.c | 5 +- drivers/misc/habanalabs/context.c | 2 +- drivers/misc/habanalabs/goya/goya.c | 15 +- drivers/misc/ocxl/context.c | 8 +- drivers/net/dsa/mv88e6xxx/global1.c | 5 + drivers/net/dsa/mv88e6xxx/global1.h | 1 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 12 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | 1 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c | 12 + drivers/net/ethernet/cadence/macb_main.c | 4 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 4 + drivers/net/ethernet/freescale/fec_main.c | 9 + drivers/net/ethernet/intel/i40e/i40e.h | 2 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 10 +- drivers/net/ethernet/intel/i40e/i40e_xsk.c | 4 + drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 7 +- drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 8 +- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 16 + drivers/net/ethernet/mellanox/mlx5/core/en/xdp.h | 22 +- .../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c | 1 + .../net/ethernet/mellanox/mlx5/core/en/xsk/tx.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 16 - drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 19 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 16 +- .../net/ethernet/mellanox/mlxsw/spectrum_qdisc.c | 7 + drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 3 + drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | 2 +- drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h | 2 + drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 3 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 40 ++- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +- drivers/net/gtp.c | 5 +- drivers/net/hyperv/hyperv_net.h | 3 +- drivers/net/hyperv/netvsc_drv.c | 4 +- drivers/net/hyperv/rndis_filter.c | 10 +- drivers/net/macvlan.c | 2 +- drivers/net/usb/lan78xx.c | 11 +- drivers/net/vxlan.c | 4 +- drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 23 +- drivers/nvme/host/fc.c | 32 +- drivers/nvme/host/pci.c | 14 +- drivers/nvme/target/fcloop.c | 1 + drivers/of/overlay.c | 37 +-- drivers/perf/arm_smmuv3_pmu.c | 4 +- drivers/platform/x86/pmc_atom.c | 8 + drivers/regulator/ab8500.c | 17 -- drivers/regulator/axp20x-regulator.c | 11 +- drivers/regulator/bd70528-regulator.c | 1 - drivers/regulator/core.c | 12 +- drivers/regulator/rn5t618-regulator.c | 1 + drivers/reset/core.c | 4 +- drivers/s390/block/dasd_eckd.c | 28 +- drivers/s390/cio/device_ops.c | 2 +- drivers/s390/net/qeth_core_main.c | 14 +- drivers/s390/net/qeth_core_mpc.h | 5 + drivers/s390/net/qeth_core_sys.c | 2 +- drivers/s390/net/qeth_l2_main.c | 1 + drivers/s390/net/qeth_l2_sys.c | 3 +- drivers/s390/net/qeth_l3_main.c | 1 + drivers/scsi/lpfc/lpfc_bsg.c | 15 +- drivers/scsi/lpfc/lpfc_nvme.c | 2 + drivers/scsi/qla2xxx/qla_def.h | 1 + drivers/scsi/qla2xxx/qla_init.c | 11 +- drivers/scsi/qla2xxx/qla_iocb.c | 22 +- drivers/scsi/qla2xxx/qla_isr.c | 4 - drivers/scsi/qla2xxx/qla_mbx.c | 3 +- drivers/scsi/qla2xxx/qla_nvme.c | 1 + drivers/scsi/qla2xxx/qla_target.c | 3 +- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 1 + drivers/scsi/qla4xxx/ql4_os.c | 1 - drivers/scsi/scsi_transport_iscsi.c | 7 + drivers/spi/spi-cavium-thunderx.c | 2 + drivers/spi/spi-fsl-dspi.c | 15 +- drivers/spi/spi-fsl-spi.c | 1 + drivers/spi/spi-nxp-fspi.c | 2 +- drivers/spi/spi-pxa2xx.c | 4 + drivers/spi/spi-ti-qspi.c | 6 +- drivers/staging/axis-fifo/Kconfig | 2 +- drivers/staging/wlan-ng/Kconfig | 1 + drivers/tty/serial/msm_serial.c | 13 +- drivers/usb/core/config.c | 70 ++++- drivers/usb/core/hub.c | 2 +- drivers/usb/dwc3/gadget.c | 7 + drivers/usb/gadget/function/f_ecm.c | 6 +- drivers/usb/gadget/function/f_rndis.c | 1 + drivers/usb/gadget/udc/dummy_hcd.c | 10 +- drivers/usb/serial/option.c | 2 + drivers/usb/typec/tcpm/Kconfig | 1 + drivers/watchdog/Kconfig | 1 + drivers/xen/balloon.c | 3 +- fs/afs/dynroot.c | 3 + fs/afs/mntpt.c | 6 +- fs/afs/server.c | 21 +- fs/afs/super.c | 1 - fs/block_dev.c | 37 +-- fs/btrfs/extent-tree.c | 20 +- fs/btrfs/extent_io.c | 2 +- fs/btrfs/inode.c | 31 +- fs/btrfs/qgroup.c | 4 +- fs/buffer.c | 25 +- fs/cifs/dfs_cache.c | 3 +- fs/cifs/inode.c | 2 +- fs/cifs/smb2pdu.c | 41 ++- fs/compat_ioctl.c | 3 +- fs/drop_caches.c | 2 +- fs/inode.c | 7 + fs/io_uring.c | 4 +- fs/locks.c | 2 +- fs/nfsd/nfs4state.c | 15 +- fs/notify/fsnotify.c | 4 + fs/pstore/ram.c | 13 + fs/quota/dquot.c | 1 + fs/super.c | 4 +- fs/ubifs/tnc_commit.c | 34 ++- fs/xfs/libxfs/xfs_bmap.c | 2 +- fs/xfs/scrub/common.h | 9 +- include/linux/ahci_platform.h | 2 + include/linux/bio.h | 1 + include/linux/dmaengine.h | 5 +- include/linux/if_ether.h | 8 + include/linux/libata.h | 1 + include/linux/memory_hotplug.h | 7 +- include/linux/netdevice.h | 4 + include/linux/nvme-fc-driver.h | 4 + include/linux/regulator/ab8500.h | 1 - include/net/neighbour.h | 2 +- include/net/sch_generic.h | 6 +- include/net/sock.h | 4 +- include/uapi/linux/netfilter/xt_sctp.h | 6 +- kernel/bpf/verifier.c | 52 ++-- kernel/cred.c | 6 +- kernel/exit.c | 12 +- kernel/locking/spinlock_debug.c | 32 +- kernel/module.c | 2 + kernel/sched/psi.c | 5 +- kernel/taskstats.c | 30 +- kernel/trace/ftrace.c | 6 +- kernel/trace/trace.c | 8 + kernel/trace/trace_events.c | 8 +- kernel/trace/trace_events_filter.c | 2 +- kernel/trace/trace_events_hist.c | 21 +- kernel/trace/tracing_map.c | 4 +- lib/sbitmap.c | 2 +- lib/ubsan.c | 64 ++-- mm/filemap.c | 21 -- mm/gup_benchmark.c | 8 +- mm/hugetlb.c | 51 +++- mm/internal.h | 21 ++ mm/memory.c | 38 ++- mm/memory_hotplug.c | 31 +- mm/memremap.c | 2 +- mm/migrate.c | 23 +- mm/shmem.c | 11 +- mm/sparse.c | 4 +- mm/zsmalloc.c | 5 + net/8021q/vlan.h | 1 + net/8021q/vlan_dev.c | 3 +- net/8021q/vlan_netlink.c | 19 +- net/bluetooth/hci_conn.c | 4 +- net/bluetooth/l2cap_core.c | 4 +- net/core/dev.c | 274 ++++++++++++++--- net/core/filter.c | 1 + net/core/neighbour.c | 4 +- net/core/sock.c | 2 +- net/ethernet/eth.c | 7 +- net/hsr/hsr_debugfs.c | 16 +- net/hsr/hsr_device.c | 26 +- net/hsr/hsr_framereg.c | 73 +++-- net/hsr/hsr_framereg.h | 6 +- net/hsr/hsr_main.c | 2 +- net/hsr/hsr_main.h | 16 +- net/ipv4/tcp.c | 18 +- net/ipv4/tcp_bbr.c | 3 +- net/ipv4/tcp_diag.c | 2 +- net/ipv4/tcp_input.c | 11 +- net/ipv4/tcp_ipv4.c | 3 +- net/ipv4/tcp_minisocks.c | 7 +- net/ipv4/tcp_output.c | 4 +- net/ipv6/tcp_ipv6.c | 3 +- net/llc/llc_station.c | 4 +- net/mac80211/tx.c | 9 + net/netfilter/nf_conntrack_netlink.c | 3 + net/netfilter/nf_tables_api.c | 16 +- net/netfilter/nf_tables_offload.c | 3 + net/netfilter/nft_bitwise.c | 4 +- net/netfilter/nft_cmp.c | 6 + net/netfilter/nft_range.c | 10 + net/netfilter/nft_set_rbtree.c | 21 +- net/netfilter/nft_tproxy.c | 4 +- net/rfkill/core.c | 7 +- net/sched/sch_cake.c | 2 +- net/sched/sch_fq.c | 6 +- net/sched/sch_generic.c | 2 +- net/sched/sch_prio.c | 10 +- net/sctp/sm_sideeffect.c | 28 +- net/socket.c | 4 +- net/sunrpc/cache.c | 6 - net/wireless/core.c | 1 + samples/bpf/syscall_tp_kern.c | 18 +- samples/bpf/trace_event_user.c | 4 +- samples/seccomp/user-trap.c | 4 +- samples/trace_printk/trace-printk.c | 1 + scripts/gcc-plugins/Kconfig | 9 +- scripts/kconfig/expr.c | 7 + scripts/package/mkdebian | 2 +- security/apparmor/apparmorfs.c | 2 +- security/apparmor/domain.c | 82 ++--- security/apparmor/policy.c | 4 +- sound/core/pcm_native.c | 3 +- sound/firewire/motu/motu-proc.c | 2 +- sound/isa/cs423x/cs4236.c | 3 +- sound/pci/hda/hda_intel.c | 9 +- sound/pci/hda/patch_realtek.c | 61 +++- sound/pci/ice1712/ice1724.c | 9 +- sound/soc/codecs/max98090.c | 8 +- sound/soc/codecs/max98090.h | 1 - sound/soc/codecs/rt5682.c | 2 + sound/soc/codecs/wm8962.c | 4 +- sound/soc/intel/boards/bytcr_rt5640.c | 8 +- sound/soc/soc-topology.c | 27 +- sound/soc/sof/intel/byt.c | 7 +- sound/soc/sof/loader.c | 2 + sound/usb/pcm.c | 4 +- tools/bpf/bpftool/prog.c | 2 +- tools/bpf/bpftool/xlated_dumper.c | 2 +- tools/lib/traceevent/Makefile | 6 +- tools/perf/util/machine.c | 2 +- .../ftrace/test.d/ftrace/func-filter-stacktrace.tc | 2 + .../selftests/ftrace/test.d/ftrace/func_cpumask.tc | 5 + tools/testing/selftests/ftrace/test.d/functions | 5 +- .../ftrace/test.d/kprobe/multiple_kprobes.tc | 6 +- .../inter-event/trigger-action-hist-xfail.tc | 4 +- .../inter-event/trigger-onchange-action-hist.tc | 2 +- .../inter-event/trigger-snapshot-action-hist.tc | 4 +- tools/testing/selftests/kselftest/prefix.pl | 1 + tools/testing/selftests/kselftest/runner.sh | 1 + tools/testing/selftests/net/pmtu.sh | 6 +- tools/testing/selftests/netfilter/nft_nat.sh | 332 +++++++++++---------- tools/testing/selftests/rseq/param_test.c | 18 +- tools/testing/selftests/safesetid/Makefile | 5 +- tools/testing/selftests/safesetid/safesetid-test.c | 15 +- tools/testing/selftests/seccomp/seccomp_bpf.c | 15 +- usr/gen_initramfs_list.sh | 2 +- 361 files changed, 2898 insertions(+), 1487 deletions(-) create mode 100644 arch/s390/purgatory/string.c