[PATCH 4.19 000/106] 4.19.78-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.19.78 release.
There are 106 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 Tue 08 Oct 2019 05:07:10 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.19.78-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.19.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 4.19.78-rc1

Bharath Vedartham <linux.bhar@xxxxxxxxx>
    9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie

Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
    kexec: bail out upon SIGKILL when allocating memory.

Andrey Konovalov <andreyknvl@xxxxxxxxxx>
    NFC: fix attrs checks in netlink interface

Eric Biggers <ebiggers@xxxxxxxxxx>
    smack: use GFP_NOFS while holding inode_smack::smk_lock

Jann Horn <jannh@xxxxxxxxxx>
    Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is set

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
    soundwire: fix regmap dependencies and align with other serial links

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
    soundwire: Kconfig: fix help format

Eric Dumazet <edumazet@xxxxxxxxxx>
    sch_cbq: validate TCA_CBQ_WRROPT to avoid crash

Tuong Lien <tuong.t.lien@xxxxxxxxxxxxxx>
    tipc: fix unlimited bundling of small messages

Dongli Zhang <dongli.zhang@xxxxxxxxxx>
    xen-netfront: do not use ~0U as error return value for xennet_fill_frags()

Dotan Barak <dotanb@xxxxxxxxxxxxxxxxxx>
    net/rds: Fix error handling in rds_ib_add_one()

Josh Hunt <johunt@xxxxxxxxxx>
    udp: only do GSO if # of segs > 1

Linus Walleij <linus.walleij@xxxxxxxxxx>
    net: dsa: rtl8366: Check VLAN ID and not ports

Dexuan Cui <decui@xxxxxxxxxxxxx>
    vsock: Fix a lockdep warning in __vsock_release()

Josh Hunt <johunt@xxxxxxxxxx>
    udp: fix gso_segs calculations

Eric Dumazet <edumazet@xxxxxxxxxx>
    sch_dsmark: fix potential NULL deref in dsmark_init()

David Howells <dhowells@xxxxxxxxxx>
    rxrpc: Fix rxrpc_recvmsg tracepoint

Reinhard Speyerer <rspmn@xxxxxxxx>
    qmi_wwan: add support for Cinterion CLS8 devices

Eric Dumazet <edumazet@xxxxxxxxxx>
    nfc: fix memory leak in llcp_sock_bind()

Martin KaFai Lau <kafai@xxxxxx>
    net: Unpublish sk from sk_reuseport_cb before call_rcu

Navid Emamdoost <navid.emamdoost@xxxxxxxxx>
    net: qlogic: Fix memory leak in ql_alloc_large_buffers

Paolo Abeni <pabeni@xxxxxxxxxx>
    net: ipv4: avoid mixed n_redirects and rate_tokens usage

David Ahern <dsahern@xxxxxxxxx>
    ipv6: Handle missing host route in __ipv6_ifa_notify

Eric Dumazet <edumazet@xxxxxxxxxx>
    ipv6: drop incoming packets having a v4mapped source address

Johan Hovold <johan@xxxxxxxxxx>
    hso: fix NULL-deref on tty open

Haishuang Yan <yanhaishuang@xxxxxxxxxxxxxxxxxxxx>
    erspan: remove the incorrect mtu limit for erspan

Vishal Kulkarni <vishal@xxxxxxxxxxx>
    cxgb4:Fix out-of-bounds MSI-X info array access

Daniel Borkmann <daniel@xxxxxxxxxxxxx>
    bpf: fix use after free in prog symbol exposure

Damien Le Moal <damien.lemoal@xxxxxxx>
    block: mq-deadline: Fix queue restart handling

Alexandre Ghiti <alex@xxxxxxxx>
    arm: use STACK_TOP when computing mmap base address

Alexandre Ghiti <alex@xxxxxxxx>
    arm: properly account for stack randomization and stack guard gap

Alexandre Ghiti <alex@xxxxxxxx>
    mips: properly account for stack randomization and stack guard gap

Alexandre Ghiti <alex@xxxxxxxx>
    arm64: consider stack randomization for mmap base only when necessary

Nicolas Boichat <drinkcat@xxxxxxxxxxxx>
    kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K

Changwei Ge <gechangwei@xxxxxxx>
    ocfs2: wait for recovering done after direct unlock request

Greg Thelen <gthelen@xxxxxxxxxx>
    kbuild: clean compressed initramfs image

Yunfeng Ye <yeyunfeng@xxxxxxxxxx>
    crypto: hisilicon - Fix double free in sec_free_hw_sgl()

David Howells <dhowells@xxxxxxxxxx>
    hypfs: Fix error number left in struct pointer member

Jens Axboe <axboe@xxxxxxxxx>
    pktcdvd: remove warning on attempting to register non-passthrough dev

OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
    fat: work around race with userspace's read via blockdev while mounting

Mike Rapoport <mike.rapoport@xxxxxxxxx>
    ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned address

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
    security: smack: Fix possible null-pointer dereferences in smack_socket_sock_rcv_skb()

Thierry Reding <treding@xxxxxxxxxx>
    PCI: exynos: Propagate errors for optional PHYs

Thierry Reding <treding@xxxxxxxxxx>
    PCI: imx6: Propagate errors for optional regulators

Thierry Reding <treding@xxxxxxxxxx>
    PCI: histb: Propagate errors for optional regulators

Thierry Reding <treding@xxxxxxxxxx>
    PCI: rockchip: Propagate errors for optional regulators

Joao Moreno <mail@xxxxxxxxxxxxxx>
    HID: apple: Fix stuck function keys when using FN

Biwen Li <biwen.li@xxxxxxx>
    rtc: pcf85363/pcf85263: fix regmap error in set_time

Anson Huang <Anson.Huang@xxxxxxx>
    rtc: snvs: fix possible race condition

Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
    ARM: 8875/1: Kconfig: default to AEABI w/ Clang

Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
    soundwire: intel: fix channel number reported by hardware

Will Deacon <will@xxxxxxxxxx>
    ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writes

Miroslav Benes <mbenes@xxxxxxx>
    livepatch: Nullify obj->mod in klp_module_coming()'s error path

Jason Gerecke <killertofu@xxxxxxxxx>
    HID: wacom: Fix several minor compiler warnings

Nishka Dasgupta <nishkadg.linux@xxxxxxxxx>
    PCI: tegra: Fix OF node reference leak

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
    mfd: intel-lpss: Remove D3cold delay

Hans de Goede <hdegoede@xxxxxxxxxx>
    i2c-cht-wc: Fix lockdep warning

Nathan Chancellor <natechancellor@xxxxxxxxx>
    MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a boolean

Zhou Yanjie <zhouyanjie@xxxxxxxx>
    MIPS: Ingenic: Disable broken BTB lookup optimization.

zhangyi (F) <yi.zhang@xxxxxxxxxx>
    ext4: fix potential use after free after remounting with noblock_validity

Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
    dma-buf/sw_sync: Synchronize signal vs syncpt free

Bart Van Assche <bvanassche@xxxxxxx>
    scsi: core: Reduce memory required for SCSI logging

Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>
    clk: sprd: add missing kfree

Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
    mbox: qcom: add APCS child device for QCS404

Ganesh Goudar <ganeshgr@xxxxxxxxxxxxx>
    powerpc: dump kernel log before carrying out fadump or kdump

Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
    clk: at91: select parent if main oscillator or bypass is enabled

Arnd Bergmann <arnd@xxxxxxxx>
    arm64: fix unreachable code issue with cmpxchg

Otto Meier <gf435@xxxxxxx>
    pinctrl: meson-gxbb: Fix wrong pinning definition for uart_c

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
    powerpc/pseries: correctly track irq state in default idle

Stephen Boyd <swboyd@xxxxxxxxxxxx>
    clk: qcom: gcc-sdm845: Use floor ops for sdcc clks

Deepa Dinamani <deepa.kernel@xxxxxxxxx>
    pstore: fs superblock limits

Nicholas Piggin <npiggin@xxxxxxxxx>
    powerpc/64s/exception: machine check use correct cfar for late handler

Jean Delvare <jdelvare@xxxxxxx>
    drm/amdgpu/si: fix ASIC tests

Charlene Liu <charlene.liu@xxxxxxx>
    drm/amd/display: support spdif

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    clk: renesas: cpg-mssr: Set GENPD_FLAG_ALWAYS_ON for clock domain

Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    clk: renesas: mstp: Set GENPD_FLAG_ALWAYS_ON for clock domain

Daniel Drake <drake@xxxxxxxxxxxx>
    pinctrl: amd: disable spurious-firing GPIO IRQs

Mark Menzynski <mmenzyns@xxxxxxxxxx>
    drm/nouveau/volt: Fix for some cards having 0 maximum voltage

hexin <hexin.op@xxxxxxxxx>
    vfio_pci: Restore original state on release

Sam Bobroff <sbobroff@xxxxxxxxxxxxx>
    powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag

Sowjanya Komatineni <skomatineni@xxxxxxxxxx>
    pinctrl: tegra: Fix write barrier placement in pmx_writel

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
    powerpc/pseries/mobility: use cond_resched when updating device tree

Christophe Leroy <christophe.leroy@xxxxxx>
    powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this function

Nathan Lynch <nathanl@xxxxxxxxxxxxx>
    powerpc/rtas: use device model APIs and serialization during LPM

Cédric Le Goater <clg@xxxxxxxx>
    powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: zx296718: Don't reference clk_init_data after registration

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: sprd: Don't reference clk_init_data after registration

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: sirf: Don't reference clk_init_data after registration

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: actions: Don't reference clk_init_data after registration

Alexey Kardashevskiy <aik@xxxxxxxxx>
    powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA window

Lewis Huang <Lewis.Huang@xxxxxxx>
    drm/amd/display: reprogram VM config when system resume

Anthony Koo <Anthony.Koo@xxxxxxx>
    drm/amd/display: fix issue where 252-255 values are clipped

Icenowy Zheng <icenowy@xxxxxxx>
    clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks

Nathan Huckleberry <nhuck@xxxxxxxxxx>
    clk: qoriq: Fix -Wunused-const-variable

Corey Minyard <cminyard@xxxxxxxxxx>
    ipmi_si: Only schedule continuously in the thread in maintenance mode

Nathan Chancellor <natechancellor@xxxxxxxxx>
    PCI: rpaphp: Avoid a sometimes-uninitialized warning

Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
    gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector_set_property()

KyleMahlkuch <kmahlkuc@xxxxxxxxxxxxxxxxxx>
    drm/radeon: Fix EEH during kexec

Sean Paul <seanpaul@xxxxxxxxxxxx>
    drm/rockchip: Check for fast link training before enabling psr

Navid Emamdoost <navid.emamdoost@xxxxxxxxx>
    drm/panel: check failure cases in the probe func

Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
    drm/stm: attach gem fence to atomic state

Marko Kohtala <marko.kohtala@xxxxxxxx>
    video: ssd1307fb: Start page range at page_offset

Lucas Stach <l.stach@xxxxxxxxxxxxxx>
    drm/panel: simple: fix AUO g185han01 horizontal blanking

Andrey Smirnov <andrew.smirnov@xxxxxxxxx>
    drm/bridge: tc358767: Increase AUX transfer length limit

Vadim Sukhomlinov <sukhomlinov@xxxxxxxxxx>
    tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations

Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
    tpm: use tpm_try_get_ops() in tpm-sysfs.c.


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

Diffstat:

 Makefile                                           |   4 +-
 arch/arm/Kconfig                                   |   5 +-
 arch/arm/mm/fault.c                                |   4 +-
 arch/arm/mm/fault.h                                |   1 +
 arch/arm/mm/mmap.c                                 |  16 +-
 arch/arm/mm/mmu.c                                  |  16 ++
 arch/arm64/include/asm/cmpxchg.h                   |   6 +-
 arch/arm64/mm/mmap.c                               |   6 +-
 arch/mips/include/asm/mipsregs.h                   |   4 +
 arch/mips/kernel/cpu-probe.c                       |   7 +
 arch/mips/mm/mmap.c                                |  14 +-
 arch/mips/mm/tlbex.c                               |   2 +-
 arch/powerpc/include/asm/futex.h                   |   3 +-
 arch/powerpc/kernel/eeh_driver.c                   |  11 +-
 arch/powerpc/kernel/exceptions-64s.S               |   4 +
 arch/powerpc/kernel/rtas.c                         |  11 +-
 arch/powerpc/kernel/traps.c                        |   1 +
 arch/powerpc/platforms/powernv/pci-ioda-tce.c      |  20 +--
 arch/powerpc/platforms/powernv/pci.h               |   2 +-
 arch/powerpc/platforms/pseries/mobility.c          |   9 +
 arch/powerpc/platforms/pseries/setup.c             |   3 +
 arch/powerpc/xmon/xmon.c                           |  15 +-
 arch/s390/hypfs/inode.c                            |   9 +-
 block/mq-deadline.c                                |  23 +--
 drivers/base/regmap/Kconfig                        |   2 +-
 drivers/block/pktcdvd.c                            |   1 -
 drivers/char/ipmi/ipmi_si_intf.c                   |  24 ++-
 drivers/char/tpm/tpm-chip.c                        |   5 +-
 drivers/char/tpm/tpm-sysfs.c                       | 134 +++++++++------
 drivers/clk/actions/owl-common.c                   |   5 +-
 drivers/clk/at91/clk-main.c                        |  10 +-
 drivers/clk/clk-qoriq.c                            |   2 +-
 drivers/clk/qcom/gcc-sdm845.c                      |   4 +-
 drivers/clk/renesas/clk-mstp.c                     |   3 +-
 drivers/clk/renesas/renesas-cpg-mssr.c             |   3 +-
 drivers/clk/sirf/clk-common.c                      |  12 +-
 drivers/clk/sprd/common.c                          |   5 +-
 drivers/clk/sprd/pll.c                             |   2 +
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c               |   3 +
 drivers/clk/zte/clk-zx296718.c                     | 109 ++++++------
 drivers/crypto/hisilicon/sec/sec_algs.c            |  13 +-
 drivers/dma-buf/sw_sync.c                          |  16 +-
 drivers/gpu/drm/amd/amdgpu/si.c                    |   6 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           |   8 +
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  17 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_audio.c     |   4 +-
 .../gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c |   3 +-
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c |   9 +-
 drivers/gpu/drm/bridge/tc358767.c                  |   2 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c    |   2 +
 .../gpu/drm/panel/panel-raspberrypi-touchscreen.c  |  13 ++
 drivers/gpu/drm/panel/panel-simple.c               |   6 +-
 drivers/gpu/drm/radeon/radeon_connectors.c         |   2 +-
 drivers/gpu/drm/radeon/radeon_drv.c                |   8 +
 drivers/gpu/drm/stm/ltdc.c                         |   2 +
 drivers/hid/hid-apple.c                            |  49 +++---
 drivers/hid/wacom_sys.c                            |   7 +-
 drivers/hid/wacom_wac.c                            |   4 +-
 drivers/i2c/busses/i2c-cht-wc.c                    |  46 +++++
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            |   8 +-
 drivers/mfd/intel-lpss-pci.c                       |   2 +
 drivers/net/dsa/rtl8366.c                          |  11 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c     |   9 +-
 drivers/net/ethernet/qlogic/qla3xxx.c              |   1 +
 drivers/net/usb/hso.c                              |  12 +-
 drivers/net/usb/qmi_wwan.c                         |   1 +
 drivers/net/xen-netfront.c                         |  17 +-
 drivers/pci/controller/dwc/pci-exynos.c            |   2 +-
 drivers/pci/controller/dwc/pci-imx6.c              |   4 +-
 drivers/pci/controller/dwc/pcie-histb.c            |   4 +-
 drivers/pci/controller/pci-tegra.c                 |  22 ++-
 drivers/pci/controller/pcie-rockchip-host.c        |  16 +-
 drivers/pci/hotplug/rpaphp_core.c                  |  18 +-
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c         |  12 +-
 drivers/pinctrl/pinctrl-amd.c                      |  12 +-
 drivers/pinctrl/tegra/pinctrl-tegra.c              |   4 +-
 drivers/rtc/rtc-pcf85363.c                         |   7 +-
 drivers/rtc/rtc-snvs.c                             |  11 +-
 drivers/scsi/scsi_logging.c                        |  48 +-----
 drivers/soundwire/Kconfig                          |   9 +-
 drivers/soundwire/Makefile                         |   2 +-
 drivers/soundwire/intel.c                          |  10 ++
 drivers/vfio/pci/vfio_pci.c                        |  17 +-
 drivers/video/fbdev/ssd1307fb.c                    |   2 +-
 fs/9p/cache.c                                      |   2 +
 fs/ext4/block_validity.c                           | 189 +++++++++++++++------
 fs/ext4/ext4.h                                     |  10 +-
 fs/fat/dir.c                                       |  13 +-
 fs/fat/fatent.c                                    |   3 +
 fs/ocfs2/dlm/dlmunlock.c                           |  23 ++-
 fs/pstore/ram.c                                    |   2 +
 include/scsi/scsi_dbg.h                            |   2 -
 include/trace/events/rxrpc.h                       |   2 +-
 kernel/bpf/syscall.c                               |  28 +--
 kernel/kexec_core.c                                |   2 +
 kernel/livepatch/core.c                            |   1 +
 lib/Kconfig.debug                                  |   2 +-
 net/core/sock.c                                    |  11 +-
 net/ipv4/ip_gre.c                                  |   1 +
 net/ipv4/route.c                                   |   5 +-
 net/ipv4/udp.c                                     |  11 +-
 net/ipv6/addrconf.c                                |  17 +-
 net/ipv6/ip6_input.c                               |  10 ++
 net/ipv6/udp.c                                     |   9 +-
 net/nfc/llcp_sock.c                                |   7 +-
 net/nfc/netlink.c                                  |   6 +-
 net/rds/ib.c                                       |   6 +-
 net/sched/sch_cbq.c                                |  40 +++--
 net/sched/sch_dsmark.c                             |   2 +
 net/tipc/link.c                                    |  29 ++--
 net/tipc/msg.c                                     |   5 +-
 net/vmw_vsock/af_vsock.c                           |  16 +-
 net/vmw_vsock/hyperv_transport.c                   |   2 +-
 net/vmw_vsock/virtio_transport_common.c            |   2 +-
 security/smack/smack_access.c                      |   6 +-
 security/smack/smack_lsm.c                         |   7 +-
 tools/testing/selftests/net/udpgso.c               |  16 +-
 usr/Makefile                                       |   3 +
 118 files changed, 965 insertions(+), 523 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