lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 13 Jan 2014 11:42:47 -0800
From:	Cong Wang <cwang@...pensource.com>
To:	Fan Du <fan.du@...driver.com>
Cc:	steffen.klassert@...unet.com, David Miller <davem@...emloft.net>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 3/4] flowcache: Fixup flow cache part in xfrm policy

On Sun, Jan 12, 2014 at 11:49 PM, Fan Du <fan.du@...driver.com> wrote:
>  void xfrm_garbage_collect(struct net *net)
>  {
> -       flow_cache_flush();
> +       flow_cache_flush(net);
>         __xfrm_garbage_collect(net);
>  }
>  EXPORT_SYMBOL(xfrm_garbage_collect);
>
>  static void xfrm_garbage_collect_deferred(struct net *net)
>  {
> -       flow_cache_flush_deferred();
> +       flow_cache_flush_deferred(net);
>         __xfrm_garbage_collect(net);
>  }
>

You changed the prototypes of flow_cache_flush*() in the previous
patch, so, here you break bisect. They have to be in one commit.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ