This is a note to let you know that I've just added the patch titled auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches to the 4.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: auxdisplay-img-ascii-lcd-add-missing-sentinel-entry-in-img_ascii_lcd_matches.patch and it can be found in the queue-4.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From abda288bb207e5c681306299126af8c022709c18 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Date: Sun, 19 Feb 2017 16:33:35 -0800 Subject: auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches From: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> commit abda288bb207e5c681306299126af8c022709c18 upstream. The OF device table must be terminated, otherwise we'll be walking past it and into areas unknown. Fixes: 0cad855fbd08 ("auxdisplay: img-ascii-lcd: driver for simple ASCII...") Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Tested-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/auxdisplay/img-ascii-lcd.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/auxdisplay/img-ascii-lcd.c +++ b/drivers/auxdisplay/img-ascii-lcd.c @@ -218,6 +218,7 @@ static const struct of_device_id img_asc { .compatible = "img,boston-lcd", .data = &boston_config }, { .compatible = "mti,malta-lcd", .data = &malta_config }, { .compatible = "mti,sead3-lcd", .data = &sead3_config }, + { /* sentinel */ } }; /** Patches currently in stable-queue which might be from dmitry.torokhov@xxxxxxxxx are queue-4.10/input-ims-pcu-validate-number-of-endpoints-before-using-them.patch queue-4.10/iio-magnetometer-ak8974-remove-incorrect-__exit-markups.patch queue-4.10/input-cm109-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-iforce-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-alps-fix-v8-protocol-handling-73-03-28.patch queue-4.10/input-kbtab-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-sur40-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-elan_i2c-add-asus-eeebook-x205ta-special-touchpad-fw.patch queue-4.10/auxdisplay-img-ascii-lcd-add-missing-sentinel-entry-in-img_ascii_lcd_matches.patch queue-4.10/input-hanwang-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-alps-fix-trackstick-button-handling-on-v8-devices.patch queue-4.10/input-yealink-validate-number-of-endpoints-before-using-them.patch queue-4.10/input-i8042-add-noloop-quirk-for-dell-embedded-box-pc-3000.patch