mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuahkh@osg.samsung.com,
	patches@kernelci.org, ben.hutchings@codethink.co.uk,
	lkft-triage@lists.linaro.org, stable@vger.kernel.org
Subject: [PATCH 4.9 00/27] 4.9.70-stable review
Date: Fri, 15 Dec 2017 10:51:43 +0100	[thread overview]
Message-ID: <20171215092257.674368056@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 4.9.70 release.
There are 27 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 Sun Dec 17 09:22:42 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.70-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 <gregkh@linuxfoundation.org>
    Linux 4.9.70-rc1

Leon Romanovsky <leon@kernel.org>
    RDMA/cxgb4: Annotate r2 and stag as __be32

Zdenek Kabelac <zkabelac@redhat.com>
    md: free unused memory after bitmap resize

Paul Moore <paul@paul-moore.com>
    audit: ensure that 'audit=1' actually enables audit for PID 1

Keefe Liu <liuqifa@huawei.com>
    ipvlan: fix ipv6 outbound device

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: do not call cc-option before KBUILD_CFLAGS initialization

Paul Mackerras <paulus@ozlabs.org>
    powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold

Marc Zyngier <marc.zyngier@arm.com>
    KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table

Al Viro <viro@ZenIV.linux.org.uk>
    fix kcm_clone()

Vincent Pelletier <plr.vincent@gmail.com>
    usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping

Heiko Carstens <heiko.carstens@de.ibm.com>
    s390: always save and restore all registers on context switch

Masamitsu Yamazaki <m-yamazaki@ah.jp.nec.com>
    ipmi: Stop timers before cleaning up the module

Debabrata Banerjee <dbanerje@akamai.com>
    Fix handling of verdicts after NF_QUEUE

Tommi Rantala <tommi.t.rantala@nokia.com>
    tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()

Julian Wiedmann <jwi@linux.vnet.ibm.com>
    s390/qeth: fix thinko in IPv4 multicast address tracking

Julian Wiedmann <jwi@linux.vnet.ibm.com>
    s390/qeth: fix GSO throughput regression

Julian Wiedmann <jwi@linux.vnet.ibm.com>
    s390/qeth: build max size GSO skbs on L2 devices

Eric Dumazet <edumazet@google.com>
    tcp/dccp: block bh before arming time_wait timer

Lars Persson <lars.persson@axis.com>
    stmmac: reset last TSO segment size after device open

Eric Dumazet <edumazet@google.com>
    net: remove hlist_nulls_add_tail_rcu()

Bjørn Mork <bjorn@mork.no>
    usbnet: fix alignment for frames with no ethernet header

Eric Dumazet <edumazet@google.com>
    net/packet: fix a race in packet_bind() and packet_notifier()

Mike Maloney <maloney@google.com>
    packet: fix crash in fanout_demux_rollover()

Hangbin Liu <liuhangbin@gmail.com>
    sit: update frag_off info

Håkon Bugge <Haakon.Bugge@oracle.com>
    rds: Fix NULL pointer dereference in __rds_rdma_map

Jon Maloy <jon.maloy@ericsson.com>
    tipc: fix memory leak in tipc_accept_from_sock()

Julian Wiedmann <jwi@linux.vnet.ibm.com>
    s390/qeth: fix early exit from error path

Sebastian Sjoholm <ssjoholm@mac.com>
    net: qmi_wwan: add Quectel BG96 2c7c:0296


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

Diffstat:

 Makefile                                          | 25 ++++----
 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, 191 insertions(+), 182 deletions(-)

             reply	other threads:[~2017-12-15  9:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15  9:51 Greg Kroah-Hartman [this message]
2017-12-15  9:51 ` [PATCH 4.9 02/27] s390/qeth: fix early exit from error path Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 03/27] tipc: fix memory leak in tipc_accept_from_sock() Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 05/27] sit: update frag_off info Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 06/27] packet: fix crash in fanout_demux_rollover() Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 07/27] net/packet: fix a race in packet_bind() and packet_notifier() Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 10/27] stmmac: reset last TSO segment size after device open Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 12/27] s390/qeth: build max size GSO skbs on L2 devices Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 13/27] s390/qeth: fix GSO throughput regression Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 14/27] s390/qeth: fix thinko in IPv4 multicast address tracking Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 15/27] tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() Greg Kroah-Hartman
2017-12-15  9:51 ` [PATCH 4.9 16/27] Fix handling of verdicts after NF_QUEUE Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 17/27] ipmi: Stop timers before cleaning up the module Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 18/27] s390: always save and restore all registers on context switch Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 19/27] usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 20/27] fix kcm_clone() Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 21/27] KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 22/27] powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 23/27] kbuild: do not call cc-option before KBUILD_CFLAGS initialization Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 24/27] ipvlan: fix ipv6 outbound device Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 25/27] audit: ensure that audit=1 actually enables audit for PID 1 Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 26/27] md: free unused memory after bitmap resize Greg Kroah-Hartman
2017-12-15  9:52 ` [PATCH 4.9 27/27] RDMA/cxgb4: Annotate r2 and stag as __be32 Greg Kroah-Hartman
2017-12-15 17:40 ` [PATCH 4.9 00/27] 4.9.70-stable review Guenter Roeck
2017-12-15 21:12 ` Shuah Khan
2017-12-16  5:55 ` Naresh Kamboju

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=20171215092257.674368056@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=ben.hutchings@codethink.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=shuahkh@osg.samsung.com \
    --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

Powered by JetHome