Linux 4.19.68

2019-08-25 Thread Greg KH
x reset control race condition Greg Kroah-Hartman (1): Linux 4.19.68 Gustavo A. R. Silva (1): sh: kernel: hw_breakpoint: Fix missing break in switch statement Guy Levi (1): IB/mlx5: Fix MR registration flow to use UMR properly Hillf Danton (2): HID: hiddev: avoid opening

Re: Linux 4.19.68

2019-08-25 Thread Greg KH
diff --git a/Makefile b/Makefile index b6aa6e8d4411..6f164b04d953 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 67 +SUBLEVEL = 68 EXTRAVERSION = NAME = "People's Front" diff --git a/arch/arm64/include/asm/efi.h