From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f193.google.com ([209.85.223.193]:34108 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753300AbeBJATJ (ORCPT ); Fri, 9 Feb 2018 19:19:09 -0500 Date: Fri, 9 Feb 2018 16:19:06 -0800 From: Eric Biggers To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: "Eric W. Biederman" , Florian Westphal , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Subject: Apply "netfilter: nf_queue: Make the queue_handler pernet" to 4.4-stable Message-ID: <20180210001906.GA134644@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, can you please apply commit dc3ee32e96d7 ("netfilter: nf_queue: Make the queue_handler pernet") to 4.4-stable? syzbot is hitting the crash in nfqnl_nf_hook_drop() by interrupting thread creation in pg_net_init(). An OOM condition is not required, contrary to what is suggested by the original commit message. Thanks, Eric