Hi Atul,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on next-20180309]
[also build test ERROR on v4.16-rc6]
[cannot apply to v4.16-rc4 v4.16-rc3 v4.16-rc2]
[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/Atul-Gupta/Chelsio-Inline-TLS/20180320-101600
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/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=mips 

All errors (new ones prefixed by >>):

   drivers/crypto/chelsio/chtls/chtls_main.c: In function 
'chtls_uld_state_change':
>> drivers/crypto/chelsio/chtls/chtls_main.c:319:7: error: 
>> 'CXGB4_STATE_FATAL_ERROR' undeclared (first use in this function); did you 
>> mean 'CXGB4_STATE_DETACH'?
     case CXGB4_STATE_FATAL_ERROR:
          ^~~~~~~~~~~~~~~~~~~~~~~
          CXGB4_STATE_DETACH
   drivers/crypto/chelsio/chtls/chtls_main.c:319:7: note: each undeclared 
identifier is reported only once for each function it appears in

vim +319 drivers/crypto/chelsio/chtls/chtls_main.c

29f9f684 Atul Gupta 2018-03-19  307  
29f9f684 Atul Gupta 2018-03-19  308  static int chtls_uld_state_change(void 
*handle, enum cxgb4_state new_state)
29f9f684 Atul Gupta 2018-03-19  309  {
29f9f684 Atul Gupta 2018-03-19  310     struct chtls_dev *cdev = handle;
29f9f684 Atul Gupta 2018-03-19  311  
29f9f684 Atul Gupta 2018-03-19  312     switch (new_state) {
29f9f684 Atul Gupta 2018-03-19  313     case CXGB4_STATE_UP:
29f9f684 Atul Gupta 2018-03-19  314             chtls_register_dev(cdev);
29f9f684 Atul Gupta 2018-03-19  315             break;
29f9f684 Atul Gupta 2018-03-19  316     case CXGB4_STATE_DOWN:
29f9f684 Atul Gupta 2018-03-19  317             break;
29f9f684 Atul Gupta 2018-03-19  318     case CXGB4_STATE_START_RECOVERY:
29f9f684 Atul Gupta 2018-03-19 @319     case CXGB4_STATE_FATAL_ERROR:
29f9f684 Atul Gupta 2018-03-19  320             break;
29f9f684 Atul Gupta 2018-03-19  321     case CXGB4_STATE_DETACH:
29f9f684 Atul Gupta 2018-03-19  322             mutex_lock(&cdev_mutex);
29f9f684 Atul Gupta 2018-03-19  323             list_del(&cdev->list);
29f9f684 Atul Gupta 2018-03-19  324             mutex_unlock(&cdev_mutex);
29f9f684 Atul Gupta 2018-03-19  325             chtls_free_uld(cdev);
29f9f684 Atul Gupta 2018-03-19  326             break;
29f9f684 Atul Gupta 2018-03-19  327     }
29f9f684 Atul Gupta 2018-03-19  328     return 0;
29f9f684 Atul Gupta 2018-03-19  329  }
29f9f684 Atul Gupta 2018-03-19  330  

:::::: The code at line 319 was first introduced by commit
:::::: 29f9f68416a9775029d6cc8135cf3f01995dd9f4 crypto: chtls - Register chtls 
with net tls

:::::: TO: Atul Gupta <atul.gu...@chelsio.com>
:::::: CC: 0day robot <fengguang...@intel.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to