This is the start of the stable review cycle for the 4.9.65 release.
There are 25 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 Fri Nov 24 10:11:07 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/v4.x/stable-review/patch-4.9.65-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 <gre...@linuxfoundation.org>
    Linux 4.9.65-rc1

Jan Harkes <jahar...@cs.cmu.edu>
    coda: fix 'kernel memory exposure attempt' in fsync

Pavel Tatashin <pasha.tatas...@oracle.com>
    mm/page_alloc.c: broken deferred calculation

Corey Minyard <cminy...@mvista.com>
    ipmi: fix unsigned long underflow

alex chen <alex.c...@huawei.com>
    ocfs2: should wait dio before inode lock in ocfs2_setattr()

Changwei Ge <ge.chang...@h3c.com>
    ocfs2: fix cluster hang after a node dies

Adam Wallis <awal...@codeaurora.org>
    dmaengine: dmatest: warn user when dma test times out

Ji-Ze Hong (Peter Hong) <hpe...@gmail.com>
    serial: 8250_fintek: Fix finding base_port with activated SuperIO

Lukas Wunner <lu...@wunner.de>
    serial: omap: Fix EFR write on RTS deassertion

Roberto Sassu <roberto.sa...@huawei.com>
    ima: do not update security.ima if appraisal status is not INTEGRITY_PASS

Eric Biggers <ebigg...@google.com>
    crypto: dh - Fix double free of ctx->p

Tudor-Dan Ambarus <tudor.amba...@microchip.com>
    crypto: dh - fix memleak in setkey

Eric W. Biederman <ebied...@xmission.com>
    net/sctp: Always set scope_id in sctp_inet6_skb_msgname

Huacai Chen <che...@lemote.com>
    fealnx: Fix building error on MIPS

Xin Long <lucien....@gmail.com>
    sctp: do not peel off an assoc from one netns to another one

Jason A. Donenfeld <ja...@zx2c4.com>
    af_netlink: ensure that NLMSG_DONE never fails in dumps

Cong Wang <xiyou.wangc...@gmail.com>
    vlan: fix a use-after-free in vlan_device_event()

Andrey Konovalov <andreyk...@google.com>
    net: usb: asix: fill null-ptr-deref in asix_suspend

Kristian Evensen <kristian.even...@gmail.com>
    qmi_wwan: Add missing skb_reset_mac_header-call

Bjørn Mork <bj...@mork.no>
    net: qmi_wwan: fix divide by 0 on bad descriptors

Bjørn Mork <bj...@mork.no>
    net: cdc_ether: fix divide by 0 on bad descriptors

Hangbin Liu <liuhang...@gmail.com>
    bonding: discard lowest hash bit for 802.3ad layer3+4

Ye Yin <hust...@gmail.com>
    netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed

Eric Dumazet <eduma...@google.com>
    tcp: do not mangle skb->cb[] in tcp_make_synack()

Jeff Barnhill <0xeff...@gmail.com>
    net: vrf: correct FRA_L3MDEV encode type

Konstantin Khlebnikov <khlebni...@yandex-team.ru>
    tcp_nv: fix division by zero in tcpnv_acked()


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

Diffstat:

 Makefile                              |  4 ++--
 crypto/dh.c                           | 34 +++++++++++++++-------------------
 drivers/char/ipmi/ipmi_msghandler.c   | 10 ++++++----
 drivers/dma/dmatest.c                 |  1 +
 drivers/net/bonding/bond_main.c       |  2 +-
 drivers/net/ethernet/fealnx.c         |  6 +++---
 drivers/net/usb/asix_devices.c        |  4 ++--
 drivers/net/usb/cdc_ether.c           |  2 +-
 drivers/net/usb/qmi_wwan.c            |  3 ++-
 drivers/net/vrf.c                     |  2 +-
 drivers/tty/serial/8250/8250_fintek.c |  3 +++
 drivers/tty/serial/omap-serial.c      |  2 +-
 fs/coda/upcall.c                      |  3 +--
 fs/ocfs2/dlm/dlmrecovery.c            |  1 +
 fs/ocfs2/file.c                       |  9 +++++++--
 include/linux/mmzone.h                |  3 ++-
 include/linux/skbuff.h                |  7 +++++++
 mm/page_alloc.c                       | 27 ++++++++++++++++++---------
 net/8021q/vlan.c                      |  6 +++---
 net/core/skbuff.c                     |  1 +
 net/ipv4/tcp_nv.c                     |  2 +-
 net/ipv4/tcp_output.c                 |  9 ++-------
 net/netlink/af_netlink.c              | 17 +++++++++++------
 net/netlink/af_netlink.h              |  1 +
 net/sctp/ipv6.c                       |  5 +++--
 net/sctp/socket.c                     |  4 ++++
 security/integrity/ima/ima_appraise.c |  3 +++
 27 files changed, 103 insertions(+), 68 deletions(-)


Reply via email to