From 9f589ee2788150a5080cefaf0164579fe949c1f2 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 12 Jun 2019 10:46:06 +0800 Subject: [PATCH] Linux 4.19.50 Merge 49 patches from 4.19.50 stable branch (53 total) beside 4 already merged patches: 893e2a5 neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit c63ce71 pstore: Remove needless lock during console writes ec8a9eb TTY: serial_core, add ->install 645fa68 ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e84966c49117..f7e7e365e2ff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 49 +SUBLEVEL = 50 EXTRAVERSION = NAME = "People's Front" -- GitLab