Netdev List
 help / color / mirror / Atom feed
* Missing patch in iproute2 6.1 release
@ 2022-12-15 10:28 Drewek, Wojciech
  2022-12-15 15:59 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Drewek, Wojciech @ 2022-12-15 10:28 UTC (permalink / raw)
  To: stephen@networkplumber.org; +Cc: netdev@vger.kernel.org

Hi Stephen,

I've seen iproute2 6.1 being released recently[1] and I'm wondering why my patch[2] was included.
Is there anything wrong with the patch?

Regards,
Wojtek

[1] https://lore.kernel.org/netdev/20221214082705.5d2c2e7f@hermes.local/
[2] https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9313ba541f793dd1600ea4bb7c4f739accac3e84

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

* Re: Missing patch in iproute2 6.1 release
  2022-12-15 10:28 Missing patch in iproute2 6.1 release Drewek, Wojciech
@ 2022-12-15 15:59 ` Stephen Hemminger
  2022-12-15 16:13   ` Drewek, Wojciech
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2022-12-15 15:59 UTC (permalink / raw)
  To: Drewek, Wojciech; +Cc: netdev@vger.kernel.org

On Thu, 15 Dec 2022 10:28:16 +0000
"Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:

> Hi Stephen,
> 
> I've seen iproute2 6.1 being released recently[1] and I'm wondering why my patch[2] was included.
> Is there anything wrong with the patch?
> 
> Regards,
> Wojtek
> 
> [1] https://lore.kernel.org/netdev/20221214082705.5d2c2e7f@hermes.local/
> [2] https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9313ba541f793dd1600ea4bb7c4f739accac3e84

Iproute2 next tree holds the patches for the next release.
That patch went into the next tree after 6.1 was started.
It will get picked up when next is merged to main.

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

* RE: Missing patch in iproute2 6.1 release
  2022-12-15 15:59 ` Stephen Hemminger
@ 2022-12-15 16:13   ` Drewek, Wojciech
  2022-12-15 17:16     ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Drewek, Wojciech @ 2022-12-15 16:13 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev@vger.kernel.org



> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: czwartek, 15 grudnia 2022 17:00
> To: Drewek, Wojciech <wojciech.drewek@intel.com>
> Cc: netdev@vger.kernel.org
> Subject: Re: Missing patch in iproute2 6.1 release
> 
> On Thu, 15 Dec 2022 10:28:16 +0000
> "Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:
> 
> > Hi Stephen,
> >
> > I've seen iproute2 6.1 being released recently[1] and I'm wondering why my patch[2] was included.
> > Is there anything wrong with the patch?
> >
> > Regards,
> > Wojtek
> >
> > [1] https://lore.kernel.org/netdev/20221214082705.5d2c2e7f@hermes.local/
> > [2] https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9313ba541f793dd1600ea4bb7c4f739accac3e84
> 
> Iproute2 next tree holds the patches for the next release.
> That patch went into the next tree after 6.1 was started.
> It will get picked up when next is merged to main.

Merge windows for iproute2 are sync to kernel windows?
I should sent this patch before merge window for 6.1 was closed (I sent it after it was closed)?

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

* Re: Missing patch in iproute2 6.1 release
  2022-12-15 16:13   ` Drewek, Wojciech
@ 2022-12-15 17:16     ` Stephen Hemminger
  2022-12-15 17:21       ` Drewek, Wojciech
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2022-12-15 17:16 UTC (permalink / raw)
  To: Drewek, Wojciech; +Cc: netdev@vger.kernel.org

On Thu, 15 Dec 2022 16:13:07 +0000
"Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:

> > -----Original Message-----
> > From: Stephen Hemminger <stephen@networkplumber.org>
> > Sent: czwartek, 15 grudnia 2022 17:00
> > To: Drewek, Wojciech <wojciech.drewek@intel.com>
> > Cc: netdev@vger.kernel.org
> > Subject: Re: Missing patch in iproute2 6.1 release
> > 
> > On Thu, 15 Dec 2022 10:28:16 +0000
> > "Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:
> >   
> > > Hi Stephen,
> > >
> > > I've seen iproute2 6.1 being released recently[1] and I'm wondering why my patch[2] was included.
> > > Is there anything wrong with the patch?
> > >
> > > Regards,
> > > Wojtek
> > >
> > > [1] https://lore.kernel.org/netdev/20221214082705.5d2c2e7f@hermes.local/
> > > [2] https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9313ba541f793dd1600ea4bb7c4f739accac3e84  
> > 
> > Iproute2 next tree holds the patches for the next release.
> > That patch went into the next tree after 6.1 was started.
> > It will get picked up when next is merged to main.  
> 
> Merge windows for iproute2 are sync to kernel windows?
> I should sent this patch before merge window for 6.1 was closed (I sent it after it was closed)?

I do merge of release from next to main during the kernel merge window.

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

* RE: Missing patch in iproute2 6.1 release
  2022-12-15 17:16     ` Stephen Hemminger
@ 2022-12-15 17:21       ` Drewek, Wojciech
  0 siblings, 0 replies; 5+ messages in thread
From: Drewek, Wojciech @ 2022-12-15 17:21 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev@vger.kernel.org



> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: czwartek, 15 grudnia 2022 18:17
> To: Drewek, Wojciech <wojciech.drewek@intel.com>
> Cc: netdev@vger.kernel.org
> Subject: Re: Missing patch in iproute2 6.1 release
> 
> On Thu, 15 Dec 2022 16:13:07 +0000
> "Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:
> 
> > > -----Original Message-----
> > > From: Stephen Hemminger <stephen@networkplumber.org>
> > > Sent: czwartek, 15 grudnia 2022 17:00
> > > To: Drewek, Wojciech <wojciech.drewek@intel.com>
> > > Cc: netdev@vger.kernel.org
> > > Subject: Re: Missing patch in iproute2 6.1 release
> > >
> > > On Thu, 15 Dec 2022 10:28:16 +0000
> > > "Drewek, Wojciech" <wojciech.drewek@intel.com> wrote:
> > >
> > > > Hi Stephen,
> > > >
> > > > I've seen iproute2 6.1 being released recently[1] and I'm wondering why my patch[2] was included.
> > > > Is there anything wrong with the patch?
> > > >
> > > > Regards,
> > > > Wojtek
> > > >
> > > > [1] https://lore.kernel.org/netdev/20221214082705.5d2c2e7f@hermes.local/
> > > > [2] https://git.kernel.org/pub/scm/network/iproute2/iproute2-
> next.git/commit/?id=9313ba541f793dd1600ea4bb7c4f739accac3e84
> > >
> > > Iproute2 next tree holds the patches for the next release.
> > > That patch went into the next tree after 6.1 was started.
> > > It will get picked up when next is merged to main.
> >
> > Merge windows for iproute2 are sync to kernel windows?
> > I should sent this patch before merge window for 6.1 was closed (I sent it after it was closed)?
> 
> I do merge of release from next to main during the kernel merge window.

Ok, so it's my fault, thx for explanation.

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

end of thread, other threads:[~2022-12-15 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-15 10:28 Missing patch in iproute2 6.1 release Drewek, Wojciech
2022-12-15 15:59 ` Stephen Hemminger
2022-12-15 16:13   ` Drewek, Wojciech
2022-12-15 17:16     ` Stephen Hemminger
2022-12-15 17:21       ` Drewek, Wojciech

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox