kernel: bump 4.19 to 4.19.44
[openwrt/staging/ynezz.git] / target / linux / generic / backport-4.19 / 370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch
index c7436f77405fab8803144965aa50ab1edc2acf35..cc8e00353d023b3ed72feb413ed77390645aa0c8 100644 (file)
@@ -21,7 +21,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/net/netfilter/nf_conntrack_core.c
 +++ b/net/netfilter/nf_conntrack_core.c
-@@ -1143,18 +1143,6 @@ static bool gc_worker_can_early_drop(con
+@@ -1178,18 +1178,6 @@ static bool gc_worker_can_early_drop(con
        return false;
  }
  
@@ -40,7 +40,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  static void gc_worker(struct work_struct *work)
  {
        unsigned int min_interval = max(HZ / GC_MAX_BUCKETS_DIV, 1u);
-@@ -1191,10 +1179,8 @@ static void gc_worker(struct work_struct
+@@ -1226,10 +1214,8 @@ static void gc_worker(struct work_struct
                        tmp = nf_ct_tuplehash_to_ctrack(h);
  
                        scanned++;