Re: Linux 5.2.8

2019-08-09 Thread Bhaskar Chowdhury
): net: stmmac: Use netif_tx_napi_add() for TX polling function Greg Kroah-Hartman (1): Linux 5.2.8 Gustavo A. R. Silva (1): atm: iphase: Fix Spectre v1 vulnerability Haishuang Yan (3): ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 ip6_tunnel: fix possible use-after-free

Linux 5.2.8

2019-08-09 Thread Greg KH
(1): net/mlx5: Fix modify_cq_in alignment Frode Isaksen (1): net: stmmac: Use netif_tx_napi_add() for TX polling function Greg Kroah-Hartman (1): Linux 5.2.8 Gustavo A. R. Silva (1): atm: iphase: Fix Spectre v1 vulnerability Haishuang Yan (3): ip6_gre: reload ipv6h

Re: Linux 5.2.8

2019-08-09 Thread Greg KH
diff --git a/Makefile b/Makefile index 359a6b49e576..bad87c4c8117 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 2 -SUBLEVEL = 7 +SUBLEVEL = 8 EXTRAVERSION = NAME = Bobtail Squid diff --git a/drivers/atm/iphase.c