Linux 4.19.28

2019-03-09 Thread Greg KH
oah-Hartman (1): Linux 4.19.28 Gustavo A. R. Silva (2): staging: comedi: ni_660x: fix missing break in switch statement applicom: Fix potential Spectre v1 vulnerabilities Haiyang Zhang (1): hv_netvsc: Fix IP header checksum for coalesced packets Hangbin Liu (1): ipv4:

Re: Linux 4.19.28

2019-03-09 Thread Greg KH
diff --git a/Makefile b/Makefile index 70ed9a53558a..c6ac023ba33a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 27 +SUBLEVEL = 28 EXTRAVERSION = NAME = "People's Front" diff --git a/arch/mips/kernel/irq.c