From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48216 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727229AbeIXQ6O (ORCPT ); Mon, 24 Sep 2018 12:58:14 -0400 Date: Mon, 24 Sep 2018 12:56:41 +0200 From: Greg Kroah-Hartman To: SZ Lin =?utf-8?B?KOael+S4iuaZuik=?= Cc: stable@vger.kernel.org Subject: Re: request for 4.4-stable: d733f7542ad4 ("drivers: net: cpsw: fix segfault in case of bad phy-handle") Message-ID: <20180924105641.GD16476@kroah.com> References: <20180914152442.GA2619@localhost> <20180917112911.GA28147@kroah.com> <20180920094631.GA1191@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180920094631.GA1191@localhost> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Sep 20, 2018 at 05:46:31PM +0800, SZ Lin (林上智) wrote: > Hi Greg, > > On Mon, Sep 17, 2018 at 01:29:11PM +0200, Greg Kroah-Hartman wrote: > > On Fri, Sep 14, 2018 at 11:24:42PM +0800, SZ Lin (林上智) wrote: > > > Hi Greg, > > > > > > This patch is not marked for 4.4-stable, but it's already in 4.9 and 4.14 stable. > > > > > > Please apply to 4.4-stable. > > > > > > This patch adds error handling to avoid segfault situation, I've tweaked > > > patch to use original print function of dev_info() instead of phy_attached_info() > > > which is in commit 2220943a21e26d97d7fd8f83c004b947326b469d upstream. > > > > This patch does not apply against the latest 4.4.y tree. Can you please > > rebase/refresh it and resend? > > I've rebased the attached patch based on 4.4.157, please apply it. Thanks, that worked! greg k-h