Linux 4.9.175

2019-05-10 Thread Greg KH
o-blk: limit number of hw queues by nr_cpu_ids Greg Kroah-Hartman (1): Linux 4.9.175 Jann Horn (1): linux/kernel.h: Use parentheses around argument in u64_to_user_ptr() Jason Yan (1): scsi: libsas: fix a race condition when smp task timeout Ji-Ze Hong (Peter Hong) (1): USB: s

Re: Linux 4.9.175

2019-05-10 Thread Greg KH
diff --git a/Makefile b/Makefile index f5836837df15..e52b0579e176 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 174 +SUBLEVEL = 175 EXTRAVERSION = NAME = Roaring Lionus diff --git a/arch/arm/boot/compressed/efi-header.S b/arch/arm/boot/compressed