* Patch "auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches" has been added to the 4.9-stable tree
@ 2017-03-28 10:58 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-03-28 10:58 UTC (permalink / raw)
To: dmitry.torokhov, fengguang.wu, gregkh; +Cc: stable, stable-commits
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.9-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.9 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From abda288bb207e5c681306299126af8c022709c18 Mon Sep 17 00:00:00 2001
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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@gmail.com>
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@gmail.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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@gmail.com are
queue-4.9/input-ims-pcu-validate-number-of-endpoints-before-using-them.patch
queue-4.9/iio-magnetometer-ak8974-remove-incorrect-__exit-markups.patch
queue-4.9/input-cm109-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-iforce-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-alps-fix-v8-protocol-handling-73-03-28.patch
queue-4.9/input-kbtab-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-sur40-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-elan_i2c-add-asus-eeebook-x205ta-special-touchpad-fw.patch
queue-4.9/auxdisplay-img-ascii-lcd-add-missing-sentinel-entry-in-img_ascii_lcd_matches.patch
queue-4.9/input-hanwang-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-alps-fix-trackstick-button-handling-on-v8-devices.patch
queue-4.9/input-yealink-validate-number-of-endpoints-before-using-them.patch
queue-4.9/input-i8042-add-noloop-quirk-for-dell-embedded-box-pc-3000.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-28 10:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 10:58 Patch "auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches" has been added to the 4.9-stable tree gregkh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.