lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun,  9 Jun 2019 18:42:06 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
        linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
        stable@...r.kernel.org
Subject: [PATCH 4.14 00/35] 4.14.125-stable review

This is the start of the stable review cycle for the 4.14.125 release.
There are 35 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 11 Jun 2019 04:40:01 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.14.125-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@...uxfoundation.org>
    Linux 4.14.125-rc1

Kirill Smelkov <kirr@...edi.com>
    fuse: Add FOPEN_STREAM to use stream_open()

Kirill Smelkov <kirr@...edi.com>
    fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

Kristian Evensen <kristian.evensen@...il.com>
    qmi_wwan: Add quirk for Quectel dynamic config

Jiri Slaby <jslaby@...e.cz>
    TTY: serial_core, add ->install

Daniel Drake <drake@...lessm.com>
    drm/i915/fbc: disable framebuffer compression on GeminiLake

Chris Wilson <chris@...is-wilson.co.uk>
    drm/i915: Fix I915_EXEC_RING_MASK

Christian König <christian.koenig@....com>
    drm/radeon: prefer lower reference dividers

Alex Deucher <alexander.deucher@....com>
    drm/amdgpu/psp: move psp version specific function pointers to early_init

Dave Airlie <airlied@...hat.com>
    drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)

Patrik Jakobsson <patrik.r.jakobsson@...il.com>
    drm/gma500/cdv: Check vbt config bits when detecting lvds panels

Dan Carpenter <dan.carpenter@...cle.com>
    test_firmware: Use correct snprintf() limit

Dan Carpenter <dan.carpenter@...cle.com>
    genwqe: Prevent an integer overflow in the ioctl

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"

Paul Burton <paul.burton@...s.com>
    MIPS: pistachio: Build uImage.gz by default

Paul Burton <paul.burton@...s.com>
    MIPS: Bounds check virt_addr_valid

Robert Hancock <hancock@...systems.ca>
    i2c: xiic: Add max_read_len quirk

Jiri Kosina <jkosina@...e.cz>
    x86/power: Fix 'nosmt' vs hibernation triple fault during resume

Kees Cook <keescook@...omium.org>
    pstore/ram: Run without kernel crash dump region

Kees Cook <keescook@...omium.org>
    pstore: Convert buf_lock to semaphore

Kees Cook <keescook@...omium.org>
    pstore: Remove needless lock during console writes

Miklos Szeredi <mszeredi@...hat.com>
    fuse: fallocate: fix return with locked inode

John David Anglin <dave.anglin@...l.net>
    parisc: Use implicit space register selection for loading the coherence index of I/O pdirs

Linus Torvalds <torvalds@...ux-foundation.org>
    rcu: locking and unlocking need to always be at least barriers

Hangbin Liu <liuhangbin@...il.com>
    Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied"

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")"

Xin Long <lucien.xin@...il.com>
    ipv6: fix the check before getting the cookie in rt6_get_cookie

Russell King <rmk+kernel@...linux.org.uk>
    net: sfp: read eeprom in maximum 16 byte increments

Olivier Matz <olivier.matz@...nd.com>
    ipv6: use READ_ONCE() for inet->hdrincl as in ipv4

Olivier Matz <olivier.matz@...nd.com>
    ipv6: fix EFAULT on sendto with icmpv6 and hdrincl

Paolo Abeni <pabeni@...hat.com>
    pktgen: do not sleep with the thread lock held.

Zhu Yanjun <yanjun.zhu@...cle.com>
    net: rds: fix memory leak in rds_ib_flush_mr_pool

Erez Alfasi <ereza@...lanox.com>
    net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages query

David Ahern <dsahern@...il.com>
    neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit

Neil Horman <nhorman@...driver.com>
    Fix memory leak in sctp_process_init

Vivien Didelot <vivien.didelot@...il.com>
    ethtool: fix potential userspace buffer overflow


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

Diffstat:

 Makefile                                        |   4 +-
 arch/mips/ath79/setup.c                         |   6 +
 arch/mips/mm/mmap.c                             |   5 +
 arch/mips/pistachio/Platform                    |   1 +
 arch/powerpc/kernel/nvram_64.c                  |   2 -
 arch/x86/power/cpu.c                            |  10 +
 arch/x86/power/hibernate_64.c                   |  33 +++
 drivers/acpi/apei/erst.c                        |   1 -
 drivers/firmware/efi/efi-pstore.c               |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c         |  19 +-
 drivers/gpu/drm/gma500/cdv_intel_lvds.c         |   3 +
 drivers/gpu/drm/gma500/intel_bios.c             |   3 +
 drivers/gpu/drm/gma500/psb_drv.h                |   1 +
 drivers/gpu/drm/i915/intel_fbc.c                |   4 +
 drivers/gpu/drm/nouveau/Kconfig                 |  13 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c           |   7 +-
 drivers/gpu/drm/radeon/radeon_display.c         |   4 +-
 drivers/i2c/busses/i2c-xiic.c                   |   5 +
 drivers/irqchip/irq-ath79-misc.c                |  11 -
 drivers/misc/genwqe/card_dev.c                  |   2 +
 drivers/misc/genwqe/card_utils.c                |   4 +
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |   4 +-
 drivers/net/ethernet/mellanox/mlx4/port.c       |   5 -
 drivers/net/phy/sfp.c                           |  24 +-
 drivers/net/usb/qmi_wwan.c                      |  39 ++-
 drivers/parisc/ccio-dma.c                       |   4 +-
 drivers/parisc/sba_iommu.c                      |   3 +-
 drivers/tty/serial/serial_core.c                |  24 +-
 drivers/xen/xenbus/xenbus_dev_frontend.c        |   4 +-
 fs/fuse/file.c                                  |   6 +-
 fs/open.c                                       |  18 ++
 fs/pstore/platform.c                            |  76 ++---
 fs/pstore/ram.c                                 |  37 ++-
 fs/read_write.c                                 |   5 +-
 include/linux/cpu.h                             |   4 +
 include/linux/fs.h                              |   4 +
 include/linux/pstore.h                          |   7 +-
 include/linux/rcupdate.h                        |   6 +-
 include/net/ip6_fib.h                           |   3 +-
 include/uapi/drm/i915_drm.h                     |   2 +-
 include/uapi/linux/fuse.h                       |   2 +
 kernel/cpu.c                                    |   4 +-
 kernel/power/hibernate.c                        |   9 +
 lib/test_firmware.c                             |  14 +-
 net/core/ethtool.c                              |   5 +-
 net/core/fib_rules.c                            |   7 +-
 net/core/neighbour.c                            |   9 +-
 net/core/pktgen.c                               |  11 +
 net/ipv6/raw.c                                  |  25 +-
 net/rds/ib_rdma.c                               |  10 +-
 net/sctp/sm_make_chunk.c                        |  13 +-
 net/sctp/sm_sideeffect.c                        |   5 +
 scripts/coccinelle/api/stream_open.cocci        | 363 ++++++++++++++++++++++++
 53 files changed, 720 insertions(+), 174 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ