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:   Thu, 19 Jan 2017 23:18:10 +0800
From:   kbuild test robot <lkp@...el.com>
To:     "Michael S. Tsirkin" <mst@...hat.com>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org,
        Linas Vepstas <linasvepstas@...il.com>,
        Bjorn Helgaas <bhelgaas@...gle.com>,
        Jonathan Corbet <corbet@....net>,
        Mike Marciniszyn <mike.marciniszyn@...el.com>,
        Dennis Dalessandro <dennis.dalessandro@...el.com>,
        Doug Ledford <dledford@...hat.com>,
        Sean Hefty <sean.hefty@...el.com>,
        Hal Rosenstock <hal.rosenstock@...il.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>,
        linux-pci@...r.kernel.org, linux-doc@...r.kernel.org,
        linux-rdma@...r.kernel.org, linux-media@...r.kernel.org
Subject: Re: [PATCH] pci: drop link_reset

Hi Michael,

[auto build test ERROR on pci/next]
[also build test ERROR on v4.10-rc4]
[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/Michael-S-Tsirkin/pci-drop-link_reset/20170119-222234
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: x86_64-randconfig-i0-201703 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/misc/genwqe/card_base.c:1339:2: error: unknown field 'link_reset' specified in initializer
     .link_reset = genwqe_err_result_none,
     ^

vim +/link_reset +1339 drivers/misc/genwqe/card_base.c

12eb4683 Frank Haverkamp           2013-12-09  1333  	return 0;
12eb4683 Frank Haverkamp           2013-12-09  1334  }
12eb4683 Frank Haverkamp           2013-12-09  1335  
12eb4683 Frank Haverkamp           2013-12-09  1336  static struct pci_error_handlers genwqe_err_handler = {
12eb4683 Frank Haverkamp           2013-12-09  1337  	.error_detected = genwqe_err_error_detected,
12eb4683 Frank Haverkamp           2013-12-09  1338  	.mmio_enabled	= genwqe_err_result_none,
12eb4683 Frank Haverkamp           2013-12-09 @1339  	.link_reset	= genwqe_err_result_none,
fb145456 Kleber Sacilotto de Souza 2014-06-04  1340  	.slot_reset	= genwqe_err_slot_reset,
12eb4683 Frank Haverkamp           2013-12-09  1341  	.resume		= genwqe_err_resume,
12eb4683 Frank Haverkamp           2013-12-09  1342  };

:::::: The code at line 1339 was first introduced by commit
:::::: 12eb4683251ebfb12afba9c56556fade7a3d7372 GenWQE PCI support, health monitoring and recovery

:::::: TO: Frank Haverkamp <haver@...ux.vnet.ibm.com>
:::::: CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ