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]
Message-ID: <201511060432.cYOxg41y%fengguang.wu@intel.com>
Date:	Fri, 6 Nov 2015 05:00:30 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc:	kbuild-all@...org, Linus Walleij <linus.walleij@...aro.org>,
	Alexandre Courbot <gnurou@...il.com>,
	Johan Hovold <johan@...nel.org>,
	"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
	mika.westerberg@...ux.intel.com,
	"Tirdea, Irina" <irina.tirdea@...el.com>,
	linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gpiolib: tighten up ACPI legacy gpio lookups

Hi Dmitry,

[auto build test ERROR on: gpio/for-next]
[also build test ERROR on: v4.3 next-20151105]

url:    https://github.com/0day-ci/linux/commits/Dmitry-Torokhov/gpiolib-tighten-up-ACPI-legacy-gpio-lookups/20151106-034359
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next
config: mips-txx9 (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

   drivers/gpio/gpiolib.c: In function 'acpi_can_fallback_to_crs':
>> drivers/gpio/gpiolib.c:1859:10: error: dereferencing pointer to incomplete type 'struct acpi_device'
     if (adev->data.properties || adev->driver_gpios)
             ^

vim +1859 drivers/gpio/gpiolib.c

  1853	static bool acpi_can_fallback_to_crs(struct acpi_device *adev,
  1854					     const char *con_id)
  1855	{
  1856		struct acpi_gpio_lookup *l, *lookup = NULL;
  1857	
  1858		/* Never fallback if the device has properties */
> 1859		if (adev->data.properties || adev->driver_gpios)
  1860			return false;
  1861	
  1862		mutex_lock(&acpi_gpio_lookup_lock);

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ