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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180508074008.800421598@linuxfoundation.org>
Date:   Tue,  8 May 2018 10:10:40 +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.9 00/32] 4.9.99-stable review

This is the start of the stable review cycle for the 4.9.99 release.
There are 32 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 Thu May 10 07:39:44 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.9.99-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.9.y
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 4.9.99-rc1

Heiko Carstens <heiko.carstens@...ibm.com>
    s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT

João Paulo Rechi Vita <jprvita@...il.com>
    platform/x86: asus-wireless: Fix NULL pointer dereference

Bin Liu <b-liu@...com>
    usb: musb: trace: fix NULL pointer dereference in musb_g_tx()

Bin Liu <b-liu@...com>
    usb: musb: host: fix potential NULL pointer dereference

SZ Lin (林上智) <sz.lin@...a.com>
    USB: serial: option: adding support for ublox R410M

Johan Hovold <johan@...nel.org>
    USB: serial: option: reimplement interface masking

Alan Stern <stern@...land.harvard.edu>
    USB: Accept bulk endpoints with 1024-byte maxpacket

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    USB: serial: visor: handle potential invalid device configuration

Ben Hutchings <ben.hutchings@...ethink.co.uk>
    test_firmware: fix setting old custom fw path back on exit, second try

Sean Paul <seanpaul@...omium.org>
    drm/bridge: vga-dac: Fix edid memory leak

Thomas Hellstrom <thellstrom@...are.com>
    drm/vmwgfx: Fix a buffer object leak

Sebastian Sanchez <sebastian.sanchez@...el.com>
    IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used

Danit Goldberg <danitg@...lanox.com>
    IB/mlx5: Use unlimited rate when static rate is not supported

SZ Lin (林上智) <sz.lin@...a.com>
    NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2

Leon Romanovsky <leonro@...lanox.com>
    RDMA/mlx5: Protect from shift operand overflow

Roland Dreier <roland@...estorage.com>
    RDMA/ucma: Allow resolving address w/o specifying source address

Raju Rangoju <rajur@...lsio.com>
    RDMA/cxgb4: release hw resources on device removal

Darrick J. Wong <darrick.wong@...cle.com>
    xfs: prevent creating negative-sized file via INSERT_RANGE

Vittorio Gambaletta (VittGam) <linuxbugs@...tgam.net>
    Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro

Dmitry Torokhov <dmitry.torokhov@...il.com>
    Input: leds - fix out of bound access

Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
    tracepoint: Do not warn on ENOMEM

Takashi Iwai <tiwai@...e.de>
    ALSA: aloop: Add missing cable lock to ctl API callbacks

Robert Rosengren <robert.rosengren@...s.com>
    ALSA: aloop: Mark paused device as inactive

Takashi Iwai <tiwai@...e.de>
    ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()

Takashi Iwai <tiwai@...e.de>
    ALSA: pcm: Check PCM state at xfern compat ioctl

Kristian Evensen <kristian.evensen@...il.com>
    USB: serial: option: Add support for Quectel EP06

Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
    serial: imx: ensure UCR3 and UFCR are setup correctly

LEROY Christophe <christophe.leroy@....fr>
    crypto: talitos - fix IPsec cipher in length

Marc Zyngier <marc.zyngier@....com>
    arm/arm64: KVM: Add PSCI version selection API

Teng Qin <qinteng@...com>
    bpf: map_get_next_key to return first key on NULL

Tejun Heo <tj@...nel.org>
    percpu: include linux/sched.h for cond_resched()

Tan Xiaojun <tanxiaojun@...wei.com>
    perf/core: Fix the perf_cpu_time_max_percent check


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

Diffstat:

 Documentation/virtual/kvm/api.txt                 |   9 +-
 Documentation/virtual/kvm/arm/psci.txt            |  30 ++
 Makefile                                          |   4 +-
 arch/arm/include/asm/kvm_host.h                   |   3 +
 arch/arm/include/uapi/asm/kvm.h                   |   6 +
 arch/arm/kvm/guest.c                              |  13 +
 arch/arm/kvm/psci.c                               |  60 +++
 arch/arm64/include/asm/kvm_host.h                 |   3 +
 arch/arm64/include/uapi/asm/kvm.h                 |   6 +
 arch/arm64/kvm/guest.c                            |  14 +-
 arch/s390/include/asm/facility.h                  |   2 +-
 drivers/crypto/talitos.c                          |  41 +-
 drivers/gpu/drm/bridge/dumb-vga-dac.c             |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               |   1 +
 drivers/infiniband/core/ucma.c                    |   2 +-
 drivers/infiniband/hw/cxgb4/device.c              |   9 +-
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h            |   4 +
 drivers/infiniband/hw/cxgb4/resource.c            |  26 +-
 drivers/infiniband/hw/hfi1/init.c                 |   2 +
 drivers/infiniband/hw/hfi1/pcie.c                 |   3 -
 drivers/infiniband/hw/mlx5/qp.c                   |  22 +-
 drivers/input/input-leds.c                        |   8 +-
 drivers/input/touchscreen/atmel_mxt_ts.c          |   9 +
 drivers/net/usb/qmi_wwan.c                        |   1 +
 drivers/platform/x86/asus-wireless.c              |   4 +-
 drivers/tty/serial/imx.c                          |  14 +-
 drivers/usb/core/config.c                         |   4 +-
 drivers/usb/musb/musb_gadget.c                    |   3 +-
 drivers/usb/musb/musb_host.c                      |   4 +-
 drivers/usb/serial/option.c                       | 448 ++++++++--------------
 drivers/usb/serial/visor.c                        |  69 ++--
 fs/xfs/xfs_file.c                                 |  14 +-
 include/kvm/arm_psci.h                            |  16 +-
 kernel/bpf/arraymap.c                             |   2 +-
 kernel/bpf/hashtab.c                              |   9 +-
 kernel/bpf/syscall.c                              |  20 +-
 kernel/events/core.c                              |   2 +-
 kernel/tracepoint.c                               |   4 +-
 mm/percpu.c                                       |   1 +
 sound/core/pcm_compat.c                           |   2 +
 sound/core/seq/seq_virmidi.c                      |   4 +-
 sound/drivers/aloop.c                             |  29 +-
 tools/testing/selftests/firmware/fw_filesystem.sh |   6 +-
 43 files changed, 530 insertions(+), 407 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ