linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.65
Date: Fri, 24 Nov 2017 09:15:56 +0100	[thread overview]
Message-ID: <20171124081556.GA29333@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4082 bytes --]

I'm announcing the release of the 4.9.65 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                              |    2 +-
 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 ++++++++++++++++++---------
 mm/pagewalk.c                         |    6 +++++-
 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 +++
 28 files changed, 107 insertions(+), 68 deletions(-)

Adam Wallis (1):
      dmaengine: dmatest: warn user when dma test times out

Andrey Konovalov (1):
      net: usb: asix: fill null-ptr-deref in asix_suspend

Bjørn Mork (2):
      net: cdc_ether: fix divide by 0 on bad descriptors
      net: qmi_wwan: fix divide by 0 on bad descriptors

Changwei Ge (1):
      ocfs2: fix cluster hang after a node dies

Cong Wang (1):
      vlan: fix a use-after-free in vlan_device_event()

Corey Minyard (1):
      ipmi: fix unsigned long underflow

Eric Biggers (1):
      crypto: dh - Fix double free of ctx->p

Eric Dumazet (1):
      tcp: do not mangle skb->cb[] in tcp_make_synack()

Eric W. Biederman (1):
      net/sctp: Always set scope_id in sctp_inet6_skb_msgname

Greg Kroah-Hartman (1):
      Linux 4.9.65

Hangbin Liu (1):
      bonding: discard lowest hash bit for 802.3ad layer3+4

Huacai Chen (1):
      fealnx: Fix building error on MIPS

Jan Harkes (1):
      coda: fix 'kernel memory exposure attempt' in fsync

Jann Horn (1):
      mm/pagewalk.c: report holes in hugetlb ranges

Jason A. Donenfeld (1):
      af_netlink: ensure that NLMSG_DONE never fails in dumps

Jeff Barnhill (1):
      net: vrf: correct FRA_L3MDEV encode type

Ji-Ze Hong (Peter Hong) (1):
      serial: 8250_fintek: Fix finding base_port with activated SuperIO

Konstantin Khlebnikov (1):
      tcp_nv: fix division by zero in tcpnv_acked()

Kristian Evensen (1):
      qmi_wwan: Add missing skb_reset_mac_header-call

Lukas Wunner (1):
      serial: omap: Fix EFR write on RTS deassertion

Pavel Tatashin (1):
      mm/page_alloc.c: broken deferred calculation

Roberto Sassu (1):
      ima: do not update security.ima if appraisal status is not INTEGRITY_PASS

Tudor-Dan Ambarus (1):
      crypto: dh - fix memleak in setkey

Xin Long (1):
      sctp: do not peel off an assoc from one netns to another one

Ye Yin (1):
      netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed

alex chen (1):
      ocfs2: should wait dio before inode lock in ocfs2_setattr()


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-11-24  8:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-24  8:15 Greg KH [this message]
2017-11-24  8:16 ` Linux 4.9.65 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171124081556.GA29333@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).