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:   Mon, 28 Aug 2017 10:05:44 +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, shuahkh@....samsung.com, patches@...nelci.org,
        ben.hutchings@...ethink.co.uk, stable@...r.kernel.org
Subject: [PATCH 3.18 00/22] 3.18.68-stable review

This is the start of the stable review cycle for the 3.18.68 release.
There are 22 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 Aug 30 08:04:22 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.68-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-3.18.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

James Morse <james.morse@....com>
    ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal

Charles Milette <charlesmilette@...il.com>
    staging: rtl8188eu: add RNX-N150NUB support

Dragos Bogdan <dragos.bogdan@...log.com>
    iio: imu: adis16480: Fix acceleration scale factor for adis16480

Jeffy Chen <jeffy.chen@...k-chips.com>
    Bluetooth: bnep: fix possible might sleep error in bnep_session

Jeffy Chen <jeffy.chen@...k-chips.com>
    Bluetooth: cmtp: fix possible might sleep error in cmtp_session

Jeffy Chen <jeffy.chen@...k-chips.com>
    Bluetooth: hidp: fix possible might sleep error in hidp_session_thread

Mark Rutland <mark.rutland@....com>
    perf/core: Fix group {cpu,task} validation

Chuck Lever <chuck.lever@...cle.com>
    nfsd: Limit end of page list when decoding NFSv4 WRITE

Ronnie Sahlberg <lsahlber@...hat.com>
    cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()

Sachin Prabhu <sprabhu@...hat.com>
    cifs: Fix df output for users with quota limits

Steven Rostedt (VMware) <rostedt@...dmis.org>
    tracing: Fix freeing of filter in create_filter() when set_str is false

Chris Wilson <chris@...is-wilson.co.uk>
    drm: Release driver tracking before making the object available again

Takashi Iwai <tiwai@...e.de>
    ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)

Takashi Iwai <tiwai@...e.de>
    ALSA: core: Fix unexpected error at replacing user TLV

Aaron Ma <aaron.ma@...onical.com>
    Input: trackpoint - add new trackpoint firmware ID

Konstantin Khlebnikov <khlebnikov@...dex-team.ru>
    net_sched: fix order of queue length updates in qdisc_replace()

Xin Long <lucien.xin@...il.com>
    net: sched: fix NULL pointer dereference when action calls some targets

Colin Ian King <colin.king@...onical.com>
    irda: do not leak initialized list.dev to userspace

Neal Cardwell <ncardwell@...gle.com>
    tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP

Alexander Potapenko <glider@...gle.com>
    sctp: fully initialize the IPv6 address in sctp_v6_to_addr()

Eric Dumazet <edumazet@...gle.com>
    dccp: defer ccid_hc_tx_delete() at dismantle time

Eric Dumazet <edumazet@...gle.com>
    dccp: purge write queue in dccp_destroy_sock()


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

Diffstat:

 Makefile                                    |  4 +--
 drivers/acpi/apei/ghes.c                    |  1 +
 drivers/gpu/drm/drm_gem.c                   |  6 ++---
 drivers/iio/imu/adis16480.c                 |  2 +-
 drivers/input/mouse/trackpoint.c            |  3 ++-
 drivers/input/mouse/trackpoint.h            |  3 ++-
 drivers/staging/rtl8188eu/os_dep/usb_intf.c |  1 +
 fs/cifs/dir.c                               | 18 ++++++++-----
 fs/cifs/smb2pdu.c                           |  4 +--
 fs/nfsd/nfs4xdr.c                           |  6 ++---
 include/net/sch_generic.h                   |  5 +++-
 kernel/events/core.c                        | 39 ++++++++++++++---------------
 kernel/trace/trace_events_filter.c          |  4 +++
 net/bluetooth/bnep/core.c                   | 11 ++++----
 net/bluetooth/cmtp/core.c                   | 17 +++++++------
 net/bluetooth/hidp/core.c                   | 33 ++++++++++++++++--------
 net/dccp/proto.c                            | 19 +++++++++-----
 net/ipv4/tcp_input.c                        |  3 +--
 net/irda/af_irda.c                          |  2 +-
 net/sched/act_ipt.c                         |  2 ++
 net/sctp/ipv6.c                             |  2 ++
 sound/core/control.c                        |  2 +-
 sound/pci/hda/patch_conexant.c              |  1 +
 23 files changed, 113 insertions(+), 75 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ