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] [day] [month] [year] [list]
Date:   Wed, 4 Jan 2017 21:01:18 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Joao Pinto <Joao.Pinto@...opsys.com>
Cc:     kbuild-all@...org, davem@...emloft.net, lars.persson@...s.com,
        niklass@...s.com, swarren@...dia.com, treding@...dia.com,
        netdev@...r.kernel.org, Joao Pinto <Joao.Pinto@...opsys.com>
Subject: Re: [PATCH 2/3] stmmac: move stmmac_clk, pclk, clk_ptp_ref and
 stmmac_rst to platform structure

Hi Joao,

[auto build test ERROR on net-next/master]
[also build test ERROR on next-20170104]
[cannot apply to v4.10-rc2]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Joao-Pinto/adding-new-glue-driver-dwmac-dwc-qos-eth/20170104-200013
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c: In function 'socfpga_dwmac_probe':
>> drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:344:28: error: 'struct stmmac_priv' has no member named 'stmmac_rst'
     dwmac->stmmac_rst = stpriv->stmmac_rst;
                               ^~

vim +344 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c

50ac64cf Johan Hovold     2016-11-30  338  	stpriv = netdev_priv(ndev);
70cb136f Joachim Eastwood 2016-05-01  339  
50ac64cf Johan Hovold     2016-11-30  340  	/* The socfpga driver needs to control the stmmac reset to set the phy
50ac64cf Johan Hovold     2016-11-30  341  	 * mode. Create a copy of the core reset handle so it can be used by
50ac64cf Johan Hovold     2016-11-30  342  	 * the driver later.
70cb136f Joachim Eastwood 2016-05-01  343  	 */
70cb136f Joachim Eastwood 2016-05-01 @344  	dwmac->stmmac_rst = stpriv->stmmac_rst;
70cb136f Joachim Eastwood 2016-05-01  345  
0f400a87 Joachim Eastwood 2016-05-01  346  	ret = socfpga_dwmac_set_phy_mode(dwmac);
50ac64cf Johan Hovold     2016-11-30  347  	if (ret)

:::::: The code at line 344 was first introduced by commit
:::::: 70cb136f7730830aa1134925a941e3ad96e3a846 stmmac: dwmac-socfpga: keep a copy of stmmac_rst in driver priv data

:::::: TO: Joachim Eastwood <manabian@...il.com>
:::::: CC: David S. Miller <davem@...emloft.net>

---
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/gzip" (54048 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ