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]
Date:   Mon, 14 May 2018 08:48:05 +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.4 00/56] 4.4.132-stable review

This is the start of the stable review cycle for the 4.4.132 release.
There are 56 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 May 16 06:47:39 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.4.132-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Peter Zijlstra <peterz@...radead.org>
    perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()

Peter Zijlstra <peterz@...radead.org>
    perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]

Peter Zijlstra <peterz@...radead.org>
    perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver

Peter Zijlstra <peterz@...radead.org>
    perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr

Peter Zijlstra <peterz@...radead.org>
    perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*

Masami Hiramatsu <mhiramat@...nel.org>
    tracing/uprobe_event: Fix strncpy corner case

Hans de Goede <hdegoede@...hat.com>
    Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"

Gustavo A. R. Silva <gustavo@...eddedor.com>
    atm: zatm: Fix potential Spectre v1

Gustavo A. R. Silva <gustavo@...eddedor.com>
    net: atm: Fix potential Spectre v1

Jimmy Assarsson <extja@...ser.com>
    can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()

Steven Rostedt (VMware) <rostedt@...dmis.org>
    tracing: Fix regex_match_front() to not over compare the test string

Hans de Goede <hdegoede@...hat.com>
    libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs

Johan Hovold <johan@...nel.org>
    rfkill: gpio: fix memory leak in probe error path

Yi Zhao <yi.zhao@...driver.com>
    xfrm_user: fix return value from xfrm_user_rcv_msg

Wei Fang <fangwei1@...wei.com>
    f2fs: fix a dead loop in f2fs_fiemap()

Jan Kara <jack@...e.cz>
    bdi: Fix oops in wb_workfn()

Eric Dumazet <edumazet@...gle.com>
    tcp: fix TCP_REPAIR_QUEUE bound checking

Jiri Olsa <jolsa@...nel.org>
    perf: Remove superfluous allocation error check

Eric Dumazet <edumazet@...gle.com>
    soreuseport: initialise timewait reuseport field

Eric Dumazet <edumazet@...gle.com>
    dccp: initialize ireq->ir_mark

Eric Dumazet <edumazet@...gle.com>
    net: fix uninit-value in __hw_addr_add_ex()

Eric Dumazet <edumazet@...gle.com>
    net: initialize skb->peeked when cloning

Eric Dumazet <edumazet@...gle.com>
    net: fix rtnh_ok()

Eric Dumazet <edumazet@...gle.com>
    netlink: fix uninit-value in netlink_sendmsg

Eric Dumazet <edumazet@...gle.com>
    crypto: af_alg - fix possible uninit-value in alg_bind()

Julian Anastasov <ja@....bg>
    ipvs: fix rtnl_lock lockups caused by start_sync_thread

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

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

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

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

Markus Pargmann <mpa@...gutronix.de>
    gpmi-nand: Handle ECC Errors in erased pages

Vasanthakumar Thiagarajan <vthiagar@....qualcomm.com>
    ath10k: rebuild crypto header in rx data frames

Vasanthakumar Thiagarajan <vthiagar@....qualcomm.com>
    ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap mode

David Spinadel <david.spinadel@...el.com>
    mac80211: Add RX flag to indicate ICV stripped

Sara Sharon <sara.sharon@...el.com>
    mac80211: allow same PN for AMSDU sub-frames

Sara Sharon <sara.sharon@...el.com>
    mac80211: allow not sending MIC up from driver for HW crypto

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

Alexander Yarygin <yarygin@...ux.vnet.ibm.com>
    KVM: s390: Enable all facility bits that are known good for passthrough

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

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


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

Diffstat:

 Makefile                                          |   4 +-
 arch/s390/kvm/kvm-s390.c                          |   4 +-
 arch/x86/kernel/cpu/perf_event.c                  |   8 +-
 arch/x86/kernel/cpu/perf_event_intel_cstate.c     |   2 +
 arch/x86/kernel/cpu/perf_event_msr.c              |   9 +-
 crypto/af_alg.c                                   |   8 +-
 drivers/ata/libata-core.c                         |   3 +
 drivers/atm/zatm.c                                |   3 +
 drivers/bluetooth/btusb.c                         |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               |   1 +
 drivers/infiniband/core/ucma.c                    |   2 +-
 drivers/infiniband/hw/mlx5/qp.c                   |  22 +-
 drivers/input/input-leds.c                        |   8 +-
 drivers/input/touchscreen/atmel_mxt_ts.c          |   9 +
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c            |  78 +++-
 drivers/net/can/usb/kvaser_usb.c                  |   2 +-
 drivers/net/usb/qmi_wwan.c                        |   1 +
 drivers/net/wireless/ath/ath10k/core.c            |   8 +
 drivers/net/wireless/ath/ath10k/core.h            |   4 +
 drivers/net/wireless/ath/ath10k/htt_rx.c          | 100 ++++-
 drivers/net/wireless/ath/wcn36xx/txrx.c           |   2 +-
 drivers/usb/core/config.c                         |   4 +-
 drivers/usb/musb/musb_host.c                      |   4 +-
 drivers/usb/serial/option.c                       | 448 ++++++++--------------
 drivers/usb/serial/visor.c                        |  69 ++--
 fs/f2fs/data.c                                    |   2 +-
 fs/fs-writeback.c                                 |   2 +-
 fs/xfs/xfs_file.c                                 |  14 +-
 include/net/inet_timewait_sock.h                  |   1 +
 include/net/mac80211.h                            |  14 +-
 include/net/nexthop.h                             |   2 +-
 kernel/bpf/arraymap.c                             |   2 +-
 kernel/bpf/hashtab.c                              |   9 +-
 kernel/bpf/syscall.c                              |  20 +-
 kernel/events/callchain.c                         |  10 +-
 kernel/events/core.c                              |   2 +-
 kernel/events/ring_buffer.c                       |   7 +-
 kernel/trace/trace_events_filter.c                |   3 +
 kernel/trace/trace_uprobe.c                       |   2 +
 kernel/tracepoint.c                               |   4 +-
 mm/percpu.c                                       |   1 +
 net/atm/lec.c                                     |   9 +-
 net/core/dev_addr_lists.c                         |   4 +-
 net/core/skbuff.c                                 |   1 +
 net/dccp/ipv4.c                                   |   1 +
 net/dccp/ipv6.c                                   |   1 +
 net/ipv4/inet_timewait_sock.c                     |   1 +
 net/ipv4/tcp.c                                    |   2 +-
 net/mac80211/util.c                               |   5 +-
 net/mac80211/wep.c                                |   3 +-
 net/mac80211/wpa.c                                |  45 ++-
 net/netfilter/ipvs/ip_vs_ctl.c                    |   8 -
 net/netfilter/ipvs/ip_vs_sync.c                   | 155 ++++----
 net/netlink/af_netlink.c                          |   2 +
 net/rfkill/rfkill-gpio.c                          |   7 +-
 net/xfrm/xfrm_user.c                              |   2 +-
 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 +-
 60 files changed, 656 insertions(+), 531 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ