]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-3.18/ipv6-flowlabel-wait-rcu-grace-period-before-put_pid.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 May 2019 17:04:25 +0000 (19:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 May 2019 17:04:25 +0000 (19:04 +0200)
queue-3.18/ipv6-flowlabel-wait-rcu-grace-period-before-put_pid.patch

index 3e37e75a5adb9a6c13e9de8cf18f59f1a41ac225..6d68732861fbe0ea6ed59ef2a15382eb058fa36f 100644 (file)
@@ -133,7 +133,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +              put_pid(fl->owner.pid);
 +      release_net(fl->fl_net);
 +      kfree(fl->opt);
-+      kfree_rcu(fl, rcu);
++      kfree(fl);
 +}
  
  static void fl_free(struct ip6_flowlabel *fl)