Hi Robert, [auto build test ERROR on mkp-scsi/for-next] [also build test ERROR on v4.12-rc4 next-20170608] [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/Robert-LeBlanc/Enable-iSCSI-offload-drivers-to-use-information-from-iface/20170607-211934 base: https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git for-next config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=ia64 All errors (new ones prefixed by >>): >> drivers/scsi//qedi/qedi_iscsi.c:1402:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .ep_connect = qedi_ep_connect, ^~~~~~~~~~~~~~~ drivers/scsi//qedi/qedi_iscsi.c:1402:16: note: (near initialization for 'qedi_iscsi_transport.ep_connect') cc1: some warnings being treated as errors vim +1402 drivers/scsi//qedi/qedi_iscsi.c ace7f46b Manish Rangankar 2016-12-01 1386 .destroy_session = qedi_session_destroy, ace7f46b Manish Rangankar 2016-12-01 1387 .create_conn = qedi_conn_create, ace7f46b Manish Rangankar 2016-12-01 1388 .bind_conn = qedi_conn_bind, ace7f46b Manish Rangankar 2016-12-01 1389 .start_conn = qedi_conn_start, ace7f46b Manish Rangankar 2016-12-01 1390 .stop_conn = iscsi_conn_stop, ace7f46b Manish Rangankar 2016-12-01 1391 .destroy_conn = qedi_conn_destroy, ace7f46b Manish Rangankar 2016-12-01 1392 .set_param = iscsi_set_param, ace7f46b Manish Rangankar 2016-12-01 1393 .get_ep_param = qedi_ep_get_param, ace7f46b Manish Rangankar 2016-12-01 1394 .get_conn_param = iscsi_conn_get_param, ace7f46b Manish Rangankar 2016-12-01 1395 .get_session_param = iscsi_session_get_param, ace7f46b Manish Rangankar 2016-12-01 1396 .get_host_param = qedi_host_get_param, ace7f46b Manish Rangankar 2016-12-01 1397 .send_pdu = iscsi_conn_send_pdu, ace7f46b Manish Rangankar 2016-12-01 1398 .get_stats = qedi_conn_get_stats, ace7f46b Manish Rangankar 2016-12-01 1399 .xmit_task = qedi_task_xmit, ace7f46b Manish Rangankar 2016-12-01 1400 .cleanup_task = qedi_cleanup_task, ace7f46b Manish Rangankar 2016-12-01 1401 .session_recovery_timedout = iscsi_session_recovery_timedout, ace7f46b Manish Rangankar 2016-12-01 @1402 .ep_connect = qedi_ep_connect, ace7f46b Manish Rangankar 2016-12-01 1403 .ep_poll = qedi_ep_poll, ace7f46b Manish Rangankar 2016-12-01 1404 .ep_disconnect = qedi_ep_disconnect, ace7f46b Manish Rangankar 2016-12-01 1405 .set_path = qedi_set_path, ace7f46b Manish Rangankar 2016-12-01 1406 .attr_is_visible = qedi_attr_is_visible, ace7f46b Manish Rangankar 2016-12-01 1407 }; ace7f46b Manish Rangankar 2016-12-01 1408 ace7f46b Manish Rangankar 2016-12-01 1409 void qedi_start_conn_recovery(struct qedi_ctx *qedi, ace7f46b Manish Rangankar 2016-12-01 1410 struct qedi_conn *qedi_conn) :::::: The code at line 1402 was first introduced by commit :::::: ace7f46ba5fde7273207c7122b0650ceb72510e0 scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework. :::::: TO: Manish Rangankar <manish.rangankar@xxxxxxxxxx> :::::: CC: Martin K. Petersen <martin.petersen@xxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip