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:	Wed, 13 Apr 2016 02:06:42 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Laxman Dewangan <ldewangan@...dia.com>
Cc:	kbuild-all@...org, swarren@...dotorg.org, thierry.reding@...il.com,
	linus.walleij@...aro.org, gnurou@...il.com, robh+dt@...nel.org,
	mark.rutland@....com, jonathanh@...dia.com,
	linux-tegra@...r.kernel.org, devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
	Laxman Dewangan <ldewangan@...dia.com>
Subject: Re: [PATCH 3/7] soc/tegra: pmc: Add interface to get IO rail power
 status

Hi Laxman,

[auto build test ERROR on tegra/for-next]
[also build test ERROR on next-20160412]
[cannot apply to v4.6-rc3]
[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/Laxman-Dewangan/pinctrl-soc-tegra-Add-support-to-configure-IO-rail-voltage-and-pad-power-states/20160412-232024
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux for-next
config: i386-randconfig-s1-201615 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/gpu/drm/nouveau/include/nvif/os.h:35:0,
                    from drivers/gpu/drm/nouveau/include/nvif/object.h:4,
                    from drivers/gpu/drm/nouveau/nvif/object.c:25:
   include/soc/tegra/pmc.h: In function 'tegra_io_rail_power_get_status':
>> include/soc/tegra/pmc.h:177:10: error: 'ENOTSUP' undeclared (first use in this function)
     return -ENOTSUP;
             ^
   include/soc/tegra/pmc.h:177:10: note: each undeclared identifier is reported only once for each function it appears in

vim +/ENOTSUP +177 include/soc/tegra/pmc.h

   171	{
   172		return -ENOSYS;
   173	}
   174	
   175	static inline int tegra_io_rail_power_get_status(unsigned int id)
   176	{
 > 177		return -ENOTSUP;
   178	}
   179	#endif /* CONFIG_ARCH_TEGRA */
   180	

---
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" (26205 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ