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:   Fri, 4 Aug 2017 00:26:15 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Danilo Krummrich <danilokrummrich@...develop.de>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org,
        linux-input@...r.kernel.org, dmitry.torokhov@...il.com,
        linus.walleij@...aro.org, rdunlap@...radead.org
Subject: Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

Hi Danilo,

[auto build test ERROR on input/next]
[also build test ERROR on v4.13-rc3 next-20170803]
[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/Danilo-Krummrich/serio-PS-2-gpio-bit-banging-driver-for-the-serio-bus/20170801-170520
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: x86_64-randconfig-ws0-08032114 (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=x86_64 

All errors (new ones prefixed by >>):

>> drivers/input/serio/ps2-gpio.c:432:21: error: 'ps2_gpio_match' undeclared here (not in a function)
      .of_match_table = ps2_gpio_match,
                        ^~~~~~~~~~~~~~

vim +/ps2_gpio_match +432 drivers/input/serio/ps2-gpio.c

   426	
   427	static struct platform_driver ps2_gpio_driver = {
   428		.probe		= ps2_gpio_probe,
   429		.remove		= ps2_gpio_remove,
   430		.driver = {
   431			.name = DRIVER_NAME,
 > 432			.of_match_table = ps2_gpio_match,
   433		},
   434	};
   435	module_platform_driver(ps2_gpio_driver);
   436	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ