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=-2.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,URIBL_SBL,URIBL_SBL_A, 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 D748CC433F5 for ; Mon, 3 Sep 2018 16:54:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 67D3220869 for ; Mon, 3 Sep 2018 16:54:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67D3220869 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 S1728980AbeICVPI (ORCPT ); Mon, 3 Sep 2018 17:15:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38280 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728398AbeICVPH (ORCPT ); Mon, 3 Sep 2018 17:15:07 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 32ACECF5; Mon, 3 Sep 2018 16:54:09 +0000 (UTC) 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.4 00/80] 4.4.154-stable review Date: Mon, 3 Sep 2018 18:48:38 +0200 Message-Id: <20180903164934.171677301@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 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.4.154-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.154-rc1 X-KernelTest-Deadline: 2018-09-05T16:49+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.4.154 release. There are 80 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 Sep 5 16:49:18 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.4.154-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.154-rc1 Scott Bauer cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status Mike Christie iscsi target: fix session creation failure handling Bart Van Assche scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock Bart Van Assche scsi: sysfs: Introduce sysfs_{un,}break_active_protection() Paul Burton MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 Maciej W. Rozycki MIPS: Correct the 64-bit DSP accumulator register size Masami Hiramatsu kprobes: Make list and blacklist root user read only Sebastian Ott s390/pci: fix out of bounds access during irq setup Julian Wiedmann s390/qdio: reset old sbal_state flags Martin Schwidefsky s390: fix br_r1_trampoline for machines without exrl Andi Kleen x86/spectre: Add missing family 6 check to microcode check Nick Desaulniers x86/irqflags: Mark native_restore_fl extern inline Dan Carpenter pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() Gustavo A. R. Silva ASoC: sirf: Fix potential NULL pointer dereference Jerome Brunet ASoC: dpcm: don't merge format from invalid codec dai Mikulas Patocka udl-kms: fix crash due to uninitialized memory Mikulas Patocka udl-kms: handle allocation failure Mikulas Patocka udl-kms: change down_interruptible to down Kirill Tkhai fuse: Add missed unlock_page() to fuse_readpages_fill() Miklos Szeredi fuse: Fix oops at process_init_reply() Miklos Szeredi fuse: umount should wait for all requests Miklos Szeredi fuse: fix unlocked access to processing queue Miklos Szeredi fuse: fix double request_end() Andrey Ryabinin fuse: Don't access pipe->buffers without pipe_lock() Rian Hunter x86/process: Re-export start_thread() Vlastimil Babka x86/speculation/l1tf: Suggest what to do on systems with too much RAM Vlastimil Babka x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM Vlastimil Babka x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit Punit Agrawal KVM: arm/arm64: Skip updating PMD entry if no change Punit Agrawal KVM: arm/arm64: Skip updating PTE entry if no change Greg Hackmann arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() Eric Sandeen ext4: reset error code in ext4_find_entry in fallback Arnd Bergmann ext4: sysfs: print ext4_super_block fields as little-endian Theodore Ts'o ext4: check for NUL characters in extended attribute's name Claudio Imbrenda s390/kvm: fix deadlock when killed by oom Josef Bacik btrfs: don't leak ret from do_chunk_alloc Steve French smb3: don't request leases in symlink creation and query Steve French smb3: Do not send SMB3 SET_INFO if nothing changed Nicholas Mc Guire cifs: check kmalloc before use Steve French cifs: add missing debug entries for kconfig options jie@chenjie6@huwei.com mm/memory.c: check return value of ioremap_prot Jim Gill scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED Johannes Thumshirn scsi: fcoe: drop frames in ELS LOGO error path Colin Ian King drivers: net: lmc: fix case value for target abort error Randy Dunlap arc: fix type warnings in arc/mm/cache.c Randy Dunlap arc: fix build errors in arc/include/asm/delay.h Govindarajulu Varadarajan enic: handle mtu change for vf properly Rafał Miłecki Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" Calvin Walton tools/power turbostat: Read extended processor family from CPUID Li Wang zswap: re-check zswap_is_full() after do zswap_shrink() Masami Hiramatsu selftests/ftrace: Add snapshot and tracing_on test case Kiran Kumar Modukuri cachefiles: Wait rather than BUG'ing on "Unexpected object collision" Kiran Kumar Modukuri cachefiles: Fix refcounting bug in backing-file read monitoring Kiran Kumar Modukuri fscache: Allow cancelled operations to be enqueued Shubhrajyoti Datta net: axienet: Fix double deregister of mdio Sudarsana Reddy Kalluru bnx2x: Fix invalid memory access in rss hash config path. Guenter Roeck media: staging: omap4iss: Include asm/cacheflush.h after generic includes Alexander Sverdlin i2c: davinci: Avoid zero value of CLKH Nicholas Mc Guire can: mpc5xxx_can: check of_iomap return before use Randy Dunlap net: prevent ISA drivers from building on PPC32 Florian Westphal atl1c: reserve min skb headroom Sudarsana Reddy Kalluru qed: Fix possible race for the link state value. YueHaibing net: caif: Add a missing rcu_read_unlock() in caif_flow_cb Len Brown tools/power turbostat: fix -S on UP systems Eugeniu Rosca usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3' Peter Senna Tschudin tools: usb: ffs-test: Fix build on big endian systems Randy Dunlap usb/phy: fix PPC64 build errors in phy-fsl-usb.c Jia-Ju Bai usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue() Jia-Ju Bai usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller() Lucas Stach drm/imx: imx-ldb: check if channel is enabled before printing warning Lucas Stach drm/imx: imx-ldb: disable LDB on driver bind Varun Prakash scsi: libiscsi: fix possible NULL pointer dereference in case of TMF Sean Paul drm/bridge: adv7511: Reset registers on hotplug Bernd Edlinger nl80211: Add a missing break in parse_station_flags mpubbise@codeaurora.org mac80211: add stations tied to AP_VLANs during hw reconfig Florian Westphal xfrm: free skb if nlsk pointer is NULL Tommi Rantala xfrm: fix missing dst_release() after policy blocking lbcast and multicast Eyal Birger vti6: fix PMTU caching and reporting on xmit yujuan.qi Cipso: cipso_v4_optptr enter infinite loop Ethan Zhao sched/sysctl: Check user input value of sysctl_sched_time_avg ------------- Diffstat: Makefile | 4 +- arch/arc/include/asm/delay.h | 3 + arch/arc/mm/cache.c | 7 +- arch/arm/kvm/mmu.c | 42 +++++++++--- arch/arm64/mm/init.c | 6 +- arch/mips/bcm47xx/setup.c | 6 -- arch/mips/include/asm/mipsregs.h | 3 - arch/mips/include/asm/processor.h | 2 +- arch/mips/kernel/ptrace.c | 2 +- arch/mips/kernel/ptrace32.c | 2 +- arch/mips/lib/multi3.c | 6 +- arch/s390/include/asm/qdio.h | 1 - arch/s390/mm/fault.c | 2 + arch/s390/net/bpf_jit_comp.c | 2 - arch/s390/pci/pci.c | 2 + arch/x86/include/asm/irqflags.h | 3 +- arch/x86/include/asm/processor.h | 4 +- arch/x86/kernel/cpu/bugs.c | 4 ++ arch/x86/kernel/cpu/intel.c | 3 + arch/x86/kernel/process_64.c | 1 + arch/x86/mm/init.c | 4 +- arch/x86/mm/mmap.c | 2 +- drivers/cdrom/cdrom.c | 2 +- drivers/gpu/drm/i2c/adv7511.c | 12 ++++ drivers/gpu/drm/imx/imx-ldb.c | 9 ++- drivers/gpu/drm/udl/udl_fb.c | 2 +- drivers/gpu/drm/udl/udl_main.c | 35 +++++----- drivers/i2c/busses/i2c-davinci.c | 8 ++- drivers/net/can/mscan/mpc5xxx_can.c | 5 ++ drivers/net/ethernet/3com/Kconfig | 2 +- drivers/net/ethernet/amd/Kconfig | 4 +- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 1 + .../net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 13 +++- drivers/net/ethernet/cirrus/Kconfig | 1 + drivers/net/ethernet/cisco/enic/enic_main.c | 78 ++++++++-------------- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 1 + drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c | 1 + drivers/net/wan/lmc/lmc_main.c | 2 +- drivers/pinctrl/freescale/pinctrl-imx1-core.c | 2 +- drivers/s390/cio/qdio_main.c | 5 +- drivers/scsi/fcoe/fcoe_ctlr.c | 4 +- drivers/scsi/libiscsi.c | 12 ++-- drivers/scsi/scsi_sysfs.c | 20 +++++- drivers/scsi/vmw_pvscsi.c | 11 ++- drivers/staging/media/omap4iss/iss_video.c | 3 +- drivers/target/iscsi/iscsi_target_login.c | 35 ++++++---- drivers/usb/gadget/function/f_uac2.c | 20 +++--- drivers/usb/gadget/udc/r8a66597-udc.c | 6 +- drivers/usb/phy/phy-fsl-usb.c | 4 +- fs/btrfs/extent-tree.c | 2 +- fs/cachefiles/namei.c | 1 - fs/cachefiles/rdwr.c | 17 +++-- fs/cifs/cifs_debug.c | 30 +++++++-- fs/cifs/inode.c | 2 + fs/cifs/link.c | 4 +- fs/cifs/sess.c | 6 ++ fs/cifs/smb2inode.c | 2 +- fs/ext4/namei.c | 1 + fs/ext4/sysfs.c | 13 +++- fs/ext4/xattr.c | 2 + fs/fscache/operation.c | 6 +- fs/fuse/dev.c | 39 +++++++++-- fs/fuse/file.c | 1 + fs/fuse/fuse_i.h | 1 + fs/fuse/inode.c | 23 +++---- fs/sysfs/file.c | 44 ++++++++++++ include/linux/sysfs.h | 14 ++++ kernel/kprobes.c | 4 +- kernel/sysctl.c | 3 +- mm/memory.c | 3 + mm/zswap.c | 9 +++ net/caif/caif_dev.c | 4 +- net/ipv4/cipso_ipv4.c | 12 +++- net/ipv6/ip6_vti.c | 11 +-- net/mac80211/util.c | 3 +- net/wireless/nl80211.c | 1 + net/xfrm/xfrm_policy.c | 3 + net/xfrm/xfrm_user.c | 10 +-- sound/soc/sirf/sirf-usp.c | 7 +- sound/soc/soc-pcm.c | 8 +++ tools/power/x86/turbostat/turbostat.c | 8 +-- .../selftests/ftrace/test.d/00basic/snapshot.tc | 28 ++++++++ tools/usb/ffs-test.c | 19 +++++- 83 files changed, 514 insertions(+), 236 deletions(-)