The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: syzbot <syzbot+60332fd095f8bb2946ad@syzkaller.appspotmail.com>
To: malayarout91@gmail.com
Cc: malayarout91@gmail.com, linux-kernel@vger.kernel.org,
	 syzkaller-bugs@googlegroups.com
Subject: Re: MM Test my fix double free
Date: Mon, 06 Jul 2026 04:21:15 -0700	[thread overview]
Message-ID: <6a4b8fab.b42ede87.8bd1.0023.GAE@google.com> (raw)
In-Reply-To: <CAE2+fR9-14yEoYS0kG+DAV_pA9w4Ty_fA5BstjH5rpp3odoQFQ@mail.gmail.com>

> #syz test

This crash does not have a reproducer. I cannot test it.

>
>  diff --git a/drivers/net/ieee802154/mac802154_hwsim.c
> b/drivers/net/ieee802154/mac802154_hwsim.c
> index 6daa0f198b9f..466791939d57 100644
> --- a/drivers/net/ieee802154/mac802154_hwsim.c
> +++ b/drivers/net/ieee802154/mac802154_hwsim.c
> @@ -113,7 +113,8 @@ static int hwsim_update_pib(struct ieee802154_hw
> *hw, u8 page, u8 channel,
>         pib->filt_level = filt_level;
>
>         rcu_assign_pointer(phy->pib, pib);
> -       kfree_rcu(pib_old, rcu);
> +       if (pid_old)
> +               kfree_rcu(pib_old, rcu);
>         return 0;
>  }

           reply	other threads:[~2026-07-06 11:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <CAE2+fR9-14yEoYS0kG+DAV_pA9w4Ty_fA5BstjH5rpp3odoQFQ@mail.gmail.com>]

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=6a4b8fab.b42ede87.8bd1.0023.GAE@google.com \
    --to=syzbot+60332fd095f8bb2946ad@syzkaller.appspotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=malayarout91@gmail.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