From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A28CEC43441 for ; Mon, 19 Nov 2018 16:48:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4BBE5208E3 for ; Mon, 19 Nov 2018 16:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="M+zsVVyb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4BBE5208E3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389447AbeKTDMm (ORCPT ); Mon, 19 Nov 2018 22:12:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:49060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387988AbeKTDMl (ORCPT ); Mon, 19 Nov 2018 22:12:41 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 393D2206BA; Mon, 19 Nov 2018 16:48:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542646108; bh=L4LSuqMhdvvaR6NT+B2HRs/taiCPOV+JpcrF8hzpBnY=; h=From:To:Cc:Subject:Date:From; b=M+zsVVyb5H/aHDiK1H4m3398QGESbVVI3XAWEyqWa+GWI6HDGTVdxJBsGFn+JzQLg 8O8mhXVW9NcXttKE1PPJafHJrndT8HZG7Qe72SR3CJKbMsICdFfrJVxaSgWUNeuikh ZPBeEqQKuROFH5n69Cx/3IGE+m+m7LQR+eFDc1yY= 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 4.14 000/124] 4.14.82-stable review Date: Mon, 19 Nov 2018 17:27:34 +0100 Message-Id: <20181119162612.951907286@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-stable: review X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.82-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.82-rc1 X-KernelTest-Deadline: 2018-11-21T16:26+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 4.14.82 release. There are 124 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 Wed Nov 21 16:25:07 UTC 2018. 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/v4.x/stable-review/patch-4.14.82-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.82-rc1 Doug Berger gpio: brcmstb: release the bgpio lock during irq handlers Ming Lei nvme-loop: fix kernel oops in case of unhandled command Sergey Senozhatsky printk: Never set console_may_schedule in console_trylock() Miklos Szeredi ovl: check whiteout in ovl_create_over_whiteout() Stefano Stabellini CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM Chris Wilson drm/i915/execlists: Force write serialisation into context image vs execution Chris Wilson drm/i915: Mark pin flags as u64 Ville Syrjälä drm/i915: Don't oops during modeset shutdown after lpe audio deinit Clint Taylor drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values Chris Wilson drm/i915: Large page offsets for pread/pwrite Lyude Paul drm/i915: Skip vcpi allocation for MSTB ports that are gone Lyude Paul drm/i915: Don't unset intel_connector->mst_port Ville Syrjälä drm/i915: Restore vblank interrupts earlier Lyude Paul drm/atomic_helper: Disallow new modesets on unregistered connectors Stanislav Lisovskiy drm/dp_mst: Check if primary mstb is null Lyude Paul drm/nouveau: Check backlight IDs are >= 0, not > 0 Alex Deucher drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type Marc Zyngier drm/rockchip: Allow driver to be shutdown on reboot/kexec Ard Biesheuvel efi/arm/libstub: Pack FDT after populating it Vasily Averin mm/swapfile.c: use kvzalloc for swap_info_struct allocation Mike Kravetz hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! Arnd Bergmann lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn Eric Biggers crypto: user - fix leaking uninitialized memory to userspace Andreas Gruenbacher gfs2: Put bitmap buffers in put_super Guenter Roeck configfs: replace strncpy with memcpy Miklos Szeredi fuse: fix leaked notify reply Lukas Czerner fuse: fix use-after-free in fuse_direct_IO() Maciej W. Rozycki rtc: hctosys: Add missing range error reporting Scott Mayhew nfsd: COPY and CLONE operations require the saved filehandle to be set Frank Sorenson sunrpc: correct the computation for page_ptr when truncating Christophe Leroy kdb: print real address of pointers instead of hashed addresses Christophe Leroy kdb: use correct pointer when 'btc' calls 'btt' Eric W. Biederman mount: Prevent MNT_DETACH from disconnecting locked mounts Eric W. Biederman mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts Eric W. Biederman mount: Retest MNT_LOCKED in do_umount Vasily Averin ext4: fix buffer leak in __ext4_read_dirblock() on error path Vasily Averin ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path Vasily Averin ext4: fix buffer leak in ext4_xattr_move_to_block() on error path Vasily Averin ext4: release bs.bh before re-using in ext4_xattr_block_find() Vasily Averin ext4: fix buffer leak in ext4_xattr_get_block() on error path Vasily Averin ext4: fix possible leak of s_journal_flag_rwsem in error path Theodore Ts'o ext4: fix possible leak of sbi->s_group_desc_leak in error path Theodore Ts'o ext4: avoid possible double brelse() in add_new_gdb() on error path Vasily Averin ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing Vasily Averin ext4: avoid buffer leak in ext4_orphan_add() after prior errors Vasily Averin ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() Vasily Averin ext4: fix possible inode leak in the retry loop of ext4_resize_fs() Vasily Averin ext4: missing !bh check in ext4_xattr_inode_write() Vasily Averin ext4: avoid potential extra brelse in setup_new_flex_group_blocks() Vasily Averin ext4: add missing brelse() add_new_gdb_meta_bg()'s error path Vasily Averin ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path Vasily Averin ext4: add missing brelse() update_backups()'s error path Michael Kelley clockevents/drivers/i8253: Add support for PIT shutdown quirk Filipe Manana Btrfs: fix data corruption due to cloning of eof block Filipe Manana Btrfs: fix infinite loop on inode eviction after deduplication of eof block Robbie Ko Btrfs: fix cur_offset in the error case for nocow Lu Fengqi btrfs: fix pinned underflow after transaction aborted Mathieu Malaterre watchdog/core: Add missing prototypes for weak functions H. Peter Anvin (Intel) arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 H. Peter Anvin termios, tty/tty_baudrate.c: fix buffer overrun Michael Kelley x86/hyper-v: Enable PIT shutdown quirk Steven Rostedt (VMware) x86/cpu/vmware: Do not trace vmware_sched_clock() John Garry of, numa: Validate some distance map rules Arnd Bergmann mtd: docg3: don't set conflicting BCH_CONST_PARAMS option Ard Biesheuvel ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm Vasily Khoruzhick netfilter: conntrack: fix calculation of next bucket number in early_drop Andrea Arcangeli mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings Wengang Wang ocfs2: free up write context when direct IO failed Changwei Ge ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry Marc Zyngier soc: ti: QMSS: Fix usage of irq_set_affinity_hint Ming Lei SCSI: fix queue cleanup race before queue initialization is done Quinn Tran scsi: qla2xxx: Initialize port speed to avoid setting lower speed Greg Edwards vhost/scsi: truncate T10 PI iov_iter to prot_bytes Gustavo A. R. Silva reset: hisilicon: fix potential NULL pointer dereference Mikulas Patocka mach64: fix image corruption due to reading accelerator registers Mikulas Patocka mach64: fix display corruption on big endian machines Allen Wild thermal: enable broadcom menu for arm64 bcm2835 Yan, Zheng Revert "ceph: fix dentry leak in splice_dentry()" Ilya Dryomov libceph: bump CEPH_MSG_MAX_DATA_LEN Lubomir Rintel media: ov7670: make "xclk" clock optional Chris Packham clk: mvebu: use correct bit for 98DX3236 NAND Enric Balletbo i Serra clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call Ronald Wahl clk: at91: Fix division by zero in PLL recalc_rate() Krzysztof Kozlowski clk: s2mps11: Fix matching when built as module and DT node contains compatible Richard Weinberger um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP Max Filippov xtensa: fix boot parameters address translation Max Filippov xtensa: make sure bFLT stack is 16 byte aligned Max Filippov xtensa: add NOTES section to the linker script Huacai Chen MIPS: Loongson-3: Fix BRIDGE irq delivery problem Huacai Chen MIPS: Loongson-3: Fix CPU UART irq delivery problem Amir Goldstein ovl: fix recursive oi->lock in ovl_link() Miklos Szeredi fuse: set FR_SENT while locked Miklos Szeredi fuse: fix blocked_waitq wakeup Kirill Tkhai fuse: Fix use-after-free in fuse_dev_do_write() Kirill Tkhai fuse: Fix use-after-free in fuse_dev_do_read() Quinn Tran scsi: qla2xxx: Fix re-using LoopID when handle is in use Quinn Tran scsi: qla2xxx: shutdown chip if reset fail Quinn Tran scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx Quinn Tran scsi: qla2xxx: Fix process response queue for ISP26XX and above Himanshu Madhani scsi: qla2xxx: Fix incorrect port speed being set for FC adapters Amir Goldstein ovl: fix error handling in ovl_verify_set_fh() Young_X cdrom: fix improper type cast, which can leat to information leak. Dominique Martinet 9p: clear dangling pointers in p9stat_free Dominique Martinet 9p locks: fix glock.client_id leak in do_lock Alexandru Ardelean staging:iio:ad7606: fix voltage scales Breno Leitao powerpc/selftests: Wait all threads to join Marco Felsch media: tvp5150: fix width alignment during set_selection() Phil Elwell sc16is7xx: Fix for multi-channel stall Huacai Chen MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS Rashmica Gupta powerpc/memtrace: Remove memory in chunks Joel Stanley powerpc/boot: Ensure _zimage_start is a weak symbol Dengcheng Zhu MIPS: kexec: Mark CPU offline before disabling local IRQ Lucas Stach media: coda: don't overwrite h.264 profile_idc on decoder instance Nicholas Mc Guire media: pci: cx23885: handle adding to list failure John Garry drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer Tomi Valkeinen drm/omap: fix memory barrier bug in DMM driver Christophe Leroy powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak Daniel Axtens powerpc/nohash: fix undefined behaviour when testing page size support Fabio Estevam ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL Miles Chen tty: check name length in tty_find_polling_driver() Sam Bobroff powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() Michael Ellerman powerpc/mm: Fix page table dump to work on Radix Nicholas Piggin powerpc/64/module: REL32 relocation range check Christophe Leroy powerpc/traps: restore recoverability of machine_check interrupts ------------- Diffstat: Makefile | 4 +- arch/alpha/include/asm/termios.h | 8 +++- arch/alpha/include/uapi/asm/ioctls.h | 5 ++ arch/alpha/include/uapi/asm/termbits.h | 17 +++++++ arch/arm/configs/imx_v6_v7_defconfig | 1 + arch/arm/mm/proc-v7.S | 2 +- arch/mips/include/asm/mach-loongson64/irq.h | 2 +- arch/mips/kernel/crash.c | 3 ++ arch/mips/kernel/machine_kexec.c | 3 ++ arch/mips/loongson64/loongson-3/irq.c | 56 +++-------------------- arch/mips/pci/pci-legacy.c | 4 ++ arch/powerpc/boot/crt0.S | 4 +- arch/powerpc/kernel/eeh.c | 5 ++ arch/powerpc/kernel/module_64.c | 9 +++- arch/powerpc/kernel/traps.c | 9 +++- arch/powerpc/mm/dump_linuxpagetables.c | 12 +++-- arch/powerpc/mm/hugetlbpage.c | 3 ++ arch/powerpc/mm/tlb_nohash.c | 3 ++ arch/powerpc/platforms/powernv/memtrace.c | 21 +++++++-- arch/x86/kernel/cpu/mshyperv.c | 11 +++++ arch/x86/kernel/cpu/vmware.c | 2 +- arch/x86/um/shared/sysdep/ptrace_32.h | 10 ---- arch/xtensa/boot/Makefile | 2 +- arch/xtensa/include/asm/processor.h | 6 ++- arch/xtensa/kernel/head.S | 7 ++- arch/xtensa/kernel/vmlinux.lds.S | 1 + block/blk-core.c | 5 +- crypto/crypto_user.c | 18 ++++---- drivers/cdrom/cdrom.c | 2 +- drivers/clk/at91/clk-pll.c | 3 ++ drivers/clk/clk-s2mps11.c | 30 ++++++++++++ drivers/clk/hisilicon/reset.c | 5 +- drivers/clk/mvebu/clk-corediv.c | 2 +- drivers/clk/rockchip/clk-ddr.c | 4 -- drivers/clocksource/i8253.c | 14 +++++- drivers/firmware/efi/libstub/fdt.c | 4 ++ drivers/gpio/gpio-brcmstb.c | 21 +++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 1 + drivers/gpu/drm/drm_atomic_helper.c | 21 ++++++++- drivers/gpu/drm/drm_dp_mst_topology.c | 3 ++ drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c | 1 + drivers/gpu/drm/i915/i915_gem.c | 12 +---- drivers/gpu/drm/i915/i915_gem_gtt.h | 28 ++++++------ drivers/gpu/drm/i915/intel_audio.c | 17 +++++++ drivers/gpu/drm/i915/intel_display.c | 23 ++++++---- drivers/gpu/drm/i915/intel_dp_mst.c | 41 +++++++++-------- drivers/gpu/drm/i915/intel_lpe_audio.c | 4 +- drivers/gpu/drm/i915/intel_lrc.c | 14 +++++- drivers/gpu/drm/nouveau/nouveau_backlight.c | 4 +- drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 11 +++++ drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 6 +++ drivers/media/i2c/ov7670.c | 30 +++++++----- drivers/media/i2c/tvp5150.c | 14 ++++-- drivers/media/pci/cx23885/altera-ci.c | 10 ++++ drivers/media/platform/coda/coda-common.c | 3 +- drivers/mtd/devices/Kconfig | 2 +- drivers/nvme/target/loop.c | 9 +--- drivers/of/of_numa.c | 9 +++- drivers/rtc/hctosys.c | 4 +- drivers/scsi/qla2xxx/qla_init.c | 23 +++------- drivers/scsi/qla2xxx/qla_iocb.c | 17 ------- drivers/scsi/qla2xxx/qla_mbx.c | 5 +- drivers/scsi/qla2xxx/qla_target.c | 3 +- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 -- drivers/scsi/scsi_lib.c | 8 ++++ drivers/soc/ti/knav_qmss.h | 4 +- drivers/soc/ti/knav_qmss_acc.c | 10 ++-- drivers/soc/ti/knav_qmss_queue.c | 22 ++++++--- drivers/staging/iio/adc/ad7606.c | 7 ++- drivers/thermal/Kconfig | 2 +- drivers/tty/serial/sc16is7xx.c | 19 +++++--- drivers/tty/tty_baudrate.c | 4 +- drivers/tty/tty_io.c | 2 +- drivers/vhost/scsi.c | 4 +- drivers/video/fbdev/aty/mach64_accel.c | 28 +++++------- fs/9p/vfs_file.c | 16 ++++++- fs/btrfs/disk-io.c | 12 ++++- fs/btrfs/inode.c | 5 +- fs/btrfs/ioctl.c | 14 +++++- fs/ceph/inode.c | 8 +++- fs/configfs/symlink.c | 2 +- fs/ext4/inode.c | 5 +- fs/ext4/namei.c | 5 +- fs/ext4/resize.c | 28 +++++++----- fs/ext4/super.c | 17 +++---- fs/ext4/xattr.c | 21 +++++++-- fs/fuse/dev.c | 29 +++++++++--- fs/fuse/file.c | 4 +- fs/gfs2/rgrp.c | 3 +- fs/namespace.c | 22 +++++++-- fs/nfsd/nfs4proc.c | 3 ++ fs/ocfs2/aops.c | 12 ++++- fs/ocfs2/cluster/masklog.h | 9 ++++ fs/ocfs2/dir.c | 3 +- fs/overlayfs/dir.c | 9 ++++ fs/overlayfs/namei.c | 4 +- include/linux/ceph/libceph.h | 8 +++- include/linux/i8253.h | 1 + include/linux/nmi.h | 2 + include/xen/xen-ops.h | 2 +- kernel/debug/kdb/kdb_bt.c | 4 +- kernel/debug/kdb/kdb_main.c | 14 +++--- kernel/debug/kdb/kdb_support.c | 12 ++--- kernel/printk/printk.c | 22 ++++----- lib/ubsan.c | 3 +- mm/hugetlb.c | 23 ++++++++-- mm/mempolicy.c | 32 ++++++++++++- mm/swapfile.c | 6 +-- net/9p/protocol.c | 5 ++ net/netfilter/nf_conntrack_core.c | 13 ++++-- net/sunrpc/xdr.c | 5 +- tools/testing/selftests/powerpc/tm/tm-tmspr.c | 27 +++++++---- 112 files changed, 757 insertions(+), 400 deletions(-)