From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752778AbdBCISr (ORCPT ); Fri, 3 Feb 2017 03:18:47 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:58277 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbdBCISq (ORCPT ); Fri, 3 Feb 2017 03:18:46 -0500 Subject: Re: regression for m68k/coldfire To: John Paul Adrian Glaubitz , Greg Ungerer , Waldemar Brodkorb , Nikita Yushchenko References: <20170202201500.GU11210@waldemar-brodkorb.de> <89754ce3-1f76-9af1-f3b0-252c1eba94d9@uclinux.org> <7c9fadfa-eaf5-884b-d5d4-d6a1414fb377@physik.fu-berlin.de> Cc: linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org, uclinux-dev@uclinux.org, geert@linux-m68k.org From: Laurent Vivier Message-ID: Date: Fri, 3 Feb 2017 09:18:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <7c9fadfa-eaf5-884b-d5d4-d6a1414fb377@physik.fu-berlin.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:zv1NW5BSJmZd+RL6GdeeNYBcOmSL2J29XfyzbslbkZx5KDQvFly 08oBjdXK7AJq+TRKmwZwCi4Aw0P+DWxlam5Su5XCt5eev8tjfWb2VoD31YPQX9sNxnOlfpL aptl/rq692wf/f72ehdoXbv+cvK9bibj5PC7AqYejs9oq9Z6mnyXYEu/Tdq7E0Bb4UTI6Ae GZyZT46UAcg3TJiyzinVw== X-UI-Out-Filterresults: notjunk:1;V01:K0:5urisb0fo0E=:ziOFuUbMeqBcxhq3/qJQWk hbqLPd07pVCwWbtSxfCyGQr7aHNG2KZsp6kOJXsIuBSG2WaRv2P3Ii9A8B98zj3Ojl2ggVMdP OM6j4cFRQlQVVnMT3eaZYc52q3dk9UTL8b2nAtuUT5Lq7lu/iwt8xmEdZFD0yQhWV6XMWU/gY dCkgD+8nHXuXL6oAq52Ld+bzuNC0MfDemZZsr8YWHnHzkkhfXVzzxU5vrZB+sJSSseF02Okoo YEHfyIs7gv3vk1p7LwixRFze8VogouDBX2DTzqaSzRo9vbHCVsqLcQoo+N5U1f3hTBzAAXUWm J6qvk4n+5EpKneeCLtyKiJrHnsK5Q4aUp+YHD98QXMl34bxEN3r1Lf78/j3TpTMQ4epnKHbNR anU8EJJadRBeh4nS2MKfebGIKmD7NGoN2PMIq3oMuxgZpuE+r18WAhCjoAG/d0dTz1jKS59QR skhvKJG6unGcw9SEZtsw9tlk+oidB8e1ZGgfF34dM43rtgqgOKblDsSb40RDMrwcf388PYwOn jhUT+h4asj13+PFUEX8yTRz5zL9OAN+sIi8EGH9svmnEQGnqmbCO98atxxZIQpt4PX5ZA4Vx3 JRfXBZ5K5D0FxyGvFEeAHn7VPTB7wA4hNhTCrXXpp006O4g5nr/cVvdy13A9LluZrk6PafHHm Ly1Ic2rJs1C7k4bR2FUWKl2zcPh1OztdXeZ7wSJQ/SJr0p3PSoQxZk9esUEaeWfBTXj9xliAu XUuNwTsnccfgo/jS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 03/02/2017 à 01:35, John Paul Adrian Glaubitz a écrit : > On 02/03/2017 01:10 AM, Greg Ungerer wrote: >> This is a limitation in the FEC support in QEMU. >> This works on real ColdFire hardware (which do support the >> FEC MIB stats registers from offset 0x200 - so not 5272). >> I sent this patch to the qemu dev list a couple of weeks >> back which fixes qemu: >> >> http://lists.gnu.org/archive/html/qemu-devel/2017-01/msg01781.html >> >> I do not believe it has been picked up by QEMU mainline yet >> (I will probably have to resend and push a little to get that done). > > QEMU upstream can sometimes take a while before they are merging patches, > but usually it helps containing the maintainer of this part of the > source tree directly. > > Unfortunately, mcf5208 is currently unmaintained [1]: > > mcf5208 > S: Orphan > F: hw/m68k/mcf5208.c > F: hw/m68k/mcf_intc.c > F: hw/char/mcf_uart.c > F: hw/net/mcf_fec.c > > But you can try getting into touch with Laurent Vivier who is the > new maintainer of the m68k target. I have CC'ed him. > > Adrian > >> [1] http://git.qemu.org/?p=qemu.git;a=blob;f=MAINTAINERS > Use scripts/get_maintainer.pl on your patch to find the people. This patch is on the network part, so you should cc: Jason Wang (odd fixer:Network devices) If you cc me, you add more chances to have a review ;) Thanks, Laurent