This is the start of the stable review cycle for the 4.15.15 release.
There are 47 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 Sat Mar 31 17:57:05 UTC 2018.
Anything received after that time might be too late.

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

thanks,

greg k-h

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

Greg Kroah-Hartman <[email protected]>
    Linux 4.15.15-rc1

Arkadi Sharshevsky <[email protected]>
    team: Fix double free in error path

Vinicius Costa Gomes <[email protected]>
    skbuff: Fix not waking applications when errors are enqueued

Michal Kalderon <[email protected]>
    qede: Fix qedr link update

Florian Fainelli <[email protected]>
    net: systemport: Rewrite __bcm_sysport_tx_reclaim()

David Ahern <[email protected]>
    net: Only honor ifindex in IP_PKTINFO if non-0

Nicolas Dichtel <[email protected]>
    netlink: avoid a double skb free in genlmsg_mcast()

Arvind Yadav <[email protected]>
    net/iucv: Free memory obtained by kzalloc

Florian Fainelli <[email protected]>
    net: fec: Fix unbalanced PM runtime calls

SZ Lin (林上智) <[email protected]>
    net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY 
interface

Christophe JAILLET <[email protected]>
    net: ethernet: arc: Fix a potential memory leak if an optional regulator is 
deferred

Eric Dumazet <[email protected]>
    l2tp: do not accept arbitrary sockets

Lorenzo Bianconi <[email protected]>
    ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()

Alexey Kodanev <[email protected]>
    dccp: check sk for closed state in dccp_sendmsg()

Camelia Groza <[email protected]>
    dpaa_eth: remove duplicate increment of the tx_errors counter

Camelia Groza <[email protected]>
    dpaa_eth: increment the RX dropped counter when needed

Camelia Groza <[email protected]>
    dpaa_eth: remove duplicate initialization

Madalin Bucur <[email protected]>
    dpaa_eth: fix error in dpaa_remove()

Madalin Bucur <[email protected]>
    soc/fsl/qbman: fix issue in qman_delete_cgr_safe()

Julian Wiedmann <[email protected]>
    s390/qeth: on channel error, reject further cmd requests

Julian Wiedmann <[email protected]>
    s390/qeth: lock read device while queueing next buffer

Julian Wiedmann <[email protected]>
    s390/qeth: when thread completes, wake up all waiters

Julian Wiedmann <[email protected]>
    s390/qeth: free netdevice when removing a card

Kirill Tkhai <[email protected]>
    net: Fix hlist corruptions in inet_evict_bucket()

Eric Dumazet <[email protected]>
    net: use skb_to_full_sk() in skb_update_prio()

Eric Dumazet <[email protected]>
    ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()

Alexey Kodanev <[email protected]>
    sch_netem: fix skb leak in netem_enqueue()

Tom Herbert <[email protected]>
    kcm: lock lower socket in kcm_attach

Paul Blakey <[email protected]>
    test_rhashtable: add test case for rhltable with duplicate objects

Paul Blakey <[email protected]>
    rhashtable: Fix rhlist duplicates insertion

Guillaume Nault <[email protected]>
    ppp: avoid loop in xmit recursion detection code

Roman Mashak <[email protected]>
    net sched actions: return explicit error when tunnel_key mode is not 
specified

Stefano Brivio <[email protected]>
    ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes

Brad Mouring <[email protected]>
    net: phy: Tell caller result of phy_change()

Ido Schimmel <[email protected]>
    mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic

David Lebrun <[email protected]>
    ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state

David Lebrun <[email protected]>
    ipv6: sr: fix NULL pointer dereference when setting encap source address

Stefano Brivio <[email protected]>
    ipv6: old_dport should be a __be16 in __ip6_datagram_connect()

Paolo Abeni <[email protected]>
    net: ipv6: keep sk status consistent after datagram connect failure

Shannon Nelson <[email protected]>
    macvlan: filter out unsupported feature flags

Arkadi Sharshevsky <[email protected]>
    devlink: Remove redundant free on error path

Grygorii Strashko <[email protected]>
    net: phy: relax error checking when creating sysfs link netdev->phydev

Grygorii Strashko <[email protected]>
    sysfs: symlink: export sysfs_create_link_nowarn()

Michal Kalderon <[email protected]>
    qed: Fix non TCP packets should be dropped on iWARP ll2 connection

Soheil Hassas Yeganeh <[email protected]>
    tcp: purge write queue upon aborting the connection

Michal Kalderon <[email protected]>
    qed: Fix MPA unalign flow in case header is split across two packets.

zhangliping <[email protected]>
    openvswitch: meter: fix the incorrect calculation of max delta_t

Florian Fainelli <[email protected]>
    net: dsa: Fix dsa_is_user_port() test inversion


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

Diffstat:

 Makefile                                           |   4 +-
 drivers/net/ethernet/arc/emac_rockchip.c           |   6 +-
 drivers/net/ethernet/broadcom/bcmsysport.c         |  33 ++--
 drivers/net/ethernet/broadcom/bcmsysport.h         |   2 +-
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c     |   8 +-
 drivers/net/ethernet/freescale/fec_main.c          |   2 +
 .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c |  12 +-
 drivers/net/ethernet/qlogic/qed/qed_iwarp.c        |  17 +-
 drivers/net/ethernet/qlogic/qede/qede_main.c       |   4 +-
 drivers/net/ethernet/ti/cpsw.c                     |   3 +-
 drivers/net/macvlan.c                              |   2 +-
 drivers/net/phy/phy.c                              | 173 ++++++++++-----------
 drivers/net/phy/phy_device.c                       |  15 +-
 drivers/net/ppp/ppp_generic.c                      |  26 ++--
 drivers/net/team/team.c                            |   4 +-
 drivers/s390/net/qeth_core_main.c                  |  21 ++-
 drivers/s390/net/qeth_l2_main.c                    |   2 +-
 drivers/s390/net/qeth_l3_main.c                    |   2 +-
 drivers/soc/fsl/qbman/qman.c                       |  28 +---
 fs/sysfs/symlink.c                                 |   1 +
 include/linux/cgroup-defs.h                        |   4 +-
 include/linux/phy.h                                |   1 -
 include/linux/rhashtable.h                         |   4 +-
 include/net/sch_generic.h                          |  19 +++
 lib/rhashtable.c                                   |   4 +-
 lib/test_rhashtable.c                              | 134 ++++++++++++++++
 net/core/dev.c                                     |  22 ++-
 net/core/devlink.c                                 |  16 +-
 net/core/skbuff.c                                  |   2 +-
 net/dccp/proto.c                                   |   5 +
 net/dsa/legacy.c                                   |   2 +-
 net/ieee802154/6lowpan/core.c                      |  12 +-
 net/ipv4/inet_fragment.c                           |   3 +
 net/ipv4/ip_sockglue.c                             |   6 +-
 net/ipv4/tcp.c                                     |   1 +
 net/ipv4/tcp_timer.c                               |   1 +
 net/ipv6/datagram.c                                |  21 ++-
 net/ipv6/ndisc.c                                   |   3 +-
 net/ipv6/route.c                                   |  71 +++++----
 net/ipv6/seg6_iptunnel.c                           |   7 +-
 net/iucv/af_iucv.c                                 |   4 +-
 net/kcm/kcmsock.c                                  |  33 ++--
 net/l2tp/l2tp_core.c                               |   8 +-
 net/netlink/genetlink.c                            |   2 +-
 net/openvswitch/meter.c                            |  12 +-
 net/sched/act_tunnel_key.c                         |   1 +
 net/sched/sch_netem.c                              |   2 +-
 47 files changed, 501 insertions(+), 264 deletions(-)


Reply via email to