netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b
@ 2019-07-05 14:15 Loganaden Velvindron
  2019-07-15 18:01 ` Loganaden Velvindron
  0 siblings, 1 reply; 5+ messages in thread
From: Loganaden Velvindron @ 2019-07-05 14:15 UTC (permalink / raw)
  To: netdev; +Cc: Dave Taht

Hi folks,

I read the guidelines for LTS/stable.
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html


Although this is not a bugfix, I am humbly submitting a request so
that commit id
-- 96125bf9985a75db00496dd2bc9249b777d2b19b Allow 0.0.0.0/8 as a valid
address range --  is backported to all LTS kernels.

My motivation for such a request is that we need this patch to be as
widely deployed as possible and as early as possible for interop and
hopefully move into better utilization of ipv4 addresses space. Hence
my request for it be added to -stable.

Kind regards,
//Logan

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

* Re: Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b
  2019-07-05 14:15 Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b Loganaden Velvindron
@ 2019-07-15 18:01 ` Loganaden Velvindron
  2019-07-17 13:45   ` Dave Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Loganaden Velvindron @ 2019-07-15 18:01 UTC (permalink / raw)
  To: netdev

On Fri, Jul 5, 2019 at 6:15 PM Loganaden Velvindron <loganaden@gmail.com> wrote:
>
> Hi folks,
>
> I read the guidelines for LTS/stable.
> https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
>
>
> Although this is not a bugfix, I am humbly submitting a request so
> that commit id
> -- 96125bf9985a75db00496dd2bc9249b777d2b19b Allow 0.0.0.0/8 as a valid
> address range --  is backported to all LTS kernels.
>
> My motivation for such a request is that we need this patch to be as
> widely deployed as possible and as early as possible for interop and
> hopefully move into better utilization of ipv4 addresses space. Hence
> my request for it be added to -stable.
>

Any feedback ?

> Kind regards,
> //Logan

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

* Re: Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b
  2019-07-15 18:01 ` Loganaden Velvindron
@ 2019-07-17 13:45   ` Dave Taht
  2019-07-22 19:25     ` Loganaden Velvindron
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Taht @ 2019-07-17 13:45 UTC (permalink / raw)
  To: Loganaden Velvindron; +Cc: netdev

On Mon, Jul 15, 2019 at 11:01 AM Loganaden Velvindron
<loganaden@gmail.com> wrote:
>
> On Fri, Jul 5, 2019 at 6:15 PM Loganaden Velvindron <loganaden@gmail.com> wrote:
> >
> > Hi folks,
> >
> > I read the guidelines for LTS/stable.
> > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> >
> >
> > Although this is not a bugfix, I am humbly submitting a request so
> > that commit id
> > -- 96125bf9985a75db00496dd2bc9249b777d2b19b Allow 0.0.0.0/8 as a valid
> > address range --  is backported to all LTS kernels.
> >
> > My motivation for such a request is that we need this patch to be as
> > widely deployed as possible and as early as possible for interop and
> > hopefully move into better utilization of ipv4 addresses space. Hence
> > my request for it be added to -stable.
> >
>
> Any feedback ?
>
> > Kind regards,
> > //Logan

I am perfectly willing to wait a year or so on the -stable front to
see what, if any, problems that ensue from mainlining this in 5.3.
It's straightforward for distros that wish to do this backport (like
openwrt) to do it now, and other OSes will take longer than this to
adopt, regardless.


-- 

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740

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

* Re: Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b
  2019-07-17 13:45   ` Dave Taht
@ 2019-07-22 19:25     ` Loganaden Velvindron
  2019-07-22 19:27       ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Loganaden Velvindron @ 2019-07-22 19:25 UTC (permalink / raw)
  To: Dave Taht; +Cc: netdev

On Wed, Jul 17, 2019 at 5:45 PM Dave Taht <dave.taht@gmail.com> wrote:
>
> On Mon, Jul 15, 2019 at 11:01 AM Loganaden Velvindron
> <loganaden@gmail.com> wrote:
> >
> > On Fri, Jul 5, 2019 at 6:15 PM Loganaden Velvindron <loganaden@gmail.com> wrote:
> > >
> > > Hi folks,
> > >
> > > I read the guidelines for LTS/stable.
> > > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> > >
> > >
> > > Although this is not a bugfix, I am humbly submitting a request so
> > > that commit id
> > > -- 96125bf9985a75db00496dd2bc9249b777d2b19b Allow 0.0.0.0/8 as a valid
> > > address range --  is backported to all LTS kernels.
> > >
> > > My motivation for such a request is that we need this patch to be as
> > > widely deployed as possible and as early as possible for interop and
> > > hopefully move into better utilization of ipv4 addresses space. Hence
> > > my request for it be added to -stable.
> > >
> >
> > Any feedback ?
> >
> > > Kind regards,
> > > //Logan
>
> I am perfectly willing to wait a year or so on the -stable front to
> see what, if any, problems that ensue from mainlining this in 5.3.
> It's straightforward for distros that wish to do this backport (like
> openwrt) to do it now, and other OSes will take longer than this to
> adopt, regardless.
>
>
ping davem
> --
>
> Dave Täht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-205-9740

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

* Re: Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b
  2019-07-22 19:25     ` Loganaden Velvindron
@ 2019-07-22 19:27       ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2019-07-22 19:27 UTC (permalink / raw)
  To: loganaden; +Cc: dave.taht, netdev

From: Loganaden Velvindron <loganaden@gmail.com>
Date: Mon, 22 Jul 2019 23:25:49 +0400

> ping davem

I really don't want to send it to -stable, sorry...

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

end of thread, other threads:[~2019-07-22 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 14:15 Request for backport of 96125bf9985a75db00496dd2bc9249b777d2b19b Loganaden Velvindron
2019-07-15 18:01 ` Loganaden Velvindron
2019-07-17 13:45   ` Dave Taht
2019-07-22 19:25     ` Loganaden Velvindron
2019-07-22 19:27       ` 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).