Message ID | 20211004222146.251892-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | pull request: bluetooth 2021-10-04 | expand |
On Mon, 4 Oct 2021 15:21:46 -0700 Luiz Augusto von Dentz wrote: > bluetooth-next pull request for net-next: > > - Add support for MediaTek MT7922 and MT7921 > - Add support for TP-Link UB500 > - Enable support for AOSP extention in Qualcomm WCN399x and Realtek > 8822C/8852A. > - Add initial support for link quality and audio/codec offload. > - Rework of sockets sendmsg to avoid locking issues. > - Add vhci suspend/resume emulation. Now it's flipped, it's complaining about Luiz being the committer but there's only a sign off from Marcel :(
Hi Jakub, On Mon, Oct 4, 2021 at 6:22 PM Jakub Kicinski <kuba@kernel.org> wrote: > > On Mon, 4 Oct 2021 15:21:46 -0700 Luiz Augusto von Dentz wrote: > > bluetooth-next pull request for net-next: > > > > - Add support for MediaTek MT7922 and MT7921 > > - Add support for TP-Link UB500 > > - Enable support for AOSP extention in Qualcomm WCN399x and Realtek > > 8822C/8852A. > > - Add initial support for link quality and audio/codec offload. > > - Rework of sockets sendmsg to avoid locking issues. > > - Add vhci suspend/resume emulation. > > Now it's flipped, it's complaining about Luiz being the committer > but there's only a sign off from Marcel :( I did have both sign-off, or are you saying Ive now become the committer of other patches as well? Which means whoever rebases the tree has to sign-off the entire set as well, I guess other trees does better with this because they don't have multiple committer but once you have that it is kind hard to maintain this rule of committer must sign-off, shouldn't we actually just check if there is one sign-off by one of the maintainers that shall be considered acceptable? Or perhaps there is some documentation on the matter?
On Mon, 4 Oct 2021 20:47:35 -0700 Luiz Augusto von Dentz wrote: > On Mon, Oct 4, 2021 at 6:22 PM Jakub Kicinski <kuba@kernel.org> wrote: > > On Mon, 4 Oct 2021 15:21:46 -0700 Luiz Augusto von Dentz wrote: > > > bluetooth-next pull request for net-next: > > > > > > - Add support for MediaTek MT7922 and MT7921 > > > - Add support for TP-Link UB500 > > > - Enable support for AOSP extention in Qualcomm WCN399x and Realtek > > > 8822C/8852A. > > > - Add initial support for link quality and audio/codec offload. > > > - Rework of sockets sendmsg to avoid locking issues. > > > - Add vhci suspend/resume emulation. > > > > Now it's flipped, it's complaining about Luiz being the committer > > but there's only a sign off from Marcel :( > > I did have both sign-off, or are you saying Ive now become the > committer of other patches as well? Which means whoever rebases the > tree has to sign-off the entire set as well, I guess other trees does > better with this because they don't have multiple committer but once > you have that it is kind hard to maintain this rule of committer must > sign-off, shouldn't we actually just check if there is one sign-off by > one of the maintainers that shall be considered acceptable? I think most trees don't do rebases. The issue does indeed seem to be that whoever does a rebase becomes the committer, so you need to make sure that whenever you rebase you add your sign-off to the commits initially done by other maintainers (in the range of commits that are being modified). > Or perhaps there is some documentation on the matter? I don't think there's any docs. Since this looks very painful to fix at this point I'll pull as is from the initial PR from Oct 1st (since it had fewer warnings). About the content of the PR there is a whole bunch of things here (fixes, simple device ID additions) which really look like they should have been targeting net, not net-next. Okay, enough complaining ;) Pulled v1, thanks!