Re: netfilter stable requests for 4.14, 4.16

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greg KH <greg@xxxxxxxxx> wrote:
> > 360cc79d9d299ce297b205508276285ceffc5fa8
> > ("netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()"), bug added in v4.14-rc1
> > 
> > Applies cleanly to 4.16 but in 4.14 tjis fails as the 2nd location that
> > is patched (nf_tables_dump_flowtable) doesn't exist.  So in 4.14 this is
> > a one-line change:
> >    -    if (filter && filter->table[0] &&
> >    +    if (filter && filter->table &&
> 
> I don't understand this, can you provide a backported patch for 4.14.y?

Sure, coming in a few seconds.
Addmittingly, poorly worded on my side and git conflict resolution
looks very nasty...

> > If you'd like me to handle such larger requests differently please
> > let me know your preferenced way to handle this.
> 
> This was fine, all but the one patch above applied to 4.14 now.  4.16 is
> end-of-life a week or so ago, sorry.

No problem, 4.16.y users can move to 4.17.y and will get fixes this way
then.



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux