From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932644AbdCFTtG (ORCPT ); Mon, 6 Mar 2017 14:49:06 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35369 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932646AbdCFTs5 (ORCPT ); Mon, 6 Mar 2017 14:48:57 -0500 Date: Mon, 6 Mar 2017 11:40:51 -0800 From: Dmitry Torokhov To: Javier Martinez Canillas Cc: Paul Burton , Ralf Baechle , James Hogan , Miguel Ojeda Sandonis , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches Message-ID: <20170306194051.GA30488@dtor-ws> References: <20170221053911.GA3229@dtor-ws> <2792939.Kfs5VkVaFl@np-p-burton> <10005344.cqyJvHMpEd@np-p-burton> <6ff04499-a284-bb67-bef9-136f7bcb5cdc@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6ff04499-a284-bb67-bef9-136f7bcb5cdc@osg.samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 06, 2017 at 03:58:04PM -0300, Javier Martinez Canillas wrote: > Hello Paul, > > On 03/06/2017 03:54 PM, Paul Burton wrote: > > Hi Javier, > > > > On Monday, 6 March 2017 10:09:09 PST Javier Martinez Canillas wrote: > >> On 02/24/2017 06:56 PM, Paul Burton wrote: > >>> On Monday, 20 February 2017 21:39:11 PST Dmitry Torokhov wrote: > >>>> The OF device table must be terminated, otherwise we'll be walking past > >>>> it and into areas unknown. > >>>> > >>>> This causes KASAN errors reported by 0day kernel testing robot. > >>>> > >>>> Reported-by: Fengguang Wu > >>>> Tested-by: Fengguang Wu > >>>> Fixes: 0cad855fbd08 ("auxdisplay: img-ascii-lcd: driver for simple > >>>> ASCII...") Cc: stable@vger.kernel.org > >>>> Signed-off-by: Dmitry Torokhov > >>> > >>> An essentially identical patch was already submitted over here: > >>> > >>> https://patchwork.kernel.org/patch/9493973/ > >>> > >>> I'm not sure how it ought to get into mainline - since the driver went > >>> through the MIPS tree perhaps this fix can too? > >> > >> Do you know who should I ping about it? It has been posted a couple of > >> months ago. > > > > If it can go through the MIPS tree that would be Ralf (who I copied > > previously). If not then it's Miguel as auxdisplay maintainer. > > > > Ok, Thanks for your help. I just asked in case MAINTAINERS wasn't up-to-date > since the patches were posted a long time ago and had no feedback. Maybe we could get akpm pick it up? Thanks. -- Dmitry