diff for duplicates of <202510152336.GJBjPRZF-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index 017d4d8..f8850f2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,33 +1,20 @@ -BCC: lkp@intel.com -CC: oe-kbuild-all@lists.linux.dev -In-Reply-To: <20251014013308.174151-3-luiz.dentz@gmail.com> -References: <20251014013308.174151-3-luiz.dentz@gmail.com> -TO: Luiz Augusto von Dentz <luiz.dentz@gmail.com> - Hi Luiz, kernel test robot noticed the following build warnings: -[auto build test WARNING on bluetooth-next/master] -[also build test WARNING on linus/master v6.18-rc1 next-20251014] -[cannot apply to bluetooth/master] -[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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Luiz-Augusto-von-Dentz/Bluetooth-hci_core-Introduce-HCI_CONN_FLAG_PAST/20251014-094058 base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master patch link: https://lore.kernel.org/r/20251014013308.174151-3-luiz.dentz%40gmail.com patch subject: [PATCH v4 3/8] Bluetooth: ISO: Add support to bind to trigger PAST -:::::: branch date: 2 days ago -:::::: commit date: 2 days ago config: i386-randconfig-141-20251015 (https://download.01.org/0day-ci/archive/20251015/202510152336.GJBjPRZF-lkp@intel.com/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> -| Reported-by: Dan Carpenter <error27@gmail.com> +| Reported-by: Dan Carpenter <dan.carpenter@linaro.org> | Closes: https://lore.kernel.org/r/202510152336.GJBjPRZF-lkp@intel.com/ New smatch warnings: @@ -38,7 +25,6 @@ net/bluetooth/hci_sync.c:2622 hci_resume_advertising_sync() error: uninitialized vim +7286 net/bluetooth/hci_sync.c -26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7268 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7269 static int hci_le_past_sync(struct hci_dev *hdev, void *data) 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7270 { 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7271 struct past_data *past = data; @@ -49,6 +35,9 @@ vim +7286 net/bluetooth/hci_sync.c 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7276 if (!hci_conn_valid(hdev, past->conn) || 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7277 !hci_conn_valid(hdev, past->le)) 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7278 return -ECANCELED; + +hci_dev_unlock(hdev); + 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7279 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7280 memset(&cp, 0, sizeof(cp)); 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7281 cp.handle = cpu_to_le16(past->le->handle); @@ -59,7 +48,6 @@ vim +7286 net/bluetooth/hci_sync.c 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 @7286 return __hci_cmd_sync_status(hdev, HCI_OP_LE_PAST, 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7287 sizeof(cp), &cp, HCI_CMD_TIMEOUT); 26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7288 } -26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7289 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index 6da460a..074d6b4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,41 +1,30 @@ - "From\0kernel test robot <lkp@intel.com>\0" + "ref\020251014013308.174151-3-luiz.dentz@gmail.com\0" + "From\0Dan Carpenter <dan.carpenter@linaro.org>\0" "Subject\0Re: [PATCH v4 3/8] Bluetooth: ISO: Add support to bind to trigger PAST\0" - "Date\0Wed, 15 Oct 2025 23:43:56 +0800\0" - "To\0oe-kbuild@lists.linux.dev\0" + "Date\0Wed, 15 Oct 2025 19:30:14 +0300\0" + "To\0oe-kbuild@lists.linux.dev" + " Luiz Augusto von Dentz <luiz.dentz@gmail.com>\0" "Cc\0lkp@intel.com" - " Dan Carpenter <error27@gmail.com>\0" + " oe-kbuild-all@lists.linux.dev\0" "\00:1\0" "b\0" - "BCC: lkp@intel.com\n" - "CC: oe-kbuild-all@lists.linux.dev\n" - "In-Reply-To: <20251014013308.174151-3-luiz.dentz@gmail.com>\n" - "References: <20251014013308.174151-3-luiz.dentz@gmail.com>\n" - "TO: Luiz Augusto von Dentz <luiz.dentz@gmail.com>\n" - "\n" "Hi Luiz,\n" "\n" "kernel test robot noticed the following build warnings:\n" "\n" - "[auto build test WARNING on bluetooth-next/master]\n" - "[also build test WARNING on linus/master v6.18-rc1 next-20251014]\n" - "[cannot apply to bluetooth/master]\n" - "[If your patch is applied to the wrong git tree, kindly drop us a note.\n" - "And when submitting patch, we suggest to use '--base' as documented in\n" "https://git-scm.com/docs/git-format-patch#_base_tree_information]\n" "\n" "url: https://github.com/intel-lab-lkp/linux/commits/Luiz-Augusto-von-Dentz/Bluetooth-hci_core-Introduce-HCI_CONN_FLAG_PAST/20251014-094058\n" "base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master\n" "patch link: https://lore.kernel.org/r/20251014013308.174151-3-luiz.dentz%40gmail.com\n" "patch subject: [PATCH v4 3/8] Bluetooth: ISO: Add support to bind to trigger PAST\n" - ":::::: branch date: 2 days ago\n" - ":::::: commit date: 2 days ago\n" "config: i386-randconfig-141-20251015 (https://download.01.org/0day-ci/archive/20251015/202510152336.GJBjPRZF-lkp@intel.com/config)\n" "compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)\n" "\n" "If you fix the issue in a separate patch/commit (i.e. not just a new version of\n" "the same patch/commit), kindly add following tags\n" "| Reported-by: kernel test robot <lkp@intel.com>\n" - "| Reported-by: Dan Carpenter <error27@gmail.com>\n" + "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n" "| Closes: https://lore.kernel.org/r/202510152336.GJBjPRZF-lkp@intel.com/\n" "\n" "New smatch warnings:\n" @@ -46,7 +35,6 @@ "\n" "vim +7286 net/bluetooth/hci_sync.c\n" "\n" - "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7268 \n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7269 static int hci_le_past_sync(struct hci_dev *hdev, void *data)\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7270 {\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7271 \tstruct past_data *past = data;\n" @@ -57,6 +45,9 @@ "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7276 \tif (!hci_conn_valid(hdev, past->conn) ||\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7277 \t !hci_conn_valid(hdev, past->le))\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7278 \t\treturn -ECANCELED;\n" + "\n" + "hci_dev_unlock(hdev);\n" + "\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7279 \n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7280 \tmemset(&cp, 0, sizeof(cp));\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7281 \tcp.handle = cpu_to_le16(past->le->handle);\n" @@ -67,10 +58,9 @@ "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 @7286 \treturn __hci_cmd_sync_status(hdev, HCI_OP_LE_PAST,\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7287 \t\t\t\t sizeof(cp), &cp, HCI_CMD_TIMEOUT);\n" "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7288 }\n" - "26071e0198f6b8 Luiz Augusto von Dentz 2025-10-13 7289 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -7ed4700e5dcc99dd56836897ab2a4c2f901ac850ee2143308b6f31b95c1e40cb +31cb777ab2ee6cc2176ac0ef72dacd1a573956ba94cfc5cfb390c5194c3c3c35
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.