netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Request for net merge into net-next
@ 2020-06-25  9:16 Paolo Abeni
  2020-06-25 19:21 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Paolo Abeni @ 2020-06-25  9:16 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi,

We have a few net-next MPTCP changes depending on:

commit 9e365ff576b7c1623bbc5ef31ec652c533e2f65e
mptcp: drop MP_JOIN request sock on syn cookies
    
commit 8fd4de1275580a1befa1456d1070eaf6489fb48f
mptcp: cache msk on MP_JOIN init_req

Could you please merge net into net-next so that we can post without
causing later conflicts?

Thank you!

Paolo




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Request for net merge into net-next
  2020-06-25  9:16 Request for net merge into net-next Paolo Abeni
@ 2020-06-25 19:21 ` David Miller
  2020-06-26  2:40   ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2020-06-25 19:21 UTC (permalink / raw)
  To: pabeni; +Cc: netdev

From: Paolo Abeni <pabeni@redhat.com>
Date: Thu, 25 Jun 2020 11:16:47 +0200

> We have a few net-next MPTCP changes depending on:
> 
> commit 9e365ff576b7c1623bbc5ef31ec652c533e2f65e
> mptcp: drop MP_JOIN request sock on syn cookies
>     
> commit 8fd4de1275580a1befa1456d1070eaf6489fb48f
> mptcp: cache msk on MP_JOIN init_req
> 
> Could you please merge net into net-next so that we can post without
> causing later conflicts?

I'm going to send a pull request for 'net' to Linus and once he takes that
I'll sync everything.

Thank you.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Request for net merge into net-next
  2020-06-25 19:21 ` David Miller
@ 2020-06-26  2:40   ` David Miller
  2020-06-26  7:54     ` Paolo Abeni
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2020-06-26  2:40 UTC (permalink / raw)
  To: pabeni; +Cc: netdev

From: David Miller <davem@davemloft.net>
Date: Thu, 25 Jun 2020 12:21:37 -0700 (PDT)

> From: Paolo Abeni <pabeni@redhat.com>
> Date: Thu, 25 Jun 2020 11:16:47 +0200
> 
>> We have a few net-next MPTCP changes depending on:
>> 
>> commit 9e365ff576b7c1623bbc5ef31ec652c533e2f65e
>> mptcp: drop MP_JOIN request sock on syn cookies
>>     
>> commit 8fd4de1275580a1befa1456d1070eaf6489fb48f
>> mptcp: cache msk on MP_JOIN init_req
>> 
>> Could you please merge net into net-next so that we can post without
>> causing later conflicts?
> 
> I'm going to send a pull request for 'net' to Linus and once he takes that
> I'll sync everything.

This is now done.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Request for net merge into net-next
  2020-06-26  2:40   ` David Miller
@ 2020-06-26  7:54     ` Paolo Abeni
  0 siblings, 0 replies; 8+ messages in thread
From: Paolo Abeni @ 2020-06-26  7:54 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

On Thu, 2020-06-25 at 19:40 -0700, David Miller wrote:
> From: David Miller <davem@davemloft.net>
> Date: Thu, 25 Jun 2020 12:21:37 -0700 (PDT)
> 
> > From: Paolo Abeni <pabeni@redhat.com>
> > Date: Thu, 25 Jun 2020 11:16:47 +0200
> > 
> >> We have a few net-next MPTCP changes depending on:
> >> 
> >> commit 9e365ff576b7c1623bbc5ef31ec652c533e2f65e
> >> mptcp: drop MP_JOIN request sock on syn cookies
> >>     
> >> commit 8fd4de1275580a1befa1456d1070eaf6489fb48f
> >> mptcp: cache msk on MP_JOIN init_req
> >> 
> >> Could you please merge net into net-next so that we can post without
> >> causing later conflicts?
> > 
> > I'm going to send a pull request for 'net' to Linus and once he takes that
> > I'll sync everything.
> 
> This is now done.
> 
Thank you!

I will spam the ML with patches soon ;)

/P


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Request for net merge into net-next
@ 2020-09-18 14:20 Matthieu Baerts
  0 siblings, 0 replies; 8+ messages in thread
From: Matthieu Baerts @ 2020-09-18 14:20 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski; +Cc: netdev, MPTCP Upstream

Hi David, Jakub,

We have a few net-next MPTCP changes depending on:

- 57025817eaa4 ("mptcp: fix subflow's local_id issues")
- 2ff0e566faa4 ("mptcp: fix subflow's remote_id issues")
- f612eb76f349 ("mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_id")

We guess you are going to send a pull request for 'net' to Linus soon 
and sync everything once it is done. But just in case, if not, could you 
please merge 'net' into 'net-next' so that we can post without causing 
conflicts later and issues in tests?

Thank you!

Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Request for net merge into net-next
  2019-04-15 20:24 ` David Miller
@ 2019-04-17 20:58   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2019-04-17 20:58 UTC (permalink / raw)
  To: nbd; +Cc: netdev

From: David Miller <davem@davemloft.net>
Date: Mon, 15 Apr 2019 13:24:17 -0700 (PDT)

> From: Felix Fietkau <nbd@nbd.name>
> Date: Fri, 12 Apr 2019 21:41:36 +0200
> 
>> I have a whole bunch of pending mt76 changes for -next which depend on
>> these two commits:
>> 
>> commit 2b4a66980217332d91ab1785e1750857d6d52bc8
>> mac80211: make ieee80211_schedule_txq schedule empty TXQs
>> 
>> commit 5b989c18dab2e82bac8a5564a174794bf84b20e6
>> mac80211: rework locking for txq scheduling / airtime fairness
>> 
>> Could you please merge net into net-next so that Kalle can take them
>> into wireless-drivers-next?
> 
> I'll try to make this happen in the next 24 hours.

Sorry, it took a little longer than expected.

This is now done.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Request for net merge into net-next
  2019-04-12 19:41 Felix Fietkau
@ 2019-04-15 20:24 ` David Miller
  2019-04-17 20:58   ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2019-04-15 20:24 UTC (permalink / raw)
  To: nbd; +Cc: netdev

From: Felix Fietkau <nbd@nbd.name>
Date: Fri, 12 Apr 2019 21:41:36 +0200

> I have a whole bunch of pending mt76 changes for -next which depend on
> these two commits:
> 
> commit 2b4a66980217332d91ab1785e1750857d6d52bc8
> mac80211: make ieee80211_schedule_txq schedule empty TXQs
> 
> commit 5b989c18dab2e82bac8a5564a174794bf84b20e6
> mac80211: rework locking for txq scheduling / airtime fairness
> 
> Could you please merge net into net-next so that Kalle can take them
> into wireless-drivers-next?

I'll try to make this happen in the next 24 hours.

Thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Request for net merge into net-next
@ 2019-04-12 19:41 Felix Fietkau
  2019-04-15 20:24 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Felix Fietkau @ 2019-04-12 19:41 UTC (permalink / raw)
  To: Dave Miller; +Cc: netdev

Hi Dave,

I have a whole bunch of pending mt76 changes for -next which depend on
these two commits:

commit 2b4a66980217332d91ab1785e1750857d6d52bc8
mac80211: make ieee80211_schedule_txq schedule empty TXQs

commit 5b989c18dab2e82bac8a5564a174794bf84b20e6
mac80211: rework locking for txq scheduling / airtime fairness

Could you please merge net into net-next so that Kalle can take them
into wireless-drivers-next?

Thanks,

- Felix

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-18 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25  9:16 Request for net merge into net-next Paolo Abeni
2020-06-25 19:21 ` David Miller
2020-06-26  2:40   ` David Miller
2020-06-26  7:54     ` Paolo Abeni
  -- strict thread matches above, loose matches on Subject: below --
2020-09-18 14:20 Matthieu Baerts
2019-04-12 19:41 Felix Fietkau
2019-04-15 20:24 ` David Miller
2019-04-17 20:58   ` David Miller

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).