[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160115052825.GA20879@vergenet.net>
Date: Fri, 15 Jan 2016 14:28:29 +0900
From: Simon Horman <simon.horman@...ronome.com>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc: netdev@...r.kernel.org, dev@...nvswitch.org,
Pravin Shelar <pshelar@....org>
Subject: Re: [PATCH net v2] ovs: add recursion limit to ovs_vport_receive
Hi,
On Fri, Jan 15, 2016 at 12:05:55AM +0100, Hannes Frederic Sowa wrote:
> It was seen that defective configurations of openvswitch could overwrite
> the STACK_END_MAGIC and cause a hard crash of the kernel because of too
> many recursions within ovs.
>
> This problem arises due to the high stack usage of openvswitch. The rest
> of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
> Thus add an extra recursion limit counter for ovs_vport_receive until
> parts of the stack usage is moved to percpu scratch space.
>
> Cc: Pravin Shelar <pshelar@....org>
> Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
Thanks for this. Its looks like a clean solution to a problem
that has been on my todo list for quite some time.
Reviewed-by: Simon Horman <simon.horman@...ronome.com>
Powered by blists - more mailing lists