Message ID | 20221202213726.2801581-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a789c70c1dfed36a31bae1f2df55bc9b8429287a |
Headers | show |
Series | pull-request: bluetooth 2022-12-02 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | fail | Errors and warnings before: 38 this patch: 40 |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 38 this patch: 40 |
On Fri, 2 Dec 2022 13:37:26 -0800 Luiz Augusto von Dentz wrote: > bluetooth pull request for net: > > - Fix regressions with CSR controller clones > - Fix support for Read Local Supported Codecs V2 > - Fix overflow on L2CAP code > - Fix missing hci_dev_put on ISO and L2CAP code Two new sparse warnings in btusb.c here, please follow up to fix those.
Hello: This pull request was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 2 Dec 2022 13:37:26 -0800 you wrote: > The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d: > > Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02 > > [...] Here is the summary with links: - pull-request: bluetooth 2022-12-02 https://git.kernel.org/netdev/net/c/a789c70c1dfe You are awesome, thank you!
Sorry for the delay, looks like the list ate your email :S On Fri, 2 Dec 2022 23:49:18 -0800 Luiz Augusto von Dentz wrote: > > On Fri, 2 Dec 2022 13:37:26 -0800 Luiz Augusto von Dentz wrote: > > > bluetooth pull request for net: > > > > > > - Fix regressions with CSR controller clones > > > - Fix support for Read Local Supported Codecs V2 > > > - Fix overflow on L2CAP code > > > - Fix missing hci_dev_put on ISO and L2CAP code > > > > Two new sparse warnings in btusb.c here, please follow up to fix those. > > Do you have the logs somewhere? Yes, but shouldn't matter, the output is actually quite messy. I recommend running: make W=1 C=1 path/to/file.o and you'll see all the warnings. > Or even better if you share the script you use to detect new sparse > warning we can perhaps integrate in our ci. Yes, yes, all our script are here: https://github.com/kuba-moo/nipa/tree/master/tests Build one is here: https://github.com/kuba-moo/nipa/blob/master/tests/patch/build_allmodconfig_warn/build_allmodconfig.sh It's relatively okay at catching build issues. But the output is messy, as I said :(
Hello: This pull request was applied to bluetooth/bluetooth-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 2 Dec 2022 13:37:26 -0800 you wrote: > The following changes since commit e931a173a685fe213127ae5aa6b7f2196c1d875d: > > Merge branch 'vmxnet3-fixes' (2022-12-02 10:30:07 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2022-12-02 > > [...] Here is the summary with links: - pull-request: bluetooth 2022-12-02 https://git.kernel.org/bluetooth/bluetooth-next/c/a789c70c1dfe You are awesome, thank you!