From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Date: Sun, 02 Jun 2019 14:11:35 +0000 Subject: Re: [PATCH AUTOSEL 4.4 44/56] video: imsttfb: fix potential NULL pointer dereferences Message-Id: <20190602141135.GP12898@sasha-vm> List-Id: References: <20190601132600.27427-1-sashal@kernel.org> <20190601132600.27427-44-sashal@kernel.org> <20190601161929.GA5028@kroah.com> In-Reply-To: <20190601161929.GA5028@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman Cc: linux-fbdev@vger.kernel.org, Bartlomiej Zolnierkiewicz , dri-devel@lists.freedesktop.org, Kangjie Lu , linux-kernel@vger.kernel.org, Finn Thain , stable@vger.kernel.org, Aditya Pakki On Sat, Jun 01, 2019 at 09:19:29AM -0700, Greg Kroah-Hartman wrote: >On Sat, Jun 01, 2019 at 09:25:48AM -0400, Sasha Levin wrote: >> From: Kangjie Lu >> >> [ Upstream commit 1d84353d205a953e2381044953b7fa31c8c9702d ] >> >> In case ioremap fails, the fix releases resources and returns >> -ENOMEM to avoid NULL pointer dereferences. >> >> Signed-off-by: Kangjie Lu >> Cc: Aditya Pakki >> Cc: Finn Thain >> Cc: Rob Herring >> Cc: Greg Kroah-Hartman >> [b.zolnierkie: minor patch summary fixup] >> Signed-off-by: Bartlomiej Zolnierkiewicz >> Signed-off-by: Sasha Levin >> --- >> drivers/video/fbdev/imsttfb.c | 5 +++++ >> 1 file changed, 5 insertions(+) > >Why only 4.4.y? Shouldn't this be queued up for everything or none? It's on all branches. Something weird happened with git-send-email and mail.kernel.org, and apparently the rest of the branches didn't get all their mails sent out. Sadly I don't have the logs for that :( -- Thanks, Sasha