From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34E1FFBED for ; Tue, 6 Jun 2023 21:41:46 +0000 (UTC) Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D8B961706; Tue, 6 Jun 2023 14:41:45 -0700 (PDT) Date: Tue, 6 Jun 2023 23:41:43 +0200 From: Pablo Neira Ayuso To: Kuniyuki Iwashima Cc: Jozsef Kadlecsik , Florian Westphal , Kuniyuki Iwashima , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, syzkaller Subject: Re: [PATCH v1 nf] netfilter: ipset: Add schedule point in call_ad(). Message-ID: References: <20230518173300.34531-1-kuniyu@amazon.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230518173300.34531-1-kuniyu@amazon.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Thu, May 18, 2023 at 10:33:00AM -0700, Kuniyuki Iwashima wrote: > syzkaller found a repro that causes Hung Task [0] with ipset. Applied, thanks