From: Hillf Danton <hdanton@sina.com>
To: syzbot <syzbot+52bbc0ad036f6f0d4a25@syzkaller.appspotmail.com>
Cc: linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com
Subject: Re: [syzbot] [netfilter?] WARNING: ODEBUG bug in hash_netiface4_destroy
Date: Sat, 3 Feb 2024 13:08:28 +0800 [thread overview]
Message-ID: <20240203050828.427-1-hdanton@sina.com> (raw)
In-Reply-To: <0000000000000e28060610719994@google.com>
On Fri, 02 Feb 2024 19:12:25 -0800
> syzbot has found a reproducer for the following issue on:
>
> HEAD commit: 6897cea71837 Merge tag 'for-6.8/dm-fixes' of git://git.ker..
> git tree: upstream
> C reproducer: https://syzkaller.appspot.com/x/repro.c?x=16fcf5b0180000
#syz test https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
--- x/net/netfilter/ipset/ip_set_hash_gen.h
+++ y/net/netfilter/ipset/ip_set_hash_gen.h
@@ -452,6 +452,7 @@ mtype_destroy(struct ip_set *set)
struct htype *h = set->data;
struct list_head *l, *lt;
+ cancel_delayed_work_sync(&h->gc.dwork);
mtype_ahash_destroy(set, ipset_dereference_nfnl(h->table), true);
list_for_each_safe(l, lt, &h->ad) {
list_del(l);
--
next prev parent reply other threads:[~2024-02-03 5:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 12:53 [syzbot] [netfilter?] WARNING: ODEBUG bug in hash_netiface4_destroy syzbot
2024-02-03 3:12 ` syzbot
2024-02-03 5:08 ` Hillf Danton [this message]
2024-02-03 5:53 ` syzbot
2024-02-07 6:50 ` syzbot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240203050828.427-1-hdanton@sina.com \
--to=hdanton@sina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=syzbot+52bbc0ad036f6f0d4a25@syzkaller.appspotmail.com \
--cc=syzkaller-bugs@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox