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=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 ACD0EFC6195 for ; Fri, 8 Nov 2019 18:53:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FFB9214DB for ; Fri, 8 Nov 2019 18:53:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573239233; bh=FzYIPp5nwqOQVjismqwhXZRrHO+7PVam12mEDWsJeZ8=; h=From:To:Cc:Subject:Date:List-ID:From; b=WJ7iB8Na/K1R66qNULqhFsM0sQ5jVv8r6DkZf8A39QYTAD3DSTnzxDHO4QU9xqCNA yPzJqH0F1f3Hgzl3L9qAAj7Cp4J5A78QLiqhGD5BeJmb7IxXhHYZCajuRB9UPCqWj3 p9ON3gv+jsLTep2pSo2az/hZcHval2mexnvZ1yZ0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732664AbfKHSxw (ORCPT ); Fri, 8 Nov 2019 13:53:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:50622 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732632AbfKHSxu (ORCPT ); Fri, 8 Nov 2019 13:53:50 -0500 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 155912178F; Fri, 8 Nov 2019 18:53:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573239228; bh=FzYIPp5nwqOQVjismqwhXZRrHO+7PVam12mEDWsJeZ8=; h=From:To:Cc:Subject:Date:From; b=I16t1BCGh9wwJEItOXRXiUYWS2abICuuxVEN/UxSd+47WCOqjRAzj3fzOi48l0sQp C88qvRLFR4o1EIA93uSUOkKrklaaJoW5ecaRdJudXuJHVSk4NNlC7F1XPrHlJ4zYGY 01e5kyq1z4VJVHulpzsaDaXHa+b04Omu1xlKC9ik= 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/75] 4.4.200-stable review Date: Fri, 8 Nov 2019 19:49:17 +0100 Message-Id: <20191108174708.135680837@linuxfoundation.org> X-Mailer: git-send-email 2.24.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-4.4.200-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.200-rc1 X-KernelTest-Deadline: 2019-11-10T17:48+00:00 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.200 release. There are 75 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 Sun 10 Nov 2019 05:42:11 PM UTC. 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.200-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.200-rc1 zhangyi (F) fs/dcache: move security_d_instantiate() behind attaching dentry to inode Petr Vorel alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP Russell King ARM: fix the cockup in the previous patch Russell King ARM: ensure that processor vtables is not lost after boot Russell King ARM: spectre-v2: per-CPU vtables to work around big.Little systems Russell King ARM: add PROC_VTABLE and PROC_TABLE macros Russell King ARM: clean up per-processor check_bugs method call Russell King ARM: split out processor lookup Russell King ARM: make lookup_processor_type() non-__init Julien Thierry ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc Julien Thierry ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization Julien Thierry ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() Julien Thierry ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit Julien Thierry ARM: 8793/1: signal: replace __put_user_error with __put_user Julien Thierry ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user() Julien Thierry ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state Julien Thierry ARM: 8789/1: signal: copy registers using __copy_to_user() Russell King ARM: spectre-v1: mitigate user accesses Russell King ARM: spectre-v1: use get_user() for __get_user() Russell King ARM: use __inttype() in get_user() Russell King ARM: oabi-compat: copy semops using __copy_from_user() Russell King ARM: vfp: use __copy_from_user() when restoring VFP state Russell King ARM: signal: copy registers using __copy_from_user() Russell King ARM: spectre-v1: fix syscall entry Russell King ARM: spectre-v1: add array_index_mask_nospec() implementation Russell King ARM: spectre-v1: add speculation barrier (csdb) macros Russell King ARM: spectre-v2: warn about incorrect context switching functions Russell King ARM: spectre-v2: add firmware based hardening Russell King ARM: spectre-v2: harden user aborts in kernel space Russell King ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit Russell King ARM: spectre-v2: harden branch predictor on context switches Russell King ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre Russell King ARM: bugs: add support for per-processor bug checking Russell King ARM: bugs: hook processor bug checking into SMP and suspend paths Russell King ARM: bugs: prepare processor bug infrastructure Russell King ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs Marc Zyngier arm/arm64: smccc-1.1: Handle function result as parameters Marc Zyngier arm/arm64: smccc-1.1: Make return values unsigned long Marc Zyngier arm/arm64: smccc: Add SMCCC-specific return codes Marc Zyngier arm/arm64: smccc: Implement SMCCC v1.1 inline primitive Marc Zyngier arm/arm64: smccc: Make function identifiers an unsigned quantity Marc Zyngier firmware/psci: Expose SMCCC version through psci_ops Marc Zyngier firmware/psci: Expose PSCI conduit Marc Zyngier arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support Marc Zyngier arm/arm64: KVM: Advertise SMCCC v1.1 Vladimir Murzin ARM: Move system register accessors to asm/cp15.h Russell King ARM: uaccess: remove put_user() code duplication Jens Wiklander ARM: 8481/2: drivers: psci: replace psci firmware calls Jens Wiklander ARM: 8480/2: arm64: add implementation for arm-smccc Jens Wiklander ARM: 8479/2: add implementation for arm-smccc Jens Wiklander ARM: 8478/2: arm/arm64: add arm-smccc Andrey Ryabinin ARM: 8051/1: put_user: fix possible data corruption in put_user Jeffrey Hugo dmaengine: qcom: bam_dma: Fix resource leak Eric Dumazet net/flow_dissector: switch to siphash Eric Dumazet inet: stop leaking jiffies on the wire Eran Ben Elisha net/mlx4_core: Dynamically set guaranteed amount of counters per VF Xin Long vxlan: check tun_info options_len properly Eric Dumazet net: add READ_ONCE() annotation in __skb_wait_for_more_packets() zhanglin net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() Jiangfeng Xiao net: hisilicon: Fix ping latency when deal with high throughput Tejun Heo net: fix sk_page_frag() recursion from memory reclaim Eric Dumazet dccp: do not leak jiffies on the wire Dave Wysochanski cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs Jonas Gorski MIPS: bmips: mark exception vectors as char arrays Navid Emamdoost of: unittest: fix memory leak in unittest_data_add Bodo Stroesser scsi: target: core: Do not overwrite CDB byte 1 Yunfeng Ye perf kmem: Fix memory leak in compact_gfp_flags() Thomas Bogendoerfer scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE Thomas Bogendoerfer scsi: sni_53c710: fix compilation error Russell King ARM: mm: fix alignment handler faults under memory pressure Adam Ford ARM: dts: logicpd-torpedo-som: Remove twl_keypad Robin Murphy ASoc: rockchip: i2s: Fix RPM imbalance Yizhuo regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() could be uninitialized Axel Lin regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone Seth Forshee kbuild: add -fcf-protection=none when using retpoline flags ------------- Diffstat: Makefile | 10 +- arch/arm/Kconfig | 3 +- arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 4 + arch/arm/include/asm/arch_gicv3.h | 27 +- arch/arm/include/asm/assembler.h | 23 ++ arch/arm/include/asm/barrier.h | 34 +++ arch/arm/include/asm/bugs.h | 6 +- arch/arm/include/asm/cp15.h | 18 ++ arch/arm/include/asm/cputype.h | 9 + arch/arm/include/asm/proc-fns.h | 65 ++++- arch/arm/include/asm/system_misc.h | 15 ++ arch/arm/include/asm/thread_info.h | 8 +- arch/arm/include/asm/uaccess.h | 177 ++++++++----- arch/arm/kernel/Makefile | 4 +- arch/arm/kernel/armksyms.c | 6 + arch/arm/kernel/bugs.c | 18 ++ arch/arm/kernel/entry-common.S | 18 +- arch/arm/kernel/entry-header.S | 25 ++ arch/arm/kernel/head-common.S | 6 +- arch/arm/kernel/psci-call.S | 31 --- arch/arm/kernel/setup.c | 40 +-- arch/arm/kernel/signal.c | 125 ++++----- arch/arm/kernel/smccc-call.S | 62 +++++ arch/arm/kernel/smp.c | 36 +++ arch/arm/kernel/suspend.c | 2 + arch/arm/kernel/sys_oabi-compat.c | 16 +- arch/arm/lib/copy_from_user.S | 5 + arch/arm/mm/Kconfig | 23 ++ arch/arm/mm/Makefile | 2 +- arch/arm/mm/alignment.c | 44 +++- arch/arm/mm/fault.c | 3 + arch/arm/mm/proc-macros.S | 13 +- arch/arm/mm/proc-v7-2level.S | 6 - arch/arm/mm/proc-v7-bugs.c | 161 ++++++++++++ arch/arm/mm/proc-v7.S | 154 ++++++++--- arch/arm/vfp/vfpmodule.c | 37 ++- arch/arm64/Kconfig | 1 + arch/arm64/kernel/Makefile | 4 +- arch/arm64/kernel/arm64ksyms.c | 5 + arch/arm64/kernel/asm-offsets.c | 3 + arch/arm64/kernel/psci-call.S | 28 -- arch/arm64/kernel/smccc-call.S | 43 ++++ arch/mips/bcm63xx/prom.c | 2 +- arch/mips/include/asm/bmips.h | 10 +- arch/mips/kernel/smp-bmips.c | 8 +- drivers/dma/qcom_bam_dma.c | 14 + drivers/firmware/Kconfig | 3 + drivers/firmware/psci.c | 78 +++++- drivers/net/ethernet/hisilicon/hip04_eth.c | 15 +- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 42 +-- drivers/net/vxlan.c | 5 +- drivers/of/unittest.c | 1 + drivers/regulator/pfuze100-regulator.c | 8 +- drivers/regulator/ti-abb-regulator.c | 26 +- drivers/scsi/Kconfig | 2 +- drivers/scsi/sni_53c710.c | 4 +- drivers/target/target_core_device.c | 21 -- fs/cifs/cifsglob.h | 5 + fs/cifs/cifsproto.h | 1 + fs/cifs/file.c | 23 +- fs/cifs/smb2file.c | 2 +- fs/dcache.c | 2 +- include/linux/arm-smccc.h | 283 +++++++++++++++++++++ include/linux/gfp.h | 23 ++ include/linux/psci.h | 13 + include/linux/skbuff.h | 3 +- include/net/flow_dissector.h | 3 +- include/net/sock.h | 11 +- kernel/time/alarmtimer.c | 4 +- net/core/datagram.c | 2 +- net/core/ethtool.c | 4 +- net/core/flow_dissector.c | 48 ++-- net/dccp/ipv4.c | 4 +- net/ipv4/datagram.c | 2 +- net/ipv4/tcp_ipv4.c | 4 +- net/sched/sch_fq_codel.c | 6 +- net/sched/sch_hhf.c | 8 +- net/sched/sch_sfb.c | 13 +- net/sched/sch_sfq.c | 14 +- net/sctp/socket.c | 2 +- sound/soc/rockchip/rockchip_i2s.c | 2 +- tools/perf/builtin-kmem.c | 1 + 82 files changed, 1556 insertions(+), 486 deletions(-)