* stable fixes for nf_conncount 4.19.x @ 2019-01-18 1:24 Pablo Neira Ayuso 2019-01-18 6:57 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Pablo Neira Ayuso @ 2019-01-18 1:24 UTC (permalink / raw) To: Greg Kroah-Hartman; +Cc: stable, netfilter-devel Hi Greg, Could you cherry-pick the follow list of patches into -stable 4.19.x, please? a007232066f6 netfilter: nf_conncount: fix argument order to find_next_bit c80f10bc973a netfilter: nf_conncount: speculative garbage collection on empty lists 2f971a8f4255 netfilter: nf_conncount: move all list iterations under spinlock df4a90250976 netfilter: nf_conncount: merge lookup and add functions e8cfb372b38a netfilter: nf_conncount: restart search when nodes have been erased f7fcc98dfc2d netfilter: nf_conncount: split gc in two phases 4cd273bb91b3 netfilter: nf_conncount: don't skip eviction when age is negative c78e7818f16f netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS conncount infrastructure is not in good shape, for more details see: https://bugzilla.kernel.org/show_bug.cgi?id=202013 Thanks. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable fixes for nf_conncount 4.19.x 2019-01-18 1:24 stable fixes for nf_conncount 4.19.x Pablo Neira Ayuso @ 2019-01-18 6:57 ` Greg Kroah-Hartman 2019-01-18 8:14 ` Greg Kroah-Hartman 2019-01-18 12:41 ` Pablo Neira Ayuso 0 siblings, 2 replies; 5+ messages in thread From: Greg Kroah-Hartman @ 2019-01-18 6:57 UTC (permalink / raw) To: Pablo Neira Ayuso; +Cc: stable, netfilter-devel On Fri, Jan 18, 2019 at 02:24:14AM +0100, Pablo Neira Ayuso wrote: > Hi Greg, > > Could you cherry-pick the follow list of patches into -stable 4.19.x, please? > > a007232066f6 netfilter: nf_conncount: fix argument order to find_next_bit > c80f10bc973a netfilter: nf_conncount: speculative garbage collection on empty lists > 2f971a8f4255 netfilter: nf_conncount: move all list iterations under spinlock > df4a90250976 netfilter: nf_conncount: merge lookup and add functions > e8cfb372b38a netfilter: nf_conncount: restart search when nodes have been erased > f7fcc98dfc2d netfilter: nf_conncount: split gc in two phases > 4cd273bb91b3 netfilter: nf_conncount: don't skip eviction when age is negative > c78e7818f16f netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS > > conncount infrastructure is not in good shape, for more details see: > > https://bugzilla.kernel.org/show_bug.cgi?id=202013 These should also go into 4.20.y as well, right? I don't want people to experience regressions moving from 4.19 to a newer kernel release. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable fixes for nf_conncount 4.19.x 2019-01-18 6:57 ` Greg Kroah-Hartman @ 2019-01-18 8:14 ` Greg Kroah-Hartman 2019-01-18 9:30 ` Reindl Harald 2019-01-18 12:41 ` Pablo Neira Ayuso 1 sibling, 1 reply; 5+ messages in thread From: Greg Kroah-Hartman @ 2019-01-18 8:14 UTC (permalink / raw) To: Pablo Neira Ayuso; +Cc: stable, netfilter-devel On Fri, Jan 18, 2019 at 07:57:07AM +0100, Greg Kroah-Hartman wrote: > On Fri, Jan 18, 2019 at 02:24:14AM +0100, Pablo Neira Ayuso wrote: > > Hi Greg, > > > > Could you cherry-pick the follow list of patches into -stable 4.19.x, please? > > > > a007232066f6 netfilter: nf_conncount: fix argument order to find_next_bit > > c80f10bc973a netfilter: nf_conncount: speculative garbage collection on empty lists > > 2f971a8f4255 netfilter: nf_conncount: move all list iterations under spinlock > > df4a90250976 netfilter: nf_conncount: merge lookup and add functions > > e8cfb372b38a netfilter: nf_conncount: restart search when nodes have been erased > > f7fcc98dfc2d netfilter: nf_conncount: split gc in two phases > > 4cd273bb91b3 netfilter: nf_conncount: don't skip eviction when age is negative > > c78e7818f16f netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS > > > > conncount infrastructure is not in good shape, for more details see: > > > > https://bugzilla.kernel.org/show_bug.cgi?id=202013 > > These should also go into 4.20.y as well, right? I don't want people to > experience regressions moving from 4.19 to a newer kernel release. I've queued them up to both now, thanks. greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable fixes for nf_conncount 4.19.x 2019-01-18 8:14 ` Greg Kroah-Hartman @ 2019-01-18 9:30 ` Reindl Harald 0 siblings, 0 replies; 5+ messages in thread From: Reindl Harald @ 2019-01-18 9:30 UTC (permalink / raw) To: Greg Kroah-Hartman, Pablo Neira Ayuso; +Cc: stable, netfilter-devel Am 18.01.19 um 09:14 schrieb Greg Kroah-Hartman: > On Fri, Jan 18, 2019 at 07:57:07AM +0100, Greg Kroah-Hartman wrote: >> On Fri, Jan 18, 2019 at 02:24:14AM +0100, Pablo Neira Ayuso wrote: >>> Hi Greg, >>> >>> Could you cherry-pick the follow list of patches into -stable 4.19.x, please? >>> >>> a007232066f6 netfilter: nf_conncount: fix argument order to find_next_bit >>> c80f10bc973a netfilter: nf_conncount: speculative garbage collection on empty lists >>> 2f971a8f4255 netfilter: nf_conncount: move all list iterations under spinlock >>> df4a90250976 netfilter: nf_conncount: merge lookup and add functions >>> e8cfb372b38a netfilter: nf_conncount: restart search when nodes have been erased >>> f7fcc98dfc2d netfilter: nf_conncount: split gc in two phases >>> 4cd273bb91b3 netfilter: nf_conncount: don't skip eviction when age is negative >>> c78e7818f16f netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS >>> >>> conncount infrastructure is not in good shape, for more details see: >>> >>> https://bugzilla.kernel.org/show_bug.cgi?id=202013 >> >> These should also go into 4.20.y as well, right? I don't want people to >> experience regressions moving from 4.19 to a newer kernel release. there is a 4.20.3 Fedora build with the patches https://koji.fedoraproject.org/koji/taskinfo?taskID=32096601 [harry@srv-rhsoft:~]$ uname -a Linux srv-rhsoft.rhsoft.net 4.20.3-200.rhbz1659706.fc29.x86_64 #1 SMP Thu Jan 17 22:47:56 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [harry@srv-rhsoft:~]$ uptime 10:29:17 up 8:40, 9 users, load average: 0,63, 0,64, 0,82 [root@srv-rhsoft:~]$ firewall_status | grep conn 7 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 #conn src/32 > 50 8 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 #conn src/24 > 150 before this machine crashed within 4 hours from 4.19.0 until recent ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: stable fixes for nf_conncount 4.19.x 2019-01-18 6:57 ` Greg Kroah-Hartman 2019-01-18 8:14 ` Greg Kroah-Hartman @ 2019-01-18 12:41 ` Pablo Neira Ayuso 1 sibling, 0 replies; 5+ messages in thread From: Pablo Neira Ayuso @ 2019-01-18 12:41 UTC (permalink / raw) To: Greg Kroah-Hartman; +Cc: stable, netfilter-devel On Fri, Jan 18, 2019 at 07:57:07AM +0100, Greg Kroah-Hartman wrote: > On Fri, Jan 18, 2019 at 02:24:14AM +0100, Pablo Neira Ayuso wrote: > > Hi Greg, > > > > Could you cherry-pick the follow list of patches into -stable 4.19.x, please? > > > > a007232066f6 netfilter: nf_conncount: fix argument order to find_next_bit > > c80f10bc973a netfilter: nf_conncount: speculative garbage collection on empty lists > > 2f971a8f4255 netfilter: nf_conncount: move all list iterations under spinlock > > df4a90250976 netfilter: nf_conncount: merge lookup and add functions > > e8cfb372b38a netfilter: nf_conncount: restart search when nodes have been erased > > f7fcc98dfc2d netfilter: nf_conncount: split gc in two phases > > 4cd273bb91b3 netfilter: nf_conncount: don't skip eviction when age is negative > > c78e7818f16f netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS > > > > conncount infrastructure is not in good shape, for more details see: > > > > https://bugzilla.kernel.org/show_bug.cgi?id=202013 > > These should also go into 4.20.y as well, right? I don't want people to > experience regressions moving from 4.19 to a newer kernel release. Yes, those are also good for 4.20. Thanks. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-18 12:41 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-01-18 1:24 stable fixes for nf_conncount 4.19.x Pablo Neira Ayuso 2019-01-18 6:57 ` Greg Kroah-Hartman 2019-01-18 8:14 ` Greg Kroah-Hartman 2019-01-18 9:30 ` Reindl Harald 2019-01-18 12:41 ` Pablo Neira Ayuso
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).