Merge 4.17-rc3 into tty-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2018 12:14:55 +0000 (05:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2018 12:14:55 +0000 (05:14 -0700)
We want the tty and serial driver fixes in here as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
drivers/tty/n_gsm.c
drivers/tty/serial/earlycon.c
drivers/tty/serial/imx.c
drivers/tty/serial/mvebu-uart.c
drivers/tty/serial/qcom_geni_serial.c
drivers/tty/serial/xilinx_uartps.c
include/linux/serial_core.h

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -349,14 -348,13 +349,14 @@@ struct earlycon_device 
  };
  
  struct earlycon_id {
 -      char    name[16];
 +      char    name[15];
 +      char    name_term;      /* In case compiler didn't '\0' term name */
        char    compatible[128];
        int     (*setup)(struct earlycon_device *, const char *options);
- } __aligned(32);
+ };
  
- extern const struct earlycon_id __earlycon_table[];
- extern const struct earlycon_id __earlycon_table_end[];
+ extern const struct earlycon_id *__earlycon_table[];
+ extern const struct earlycon_id *__earlycon_table_end[];
  
  #if defined(CONFIG_SERIAL_EARLYCON) && !defined(MODULE)
  #define EARLYCON_USED_OR_UNUSED       __used