* [RESEND] Conflict between char-misc and netdev
@ 2021-08-12 13:32 Manivannan Sadhasivam
2021-08-12 13:51 ` Jakub Kicinski
0 siblings, 1 reply; 5+ messages in thread
From: Manivannan Sadhasivam @ 2021-08-12 13:32 UTC (permalink / raw)
To: kuba, davem; +Cc: netdev, richard.laing, linux-arm-msm
Hi Jakub, Dave,
Due to the below commit in netdev there is a conflict between char-misc
and netdev trees:
5c2c85315948 ("bus: mhi: pci-generic: configurable network interface MRU")
Jakub, I noticed that you fixed the conflict locally in netdev:
d2e11fd2b7fc ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net")
But the commit touches the MHI bus and it should've been merged into mhi
tree then it goes via char-misc. It was unfortunate that neither
linux-arm-msm nor me were CCed to the patch :/
Could you please revert the commit?
Thanks,
Mani
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RESEND] Conflict between char-misc and netdev
2021-08-12 13:32 [RESEND] Conflict between char-misc and netdev Manivannan Sadhasivam
@ 2021-08-12 13:51 ` Jakub Kicinski
2021-08-12 14:05 ` Manivannan Sadhasivam
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2021-08-12 13:51 UTC (permalink / raw)
To: Manivannan Sadhasivam; +Cc: davem, netdev, richard.laing, linux-arm-msm
On Thu, 12 Aug 2021 19:02:15 +0530 Manivannan Sadhasivam wrote:
> Due to the below commit in netdev there is a conflict between char-misc
> and netdev trees:
>
> 5c2c85315948 ("bus: mhi: pci-generic: configurable network interface MRU")
>
> Jakub, I noticed that you fixed the conflict locally in netdev:
>
> d2e11fd2b7fc ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net")
>
> But the commit touches the MHI bus and it should've been merged into mhi
> tree then it goes via char-misc. It was unfortunate that neither
> linux-arm-msm nor me were CCed to the patch :/
>
> Could you please revert the commit?
Apologies for missing the lacking CC list, the extra resolution work,
etc. etc. Let me try to sharpen the "were maintainers CCed" check in
patchwork to make this less likely in the future.
About the situation at hand - is the commit buggy? Or is there work
that's pending in char-misc that's going to conflict in a major way?
Any chance you could just merge the same patch into mhi and git will
do its magic?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RESEND] Conflict between char-misc and netdev
2021-08-12 13:51 ` Jakub Kicinski
@ 2021-08-12 14:05 ` Manivannan Sadhasivam
2021-08-12 16:12 ` Jakub Kicinski
0 siblings, 1 reply; 5+ messages in thread
From: Manivannan Sadhasivam @ 2021-08-12 14:05 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: davem, netdev, richard.laing, linux-arm-msm
On Thu, Aug 12, 2021 at 06:51:13AM -0700, Jakub Kicinski wrote:
> On Thu, 12 Aug 2021 19:02:15 +0530 Manivannan Sadhasivam wrote:
> > Due to the below commit in netdev there is a conflict between char-misc
> > and netdev trees:
> >
> > 5c2c85315948 ("bus: mhi: pci-generic: configurable network interface MRU")
> >
> > Jakub, I noticed that you fixed the conflict locally in netdev:
> >
> > d2e11fd2b7fc ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net")
> >
> > But the commit touches the MHI bus and it should've been merged into mhi
> > tree then it goes via char-misc. It was unfortunate that neither
> > linux-arm-msm nor me were CCed to the patch :/
> >
> > Could you please revert the commit?
>
> Apologies for missing the lacking CC list, the extra resolution work,
> etc. etc. Let me try to sharpen the "were maintainers CCed" check in
> patchwork to make this less likely in the future.
>
No worries. I know how loaded the netdev list is :)
> About the situation at hand - is the commit buggy? Or is there work
> that's pending in char-misc that's going to conflict in a major way?
> Any chance you could just merge the same patch into mhi and git will
> do its magic?
I'm not happy with the MHI change and I do have a comment about the
variable "mru_default". So it'd be good if we revert the commit
entirely!
Also I do have few more patches coming for the same driver touched by
5c2c85315948.
Thanks,
Mani
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RESEND] Conflict between char-misc and netdev
2021-08-12 14:05 ` Manivannan Sadhasivam
@ 2021-08-12 16:12 ` Jakub Kicinski
2021-08-13 3:56 ` Richard Laing
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2021-08-12 16:12 UTC (permalink / raw)
To: Manivannan Sadhasivam; +Cc: davem, netdev, richard.laing, linux-arm-msm
On Thu, 12 Aug 2021 19:35:18 +0530 Manivannan Sadhasivam wrote:
> > About the situation at hand - is the commit buggy? Or is there work
> > that's pending in char-misc that's going to conflict in a major way?
> > Any chance you could just merge the same patch into mhi and git will
> > do its magic?
>
> I'm not happy with the MHI change and I do have a comment about the
> variable "mru_default". So it'd be good if we revert the commit
> entirely!
Would you mind rendering that comment you're referring to as a commit
message and sending a fix-up or a revert patch against net-next?
I wouldn't be able to do it justice.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RESEND] Conflict between char-misc and netdev
2021-08-12 16:12 ` Jakub Kicinski
@ 2021-08-13 3:56 ` Richard Laing
0 siblings, 0 replies; 5+ messages in thread
From: Richard Laing @ 2021-08-13 3:56 UTC (permalink / raw)
To: Jakub Kicinski, Manivannan Sadhasivam
Cc: davem@davemloft.net, netdev@vger.kernel.org,
linux-arm-msm@vger.kernel.org
On 8/13/21 4:12 AM, Jakub Kicinski wrote:
> Would you mind rendering that comment you're referring to as a commit
> message and sending a fix-up or a revert patch against net-next?
> I wouldn't be able to do it justice.
I would also be interested in the comment.
I would be happy if the patch is reverted from net-next, I have been
looking at a more flexible alternative allowing the size to be specified
per channel rather than as a global value.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-13 3:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-12 13:32 [RESEND] Conflict between char-misc and netdev Manivannan Sadhasivam
2021-08-12 13:51 ` Jakub Kicinski
2021-08-12 14:05 ` Manivannan Sadhasivam
2021-08-12 16:12 ` Jakub Kicinski
2021-08-13 3:56 ` Richard Laing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).