From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:50798 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932244AbdC1LFP (ORCPT ); Tue, 28 Mar 2017 07:05:15 -0400 Subject: Patch "auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches" has been added to the 4.10-stable tree To: dmitry.torokhov@gmail.com, fengguang.wu@intel.com, gregkh@linuxfoundation.org Cc: , From: Date: Tue, 28 Mar 2017 13:04:39 +0200 Message-ID: <1490699079118164@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 know about it. >>From abda288bb207e5c681306299126af8c022709c18 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov 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 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 Tested-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- 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.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