lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 9 Jan 2016 19:49:55 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Sedat Dilek <sedat.dilek@...il.com>
Cc:	kbuild-all@...org, Sedat Dilek <sedat.dilek@...il.com>,
	Roosen Henri <Henri.Roosen@...zinger.com>,
	Andrew Lunn <andrew@...n.ch>,
	David Daney <david.daney@...ium.com>,
	Florian Fainelli <f.fainelli@...il.com>,
	"David S . Miller" <davem@...emloft.net>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH] phy: micrel: Fix build failure in ksz9031_config_init()

Hi Sedat,

[auto build test ERROR on net/master]
[cannot apply to net-next/master v4.4-rc8 next-20160108]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Sedat-Dilek/phy-micrel-Fix-build-failure-in-ksz9031_config_init/20160109-192630
config: x86_64-randconfig-x000-01060743 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/net/phy/micrel.c: In function 'ksz9031_config_init':
>> drivers/net/phy/micrel.c:479:22: error: 'struct phy_device' has no member named 'mdio'
     dev_walker = &phydev->mdio.dev;
                         ^

vim +479 drivers/net/phy/micrel.c

   473		const struct device *dev_walker;
   474	
   475		/* The Micrel driver has a deprecated option to place phy OF
   476		 * properties in the MAC node. Walk up the tree of devices to
   477		 * find a device with an OF node.
   478		 */
 > 479		dev_walker = &phydev->mdio.dev;
   480		do {
   481			of_node = dev_walker->of_node;
   482			dev_walker = dev_walker->parent;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (24071 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ