lkml.org 
[lkml]   [2018]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.15.15
I'm announcing the release of the 4.15.15 kernel.

All users of the 4.15 kernel series must upgrade.

The updated 4.15.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.15.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
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
drivers/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, 500 insertions(+), 263 deletions(-)

Alexey Kodanev (2):
sch_netem: fix skb leak in netem_enqueue()
dccp: check sk for closed state in dccp_sendmsg()

Arkadi Sharshevsky (2):
devlink: Remove redundant free on error path
team: Fix double free in error path

Arvind Yadav (1):
net/iucv: Free memory obtained by kzalloc

Brad Mouring (1):
net: phy: Tell caller result of phy_change()

Camelia Groza (3):
dpaa_eth: remove duplicate initialization
dpaa_eth: increment the RX dropped counter when needed
dpaa_eth: remove duplicate increment of the tx_errors counter

Christophe JAILLET (1):
net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferred

David Ahern (1):
net: Only honor ifindex in IP_PKTINFO if non-0

David Lebrun (2):
ipv6: sr: fix NULL pointer dereference when setting encap source address
ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state

Eric Dumazet (3):
ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
net: use skb_to_full_sk() in skb_update_prio()
l2tp: do not accept arbitrary sockets

Florian Fainelli (3):
net: dsa: Fix dsa_is_user_port() test inversion
net: fec: Fix unbalanced PM runtime calls
net: systemport: Rewrite __bcm_sysport_tx_reclaim()

Greg Kroah-Hartman (1):
Linux 4.15.15

Grygorii Strashko (2):
sysfs: symlink: export sysfs_create_link_nowarn()
net: phy: relax error checking when creating sysfs link netdev->phydev

Guillaume Nault (1):
ppp: avoid loop in xmit recursion detection code

Ido Schimmel (1):
mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic

Julian Wiedmann (4):
s390/qeth: free netdevice when removing a card
s390/qeth: when thread completes, wake up all waiters
s390/qeth: lock read device while queueing next buffer
s390/qeth: on channel error, reject further cmd requests

Kirill Tkhai (1):
net: Fix hlist corruptions in inet_evict_bucket()

Lorenzo Bianconi (1):
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()

Madalin Bucur (2):
soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
dpaa_eth: fix error in dpaa_remove()

Michal Kalderon (3):
qed: Fix MPA unalign flow in case header is split across two packets.
qed: Fix non TCP packets should be dropped on iWARP ll2 connection
qede: Fix qedr link update

Nicolas Dichtel (1):
netlink: avoid a double skb free in genlmsg_mcast()

Paolo Abeni (1):
net: ipv6: keep sk status consistent after datagram connect failure

Paul Blakey (2):
rhashtable: Fix rhlist duplicates insertion
test_rhashtable: add test case for rhltable with duplicate objects

Roman Mashak (1):
net sched actions: return explicit error when tunnel_key mode is not specified

SZ Lin (林上智) (1):
net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface

Shannon Nelson (1):
macvlan: filter out unsupported feature flags

Soheil Hassas Yeganeh (1):
tcp: purge write queue upon aborting the connection

Stefano Brivio (2):
ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes

Tom Herbert (1):
kcm: lock lower socket in kcm_attach

Vinicius Costa Gomes (1):
skbuff: Fix not waking applications when errors are enqueued

zhangliping (1):
openvswitch: meter: fix the incorrect calculation of max delta_t

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-03-31 18:16    [W:1.165 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site