Hi Davide,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on v4.16-rc4]
[also build test ERROR on next-20180316]
[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/Davide-Caratti/fix-idr-leak-in-actions/20180319-110101
config: i386-randconfig-x009-201811 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/sched/act_ipt.c: In function 'tcf_ipt_release':
>> net/sched/act_ipt.c:84:11: error: 'struct tcf_ipt' has no member named 
>> 'tfci_t'; did you mean 'tcfi_t'?
     if (ipt->tfci_t) {
              ^~~~~~
              tcfi_t

vim +84 net/sched/act_ipt.c

    79  
    80  static void tcf_ipt_release(struct tc_action *a)
    81  {
    82          struct tcf_ipt *ipt = to_ipt(a);
    83  
  > 84          if (ipt->tfci_t) {
    85                  ipt_destroy_target(ipt->tcfi_t);
    86                  kfree(ipt->tcfi_t);
    87          }
    88          kfree(ipt->tcfi_tname);
    89  }
    90  

---
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