From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH 0/3] Fix 8390 regressions Date: Thu, 12 May 2011 19:11:37 +0000 Message-ID: <1305227500-15595-1-git-send-email-geert@linux-m68k.org> Cc: Russell King , Finn Thain , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org To: "David S. Miller" , Stephen Hemminger , Yoshinori Sato Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org These patches fix regressions in 3 8390-based network drivers: [1/3] zorro8390: Fix regression caused during net_device_ops conversion [2/3] hydra: Fix regression caused during net_device_ops conversion [3/3] ne-h8300: Fix regression caused during net_device_ops conversion The first one, for zorro8390, has been tested. The second one, for hydra, has been compile-tested only. Based on commits 8cfd9e923be54ef66ce174a93f4592b444b96407 ("[ARM] RiscPC: Fix etherh oops") and 217cbfa856dc1cbc2890781626c4032d9e3ec59f ("mac8390: fix regression caused during net_device_ops conversion"), and the patch for zorro8390, we have good reasons to believe hydra and ne-h8300 are affected as well, as they all include lib8390.c. Hence patches for those are also included, although I could not test them. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds