Linux 4.9.138

2018-11-21 Thread Greg KH
v_iter to prot_bytes Greg Kroah-Hartman (1): Linux 4.9.138 Guenter Roeck (1): configfs: replace strncpy with memcpy Gustavo A. R. Silva (1): reset: hisilicon: fix potential NULL pointer dereference H. Peter Anvin (1): termios, tty/tty_baudrate.c: fix buffer overrun H. Pe

Re: Linux 4.9.138

2018-11-21 Thread Greg KH
diff --git a/Makefile b/Makefile index 41fe3014b712..ccf2602f664d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 137 +SUBLEVEL = 138 EXTRAVERSION = NAME = Roaring Lionus diff --git a/arch/alpha/include/asm/termios.h b/arch/alpha/include/asm/termios