[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150509.173125.960563138389004338.davem@davemloft.net>
Date: Sat, 09 May 2015 17:31:25 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: linux@....linux.org.uk
Cc: tremyfr@...il.com, B38611@...escale.com, Frank.Li@...escale.com,
LW@...O-electronics.de, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: fec: add support of ethtool get_regs
From: Russell King - ARM Linux <linux@....linux.org.uk>
Date: Sat, 9 May 2015 22:17:46 +0100
> On Sat, May 09, 2015 at 10:52:08PM +0200, Philippe Reynes wrote:
>> +static void fec_enet_get_regs(struct net_device *ndev,
>> + struct ethtool_regs *regs, void *regbuf)
>> +{
>> + struct fec_enet_private *fep = netdev_priv(ndev);
>> +
>> + memcpy_fromio(regbuf, fep->hwp, regs->len);
>
> Using memcpy_fromio() to copy device registers is not a good idea -
> it can use a variable access size which can cause bus faults.
Agreed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists