On Sat, Jan 13, 2018 at 02:06:08PM +0100, Florian Westphal wrote:
> request_module may return a positive error result from modprobe,
> if we cast this to ERR_PTR this returns a garbage result (it passes
> IS_ERR checks).
> 
> Fix it by ignoring modprobe return values entirely, just retry the
> table lookup instead.

Applied, thanks Florian.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to