Message ID | 20230811192256.1988031-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | pull request: bluetooth-next 2023-08-11 | expand |
On Fri, 11 Aug 2023 12:22:56 -0700 Luiz Augusto von Dentz wrote: > bluetooth-next pull request for net-next: > > - Add new VID/PID for Mediatek MT7922 > - Add support multiple BIS/BIG > - Add support for Intel Gale Peak > - Add support for Qualcomm WCN3988 > - Add support for BT_PKT_STATUS for ISO sockets > - Various fixes for experimental ISO support > - Load FW v2 for RTL8852C > - Add support for NXP AW693 chipset > - Add support for Mediatek MT2925 As indicated by Stephen's complaint about lack of an SoB tag, it appears that DaveM merged this PR over the weekend :)
Hi Jakub, On Mon, Aug 14, 2023 at 4:45 PM Jakub Kicinski <kuba@kernel.org> wrote: > > On Fri, 11 Aug 2023 12:22:56 -0700 Luiz Augusto von Dentz wrote: > > bluetooth-next pull request for net-next: > > > > - Add new VID/PID for Mediatek MT7922 > > - Add support multiple BIS/BIG > > - Add support for Intel Gale Peak > > - Add support for Qualcomm WCN3988 > > - Add support for BT_PKT_STATUS for ISO sockets > > - Various fixes for experimental ISO support > > - Load FW v2 for RTL8852C > > - Add support for NXP AW693 chipset > > - Add support for Mediatek MT2925 > > As indicated by Stephen's complaint about lack of an SoB tag, > it appears that DaveM merged this PR over the weekend :) Ok, since it has been applied what shall we do?
On Tue, 15 Aug 2023 10:59:35 -0700 Luiz Augusto von Dentz wrote: > > As indicated by Stephen's complaint about lack of an SoB tag, > > it appears that DaveM merged this PR over the weekend :) > > Ok, since it has been applied what shall we do? Not much we can do now. Make sure you run: https://github.com/kuba-moo/nipa/blob/master/tests/patch/verify_signedoff/verify_signedoff.sh on the next PR.
Hi Jakub, On Tue, Aug 15, 2023 at 11:15 AM Jakub Kicinski <kuba@kernel.org> wrote: > > On Tue, 15 Aug 2023 10:59:35 -0700 Luiz Augusto von Dentz wrote: > > > As indicated by Stephen's complaint about lack of an SoB tag, > > > it appears that DaveM merged this PR over the weekend :) > > > > Ok, since it has been applied what shall we do? > > Not much we can do now. Make sure you run: > > https://github.com/kuba-moo/nipa/blob/master/tests/patch/verify_signedoff/verify_signedoff.sh > > on the next PR. Will try to incorporate this into our CI checks, btw any reason why this is not done by the likes of checkpatch?
On Tue, 15 Aug 2023 11:18:07 -0700 Luiz Augusto von Dentz wrote: > On Tue, Aug 15, 2023 at 11:15 AM Jakub Kicinski <kuba@kernel.org> wrote: > > On Tue, 15 Aug 2023 10:59:35 -0700 Luiz Augusto von Dentz wrote: > > > Ok, since it has been applied what shall we do? > > > > Not much we can do now. Make sure you run: > > > > https://github.com/kuba-moo/nipa/blob/master/tests/patch/verify_signedoff/verify_signedoff.sh > > > > on the next PR. > > Will try to incorporate this into our CI checks, btw any reason why > this is not done by the likes of checkpatch? No reason I can think of. The people who usually run this check will not want to switch to checkpatch because of its high false-positive rate. So I'm guessing nobody had the motivation to send a patch.
Hello: This pull request was applied to bluetooth/bluetooth-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 11 Aug 2023 12:22:56 -0700 you wrote: > The following changes since commit 80f9ad046052509d0eee9b72e11d0e8ae31b665f: > > Merge branch 'rzn1-a5psw-vlan-port_bridge_flags' (2023-08-11 11:58:36 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-08-11 > > [...] Here is the summary with links: - pull request: bluetooth-next 2023-08-11 https://git.kernel.org/bluetooth/bluetooth-next/c/3d3829363bf7 You are awesome, thank you!