All of lore.kernel.org
 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.70
Date: Mon, 18 Dec 2017 10:36:40 +0100	[thread overview]
Message-ID: <20171218093640.GA4335@kroah.com> (raw)

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

I'm announcing the release of the 4.9.70 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                                          |   23 +++----
 arch/powerpc/include/asm/checksum.h               |   17 +++--
 arch/s390/include/asm/switch_to.h                 |   19 ++---
 drivers/char/ipmi/ipmi_si_intf.c                  |   44 +++++++------
 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h         |    4 -
 drivers/md/bitmap.c                               |    9 ++
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |    1 
 drivers/net/ipvlan/ipvlan_core.c                  |    2 
 drivers/net/usb/qmi_wwan.c                        |    3 
 drivers/net/usb/usbnet.c                          |    5 +
 drivers/s390/net/qeth_core.h                      |    3 
 drivers/s390/net/qeth_core_main.c                 |   31 +++++++++
 drivers/s390/net/qeth_l2_main.c                   |    4 -
 drivers/s390/net/qeth_l3_main.c                   |   13 ++--
 drivers/usb/gadget/function/f_fs.c                |    2 
 include/linux/rculist_nulls.h                     |   38 -----------
 include/linux/usb/usbnet.h                        |    1 
 include/net/sock.h                                |    6 -
 kernel/audit.c                                    |   10 +--
 net/dccp/minisocks.c                              |    6 +
 net/ipv4/tcp_minisocks.c                          |    6 +
 net/ipv6/sit.c                                    |    1 
 net/kcm/kcmsock.c                                 |   71 +++++++---------------
 net/netfilter/core.c                              |    5 +
 net/packet/af_packet.c                            |   37 ++++-------
 net/packet/internal.h                             |    1 
 net/rds/rdma.c                                    |    2 
 net/tipc/server.c                                 |    1 
 net/tipc/udp_media.c                              |    4 -
 virt/kvm/arm/vgic/vgic-its.c                      |    2 
 30 files changed, 190 insertions(+), 181 deletions(-)

Al Viro (1):
      fix kcm_clone()

Bjørn Mork (1):
      usbnet: fix alignment for frames with no ethernet header

Debabrata Banerjee (1):
      Fix handling of verdicts after NF_QUEUE

Eric Dumazet (3):
      net/packet: fix a race in packet_bind() and packet_notifier()
      net: remove hlist_nulls_add_tail_rcu()
      tcp/dccp: block bh before arming time_wait timer

Greg Kroah-Hartman (1):
      Linux 4.9.70

Hangbin Liu (1):
      sit: update frag_off info

Heiko Carstens (1):
      s390: always save and restore all registers on context switch

Håkon Bugge (1):
      rds: Fix NULL pointer dereference in __rds_rdma_map

Jon Maloy (1):
      tipc: fix memory leak in tipc_accept_from_sock()

Julian Wiedmann (4):
      s390/qeth: fix early exit from error path
      s390/qeth: build max size GSO skbs on L2 devices
      s390/qeth: fix GSO throughput regression
      s390/qeth: fix thinko in IPv4 multicast address tracking

Keefe Liu (1):
      ipvlan: fix ipv6 outbound device

Lars Persson (1):
      stmmac: reset last TSO segment size after device open

Leon Romanovsky (1):
      RDMA/cxgb4: Annotate r2 and stag as __be32

Marc Zyngier (1):
      KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table

Masahiro Yamada (1):
      kbuild: do not call cc-option before KBUILD_CFLAGS initialization

Masamitsu Yamazaki (1):
      ipmi: Stop timers before cleaning up the module

Mike Maloney (1):
      packet: fix crash in fanout_demux_rollover()

Paul Mackerras (1):
      powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold

Paul Moore (1):
      audit: ensure that 'audit=1' actually enables audit for PID 1

Sebastian Sjoholm (1):
      net: qmi_wwan: add Quectel BG96 2c7c:0296

Tommi Rantala (1):
      tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()

Vincent Pelletier (1):
      usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping

Zdenek Kabelac (1):
      md: free unused memory after bitmap resize


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

             reply	other threads:[~2017-12-18  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18  9:36 Greg KH [this message]
2017-12-18  9:36 ` Linux 4.9.70 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=20171218093640.GA4335@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.