Hi Luiz, I love your patch! Yet something to improve: [auto build test ERROR on bluetooth-next/master] [also build test ERROR on bluetooth/master v5.14-rc4 next-20210805] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Luiz-Augusto-von-Dentz/Bluetooth-Fix-handling-of-LE-Enhanced-Connection-Complete/20210806-030407 base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master config: hexagon-buildonly-randconfig-r006-20210804 (attached as .config) compiler: clang version 12.0.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/3d908e1b6ece1fa2fb113bbc447b288f71245fd4 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Luiz-Augusto-von-Dentz/Bluetooth-Fix-handling-of-LE-Enhanced-Connection-Complete/20210806-030407 git checkout 3d908e1b6ece1fa2fb113bbc447b288f71245fd4 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> net/bluetooth/hci_event.c:5380:14: error: no member named 'local_rpa' in 'struct hci_ev_le_conn_complete' &ev->local_rpa, ev->role, le16_to_cpu(ev->handle), ~~ ^ 1 error generated. vim +5380 net/bluetooth/hci_event.c 5372 5373 static void hci_le_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) 5374 { 5375 struct hci_ev_le_conn_complete *ev = (void *) skb->data; 5376 5377 BT_DBG("%s status 0x%2.2x", hdev->name, ev->status); 5378 5379 le_conn_complete_evt(hdev, ev->status, &ev->bdaddr, ev->bdaddr_type, > 5380 &ev->local_rpa, ev->role, le16_to_cpu(ev->handle), 5381 le16_to_cpu(ev->interval), 5382 le16_to_cpu(ev->latency), 5383 le16_to_cpu(ev->supervision_timeout)); 5384 } 5385 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip