Re: Linux 5.1.3

2019-05-17 Thread Bhaskar Chowdhury
calls Greg Kroah-Hartman (1): Linux 5.1.3 Gustavo A. R. Silva (2): platform/x86: sony-laptop: Fix unintentional fall-through rtlwifi: rtl8723ae: Fix missing break in switch statement Hangbin Liu (2): fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL

Re: Linux 5.1.3

2019-05-17 Thread Greg KH
diff --git a/Makefile b/Makefile index 58ec07990e76..f6c763aff4f3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 1 -SUBLEVEL = 2 +SUBLEVEL = 3 EXTRAVERSION = NAME = Shy Crocodile diff --git

Linux 5.1.3

2019-05-17 Thread Greg KH
around BPF calls Greg Kroah-Hartman (1): Linux 5.1.3 Gustavo A. R. Silva (2): platform/x86: sony-laptop: Fix unintentional fall-through rtlwifi: rtl8723ae: Fix missing break in switch statement Hangbin Liu (2): fib_rules: return 0 directly if an exactly same rule exists when