From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033625AbbKFTn1 (ORCPT ); Fri, 6 Nov 2015 14:43:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48266 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031980AbbKFTnX (ORCPT ); Fri, 6 Nov 2015 14:43:23 -0500 Date: Fri, 6 Nov 2015 11:37:17 -0800 From: Greg KH To: Florian Fainelli Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, fvdw@fvdw.eu, gregory.clement@free-electrons.com Subject: Re: [PATCH] ARM: orion: Fix DSA platform device after mvmdio conversion Message-ID: <20151106193717.GA9437@kroah.com> References: <144678925462178@kroah.com> <1446838290-24024-1-git-send-email-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446838290-24024-1-git-send-email-f.fainelli@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 06, 2015 at 11:31:30AM -0800, Florian Fainelli wrote: > DSA expects the mii_bus pointer to be the device structure associated > with the MDIO bus controller driver. First commit breaking that was > c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO > driver"), and then, it got completely under the radar for a while. > > Reported-by: Frans van de Wiel > Fixes: c3a07134e6aa ("mv643xx_eth: convert to use the Marvell Orion MDIO driver") > CC: stable@vger.kernel.org > Signed-off-by: Florian Fainelli > --- > Greg, > > This is the patch for kernels 3.10 through 3.17, thanks! What is the git commit id of this in Linus's tree?