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.1 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=unavailable 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 D7B5EC10F01 for ; Mon, 18 Feb 2019 14:36:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 922D821924 for ; Mon, 18 Feb 2019 14:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550500608; bh=1Z0iU86Qzvasj594YKzsee8pu63ghyyhjaJfYvf4PTA=; h=From:To:Cc:Subject:Date:List-ID:From; b=w2B11LMQnbxj507x3ToyXRS9GOTMa5E/o4t8GCXi04ScmdcMmLgCM+HlO/f6t4J5u 61VUGCd6bRq41/Ex+vDotsczS9iJYKSOQxlbuPJkfbOClauyNSvZUxUAdMpiC3RUb4 KqnmxC59hGnHczYm4TocGtIrVgab98P5a6Lyj+28= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387446AbfBRNzS (ORCPT ); Mon, 18 Feb 2019 08:55:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:35346 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387492AbfBRNzS (ORCPT ); Mon, 18 Feb 2019 08:55:18 -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 C3CEF217D9; Mon, 18 Feb 2019 13:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550498117; bh=1Z0iU86Qzvasj594YKzsee8pu63ghyyhjaJfYvf4PTA=; h=From:To:Cc:Subject:Date:From; b=gq7yjLRhbYh4YFBzH5EWubd1e/g73olP7V747qficZl2O5/8pH9l2IUiLRj2TDhSA WicW2my17C0635TgyDghvI+ghSbWQfdTzKLIIJUOB3/znwhZREZWX/2Fj+Sze0+pWj 9x10mD9dKYNI2WnR7GdoTBW8BF91e75bB8xD3l7U= 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 00/62] 4.14.102-stable review Date: Mon, 18 Feb 2019 14:43:06 +0100 Message-Id: <20190218133505.801423074@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.102-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.102-rc1 X-KernelTest-Deadline: 2019-02-20T13:35+00:00 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 4.14.102 release. There are 62 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 Feb 20 13:34:36 UTC 2019. 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.102-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.102-rc1 Christian Lamparter pinctrl: msm: fix gpio-hog related boot issues Thomas Gleixner futex: Cure exit race Pavankumar Kondeti sched, trace: Fix prev_state output in sched_switch tracepoint Joonas Lahtinen drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set Nikos Tsironis dm thin: fix bug where bio that overwrites thin block ignores FUA Mikulas Patocka dm crypt: don't overallocate the integrity tag space Borislav Petkov x86/a.out: Clear the dump structure initially Nate Dailey md/raid1: don't clear bitmap bits on interrupted recovery. Eric W. Biederman signal: Restore the stop PTRACE_EVENT_EXIT Hedi Berriche x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls Andreas Ziegler tracing/uprobes: Fix output for multiple string arguments Meelis Roos alpha: Fix Eiger NR_IRQS to 128 Sergei Trofimovich alpha: fix page fault handling for r16-r18 targets Sandeep Patil mm: proc: smaps_rollup: fix pss_locked calculation Matti Kurkela Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780 Jonathan Bakker Input: bma150 - register input device after setting private data Xiaoyao Li kvm: vmx: Fix entry number check for add_atomic_switch_msr() Manuel Reinhardt ALSA: usb-audio: Fix implicit fb endpoint setup by quirk Jurica Vukadin ALSA: hda - Add quirk for HP EliteBook 840 G5 Jiri Olsa perf/x86: Add check_period PMU callback Ingo Molnar perf/core: Fix impossible ring-buffer sizes warning Mauro Ciancio Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK Dmitry Torokhov Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G" Ross Lagerwall cifs: Limit memory used by lock request calls to a page Ilia Mirkin drm/nouveau/falcon: avoid touching registers if engine is off Takashi Iwai drm/nouveau: Don't disable polling in fallback mode Nicholas Mc Guire gpio: pl061: handle failed allocations Linus Walleij ARM: dts: kirkwood: Fix polarity of GPIO fan lines Peter Ujfalusi ARM: dts: da850-lcdk: Correct the sound card name Peter Ujfalusi ARM: dts: da850-evm: Correct the sound card name Liviu Dudau nvme-pci: use the same attributes when freeing host_mem_desc_bufs. Tomi Valkeinen drm/bridge: tc358767: fix output H/V syncs Tomi Valkeinen drm/bridge: tc358767: reject modes which require too much BW Tomi Valkeinen drm/bridge: tc358767: fix initial DP0/1_SRCCTRL value Tomi Valkeinen drm/bridge: tc358767: fix single lane configuration Tomi Valkeinen drm/bridge: tc358767: add defines for DP1_SRCCTRL & PHY_2LANE Sudeep Holla cpufreq: check if policy is inactive early in __cpufreq_get() Arnaldo Carvalho de Melo perf test shell: Use a fallback to get the pathname in vfs_getname Chao Fan ACPI: NUMA: Use correct type for printing addresses on i386-PAE Daniel Axtens bnx2x: disable GSO where gso_size is too big for hardware Daniel Axtens net: create skb_gso_validate_mac_len() 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: 8797/1: spectre-v1.1: harden __copy_to_user 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: 8790/1: signal: always use __copy_to_user to save iwmmxt context Julien Thierry ARM: 8789/1: signal: copy registers using __copy_to_user() Hauke Mehrtens uapi/if_ether.h: prevent redefinition of struct ethhdr Jianchao Wang blk-mq: fix a hung issue when fsync Adrian Bunk eeprom: at24: add support for 24c2048 Adrian Bunk dt-bindings: eeprom: at24: add "atmel,24c2048" compatible string ------------- Diffstat: .../devicetree/bindings/eeprom/eeprom.txt | 5 +- Makefile | 4 +- arch/alpha/include/asm/irq.h | 6 +- arch/alpha/mm/fault.c | 2 +- arch/arm/boot/dts/da850-evm.dts | 2 +- arch/arm/boot/dts/da850-lcdk.dts | 2 +- arch/arm/boot/dts/kirkwood-dnskw.dtsi | 4 +- arch/arm/include/asm/assembler.h | 11 +++ arch/arm/include/asm/cputype.h | 1 + arch/arm/include/asm/proc-fns.h | 61 +++++++++++++---- arch/arm/include/asm/thread_info.h | 4 +- arch/arm/include/asm/uaccess.h | 49 +++++++++++-- arch/arm/kernel/bugs.c | 4 +- arch/arm/kernel/head-common.S | 6 +- arch/arm/kernel/setup.c | 40 +++++++---- arch/arm/kernel/signal.c | 80 ++++++++++++---------- arch/arm/kernel/smp.c | 31 +++++++++ arch/arm/kernel/sys_oabi-compat.c | 8 ++- arch/arm/lib/copy_from_user.S | 6 +- arch/arm/lib/copy_to_user.S | 6 +- arch/arm/lib/uaccess_with_memcpy.c | 3 +- arch/arm/mach-integrator/impd1.c | 6 +- arch/arm/mm/proc-macros.S | 10 +++ arch/arm/mm/proc-v7-bugs.c | 17 +---- arch/arm/vfp/vfpmodule.c | 20 +++--- arch/x86/events/core.c | 14 ++++ arch/x86/events/intel/core.c | 9 +++ arch/x86/events/perf_event.h | 16 ++++- arch/x86/ia32/ia32_aout.c | 6 +- arch/x86/include/asm/uv/bios.h | 8 ++- arch/x86/kvm/vmx.c | 3 +- arch/x86/platform/uv/bios_uv.c | 23 ++++++- block/blk-flush.c | 2 +- drivers/acpi/numa.c | 6 +- drivers/cpufreq/cpufreq.c | 12 ++-- drivers/firmware/efi/runtime-wrappers.c | 7 ++ drivers/gpu/drm/bridge/tc358767.c | 41 ++++++++--- drivers/gpu/drm/i915/i915_gem.c | 12 +++- drivers/gpu/drm/nouveau/nvkm/engine/falcon.c | 7 +- drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c | 7 +- drivers/input/misc/bma150.c | 9 +-- drivers/input/mouse/elan_i2c_core.c | 2 +- drivers/input/mouse/elantech.c | 9 +++ drivers/md/dm-crypt.c | 2 +- drivers/md/dm-thin.c | 55 +++++++++++++-- drivers/md/raid1.c | 29 +++++--- drivers/misc/eeprom/Kconfig | 2 +- drivers/misc/eeprom/at24.c | 1 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 18 +++++ drivers/nvme/host/pci.c | 10 +-- drivers/pinctrl/qcom/pinctrl-msm.c | 23 +++++-- fs/cifs/file.c | 8 +++ fs/cifs/smb2file.c | 4 ++ fs/proc/task_mmu.c | 22 +++--- include/linux/perf_event.h | 5 ++ include/linux/skbuff.h | 16 +++++ include/trace/events/sched.h | 12 +++- include/uapi/linux/if_ether.h | 3 + include/uapi/linux/libc-compat.h | 6 ++ kernel/events/core.c | 16 +++++ kernel/events/ring_buffer.c | 2 +- kernel/futex.c | 69 +++++++++++++++++-- kernel/signal.c | 7 +- kernel/trace/trace_uprobe.c | 9 ++- net/core/skbuff.c | 63 +++++++++++++---- net/sched/sch_tbf.c | 10 --- sound/pci/hda/patch_conexant.c | 1 + sound/usb/pcm.c | 9 ++- tools/perf/tests/shell/lib/probe_vfs_getname.sh | 3 +- 69 files changed, 750 insertions(+), 236 deletions(-)