[PATCH 4.14 00/72] 4.14.90-stable review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the start of the stable review cycle for the 4.14.90 release.
There are 72 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 Sat Dec 22 08:59:06 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.90-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 <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 4.14.90-rc1

Nicolas Schichan <nschichan@xxxxxxxxxx>
    bpf, arm: fix emit_ldx_r and emit_mov_i using TMP_REG_1

Trent Piepho <tpiepho@xxxxxxxxxx>
    rtc: snvs: Add timeouts to avoid kernel lockups

Israel Rukshin <israelr@xxxxxxxxxxxx>
    nvmet-rdma: fix response use after free

Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
    i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode

Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
    i2c: uniphier: fix violation of tLOW requirement for Fast-mode

Hans de Goede <hdegoede@xxxxxxxxxx>
    i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node

Adamski, Krzysztof (Nokia - PL/Wroclaw) <krzysztof.adamski@xxxxxxxxx>
    i2c: axxia: properly handle master timeout

Ido Schimmel <idosch@xxxxxxxxxxxx>
    mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctl

Stefan Hajnoczi <stefanha@xxxxxxxxxx>
    vhost/vsock: fix reset orphans race with close timeout

Steve French <stfrench@xxxxxxxxxxxxx>
    cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

Sam Bobroff <sbobroff@xxxxxxxxxxxxx>
    drm/ast: Fix connector leak during driver unload

Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
    ethernet: fman: fix wrong of_node_put() in probe function

Vladimir Murzin <vladimir.murzin@xxxxxxx>
    ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpart

Chris Cole <chris@xxxxxxxxxxxxxxxx>
    ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling

Saeed Mahameed <saeedm@xxxxxxxxxxxx>
    net/mlx4_en: Fix build break when CONFIG_INET is off

Anderson Luiz Alves <alacn1@xxxxxxxxx>
    mv88e6060: disable hardware level MAC learning

Juha-Matti Tilli <juha-matti.tilli@xxxxxx>
    libata: whitelist all SAMSUNG MZ7KM* solid-state disks

Tony Lindgren <tony@xxxxxxxxxxx>
    Input: omap-keypad - fix keyboard debounce configuration

Teika Kazura <teika@xxxxxxx>
    Input: synaptics - enable SMBus for HP 15-ay000

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
    clk: mmp: Off by one in mmp_clk_add()

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
    clk: mvebu: Off by one bugs in cp110_of_clk_get()

Wen Yang <wen.yang99@xxxxxxxxxx>
    drm/msm: Fix error return checking

Yangtao Li <tiny.windzz@xxxxxxxxx>
    ide: pmac: add of_node_put()

Yangtao Li <tiny.windzz@xxxxxxxxx>
    drivers/tty: add missing of_node_put()

Yangtao Li <tiny.windzz@xxxxxxxxx>
    drivers/sbus/char: add of_node_put()

Yangtao Li <tiny.windzz@xxxxxxxxx>
    sbus: char: add of_node_put()

Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
    SUNRPC: Fix a potential race in xprt_connect()

Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
    nfs: don't dirty kernel pages read by direct-io

David Miller <davem@xxxxxxxxxxxxx>
    bpf: Fix verifier log string check for bad alignment.

Toni Peltonen <peltzi@xxxxxxxxx>
    bonding: fix 802.3ad state sent to partner when unbinding slave

Jose Abreu <joabreu@xxxxxxxxxxxx>
    ARC: io.h: Implement reads{x}()/writes{x}()

Sean Paul <seanpaul@xxxxxxxxxxxx>
    drm/msm: Grab a vblank reference when waiting for commit_done

YiFei Zhu <zhuyifei1999@xxxxxxxxx>
    x86/earlyprintk/efi: Fix infinite loop on some screen widths

Cathy Avery <cavery@xxxxxxxxxx>
    scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload

Fred Herard <fred.herard@xxxxxxxxxx>
    scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset

Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
    Input: hyper-v - fix wakeup from suspend-to-idle

Alexey Khoroshilov <khoroshilov@xxxxxxxxx>
    mac80211_hwsim: fix module init error paths for netlink

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
    locking/qspinlock: Fix build for anonymous union in older GCC compilers

Michael J. Ruhl <michael.j.ruhl@xxxxxxxxx>
    IB/hfi1: Remove race conditions in user_sdma send path

Ilan Peer <ilan.peer@xxxxxxxxx>
    mac80211: Fix condition validating WMM IE

Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx>
    mac80211: don't WARN on bad WMM parameters from buggy APs

Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxxxxxx>
    netfilter: ipset: Fix wraparound in hash:*net* types

Jens Axboe <axboe@xxxxxxxxx>
    elevator: lookup mq vs non-mq elevators

Peter Zijlstra <peterz@xxxxxxxxxxxxx>
    locking/qspinlock, x86: Provide liveness guarantee

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound

Peter Zijlstra <peterz@xxxxxxxxxxxxx>
    locking/qspinlock: Re-order code

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Remove duplicate clear_pending() function from PV code

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Bound spinning on pending->locked transition in slowpath

Will Deacon <will.deacon@xxxxxxx>
    locking/qspinlock: Ensure node is initialised before updating prev->next

Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
    locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()

Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
    x86/build: Fix compiler support check for CONFIG_RETPOLINE

Junwei Zhang <Jerry.Zhang@xxxxxxx>
    drm/amdgpu: update SMC firmware image for polaris10 variants

Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
    drm/i915/execlists: Apply a full mb before execution for Braswell

Brian Norris <briannorris@xxxxxxxxxxxx>
    Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"

Lyude Paul <lyude@xxxxxxxxxx>
    drm/nouveau/kms: Fix memory leak in nv50_mstm_del()

Radu Rendec <radu.rendec@xxxxxxxxx>
    powerpc/msi: Fix NULL pointer access in teardown code

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
    tracing: Fix memory leak of instance function hash filters

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
    tracing: Fix memory leak in set_trigger_filter()

Mike Snitzer <snitzer@xxxxxxxxxx>
    dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()

Mike Snitzer <snitzer@xxxxxxxxxx>
    dm thin: send event about thin-pool state change _after_ making it

Lubomir Rintel <lkundrak@xxxxx>
    ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt

Chad Austin <chadaustin@xxxxxx>
    fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS

Alek Du <alek.du@xxxxxxxxx>
    mmc: sdhci: fix the timeout check window for clock and reset

Aaro Koskinen <aaro.koskinen@xxxxxx>
    MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310

Robin Murphy <robin.murphy@xxxxxxx>
    arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing

Andrea Arcangeli <aarcange@xxxxxxxxxx>
    userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered

Jeff Moyer <jmoyer@xxxxxxxxxx>
    aio: fix spectre gadget in lookup_ioctx

Chen-Yu Tsai <wens@xxxxxxxx>
    pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11

Ingo Molnar <mingo@xxxxxxxxxx>
    timer/debug: Change /proc/timer_list from 0444 to 0400


-------------

Diffstat:

 Makefile                                           |   4 +-
 arch/arc/include/asm/io.h                          |  72 ++++++++
 arch/arm/mach-mmp/cputype.h                        |   6 +-
 arch/arm/mm/cache-v7.S                             |   8 +-
 arch/arm/mm/cache-v7m.S                            |  14 +-
 arch/arm/net/bpf_jit_32.c                          |   2 +-
 arch/arm64/mm/dma-mapping.c                        |   2 +-
 arch/powerpc/kernel/msi.c                          |   7 +-
 arch/x86/Makefile                                  |  10 +-
 arch/x86/include/asm/qspinlock.h                   |  25 ++-
 arch/x86/include/asm/qspinlock_paravirt.h          |   3 +-
 arch/x86/platform/efi/early_printk.c               |   2 +-
 block/elevator.c                                   |  44 +++--
 drivers/ata/libata-core.c                          |   1 +
 drivers/clk/mmp/clk.c                              |   2 +-
 drivers/clk/mvebu/cp110-system-controller.c        |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c            |   3 +-
 drivers/gpu/drm/ast/ast_fb.c                       |   1 +
 drivers/gpu/drm/i915/intel_lrc.c                   |   7 +-
 drivers/gpu/drm/msm/msm_atomic.c                   |   5 +
 drivers/gpu/drm/msm/msm_iommu.c                    |   2 +-
 drivers/gpu/drm/nouveau/nv50_display.c             |   1 +
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |   6 -
 drivers/hid/hid-hyperv.c                           |   2 +-
 drivers/i2c/busses/i2c-axxia.c                     |  40 +++--
 drivers/i2c/busses/i2c-scmi.c                      |  10 +-
 drivers/i2c/busses/i2c-uniphier-f.c                |  19 +-
 drivers/i2c/busses/i2c-uniphier.c                  |   8 +-
 drivers/ide/pmac.c                                 |   1 +
 drivers/infiniband/hw/hfi1/user_sdma.c             |  24 ++-
 drivers/infiniband/hw/hfi1/user_sdma.h             |   9 +-
 drivers/input/keyboard/omap4-keypad.c              |  18 +-
 drivers/input/mouse/synaptics.c                    |   1 +
 drivers/input/serio/hyperv-keyboard.c              |   2 +-
 drivers/md/dm-cache-metadata.c                     |   4 +
 drivers/md/dm-thin.c                               |  68 +++----
 drivers/mmc/host/omap.c                            |  11 +-
 drivers/mmc/host/sdhci.c                           |  18 +-
 drivers/net/bonding/bond_3ad.c                     |   3 +
 drivers/net/dsa/mv88e6060.c                        |  10 +-
 drivers/net/ethernet/freescale/fman/fman.c         |   5 +-
 drivers/net/ethernet/mellanox/mlx4/Kconfig         |   2 +-
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |  10 +-
 drivers/net/wireless/mac80211_hwsim.c              |  12 +-
 drivers/nvme/target/rdma.c                         |   3 +-
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c         |   2 +-
 drivers/rtc/rtc-snvs.c                             | 105 +++++++----
 drivers/sbus/char/display7seg.c                    |   1 +
 drivers/sbus/char/envctrl.c                        |   2 +
 drivers/scsi/libiscsi.c                            |   4 +-
 drivers/scsi/vmw_pvscsi.c                          |   4 +-
 drivers/tty/serial/suncore.c                       |   1 +
 drivers/vhost/vsock.c                              |  22 ++-
 fs/aio.c                                           |   2 +
 fs/cifs/Kconfig                                    |   2 +-
 fs/fuse/dir.c                                      |   2 +-
 fs/fuse/file.c                                     |  21 +--
 fs/fuse/fuse_i.h                                   |   2 +-
 fs/nfs/direct.c                                    |   9 +-
 fs/userfaultfd.c                                   |   3 +-
 include/asm-generic/qspinlock_types.h              |  32 +++-
 kernel/locking/qspinlock.c                         | 195 ++++++++++-----------
 kernel/locking/qspinlock_paravirt.h                |  42 ++---
 kernel/time/timer_list.c                           |   2 +-
 kernel/trace/ftrace.c                              |   1 +
 kernel/trace/trace_events_trigger.c                |   6 +-
 net/mac80211/mlme.c                                |   3 +-
 net/netfilter/ipset/ip_set_hash_ipportnet.c        |  26 +--
 net/netfilter/ipset/ip_set_hash_net.c              |   9 +-
 net/netfilter/ipset/ip_set_hash_netiface.c         |   9 +-
 net/netfilter/ipset/ip_set_hash_netnet.c           |  28 +--
 net/netfilter/ipset/ip_set_hash_netport.c          |  19 +-
 net/netfilter/ipset/ip_set_hash_netportnet.c       |  35 ++--
 net/sunrpc/xprt.c                                  |  11 +-
 tools/testing/selftests/bpf/test_verifier.c        |   2 +-
 75 files changed, 692 insertions(+), 421 deletions(-)





[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux